Viewing profile — AceJohnny2
AceJohnny2
HN member- Joined
- Tue, Sep 20, 2011, 10:54 PM UTC
- HN karma
- 15,382
- Public activity
- 2,892 items
- HN profile
- View on Hacker News ↗
About AceJohnny2
No profile information was provided.
Recent public activity
-
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)
-
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…
-
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…
-
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/
- story
-
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 …
-
comment
Comment #49131665
Grok
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.…
-
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…
-
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
-
comment
Comment #48675885
> instead of unobservably better performance That's... quite the choice of words there
-
comment
Comment #48669304
Are referencing the 1998 short story "Taklamakan" by Bruce Sterling?
-
comment
Comment #48595049
A common confusion; this interpretation only applies to OVH. ref: https://www.reuters.com/article/world/millions-of-websites-o...
-
comment
Comment #48594972
I thought it meant "electricity has ceased to be a physical phenomenon in the general vicinity of our servers"
-
comment
Comment #48586668
[dead]
-
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…
-
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…
-
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…