Live data from Hacker News

Viewing profile — whiatp

whiatp

HN member
Joined
Sun, Jul 30, 2023, 1:53 PM UTC
HN karma
56
Public activity
17 items

About whiatp

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. comment
    Comment #48841662

    This article is about using TPMs on servers, not employee devices.

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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 …

  12. 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 "…

  13. 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…

  14. comment
    Comment #40542503

    Someone accidentally commented the translation in another post about AWS: https://news.ycombinator.com/reply?id=40541919&goto=item%3Fi...

  15. comment
    Comment #36946465

    Ah, should have googled. I stand corrected.

  16. 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…

  17. 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 …