Live data from Hacker News

Viewing profile — 01HNNWZ0MV43FF

01HNNWZ0MV43FF

HN member
Joined
Fri, Feb 02, 2024, 9:53 PM UTC
HN karma
4,196
Public activity
2,508 items

About 01HNNWZ0MV43FF

Life is political.

Recent public activity

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

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

  3. comment
    Comment #48827330

    They aren't great on transgender topics I hear

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

  5. comment
    Comment #48011719

    codeberg is doing fine

  6. comment
    Comment #47903399

    What if process_the_character takes multiple seconds waiting on a network request?

  7. comment
    Comment #47895926

    Yeah. You can follow microformats and use Bridgy to syndicate to BlueSky and Fediverse

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

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

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

  11. comment
    Comment #47845603

    https://en.wikipedia.org/wiki/Zocchihedron I didn't see a picture of Zocchi's d100, Wikipedia has one

  12. comment
    Comment #47843399

    Yes, the other trees hear it. Easy :)

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

  14. comment
    Comment #47827560

    Is it worthy of discussion because there is something actionable in it?

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

  16. comment
    Comment #47761875

    Has accelerationism worked before?

  17. comment
    Comment #47759878

    Diogenes carrying a lamp, looking for good test coverage

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

  19. comment
    Comment #47758423

    sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache

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

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

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

  23. comment
    Comment #47732107

    Yep economics rules everything around me

  24. comment
    Comment #47732083

    It's discovery and communication. Public education for adults is way under-appreciated in many many scopes.

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