Live data from Hacker News

Viewing profile — russellthehippo

russellthehippo

HN member
Joined
Wed, Jan 11, 2017, 10:40 PM UTC
HN karma
310
Public activity
100 items

About russellthehippo

No profile information was provided.

Recent public activity

  1. comment
    Comment #49235421

    Pretty cool apps! One thing i'd love to see for both is a historical view of the data - how do things change over time? Where is today relative the past five years for a given plac…

  2. comment
    Comment #48915230

    Precisely this. Incredibly annoying headline

  3. comment
    Comment #48915225

    Failures to allow faster generation/hookup rollout have suppressed supply increase relative to demand increase

  4. comment
    Comment #48913514

    "VMs but it's on Hetzner so it's equally fast and 10x cheaper!" Hell yeah I also wanted to build this, good luck mate

  5. comment
    Comment #48665053

    The key parts of this is how not vibecoded it is. Feels like a model of how you should do software with AI. Now that we can easily set up property testing, fuzzing, etc. there's al…

  6. comment
    Comment #48636387

    "Welcome to the agentic substrate" YAAS (yet another agentic substrate)

  7. comment
    Comment #48406118

    There were real geographic and social tradeoffs to having status and power.

  8. comment
    Comment #48022392

    Hi HN, I made this. My brother wanted to use per-tenant SQLite at his startup, but really likes Electric’s Shape model for Postgres. So I got curious to see if the same idea was fe…

  9. story
  10. comment
    Comment #48017732

    I'm finding in practice in using this process that you're right - it just doesn't work, even for one dev (usually). ha. But, the process of forcing plans to verify intent has worke…

  11. comment
    Comment #47980112

    Appreciated your input on the original thread as well. Maybe I should note this recommendation in the docs or something.

  12. comment
    Comment #47968678

    Author here. Yeah doesn’t depend on the underlying db if it speaks SQLite.

  13. comment
  14. comment
    Comment #47968654

    Respectfully (thanks haha) - yeah probably right. Original intent was to use inotify type thing but i avoided per-platform differences at the outset. this was definitely a for fun …

  15. comment
    Comment #47968488

    Author here - previously posted here: https://news.ycombinator.com/item?id=47874647 Key difference vs SQL polling is that we’re touching metadata instead of data pages. I have work…

  16. comment
    Comment #47945776

    Reading the capacity crunch idea made me a little more empathetic to their issues - 30x in one year is a lot when you're starting from a high baseline. Now that being said...I'd re…

  17. comment
    Comment #47906721

    Reporting back again. It seems I was actually right the first time - the C API's SQLITE_FCNTL_DATA_VERSION doesn't work cross connection. It is cached on each read - but if there a…

  18. comment
    Comment #47900439

    I've added examples for many ORMs and web frameworks to the docs. See here: https://honker.dev/guides/orm/#sqlalchemy--sqlmodel

  19. comment
    Comment #47900433

    Reporting back. This appears to be a bug in my original test the code of which sadly I did not commit anywhere. I went back to regenerate these tests and proved the opposite - the …

  20. comment
    Comment #47895343

    Ha. Great callout. Will inspect further

  21. comment
  22. story
  23. comment
    Comment #47888586

    link for all others - this commenter fixed a bug in core Postgres that fixed a scaling issue in actual listen/notify https://www.recall.ai/blog/postgres-listen-notify-does-not-s...…

  24. comment
    Comment #47888571

    writes and claim/ack flow. really depends on your journal mode and synchrnous mode as well. notifs are extremely cheap, either in the old stat(2) mode or the new PRAGMA page_versio…

  25. comment
    Comment #47888037

    [Response to feedback] Thanks all for your feedback, responses, and discussion. I've done a PR here taking your suggestions into account: https://github.com/russellromney/honker/pu…