@vitalis Heard of them since I was a kid, they're really cool discrete weapons and I didn't know they were still being made
N
nihl
@nihl@p.umbriel.fr
Posts
Latest notes
No posts yet.
It was a pretty good day, though I should have taken some water with me before heading out for 5 hours with the bike
[CW]
Content warning
The Expanse
Show
Hide
Content warning
The Expanse
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.
Not sure exactly why it got ruined but it really sucks.
[CW]
Content warning
Golang and SQL, why do I even bother
Show
Hide
Content warning
Golang and SQL, why do I even bother
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.
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.