Live data from Hacker News

Viewing profile — madeofpalk

madeofpalk

HN member
Joined
Tue, Mar 27, 2012, 1:09 AM UTC
HN karma
24,696
Public activity
6,658 items

About madeofpalk

No profile information was provided.

Recent public activity

  1. comment
    Comment #49221444

    The question is whether it's possible for a genuinely new competitor to arrive. Back in the earlier days, before Apple and Google were so entrenched, competitors weren't able to do…

  2. comment
    Comment #49217169

    It can explain, but it can’t excuse.

  3. comment
    Comment #49217111

    The criticism of monopolies is that market forces aren't able to let a failing system fail. The App Store doesn't compete on its own merits because Apple actively prevents competit…

  4. comment
    Comment #49199972

    Defining “it all” is exactly the problem here.

  5. comment
    Comment #49186413

    The instructive part about the comparison is that believing "AI is a bubble" doesn't mean saying that AI is worthless. After all, after the dot-com bubble burst the internet still …

  6. comment
    Comment #49173464

    The takeaway is that everyone makes security hard. Everyone does this anti-pattern of having these other domains that defeat all their own security recommendations. GitHub for ages…

  7. comment
    Comment #49172990

    I suspect most developers don’t care too much about cost because they’re just using what their company is just paying for whatever enterprise subscription/billing.

  8. comment
    Comment #49171951

    Two out of three of your points - the first and last - are just incorrect.

  9. comment
    Comment #49171890

    The latest version of all node package managers (npm, yarn, pnpm) now deny this by default. pnpm was ahead of the curve.

  10. comment
    Comment #49171582

    I mean, they are dealing with it in the courts, right? This is the press picking up on public court filings https://www.courtlistener.com/docket/73602437/49/apple-inc-v...

  11. comment
    Comment #49165785

    Is there any doubt this is exactly what happened?

  12. comment
    Comment #49152418

    The problem is that it’s even easier to be stupid and lazy now, which encourages more people to do this more often.

  13. comment
    Comment #49130538

    “there’s no way I could do this better than Tailscale” is a much higher bar than "at least as good as I could do."

  14. comment
    Comment #49121654

    "tests" here could mean have a benchmark the agent can run to determinately evaluate quality. I don't strictly mean junit unit tests.

  15. comment
    Comment #49121148

    Tests! Unit tests, integration tests, random adhoc scripts. You know - TDD! I’ve been working on UI component improvements and it was doing a lousy job until i specifically told it…

  16. comment
    Comment #49113827

    it's basically a UI for a well-curated set of commits, and reviewing per commit.

  17. comment
    Comment #49091436

    you're not wrong. there is a part to this that does feel like a devolution of engineering when we're just asking the computer really really nicely to do the thing we want. on the o…

  18. comment
    Comment #49091008

    So, the phones arrived locked? You can't use them with any carrier you want?

  19. comment
    Comment #49090972

    People are keeping their phones for longer and longer. This makes it as attractive as possible to pay for a new phone at a more frequent rate. The bet here is that Apple would much…

  20. comment
    Comment #49088297

    Doesn’t encryption shift the attack vector to the key and/or the method?

  21. comment
  22. comment
    Comment #49067978

    It seems like an innocent mistake to me. I think there's a difference between actively ignoring something (like assigning an error to _), and ignoring something through omission. I…

  23. comment
    Comment #49067954

    I'm actually not all that fussed about Result or Option types. I don't mind Go's approach to error handling. I think it should just have language/analysis features built it to ensu…

  24. comment
    Comment #49063923

    > So, you handle the error in the end, or forcefully and intentionally ignore it. Again, if the code goes boom, it's on the developer, not on Go. Except Go doesn’t actually require…

  25. comment
    Comment #49046791

    > * paid for directly by the user hahahahah. Games are steering further and further to this not being true. Where each player explicitly doesn't pay for it, and instead they contai…