Live data from Hacker News

Viewing profile — narnarpapadaddy

narnarpapadaddy

HN member
Joined
Wed, Sep 27, 2023, 4:19 AM UTC
HN karma
102
Public activity
61 items

About narnarpapadaddy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49171917

    I think performance generally trades along a different axis: open-world vs closed-world assumptions. There are many cases where closed-world assumptions may confer performance bene…

  2. comment
    Comment #48962113

    > This is about guiding principles, about personal liberty, and about freedom from tyranny. The point he’s trying to make, as I understand it, is that states adapt. They don’t just…

  3. comment
  4. comment
    Comment #48938092

    No disagreement in principle; in practice taking that approach in Zig is safer than in Rust, because in Rust it’s “all or nothing.”

  5. comment
    Comment #48936628

    I agree that it’s not inherent to emitting machine code but I do think it reflects a different set of priorities. In extremely high performance code you use different data structur…

  6. comment
    Comment #48929981

    It’s probably too little too late in the age of Claude… C# grew all those features over time. It had to leave syntax to support old patterns to preserve backwards compatibility. Th…

  7. comment
    Comment #48810842

    No, I’m not. I’m explicitly differentiating between those two perspectives and which corporations care about. “Blame” doesn’t exist in most corporate vocabularies.

  8. comment
    Comment #48810205

    It’s possible. Effects allow more aspects of computation to be represented/generalized, but as the author has noted concrete implementations have already been tried in some cases. …

  9. comment
    Comment #48809837

    Because it’s their job to fix it. If they don’t, the axe falls again. Humans often think in terms of deontological ethics. Corporations operate in terms of consequentialist ethics,…

  10. comment
    Comment #48800201

    I feel the author’s pain. LLMs take over right as we’re finally figuring out the unifying models and algorithms for programming languages. Some time back I went on a tour of the fo…

  11. comment
    Comment #48786594

    I buy that markets are like a traveling salesman problem. “Impossible” in the general case, but good enough could algorithms exist. Where’s the economist formulation of that algori…

  12. comment
    Comment #48785986

    Rules are only “good” or “bad” in the context of the alternatives. What’s the alternative?

  13. comment
    Comment #48777291

    Way above my pay grade. I’m not an expert in game theory, economics, warfare, or nuclear proliferation. :)

  14. comment
    Comment #48776697

    Game theory here is applied to two fundamental market theorems. It’s a way to analyze the validity of those assumptions, rather than to build a new model. Empirical evidence to the…

  15. comment
    Comment #48663582

    Are securities regulations so lax that pump ‘n dump schemes on a global scale get IPO’d? Are conmen so sophisticated that their plans take decades to mature and require sending roc…

  16. comment
    Comment #48659747

    If this happened it would make Elon emperor of the known universe. Can’t imagine the level of influence this would buy. It also seems impossible. What are people seeing that I don’…

  17. comment
    Comment #48647446

    Same, I care little about NSFW. We used to all live in caves together where kids saw adults having sex, in conflict, and cleaning game. But I also grew with a different internet th…

  18. comment
    Comment #48570887

    Not to mention if “borders” is part of the continuity definition the US is younger than my parents.

  19. comment
    Comment #48496516

    That’s not the premise people are building on though. Any particular model almost doesn’t matter at this point. Harnesses are built around them. OpenAI and Anthropic are basically …

  20. comment
    Comment #48330365

    My version of this is the “N+1” principle. Build for one more foreseeable use case than you currently have. The domain model will click in when you need to generalize a solution, a…

  21. comment
    Comment #48322798

    In the case of concrete there’s also a time component. Once you mix the cement and aggregate you have a few hours before it begins to set. The cement itself is already typically tr…

  22. comment
    Comment #48302658

    Anecdotally, my take on this is that biggest value lever is strategy and alignment, not implementation. The typical company is dozens of little vectors pointed in different directi…

  23. comment
    Comment #46999319

    Imagine you initialized 10,000 NPM repos identically simultaneously. Then had 100 different teams each take of 100 those repos for 10 different projects, and let each repo run for …

  24. comment
    Comment #46259989

    So, depending on someone else’s shared library, rather than my own shared library, is the difference between a microservice and not a microservice?

  25. comment
    Comment #44515643

    FWIW, (I have one Clojure project I inherited at work that my team maintains) I love this direction.