Viewing profile — whiatp
whiatp
HN member- Joined
- Sun, Jul 30, 2023, 1:53 PM UTC
- HN karma
- 56
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About whiatp
No profile information was provided.
Recent public activity
-
comment
Comment #48842346
Yeah, if the CPU has a an embedded TPM that would be way better than the external ones. I'll admit that my experience comes from somewhat dated hardware. The point I was making was…
-
comment
Comment #48841858
Something worth calling out is that, as far as I've seen, most server TPM implementations are not great against physical access attacks. If servers might be physically compromised …
-
comment
Comment #48841662
This article is about using TPMs on servers, not employee devices.
-
comment
Comment #48259024
Many large distributed systems are built around pushing data through web requests, and human readable request/response formats (JSON, XML) are the most popular, and require integer…
-
comment
Comment #47997599
I remember a coworker having to fight with an old platform's build not working because our user/group IDs were bigger than 2^16. I can't remember which utility was causing the prob…
-
comment
Comment #47997306
I'm curious what the concern is with the rust editions mechanics in place. Each crate gets to define the language edition it is compiled with. Even if dependencies up convert to la…
-
comment
Comment #46211122
Something I've noticed that I never really see called out is how easy it is to review rust code diffs. I spent a lot of my career maintaining company internal forks of large open s…
-
comment
Comment #45634798
Long time back I'd play PS2 games in a chat window in EverQuest while waiting for mobs to spawn. I had a capture card that would overlay over a particular shade of purple that I di…
-
comment
Comment #44583596
CF had their route covered by RPKI, which at a high level uses certs to formalize delegation of IP address space. What caused this specific behavior is the dilemma of backwards com…
-
comment
Comment #43725296
PMTU just doesn't feel reliable to me because of poorly behaved boxes in the middle. The worst offender I've had to deal with was AWS Transit Gateway, which just doesn't bother sen…
-
comment
Comment #43155999
This made me think of a series of "war room" meetings I had been part of early in my career. Strangely enough, also a defect revealed when the platform was low on memory. This was …
-
comment
Comment #43144368
bitbake -e is super useful for that game. It dumps out a complete history of where all variables were set/changed, and their values along the way. I also use it to do what I call "…
-
comment
Comment #41135272
I spent a lot of time debugging an internal fork of an open source BGP implementation (really old quagga.) The confederation code always struck me as being nothing but weird except…
-
comment
Comment #40542503
Someone accidentally commented the translation in another post about AWS: https://news.ycombinator.com/reply?id=40541919&goto=item%3Fi...
-
comment
Comment #36946465
Ah, should have googled. I stand corrected.
-
comment
Comment #36944067
With all that investment in addresses I'm surprised AWS is still the first cloud provider to charge for them. (As far as I know.) It will be interesting to see if other cloud provi…
-
comment
Comment #36931410
I think the primary problem with domain fronting that ECH would solve is that ECH doesn't involve using a third party's domain name, potentially dragging a single third party into …