Live data from Hacker News

Viewing profile — jgeurts

jgeurts

HN member
Joined
Thu, Mar 15, 2012, 12:50 PM UTC
HN karma
39
Public activity
16 items

About jgeurts

No profile information was provided.

Recent public activity

  1. comment
    Comment #48820540

    Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.

  2. comment
    Comment #47712417

    Is there a way to pair this with an existing (Postgres) database?

  3. comment
    Comment #46718492

    This looks like a really nice collection of books. Thanks for sharing!

  4. comment
    Comment #45818831

    https://archive.is/Lrfta

  5. comment
    Comment #44243846

    They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)

  6. comment
    Comment #44144919

    Take a look at Electric SQL: https://electric-sql.com/

  7. 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…

  8. 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…

  9. comment
    Comment #38458603

    2000, not 1990

  10. comment
    Comment #37807759

    Curious what tool(s) you use to format sql?

  11. 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 ).

  12. comment
    Comment #31293695

    I’d add [supabase]( https://supabase.com/ ) to the list as well. They have some compelling hosted Postgres options.

  13. 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,…

  14. comment
    Comment #31143499

    I use slack. I setup some private channels in slack and subscribe to various feeds in each channel.

  15. 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…

  16. comment
    Comment #29689547

    Designing Distributed Control Systems