HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgeurts

39 karmajoined 14 lat temu

comments

jgeurts
·7 dni temu·discuss
Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
jgeurts
·3 miesiące temu·discuss
Is there a way to pair this with an existing (Postgres) database?
jgeurts
·6 miesięcy temu·discuss
This looks like a really nice collection of books. Thanks for sharing!
jgeurts
·8 miesięcy temu·discuss
https://archive.is/Lrfta
jgeurts
·w zeszłym roku·discuss
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
jgeurts
·w zeszłym roku·discuss
Take a look at Electric SQL: https://electric-sql.com/
jgeurts
·2 lata temu·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
·2 lata temu·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?