HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgeurts

39 karmajoined vor 14 Jahren

comments

jgeurts
·vor 7 Tagen·discuss
Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
jgeurts
·vor 3 Monaten·discuss
Is there a way to pair this with an existing (Postgres) database?
jgeurts
·vor 6 Monaten·discuss
This looks like a really nice collection of books. Thanks for sharing!
jgeurts
·vor 8 Monaten·discuss
https://archive.is/Lrfta
jgeurts
·letztes Jahr·discuss
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
jgeurts
·letztes Jahr·discuss
Take a look at Electric SQL: https://electric-sql.com/
jgeurts
·vor 2 Jahren·discuss
This looks great! Is there a way to sync with an api? For instance, my site currently has a rest based api with a non-Postgres backed db but I’d like to add offline, sync, real-time capabilities. Is there an option to sync the updates outside of the Postgres store?
jgeurts
·vor 2 Jahren·discuss
How do you manage cron jobs with a setup like that? Does each lambda pull down its own SQLite db, write changes, and then litestream replicates the changes to the web and other lambda instances?

Similar scenario for multiple web nodes and saving data. Also, do you use sticky sessions so that any routes that write to a db also read from the same node/db so you don’t have to wait for litestream?

What do you do for BI? Are you able to ETL the data from sqlite to a warehouse? If so, what does that look like?
jgeurts
·vor 3 Jahren·discuss
2000, not 1990
jgeurts
·vor 3 Jahren·discuss
Curious what tool(s) you use to format sql?