Live data from Hacker News

Viewing profile — amomchilov

amomchilov

HN member
Joined
Wed, Feb 22, 2023, 4:53 PM UTC
HN karma
130
Public activity
61 items

About amomchilov

No profile information was provided.

Recent public activity

  1. comment
    Comment #48957504

    Different incentives.

  2. comment
    Comment #48620532

    I don’t know how you could keep the two isolated, without drastically dropping up the utility of LLMs. Part of their wonder is how they can behave differently depending on the data…

  3. comment
    Comment #48524226

    No benefits to modules? Oh come on. Hard to take seriously.

  4. comment
    Comment #48524214

    “It’s so much magic! Now if you’ll excuse me, I have to go use my generic container library rewritten in 50 layers of preprocessor macros.”

  5. comment
    Comment #48300743

    How big is the risk of condensation when you bring a cold laptop inside? All their spec sheets say they support up to x% _non-condensing_ humidity, which I’m guessing is about the …

  6. comment
    Comment #48074464

    I agree with all the motives you describe, yet come to the exact opposite conclusion. The overwhelmingly common case is for an error in a nested call to be bubbled up to be handled…

  7. comment
    Comment #47648927

    Next up: “all the characters you need fit on a single keyboard!”

  8. comment
    Comment #47648704

    I never understood the appeal of this talking point. It’s just an accounting trick that moves the complexity to the standard library. For example, SmallTalk is a class based OO sys…

  9. comment
    Comment #47628611

    Some amount? Sure. But not at this scale. If people were just going to do it anyway, these gambling companies wouldn’t be pouring billions into advertising to stimulate demand

  10. comment
    Comment #47494787

    That makes digitization even more important, you sold me.

  11. comment
    Comment #47073667

    They don’t, by default. That’s something you have to implement yourself. It’s a common misconception that comes from the standard library data structures, which almost all do imple…

  12. comment
    Comment #46417512

    Recent macOS versions zero out memory on free, which improves the efficacy of memory compression. Apparently it’s a net performance gain in the average case

  13. comment
    Comment #46411573

    The industry assures us they’re just filling demand that already existed, that used to be fulfilled by a black market anyway. So now it’s all above board and taxed and hunky dory. …

  14. comment
    Comment #46268627

    FWIW, AoC is very non-representative of real-world string manipulation problems. The AoC format goes out of its way to express all problem inputs and outputs in simple strings with…

  15. comment
    Comment #45953318

    Are you suggesting that the test for whether they should “allow” a feature is whether your mom can figure it out? Why?

  16. comment
    Comment #45911036

    You just reminded me of Perian. What a throwback! https://en.wikipedia.org/wiki/Perian

  17. comment
    Comment #45910813

    Typed exceptions are unlike typed parameters or return values. They don’t just describe the interface of your function, but expose details about its implementation and constrain fu…

  18. comment
    Comment #45633354

    Dynamic languages can execute code without type annotations, so you _can_ just dismiss types as redundant metadata. But I don’t think that’s wise. I find types really useful as a h…

  19. comment
    Comment #45260780

    This is the eternal selection pressure that slows new C++ adoption. The kinds of places still waiting C++ aren’t usually the ones that put much emphasis on using a compiler from th…

  20. comment
    Comment #44646164

    Stacked diffs are a core part of my workflow, letting me “work ahead” without being blocked waiting for reviews. Setting them up in git is not to bad. Adding a change to the bottom…

  21. comment
    Comment #44527024

    Ah yes, [a Dutch toilet]( https://noplacelikeanywhere.com/destinations/dutch-toilets-a... )! A most regrettable invention.

  22. comment
    Comment #44339113

    I would be more than happy to see gift cards disappear. Limited strings-attached IOU that’s worse in every way than the cash paid for them.

  23. comment
    Comment #43032985

    The unrefactorable ball of mud problem is real, which is why both Stripe and Shopify have highly statically typed code bases (via Sorbet). Btw Stripe uses Ruby, but not Rails.

  24. comment
    Comment #42494605

    How many declarations did it have in C++ in total? Technically those were all unsafe, just implicitly so.

  25. comment
    Comment #42001736

    Exactly, you write them with AI