# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 16
# self = https://watcher.sour.is/conv/g26ectq
@prologic happens the same to me, I only know Spanish, some English and random words in Japanese, French and German.

For programing languages I know the C based syntax (JS, C#) , and Python. I would like to practice 'Stranger' languages like Haskell, Scala, Lisp and others.
@eaplmx glad to see another Python user! šŸ‘Œ
@ullarah Aren't I turn you into a Gopher šŸ˜…
@ullarah Aren't I turn you into a Gopher šŸ˜…
@prologic haha very slowly! I’m slowly (and terribly) rewriting one of my web based projects in golang. šŸ˜…
@ullarah Very good ! šŸ˜… Tiop: Don't get trapped by "frameworks", just use the standard library and any _good_ libraries to solve a particular problem -- Use some of the code I've written in yarnd and other projects as inspirations šŸ˜‚
@ullarah Very good ! šŸ˜… Tiop: Don't get trapped by "frameworks", just use the standard library and any _good_ libraries to solve a particular problem -- Use some of the code I've written in yarnd and other projects as inspirations šŸ˜‚
@prologic only framework that I’m looking into using is chi and maybe another to interface an SQLite DB.

JS is nowhere near my original project so it's staying that way haha!
@ullarah You _probably_ don't even need to use chi to be honest. But up to you of course šŸ¤— Be aware that interfacing with SQLite will require depending on CGO which in turn means your binary requires the sqlite.so library on the system somewhere šŸ‘Œ
@ullarah You _probably_ don't even need to use chi to be honest. But up to you of course šŸ¤— Be aware that interfacing with SQLite will require depending on CGO which in turn means your binary requires the sqlite.so library on the system somewhere šŸ‘Œ


> Package sqlite is a CGo-free port of SQLite/SQLite3


> Package sqlite is a CGo-free port of SQLite/SQLite3
Python is ♄
Go is the new Python šŸ˜…
Go is the new Python šŸ˜…
No, Go is the better Python, and it isn't even a prototyping language