Live data from Hacker News

Viewing profile — RainyDayTmrw

RainyDayTmrw

HN member
Joined
Sat, Sep 21, 2024, 2:29 AM UTC
HN karma
765
Public activity
230 items

About RainyDayTmrw

No profile information was provided.

Recent public activity

  1. comment
    Comment #45707901

    In reference to [1], for today's lucky 10,000 (which is itself in reference to [2]). [1]: https://xkcd.com/1172/ [2]: https://xkcd.com/1053/

  2. comment
    Comment #45707848

    Thanks for the information. This sounds like something I would use HKDF for. But, to your point, it's nice to be able to build the design with a fewer number of primitives, and lik…

  3. comment
    Comment #45707693

    This particular piece has been shared near me several times, in the context of this recent AWS outage, the previous big AWS outage, non-AWS outages, and others. Every time, I feel …

  4. comment
    Comment #45700613

    The edit window passed, so let me add: where and why one would use an extensible-output function in particular.

  5. comment
    Comment #45700442

    The nice thing about Blum-Blum-Shub or Blum-Micali is that they come with a proof of security. Even then, they tend to be impractical, due to performance and side channels. This on…

  6. comment
    Comment #45689747

    I freely admit, this is "smell" based speculation.

  7. comment
    Comment #45689702

    Can anyone share real-world examples of where and why one would use these, please?

  8. comment
    Comment #45569367

    This smells like self-dealing on the part of A16z.

  9. comment
    Comment #45545810

    Is there a parser ambiguity/confusion vector here?

  10. comment
    Comment #45481654

    I thought the same. Although, perhaps we have too few hatchways, and too much surface area inside each.

  11. comment
    Comment #45478101

    After a few dumb accidents involving header pins, I've come to the conclusion that exposed male header pins on my desk are a hazard.

  12. comment
    Comment #45409613

    As this is a tech forum, I expect that the name that stands out is Radio Shack, and I do agree that that story is tragic. For me, as a long time New Yorker, the other name that sta…

  13. comment
    Comment #45290131

    Kinda tricky. Last time this came up, the consensus was that approximately nothing commercially available supported RVA23 at the time.

  14. comment
    Comment #45174427

    The unemployment rate statistic is a bit misleading, because people who drop out of work permanently don't factor into it.

  15. comment
    Comment #45173654

    That's surprising. Why is there such a comparatively large number using 32-bit Firefox on 64-bit Windows?

  16. comment
    Comment #45172476

    In most enterprises, the choice isn't Github vs Buildkite, it's Github vs Github plus Buildkite. That's what makes it so hard to pay for a separate CI vendor that costs more, when …

  17. comment
    Comment #45171663

    I evaluated Buildkite at a previous job, and I came to these conclusions. 1. Buildkite is probably the best commercial, off-the-shelf CI system right now, in terms of providing all…

  18. comment
    Comment #45154979

    If you do it correctly, you've reinvented Fisher-Yates[1]. If you do it wrong, you've reinvented this unnamed, broken algorithm[2], instead. But the issue in the article isn't appl…

  19. comment
    Comment #45133508

    Juggling all the fragments inside the database, garbage collecting all the unused ones, and maintaining consistency are all quite challenging in this use case.

  20. comment
    Comment #45080282

    One of these is not like the other. Go is also garbage collected. Embedding a garbage collected language inside another means you have two garbage collectors fighting each other.

  21. comment
    Comment #45022686

    There's an Android app called GPSLogger.[1] It does exactly what it says on the tin. Runners use it to track their own progress. Photographers use it to geotag their own photos. Th…

  22. comment
    Comment #44991734

    Human failures have some, but not total, correlation with each other. A big fear of autonomous driving is some severe failure with total correlation - the whole fleet does the same…

  23. comment
    Comment #44969054

    There's a word for the job of gathering requirements and refining ambiguity, but people might not like that.

  24. comment
    Comment #44968849

    What are some believable but wrong proofs of FLT? Wikipedia also claims that there were historically a lot of them[1], but doesn't provide examples. [1]: https://en.wikipedia.org/w…

  25. comment
    Comment #44968674

    Non-profits similarly have a problem that also hounds for-profits: Fundraising as a separate activity detracts from the primary mission, and balancing between the two is a struggle…