HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgeurts

39 karmajoined 14 anni fa

comments

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