Viewing profile — jgeurts
jgeurts
HN member- Joined
- Thu, Mar 15, 2012, 12:50 PM UTC
- HN karma
- 39
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About jgeurts
No profile information was provided.
Recent public activity
-
comment
Comment #48820540
Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
-
comment
Comment #47712417
Is there a way to pair this with an existing (Postgres) database?
-
comment
Comment #46718492
This looks like a really nice collection of books. Thanks for sharing!
-
comment
Comment #45818831
https://archive.is/Lrfta
-
comment
Comment #44243846
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
-
comment
Comment #44144919
Take a look at Electric SQL: https://electric-sql.com/
-
comment
Comment #41343232
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-tim…
-
comment
Comment #39957867
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 lam…
-
comment
Comment #38458603
2000, not 1990
-
comment
Comment #37807759
Curious what tool(s) you use to format sql?
-
comment
Comment #34557953
For what it’s worth, mac has [similar shortcuts for moving around/selecting text in a document]( https://support.apple.com/en-us/HT201236 ).
-
comment
Comment #31293695
I’d add [supabase]( https://supabase.com/ ) to the list as well. They have some compelling hosted Postgres options.
-
comment
Comment #31268771
We use sentry for front end errors & performance and new relic for backend. Since our backend is container based and auto scales, new relic is virtually unused by our team. Sentry,…
-
comment
Comment #31143499
I use slack. I setup some private channels in slack and subscribe to various feeds in each channel.
-
comment
Comment #30906669
Terraform as a language is a bit clunky and feels not quite complete. For example, to accomplish if/else logic, you have to hack something like: `count = var.is_foo ? 1 : 0` More t…
-
comment
Comment #29689547
Designing Distributed Control Systems