# 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
No, Go is the better Python, and it isn't even a prototyping language