HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgeurts

39 karmajoined 14 ปีที่แล้ว

comments

jgeurts
·7 วันที่ผ่านมา·discuss
Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
jgeurts
·3 เดือนที่ผ่านมา·discuss
Is there a way to pair this with an existing (Postgres) database?
jgeurts
·6 เดือนที่ผ่านมา·discuss
This looks like a really nice collection of books. Thanks for sharing!
jgeurts
·8 เดือนที่ผ่านมา·discuss
https://archive.is/Lrfta
jgeurts
·ปีที่แล้ว·discuss
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
jgeurts
·ปีที่แล้ว·discuss
Take a look at Electric SQL: https://electric-sql.com/
jgeurts
·2 ปีที่แล้ว·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 ปีที่แล้ว·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?