Live data from Hacker News

Viewing profile — deadfa11

deadfa11

HN member
Joined
Wed, Jun 22, 2011, 1:18 PM UTC
HN karma
15
Public activity
11 items

About deadfa11

No profile information was provided.

Recent public activity

  1. comment
    Comment #44264789

    I was working on a zig project recently that uses some complex comptime type construction. I had bumped to the latest dev version from 0.13, and I couldn't believe how much improve…

  2. comment
    Comment #44206719

    Ahh this has a name! I started doing this years ago and figured this must be used frequently because it’s so simple, elegant and can be done lock free. Thanks for calling it the na…

  3. comment
    Comment #42569617

    Yep, 100%

  4. comment
    Comment #42454059

    Zombo.com really had everything, way ahead of its time. It's been a while... maybe since the last time I lost the game.

  5. comment
    Comment #42029758

    Ooh very cool! I really like the logo :)

  6. comment
    Comment #41974389

    I've been using the Sabrent one for a year or so. It's worked quite reliably once I got the cables sorted. I was unintentionally using one TB3 cable in the mix, and that made it pr…

  7. comment
    Comment #37960751

    Eh, this one seems a reasonable trade-off to me at this point. If you try to handle every potential issue upfront, you'll never release, and this seems entirely fixable down the ro…

  8. comment
    Comment #34471752

    I lived in Tennessee for a bit as a kid until about 7. The principal had this paddle hanging in his office, just menacingly looming there all the time. Every once in a while he'd h…

  9. comment
    Comment #24295030

    > What singer sang in the most stadiums? SELECT singer.Name FROM singer JOIN singer_in_concert ON singer.Singer_ID = singer_in_concert.Singer_ID GROUP BY singer.Singer_ID ORDER BY …

  10. comment
    Comment #7570225

    Basically, measure the time difference in the memory comparison. Typically, comparisons will short-circuit. That is, stop as soon as a difference is detected. But this is a problem…

  11. comment
    Comment #7489473

    Sure, but is that using PCHs? And how much of that time is preprocessing? I don't think the parent question is whether clang can compile any project in less than 3 hours. I think t…