Live data from Hacker News

Viewing profile — geggo98

geggo98

HN member
Joined
Mon, Oct 22, 2018, 7:34 AM UTC
HN karma
17
Public activity
20 items

About geggo98

No profile information was provided.

Recent public activity

  1. comment
    Comment #47376227

    Just make two plans and switch, when one of them is exhausted.

  2. comment
    Comment #45371318

    Not sure where gp lives. But most banks here restrict you to 4 digits as the password. So basically a PIN. If you are lucky, you get 6 digits or even letters. But be careful: if yo…

  3. comment
    Comment #40475172

    If you have the time, could you please post the list of plugins you are using?

  4. comment
    Comment #39966136

    That’s true. On the other hand, Apple isn’t some kind of Borg like swarm intelligence. While Apple’s upper management doesn’t want back doors in their products, someone in middle m…

  5. comment
    Comment #39926664

    That’s a good start. In the long run probably three things are necessary: 1) wiring critical software in a language that protects better against such exploits. Might be Rust, Go, p…

  6. comment
    Comment #39926587

    You are right, it took quite some time. On the other hand, it looks like the legitimate part of contributing to xz was only a part time job for the attacker. The rest of the time, …

  7. comment
    Comment #39914872

    Expecting liability coverage for source code people publish for free on their own time has very strong implications on free speech, freedom of arts, and freedom of science. I don’t…

  8. comment
    Comment #39895756

    I think there were some open PRs from that account, that got scrubbed from the account after the back door in xz was discovered. But probably nothing got merged.

  9. comment
    Comment #39882350

    My suggestion: Put your SSH behind WireGuard and/or behind a jump host (with only port forwarding allowed, no shell). If you don’t have a separate host, use a Docker container. If …

  10. comment
    Comment #39882293

    Using a jump host could help, only allowing port forwarding. Ideally it would be heavily monitored and create a new instance for every connection (e.g., inside a container). The at…

  11. comment
    Comment #39878053

    Actually you have a point. A collection of shell scripts (like the classical init systems) have obviously a smaller attack surface. In this case the attacker used some integration …

  12. comment
    Comment #39838151

    Unix pipes have built in back pressure. A very simplified view, assuming blocking calls and single threads: if the process on the left side of the pipe produces data too fast and f…

  13. comment
    Comment #39811201

    From the screenshots it looks like there is an activation limit, with a maximum of four devices. Reading the license, I could not confirm this. Is there a limit, and if, what is th…

  14. comment
    Comment #37492936

    While you are here: the Node.js syntax highlights on you QuickStart docs seems to be broken. Tested with Safari and Chrome on a recent macOS. That’s not a huge issue, but makes it …

  15. comment
    Comment #32148437

    > But I have been told “video off” is passive aggressive so I don’t know how much longer I can pull this off. “Video off” is often necessary, because your laptop runs low on batter…

  16. comment
    Comment #27578419

    > Pension: Germany has a pyramid scheme and it collapsed a while back. The system did just fine, but was plundered by politics. During the German reunification, the people from the…

  17. comment
    Comment #27507149

    The blog post you mentions brings two arguments: first the database would require looking. Second the database would need tradeoffs between reading (polling) and writing (adding an…

  18. comment
    Comment #25683694

    To my understanding this plan should include the spouse and any number of kids up to the age of of 23 (age limit for the kids, not for the spouse of course). Dental care and eye ca…

  19. comment
    Comment #18793917

    In the Cassandra case, you would not write the persistent data in the Docker image (that's the part of the file system mounted as a layered file system, using AUFS or OverlayFS). I…

  20. comment
    Comment #18272865

    There is no blame on you. There is no way you can provide a configuration that will be secure on every server. My recommendation: add a big warning message that there is at least o…