Viewing profile — russellthehippo
russellthehippo
HN member- Joined
- Wed, Jan 11, 2017, 10:40 PM UTC
- HN karma
- 310
- Public activity
- 100 items
- HN profile
- View on Hacker News ↗
About russellthehippo
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48915230
Precisely this. Incredibly annoying headline
-
comment
Comment #48915225
Failures to allow faster generation/hookup rollout have suppressed supply increase relative to demand increase
-
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
-
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…
-
comment
Comment #48636387
"Welcome to the agentic substrate" YAAS (yet another agentic substrate)
-
comment
Comment #48406118
There were real geographic and social tradeoffs to having status and power.
-
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…
- story
-
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…
-
comment
Comment #47980112
Appreciated your input on the original thread as well. Maybe I should note this recommendation in the docs or something.
-
comment
Comment #47968678
Author here. Yeah doesn’t depend on the underlying db if it speaks SQLite.
- comment
-
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 …
-
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…
-
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…
-
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…
-
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
-
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 …
-
comment
Comment #47895343
Ha. Great callout. Will inspect further
-
comment
Comment #47895265
Will do
- story
-
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...…
-
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…
-
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…