Live data from Hacker News

Viewing profile — greyfade

greyfade

HN member
Joined
Sun, Jun 21, 2009, 7:43 AM UTC
HN karma
545
Public activity
398 items

About greyfade

No profile information was provided.

Recent public activity

  1. comment
    Comment #41853669

    rotthirteen would "work", but it's not a protocol. Actual protocols include tcp, udp, dccp, sctp, etc.

  2. comment
    Comment #41852613

    I would suggest that if you need to search every instance of the variable `i`, your loop is too large and needs to be refactored. Variables like this should only be used in a highl…

  3. comment
    Comment #37451248

    Who? This is the first I've heard of a youtuber sticking his nose in this.

  4. comment
    Comment #29171600

    Neither is Bash. And, being GNU projects, Bash and `info` generally come hand-in-hand.

  5. comment
    Comment #21923701

    > I think Knuth (in his famous "... root of all evil" quote) was referring specifically to programming, and to spending time on optimizations prior to functional completion. What h…

  6. comment
    Comment #21507145

    > Is it too much to ask that tech journalists proof read their articles before hitting publish? Yes.

  7. comment
    Comment #21454809

    The key is the obfuscation algorithm. In cryptography, the key isn't just a string of bytes, it's also the algorithm and cipher.

  8. comment
    Comment #21272225

    They're just variants on the IFF theme.[1] All of these files are broken into chucks with a FourCC header (sometimes with letters alternately upper or lower case, depending on feat…

  9. comment
    Comment #21164043

    There's a lot I'm not explaining, in part because I don't (yet) understand crypto well enough to know if my idea even makes sense, let alone is feasible. Matrix is close , but not …

  10. comment
    Comment #21164040

    Not exactly. I rather dislike XMPP's design, and what I'd like to see is something not only decentralized (relying at most on a DHT seed), but supporting group chats with trivially…

  11. comment
    Comment #21152909

    Maybe it is, but it's not the decentralized replacement for Discord and Teams that I envision.

  12. comment
    Comment #21152268

    There's enough conflicting information about the suicide that that particular conspiracy theory is going to have legs for a long time to come.

  13. comment
    Comment #21152234

    I've been bouncing around the idea of a fully decentralized end-to-end encrypted chat protocol for exactly this reason, but I've been afraid to work on it for precisely the reason …

  14. comment
    Comment #21097433

    Yes. https://en.wikipedia.org/wiki/One_instruction_set_computer

  15. comment
    Comment #21064590

    Python has been around since, what, 1994? C# goes back to '99 or '00 or something like that. Nim goes back to maybe 2008 and only hit 1.0 today.

  16. comment
    Comment #20964714

    I think it's fair to say that LoC is perhaps the least relevant metric it is possible to imagine. Languages differ in expressive power in ways that effectively mean that 200kLoC in…

  17. comment
    Comment #20922936

    You realize your microwave operates at over 1100 watts in a small enclosure designed to reflect RF, while 5G currently maxes out at 1100 watts in an open space that dissipates the …

  18. comment
    Comment #16206759

    Speaking for myself, this is partly why I want to contribute to the kernel. I tend not to take my own mistakes very seriously unless they come with serious consequences. Having som…

  19. comment
    Comment #12810388

    Graphics drivers are by no means the only drivers that require updates.

  20. comment
    Comment #12362553

    A better way to do that find command is: find -name '*.xls' -print0 | xargs -0 xls2csv

  21. comment
    Comment #11040147

    I see it fine on Arch. I have a relatively minimal set of fonts installed, and it seems to be coming from a font named "Standard Symbols L", which seems to be included as a Type1 f…

  22. comment
    Comment #11029532

    The react format is not original. It predates FineBros by some years. Even the name being "X reacts to y" predates FineBros. It could not be more unoriginal. But what Fine was doin…

  23. comment
    Comment #10305922

    If you configure your SSH server for a limited, secure set of ciphers and HMACs, these automated attacks won't even get to the point of attempting authentication. https://stribika.…

  24. comment
    Comment #8982684

    They're not, but it's been common practice in their industry for decades, and it's generally seen as beneficial to OEMs and users to have access to datasheets before purchase. This…

  25. comment
    Comment #8679028

    Presumably because international treaties extend the reach of certain domestic laws. ... Or because the Copyright cartels bribed the NZ gov't to roll over. We'll never know.