Viewing profile — 01HNNWZ0MV43FF
01HNNWZ0MV43FF
HN member- Joined
- Fri, Feb 02, 2024, 9:53 PM UTC
- HN karma
- 4,196
- Public activity
- 2,508 items
- HN profile
- View on Hacker News ↗
About 01HNNWZ0MV43FF
Recent public activity
-
comment
Comment #49141467
I've also found these guidelines helpful: 1. In general, do whatever Wikipedia does. e.g., start with a one-sentence definition, then a couple paragraphs of summary, then go into s…
-
comment
Comment #49140279
You wouldn't need history. You can probably build a flowchart choose-your-own-adventure that gives good financial advice, and then have an LLM hold the user's hand through that flo…
-
comment
Comment #48827330
They aren't great on transgender topics I hear
-
comment
Comment #48011728
https://en.wikipedia.org/wiki/Network_effect It's a lot easier to get bug reports and fixes when everyone is on the same auth system. That's why there is also a call for federated …
-
comment
Comment #48011719
codeberg is doing fine
-
comment
Comment #47903399
What if process_the_character takes multiple seconds waiting on a network request?
-
comment
Comment #47895926
Yeah. You can follow microformats and use Bridgy to syndicate to BlueSky and Fediverse
-
comment
Comment #47879999
Just speculation: The houses got expensive because homeowners wanted housing to be an investment, so they voted for laws that make it harder to build or densify housing. Cars are e…
-
comment
Comment #47873285
The need to reproduce and repair our bodies is a big trade-off. Electric motors are sort of like hermit crab shells - Hard and long-lasting, but they only exist because they piggyb…
-
comment
Comment #47873277
Every race, the engine of a top-fuel dragster only completes about 900 revolutions and then has to be rebuilt! https://www.motortrend.com/features/top-fuel-dragsters
-
comment
Comment #47845603
https://en.wikipedia.org/wiki/Zocchihedron I didn't see a picture of Zocchi's d100, Wikipedia has one
-
comment
Comment #47843399
Yes, the other trees hear it. Easy :)
-
comment
Comment #47843394
For the curious readers, backface culling (at least in the way fixed-function OpenGL does it, and probably newer APIs still do) is not based on face normals, it's based on winding …
-
comment
Comment #47827560
Is it worthy of discussion because there is something actionable in it?
-
comment
Comment #47768441
Bidirectional file sync is also in hot demand from people who don't know the words, "file", "client", "write", "async", "available", or "time" :P
-
comment
Comment #47761875
Has accelerationism worked before?
-
comment
Comment #47759878
Diogenes carrying a lamp, looking for good test coverage
-
comment
Comment #47758450
Most of the new solar farms do plant them, it just takes decades for trees to grow big enough to hide the panels Personally I like the panels
-
comment
Comment #47758423
sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache
-
comment
Comment #47756609
Yes, Servo is an embeddable web browser / webview, like Chromium Embedded Framework. (CEF) Electron = Node.js + CEF Tauri = Rust + webview Tauri has an experimental branch to use S…
-
comment
Comment #47734065
The Old Internet was a whalefall - Information online was fairly trustworthy while being more convenient and more plentiful than in-person information. The whale's been eaten now. …
-
comment
Comment #47733235
This is good data, but I'm not sure what the actionable is for me as a Grug Programmer. It means if I'm doing very light processing (sums) I should try to move that to structure-of…
-
comment
Comment #47732107
Yep economics rules everything around me
-
comment
Comment #47732083
It's discovery and communication. Public education for adults is way under-appreciated in many many scopes.
-
comment
Comment #47732074
Library code - This is necessary because some things are best done correctly, just once, and then reused. I am not going to write my own date/time handling code. Or crypto. Or imag…