Live data from Hacker News

Viewing profile — hn92726819

hn92726819

HN member
Joined
Tue, Nov 30, 2021, 8:30 AM UTC
HN karma
564
Public activity
271 items

About hn92726819

No profile information was provided.

Recent public activity

  1. comment
    Comment #48633295

    jj does not have large file or submodule support, but it does intend to in the future (you can read their design docs). Right now it's git compatible, so I'm not sure how 'permissi…

  2. comment
    Comment #48590150

    Google killed basic HTML in Gmail a few years ago

  3. comment
    Comment #48559523

    Note that this is not what the article is about. Bash has a fake /dev/tcp path that opens sockets. What you have there is just perl opening a socket normally. Great solution, but t…

  4. comment
    Comment #48318419

    I like the fun in this article, but some nitpicks don't seem right to me. This kinda reminds me of cinemasins. 1) I would assume his dad talked about always having a backdoor as a …

  5. comment
    Comment #48068574

    Falling apart? You mean getting stronger? Every single one of these is an existing hole being patched. It isn't making new holes

  6. comment
    Comment #47779584

    How reductive. Sure, there are paper mills and non-reputable colleges that hand out degrees, but that's clearly not what the author is writing about ('lecturers' there won't care a…

  7. comment
    Comment #47732073

    Millions of users, and you think exactly zero of them will hand over their credit card info?

  8. comment
    Comment #47668942

    This is really cool. Most people here are whining that you, a college student, aren't acting like an adult. I hope you can look past that; it's supposed to be hacker nature to do s…

  9. comment
    Comment #47525694

    Just click the varset in the tree view and it lists them in the properties pane

  10. comment
    Comment #47415922

    What emotion must people be feeling when they die then? > the word is worse than meaningless It seems as though you are redefining it to be meaningless, then projecting that onto e…

  11. comment
    Comment #47212654

    I hed to look this up, so here's a correction: it was one large line logically split, not smaller lines. So you can't select, say, a long compact JSON line. Still not fixed: https:…

  12. comment
    Comment #47207504

    When I tried Wezterm last year, you couldn't select more than 3-5 lines of text. I went to fix the 'bug', I found that it was intentional because it allocates a string and copies m…

  13. comment
    Comment #47175699

    You may be surprised to hear that many people work to make a living and then just go home. Not every employee has to drink the kool aid to make a living.

  14. comment
    Comment #47101393

    You can . But this makes intent clear. If you clone a git repo and see build/ with only a gitkeep, you are safe to bet your life savings on that being the compiled assets dir.

  15. comment
    Comment #47101361

    Yeah... I don't think you were wrong. Having 100 tiny gitignores makes finding out why something is excluded annoying. Our policy is one root level gitgnore and gitkeeps where requ…

  16. comment
    Comment #47052829

    Points 3, 4, and 6 are directly related to AI. 5 is indirectly related

  17. comment
    Comment #47052701

    Your first point only holds if nothing ever changes in the programming world. People write new languages and frameworks all the time. How do you compare dates in pandas? How about …

  18. comment
    Comment #47036212

    I doubt it. Ghidra is extremely extensible with their plugin/tool architecture. Public Ghidra includes the extremely helpful decompiler tool, and a few others, but I'm willing to b…

  19. comment
    Comment #47009117

    That argument is not going to hold up for long though. Someone can prompt "improve the open source projects I work on", an agent 8 layers deep can do something like this. If you co…

  20. comment
    Comment #46870945

    There is something to be said about that. Firefox does keep inserting it's 'helpful features' like Pocket on users, which is very annoying. My point is just that everyone is so cri…

  21. comment
    Comment #46870886

    In this example, nearly every other company in existence gives their employees nothing and asks them to use their hands (forcing AI with no option). It's hard for me to look at Goo…

  22. comment
    Comment #46866223

    > The AI features can be disabled entirely or individually, so users can pick and choose what they want to use It sounds like you would want to switch off two of them and leave two…

  23. comment
    Comment #46866204

    This is expected behavior in Microsoft products, but has Firefox ever done anything like this?

  24. comment
    Comment #46866197

    In the parallel universe where Firefox defaults to ai features being off, there's a snarky comment like yours about why it isn't on by default. It is really tiring to hear this stu…

  25. comment
    Comment #46655128

    Unrelated, but in that link: > Interestingly, the code continues to check the entire hash after a mismatch. This is a standard practice in cryptography, but maybe not at the time.