Live data from Hacker News

Viewing profile — Xorlev

Xorlev

HN member
Joined
Thu, Jun 10, 2010, 7:10 PM UTC
HN karma
1,962
Public activity
585 items

About Xorlev

Software Engineer at Google

Enthusiastic about technology and programming. Coffee too.

[ my public key: https://keybase.io/xorlev; my proof: https://keybase.io/xorlev/sigs/DgkMVigG0nXJPGQHCJwk-KiM4hO87WzSLMrpef02_pg ]

Recent public activity

  1. comment
    Comment #48437057

    > you really don’t feel the need to seek validation from other people in your life. This might be confusing the lack of need for validation with the lack of need for other people. …

  2. comment
    Comment #48280645

    GitHub solved the original "code collaboration" problem, and now it's a default easy way to outsource repo management. It also has the most integrations. A lot of companies grew up…

  3. comment
    Comment #48161130

    > i.e., claude code and similar, things are either prefill-bound When accounting for prefix caching, this greatly accelerates each turn. Barring large file reads, prefill still isn…

  4. comment
    Comment #47069267

    Not a Java implementation, but the original game was written in Java. Later, Microsoft bought Minecraft and rewrote it (Bedrock edition) which runs on Xbox, tablets, etc. But, the …

  5. comment
    Comment #46683711

    Google was already fairly profitable when Gmail was started, and did a considerable amount of capacity planning. It was also invite-only for a loooong time.

  6. comment
    Comment #46672979

    > Free forever for teams up to 5. Unlimited search, unlimited history. I understand the strategic value of offering unlimited features to differentiate from competitors like Slack,…

  7. comment
    Comment #46491067

    There are, and often times they're stuck in a loop of presenting decks and status, writing proposals rather than doing this kind of research. That said, interpreting user feedback …

  8. comment
    Comment #44553878

    This is often (though not always) blanket statement. Logs are always generated, and logs include some amount of data about the user, if only environmental. It's quite plausible tha…

  9. comment
    Comment #38894601

    Do you have a source for that? I'm not denying it, just curious to read more.

  10. comment
    Comment #38676272

    https://github.com/openzfs/zfs/issues/7631 This is a long-standing issue with zvols which affects overall system stability, and has no real solution as of yet.

  11. comment
    Comment #38469967

    You'd think so, but for datacenter workloads it's absolutely common, especially if you're just scheduling a bunch of containers together. Computation also doesn't happen in a vacuu…

  12. comment
    Comment #38101089

    Except it's also trivial to buy or produce tables of pre-hashed emails, so this cloak of "oh we don't know who you are, it's a hash!" is usually just lipservice.

  13. comment
    Comment #36021620

    Android also reaps permissions that haven't been used recently. In the case of location, Android prompts for renewal even if it has been used recently.

  14. comment
    Comment #35921115

    There is no war in Ba Sing Se. Just saying it doesn't make it true. Twitter has a long way to go to regain advertiser confidence, and Blue is barely a footnote.

  15. comment
    Comment #35844483

    Software, movies, music is just a string of bits. Using something leaked always carries some inherent risk.

  16. comment
    Comment #35757299

    +1. And, it's in version control forever. It's not as if it entirely disappears. Like one of the sibling comments mentioned, I only rarely reject Sensenmann CLs. That's worth expla…

  17. comment
    Comment #35500300

    I think you're being downvoted because you've claimed "That's a case of not solving the problem.", but I think that actually better describes this answer. It's clever, certainly, b…

  18. comment
    Comment #35500279

    Computers are fast. I once worked on a service sitting at the top of a deep RPC stack. Stack traces were often folded into RPC error messages to help diagnostics. Well, if you have…

  19. comment
    Comment #35495426

    Or it would stunt their growth. Those sorts of tasks force you to poke around and learn, rather than having the answer handed to you by a LLM or senior engineer.

  20. comment
    Comment #35046076

    Another good reason to switch to Kotlin. :)

  21. comment
    Comment #35044320

    I generally agree with the author, and Google style guides generally discourages use of unsigned types (even in C++) for anything that isn't actually a bag of bits. I don't know ho…

  22. comment
    Comment #34645375

    Google interviewers sign up for particular languages and are expected to have proficiency in the language. As an interviewer, I also allow a lot of abbreviations (so long as we agr…

  23. comment
    Comment #34645115

    I'm not sure I understand. This is talking about Cargo metadata download improvements. You still download individual packages regardless of receiving a copy of the entire registry,…

  24. comment
    Comment #34613491

    > The only things I can come up with are apps requiring access to outside hardware or files That's not even 100% true either [1]. For instance, you can flash Android devices from t…

  25. comment
    Comment #34517961

    "Everyone". A vocal minority, perhaps.