Live data from Hacker News

Viewing profile — lohnjemon

lohnjemon

HN member
Joined
Tue, May 16, 2023, 1:05 AM UTC
HN karma
36
Public activity
8 items

About lohnjemon

No profile information was provided.

Recent public activity

  1. comment
    Comment #38853167

    So this one integer overflow in sort, a command which is never ran as root is an issue somehow, because it can cause a denial of service(it crashes)? Am I missing something here. C…

  2. comment
    Comment #38852610

    What kinds of memory safety bugs do you really care about in coreutils? Genuinely curious. Given how mature and well defined the GNU Coreutils are, how small their scope is, how th…

  3. comment
    Comment #36415737

    That's not how it works out in practice. For example, journalists who have insider info from sources and leak it on the regular don't do anything to prove they have insider informa…

  4. comment
    Comment #36387396

    Indexing trillions of messages is outrageous.

  5. comment
    Comment #36387177

    Don't trust Signal for what? For communicating about illegal dealings, that intelligence agencies are interested in cracking down? Ok, sure, but then don't "trust" anything digital…

  6. comment
    Comment #36383684

    As I've been looking into freelance teaching and researching what kinds of services people provide, it's become astounding to me how poor most freelance teaching is. There's a bunc…

  7. comment
    Comment #36067368

    How does memory safety allow you to protect your personal information? How many binary exploits have actually lead to the exposing your personal information? I can count with my fi…

  8. comment
    Comment #35957139

    When I had written my shell to the point where I could execute simple commands, this was the first thing that came to my mind using it. Execute the shell -> Modify the source code …