Egregoros

Signal feed

N

nihl

@nihl@p.umbriel.fr

Posts

Latest notes

[CW]

Content warning

The Expanse

Show
As good as the three first seasons of the show were, the fourth is pretty bad and the fifth so shitty I don't even want to watch the sixth, especially after the last episodes.
Not sure exactly why it got ruined but it really sucks.
[CW]

Content warning

Golang and SQL, why do I even bother

Show
Started writing a way to handle data from an API to and from a local database, in go with SQL, just using the SQLite driver, only to stop because I don't want to have to manage the types that I get from the API.
Turns out it's an awful lot easier to just use sqlc to generate code from the schema/queries and write a converter between the API model and the sqlc one. I'm not sure why I even tried.