Live data from Hacker News

Viewing profile — orf

orf

HN member
Joined
Sun, Oct 14, 2012, 5:53 PM UTC
HN karma
17,982
Public activity
4,719 items

About orf

No profile information was provided.

Recent public activity

  1. comment
    Comment #49225502

    Are f-strings not easy for beginners? What would you prefer instead?

  2. comment
    Comment #49165178

    > Unlike other approaches to increasing the safety of C, Fil-C achieves complete memory safety with zero escape hatches. Except there is an escape hatch, by your own admission abov…

  3. comment
    Comment #49161349

    > the zunsafe api is basically unused. One library uses it (OpenSSL) for good reasons Wait, so there are escape hatches? But… you’ve repeatedly said, many times, that there are zer…

  4. comment
    Comment #49128276

    Why is it becoming obvious?

  5. comment
    Comment #49091350

    > That's a different attack vector So you’re saying that the attack vector has… shifted.

  6. comment
    Comment #49055459

    > Surfside Beach Mayor Robert Krouse said the emailed payment request appeared genuine. “We don’t see where the town erred,” he said, so he didn’t see “why we should be paying doub…

  7. comment
    Comment #49055450

    How would that help, at all?

  8. comment
    Comment #49045808

    It doesn’t necessarily follow that because Postgres is “fully utilised” it is hitting “hardware maximum”, or even that it’s not bottlenecked on contention. As an example, spinlocks…

  9. comment
  10. comment
    Comment #48967103

    What specific technical issues are you experiencing with running Bun that would justify a change?

  11. comment
    Comment #48960946

    > Please make my predictions come out wrong.

  12. comment
    Comment #48960823

    Wow, you missed the entire point of the article.

  13. comment
    Comment #48870702

    > I've invoked it in my job mostly to explain to younger developers why learning vim keybindings+terminal git usage Interesting - I see it as the opposite: learning the git CLI is …

  14. comment
    Comment #48649480

    US card fraud rate is significantly higher than in the EU. In 2015 it was about 0.042% in the EU, vs 0.1388% for the US. The 2021 rates for the EU fell to ~0.028%. You get nervous …

  15. comment
    Comment #48607501

    I see that, but the adversary wasn’t a low effort one, and didn’t need millions of accounts.

  16. comment
    Comment #48607219

    > New user registration was stopped on June 11 and then re-enabled after the project added Anubis to try to foil the attacker's mass account registrations. That did not work This c…

  17. comment
    Comment #48584173

    > As a discussion regarding if it’s ethical to ignore restrictions progresses, the probability of someone bringing up a famous case where someone ignored unethical restrictions app…

  18. comment
    Comment #48575799

    Was Rosa Parks unethical for sitting down on a bus? The point is that the context matters: both the users context and the context of the restriction. It’s not as clear cut as “igno…

  19. comment
    Comment #48569486

    Are you making an honest attempt at stating your opinion that there is absolutely no reason to prefer a MacBook over your chosen device? Or are you just being glib because you’ve g…

  20. comment
    Comment #48563632

    > how 99% of the population are not going to afford a setup like that > could or will? much fewer than 1% are going to spend their money on that. It’s ok to change your point, you …

  21. comment
    Comment #48563168

    That’s not at all what you said though, was it?

  22. comment
    Comment #48557441

    99% of the population don’t code using models, local or remote. So that’s a useless metric. What % of developers could afford an older MacBook model, second hand? Far, far more tha…

  23. comment
    Comment #48360680

    I wrote something similar with go, but MacOS only. Creating a worktree became instant, but the bottleneck shifted from that to git needing to build its index. Claude code runs `git…

  24. comment
    Comment #48340706

    Why? Calling a reasonable thing grim without any follow-up isn’t the hallmark of a good comment either.

  25. comment
    Comment #48327303

    > postgresql also does not synchronously replicate By default. Generally your primary database is in a completely different failure category than a kubernetes node running an ephem…