Viewing profile — dkhenry
dkhenry
HN member- Joined
- Fri, Aug 12, 2011, 6:38 PM UTC
- HN karma
- 4,522
- Public activity
- 1,224 items
- HN profile
- View on Hacker News ↗
About dkhenry
No profile information was provided.
Recent public activity
-
comment
Comment #48720413
It would be a shades of gray situation, but I think of this performance by Skrillex where he is mixing live, and thats what I would expect from a live EDM performance. There should…
-
comment
Comment #48720230
I would go with, if the song could be reasonably performed live by the human publishing it, and have a similar sound to the recording, then its fine to keep in. The issue I have is…
-
comment
Comment #48719663
I just want Tidal and Spotify to give me the option to fully opt-out of AI generated music. I don't want it mixed in with my music. If others want it great, but I want the option t…
-
comment
Comment #48401373
This is precisely what I want from my browser, let me pay directly for a critical piece of software, and remove myself from the Surveillance Economy, without having to settle for s…
-
comment
Comment #48139385
Wheat is absolutely grown on the same place they grow beans. The field directly across from my house did that last year. I don't survey all the farms in my area, but It does seem l…
-
comment
Comment #47807316
The second one is Sonnet 4.6 not 4.5. If you change it to 4.5 Gemma 4 actually beats 4.5
-
comment
Comment #47795169
You make a compelling argument, but thankfully I have data to back up my anecdotal experience This comparison shows them neck and neck https://benchlm.ai/compare/claude-sonnet-4-5-…
-
comment
Comment #47794069
The Gemma models are at this point. A 31B model that can fit on a consumer card is as good as Sonnet 4.5. I haven't put it through as much on the coding front or tool calling as I …
-
comment
Comment #47459070
Just wait until you find out the benefits of taking them away from kids altogether! Phones are a mental health hazard for children, there is no benefit for them having a phone. The…
-
comment
Comment #47238512
I really wish Graphite had just gone down the path of better Git hosting and reviewing, instead of trying to charge me $40 a month for an AI reviewer. It would be nice to have a re…
-
comment
Comment #47047122
Just Text to speech seems like its largely solved on pretty much every compute platform. However I have found a huge gap going from independent words being transcribed, to formatte…
-
comment
Comment #46650088
D1 is fine when it fits the use case, but most of the time I just want Postgres that I will use for absolutely everything. It has happened often enough that I have tried to make sy…
-
comment
Comment #46647689
Astro on Cloudflare workers has been my goto stack for multiple years now. I am very happy with it, and hope this makes the integration stronger. Now we just need Cloudflare to buy…
-
comment
Comment #46008214
No, my wife and I discussed putting them into traditional school as they got older, but now that they are older, they have all strongly requested to remain in their homeschool co-o…
-
comment
Comment #46007957
My kids are part of a co-op where they meet once a week and in this co-op they share some elements of their curriculum with everyone else, they spend one day going over the weeks a…
-
comment
Comment #46007757
When I recently switched jobs, one of my requirements was I had to remain remote, for at least the next few years, so I could remain at home and help with my children's education. …
-
comment
Comment #46007612
Depending on where you live there are many options. In my school district home school kids can join any club or team offered by the public school system where you reside. Additiona…
-
comment
Comment #45496813
This is long term the right choice. Tesla has the best software competency of any manufacture and if you want to compete with them you can't offload major bits of functionality to …
-
comment
Comment #45469651
I tried to go the litestream route on Fly.io, but there is too much that needs to be done to get it working. Specifically I was hoping scaling would be a lot easier, but master ele…
-
comment
Comment #45336662
I would just point out that its Hosted Postgres. If your looking for a how I think you have the wrong mental model. Its hosted Postgres, there are some nuance there as to why it wo…
-
comment
Comment #45201782
You're being entirely unfair to Supabase here. Research is important, but there is a reason why the USPTO has developed substantial case law around Reduction to Practice, everythin…
-
comment
Comment #45198951
I haven't explicitly tested how it handles TOASTed column's, but since there is an upcoming RC I will try it out next time. I don't generally like using JSONB/text columns for very…
-
comment
Comment #45196733
I am super bullish on OrioleDB. It really seems like the next logical progression for scaling Postgres for 99% of all databases out there. I have been following their development f…
-
comment
Comment #44693643
Using this project you can hook Claude Code up to different models https://github.com/musistudio/claude-code-router
-
comment
Comment #44135765
OrioleDB isn't a separation of storage and compute, its a more efficient storage engine for Postgres to replace the existing HEAP engine. This is like how in MySQL we could swap My…