Live data from Hacker News

Viewing profile — stiiv

stiiv

HN member
Joined
Thu, Feb 03, 2022, 4:55 PM UTC
HN karma
323
Public activity
53 items

About stiiv

No profile information was provided.

Recent public activity

  1. comment
    Comment #49209811

    LLM-based code generation requires disciplined operation to lead to the best outcomes. Shops who only ever had taste as a proxy for discipline were missing this before, and they're…

  2. comment
    Comment #48502742

    Yes in both theme and style, I agree. While I appreciate pretty much everything by Borges, his dives into the infinite were the most memorable.

  3. comment
    Comment #48397749

    Congratulations on the launch! Really intriguing product. How well would it work for a company that has the kinds of artifacts that you mentioned, but that lacks the quality/precis…

  4. comment
    Comment #48106478

    For building web applications or a system that includes logic that needs to run on the web? TypeScript is mature enough, and it's top tier for domain modeling. As long as you stay …

  5. comment
    Comment #47703140

    Agreed -- it's a wonderful film, and deserves a special place right up there with Star Wars and Harryhausen for its practical effects. While the article mentions Moebius, I think t…

  6. comment
    Comment #47454805

    Agreed! Investing lightly at this stage seems smart if your time/attention budget is tight.

  7. comment
    Comment #47454731

    > Claude Code and its ilk can turn "maybe one day" internal projects into live features after a single hour of work. You really, honestly, and truly are missing out if you're not l…

  8. comment
    Comment #47454614

    > If this tech is as amazing as you say it is, I'll be able to pick it up and become productive on a timescale of my choosing not yours. Broadly speaking, I think this is a wise as…

  9. comment
    Comment #47275137

    > On exception it exits dirtily and crashes, which is good enough for now Silent failures and unexplained crashes are high on my list of things to avoid, but many teams just take t…

  10. comment
    Comment #47073940

    I'm wondering: why now, in early 2026? Why not last year? Why not in July? What changed? What does this teach us about Anthropic and what can we infer about their competition?

  11. comment
    Comment #46912579

    YMMV, of course. I set up our actions pipeline four years ago and basically never have to worry or even think about it. The UI isn't perfect, but it's good enough. Our scenario: re…

  12. comment
    Comment #45899743

    Last I knew, Rider was pretty much the only IDE available for a large codebase when you weren't on Windows. Much love for Ionide, but it was a serious struggle. Is this any better …

  13. comment
    Comment #45899728

    I think I agree with you. When I was part of a growing F# team a number of years ago, everyone we hired was an enthusiast who just loved coding in F# and wanted an opportunity to d…

  14. comment
    Comment #45291608

    For a great sci-fi treatment of the dangers of mirror life, see Fantastic Four 5-6 (2023) by Ryan North. Yes, that Ryan North, and no, it's not your "typical" comic book.

  15. comment
    Comment #44119937

    Flatland is a classic, though it's almost a pamphlet. While you asked for a novel, I can't resist recommending the short fiction of Borges.

  16. comment
    Comment #42245244

    Perfection for Leibniz might be considered more of a logical concept than an observable state. After all, he uses the same thing to argue (somehow) for the existence of god! https:…

  17. comment
    Comment #40803078

    Justifiably! Supply-chain attacks have occurred via npm, and have been widely reported. A lack of oversight and lack of standard libraries are often cited as the cause. I don't kno…

  18. comment
    Comment #40803032

    Would you kindly clarify your point? A supreme court justice is not a state or local official (as I understand the terms), so the ruling won't protect him.

  19. comment
    Comment #40791679

    dotenv has zero npm dependencies. dotenvx has 21, including a few I have never heard of. Is this really more secure?

  20. comment
    Comment #40720958

    fwiw Global Specialties has been making "protoboards" like this for decades. They're pretty expensive, though.

  21. comment
    Comment #40584165

    There is still something to be said for "real world uniqueness" (GIS coordinates) or deferring to a third party to establish identity (license plate numbers). Identifiers like thes…

  22. comment
    Comment #40378834

    Big thank you for clarifying -- I missed that. This approach is far less unsavory that some other attempts that I've seen.

  23. comment
    Comment #40378770

    Verbatim from OP.

  24. comment
    Comment #40368717

    It depends on what you're trying to achieve. If there are sufficient structural differences, you're fine (`"foo" in myThing` can discrimate) but if two types in your union have the…

  25. comment
    Comment #40367885

    Sure! You need a `type` field (or something like it) in TS. You don't need that in a language like F# -- the discrimation occurs strictly in virtue of your union definition. That's…