Live data from Hacker News

Viewing profile — jhkaghjkga

jhkaghjkga

HN member
Joined
Sat, Jan 30, 2016, 9:24 AM UTC
HN karma
11
Public activity
14 items

About jhkaghjkga

No profile information was provided.

Recent public activity

  1. comment
    Comment #20037537

    > What I mean is that there are init systems that only require POSIX compliant APIs Those are irrelevant as they can't even do basic tasks like shutting down the computer or restar…

  2. comment
    Comment #17041773

    So changing an implementation detail how the support for sysvinit scripts for systemd works means they "removed everything they could"? That's a strange way to put it. And if "apt-…

  3. comment
    Comment #17037439

    The main driver behind the initial fork isn't even a sysadmin, but an art student who initiated Devuan as part of an art project and his PhD thesis: https://pearl.plymouth.ac.uk/ha…

  4. comment
    Comment #17037164

    That need is already fulfilled by Debian? Just install sysvinit. (edit:) Also consider that if Debian would stop supporting sysvinit, a distribution adding support for it again wou…

  5. comment
    Comment #14422345

    So they now officially recommend Debian to people who value true init freedom?

  6. comment
    Comment #11594360

    I'm looking forward to Devuan going stable in 2020. But seriously, Devuan had some success with its core mission (drawing away the trolls and conspiracy theorists from Debian). The…

  7. comment
    Comment #11412720

    And at least OpenSuSE and Slackware just patched the warning out already -- probably after getting hit by it in the past. See for example the patch in Slackware: https://slackbuild…

  8. comment
    Comment #11412628

    Because any (possibly security-relevant) update to a library would mean that all software linking it statically has to be rebuilt. In reality that of course doesn't happen, so prog…

  9. comment
    Comment #11116391

    > lose a private key that they generated for me Found your problem: you should never have someone generate a private key for you.

  10. comment
    Comment #11108574

    That's wrong. You can get more than 5 certs/domain: either you have to wait a week (it's 5 certs/domain/week), or you include multiple hostnames in a single certificate (up to 100 …

  11. comment
    Comment #11001654

    To quote the original post: > Unix has a long tradition of doing a `rm -rf /` before reinstalling a system. I don't agree with the people saying "don't do that". So, yes, "traditio…

  12. comment
    Comment #11001342

    So cargo-cult? Doing things out of "tradition" without understanding what they are for?

  13. comment
    Comment #11001260

    What's that supposed to be good for? It certainly doesn't remove any file contents and to get a clean state, surely reformatting would be both easier and quicker?

  14. comment
    Comment #11001226

    Sane distributions don't include that alias by default. Because otherwise people will always use `rm -f` and lose the feature that `rm` asks before removing files marked as read-on…