Live data from Hacker News

Viewing profile — happytoexplain

happytoexplain

HN member
Joined
Mon, Jul 16, 2018, 6:10 PM UTC
HN karma
10,872
Public activity
3,989 items

About happytoexplain

No profile information was provided.

Recent public activity

  1. comment
    Comment #49253153

    You said "alleged crime", but there is no alleged crime in the article. Yes, "it's expected" isn't always a defense, but your implication is wrong: More often than not, it is a def…

  2. comment
    Comment #49253042

    I've read the article, and I don't see anything like what you're referring to. There is no mention of legality. Sure, of course the internet is chock-full of wrong articles or comm…

  3. comment
    Comment #49251855

    Why would you adopt a defensive tone regarding "rude and expected" behavior? Are either of those things good? Is illegality the bar for criticism?

  4. comment
    Comment #49224389

    This is dishonest. Nobody said "coding is easy" in a void. They said "code isn't the hard part" - in the context of LLMs . The obvious implication being that the actual speed of wr…

  5. comment
    Comment #49205071

    You can't think of a single new development in the situation? Sorry to be snide - you can certainly make an argument that the demands of AI should not affect public perception of d…

  6. comment
    Comment #49204613

    I don't understand what you're trying to say - you're describing a win-win. Pay the citizens the price, or don't burden them in the first place. There are two options, and the data…

  7. comment
    Comment #49199965

    This response is basically culture war bickering. The parent didn't imply that slop didn't exist pre-AI, so that's a purposeful mischaracterization. The simple fact is that AI abso…

  8. comment
    Comment #49199339

    The implication being that people should like data centers more than sports stadiums...? I don't understand.

  9. comment
    Comment #49199321

    Right, it's supposed to be used to take people's homes. /s

  10. comment
    Comment #49188076

    I've always felt that many people write like LLMs, even before LLMs. It had to come from somewhere . A lot of LLM writing is truly bad - but a lot of it is also just interpreted as…

  11. comment
    Comment #49187608

    If we accept a very simplistic view of how people think and feel, then sure.

  12. comment
    Comment #49187448

    Yes, hobbyists are less interested than businesses in automating their own hobby.

  13. comment
    Comment #49186950

    Even disregarding the bizarre assertion that a human author could "just stop caring" at will, this is still unrealistic even on a practical level. Enough consumers want to know whe…

  14. comment
    Comment #49178064

    I don't know iOS-specific links off-hand - I'm basically just referring to rudimentary state-driven UI. But implemented manually, without a framework, and therefore bug-prone for u…

  15. comment
    Comment #49162074

    >SwiftUI it is the type of framework that makes the easy things easier to accomplish but the harder things harder. IMO it goes further than that: It makes easy things easier and ha…

  16. comment
    Comment #49161993

    They are simply not relevant at this level of discussion.

  17. comment
    Comment #49161986

    Compiler timeouts are only a Swift issue because it is so flexible. They don't happen outside of SwiftUI except in toy examples that look simple but aren't realistic. SwiftUI is th…

  18. comment
    Comment #49161915

    This is the main "problem" with autolayout. It's an amazing experience that "just works" if you think in the way that autolayout asks you to (relativity, declarative, the idea that…

  19. comment
    Comment #49161861

    All of Swift's complexity is opt-in, thoughtful, and domain-specific. It's the exact correct type of complexity. SwiftUI is not Swift. It is implemented using complex Swift feature…

  20. comment
    Comment #49150682

    I don't know, in my circles Swift was welcomed like a long-awaited friend. We loved ObjC, but none of the advantages ObjC has over Swift are relevant to app dev . Conversely, every…

  21. comment
    Comment #49150306

    I have always treated state as the source of truth in UIKit. Every view gets an equatable state struct, and mutating it triggers an idempotent view update. Self-mutating views (e.g…

  22. comment
    Comment #49150141

    Analogies are lazy rhetorical devices. Different things are, unsurprisingly, different. Saying "X is like Y" does nothing but invite the conversation to take a turn into identifyin…

  23. comment
    Comment #49149640

    Try not to tell people what they need to accept . Acknowledge? Admit? Recognize? Fine. Accept? Not bother caring about? Don't demand people do that.

  24. comment
    Comment #49149225

    Writing both your original comment and this comment, together in the same context, frankly appears as a form of anti-social insanity.

  25. comment
    Comment #49148036

    Autolayout, while flawed like anything else, remains the pinnacle of UI across all platforms. SwiftUI is a laudable attempt to idiot-proof UI, but it sacrifices too much and ultima…