Live data from Hacker News

Viewing profile — AceJohnny2

AceJohnny2

HN member
Joined
Tue, Sep 20, 2011, 10:54 PM UTC
HN karma
15,382
Public activity
2,892 items

About AceJohnny2

No profile information was provided.

Recent public activity

  1. comment
    Comment #49253696

    While the idea of data-deduplication does apply everywhere, this specifically depends on the APFS CoW data feature, so it's not applicable outside of macOS (or APFS Volumes)

  2. comment
    Comment #49217604

    There are two aspects to compute performance: latency and throughput. There has been a ton of work to improve throughput, but that's often come at the cost of latency, because a gr…

  3. comment
    Comment #49188301

    Fun fact: the Jeff Dean Facts was started by Kenton Varda (kentonv around here [1]), as a joke inside Google. He has expressed regret that it eclipsed Sanjay Ghemawat, with whom Je…

  4. comment
    Comment #49176766

    Mentioned in Brendan O'Brien's talk "Iroh: syncing terabytes of data, peer-to-peer" at 2026 Local-First Conf. https://youtu.be/QLr-0RgMNzo https://www.localfirstconf.com/

  5. story
  6. comment
    Comment #49165644

    Granted, Apple does do this weird thing where you're invited to use your personal iCloud (/Apple) account for work-related things (I suspect because they're just bad at supporting …

  7. comment
  8. comment
    Comment #48838201

    I suspect SPF is used because it's cheaper than performing cryptographic checks for each email. A (cached) DNS lookup and IP check on a connection is comparatively cheaper.

  9. comment
    Comment #48838162

    > Aw hell. How many things do I have to set up just so that I can send e-mails from my own domain? ... said every spammer. I'm sorry for your pain, and I'm in the same boat. But it…

  10. comment
    Comment #48827708

    Tangential, but about this: > I am creating a RAIDZ1 (RAID 5) zpool. That means 1 drive redundancy in-case of failure A friend once told me that RAID5 has a high latency cost, beca…

  11. comment
    Comment #48807417

    I want to cheer (again) for my 2020 Ford Escape. Its infotainment design was a significant differentiator that led to my selection after testing a dozen different models across all…

  12. comment
    Comment #48778918

    I wonder how they achieve the lighting effect from the banner picture? It doesn't look like the Adafruit panel has backlighting built-in, and there isn't anything added in the proj…

  13. comment
    Comment #48777485

    I've been hearing that for years, and I'm still waiting. Incidentally, my 2020 Ford Escape has buttons, which was a strong selector. I hear it's because it was designed for the Eur…

  14. comment
    Comment #48709877

    > There's something incredibly peaceful about being in the hands of an expert you trust. [...] AI can absolutely shatter that feeling in an uncomfortable way [...] but I don't know…

  15. comment
    Comment #48704479

    eh, every 6 months to a year I bring the car in to the dealer to handle the stack of pending recalls, during which I get a rental, courtesy of Ford. It's not much of a deal for me.…

  16. comment
    Comment #48704296

    It's impressive all the recall notices I get on my 2020 Escape Hybrid. At this point I joke with my friends that they're love-letters from Ford. (most of them are for fairly innocu…

  17. comment
    Comment #48681948

    obviously, David Macaulay, The Way Things Work So mainstream, it has a Wikipedia page: https://en.wikipedia.org/wiki/The_Way_Things_Work

  18. comment
    Comment #48675885

    > instead of unobservably better performance That's... quite the choice of words there

  19. comment
    Comment #48669304

    Are referencing the 1998 short story "Taklamakan" by Bruce Sterling?

  20. comment
    Comment #48595049

    A common confusion; this interpretation only applies to OVH. ref: https://www.reuters.com/article/world/millions-of-websites-o...

  21. comment
    Comment #48594972

    I thought it meant "electricity has ceased to be a physical phenomenon in the general vicinity of our servers"

  22. comment
  23. comment
    Comment #48557445

    yeah, it's funny how so many think the beginning of the S-curve is an exponential. Granted, we don't know when the S-curve will inflect, but predicting too great an outcome is just…

  24. comment
    Comment #48556338

    There is a field of competitive compression algorithms, where time and computation are not factors. People have made compressors that take hours (days?) to compress the test corpus…

  25. comment
    Comment #48510285

    Rust doesn't have an ABI [1]. Swift needed one to be a useable application language: https://faultlore.com/blah/swift-abi/ (written by a core Rust developer) [1] apart from the bas…