Live data from Hacker News

Viewing profile — mioelnir

mioelnir

HN member
Joined
Tue, Jan 12, 2016, 8:06 PM UTC
HN karma
561
Public activity
171 items

About mioelnir

No profile information was provided.

Recent public activity

  1. comment
    Comment #26192434

    I've talked to a mail admin from one of the companies involved in "Email made in Germany" once about it, and his reply was basically that of course it was marketing, and of course …

  2. comment
    Comment #25185439

    BioNTech developed the vaccine now mass-produced by Pfizer. For that, they received $445m from the German government. So, as a tax-paying German citizen I can say, not only will I …

  3. comment
    Comment #24269215

    They are not immutable in the 'chflags uchg,schg ' sense. Updating these files is not in any way shape or form a hassle anymore if you do not update them. etcupdate has that solved…

  4. comment
    Comment #23548228

    FreeBSD has had fully integrated, working ZFS for over 10 years. You were so excited to deploy the BSD killer app, you forgot to do so for ten years. I can only tell you, whatever …

  5. comment
    Comment #23220157

    Or not. Landesregierung BaWü for example distributes the daily COVID-19 news via Threema.

  6. comment
    Comment #16749797

    There is also another german word in the realm of centralization - Gleichschaltung. It is nowadays exclusively used to describe the centralization of government functions and bodie…

  7. comment
    Comment #16749608

    By dropping transmutative alchemy from the sprint, allowing the implementation of a capability system on top of a now unforgeable subset of existing resources...

  8. comment
    Comment #15680549

    Simulated DC failure is more often then not just traffic flow engineering. It is more about testing the DC that takes over the traffic than it is about testing service restart in t…

  9. comment
    Comment #15674242

    > But something about is very compatible with the way my mind works. Yes. For me it is channels. After nearly 20 years of UNIX'ish systems, pipes are a mental abstraction that I do…

  10. comment
    Comment #15481182

    This article lost me after just the first couple of paragraphs. If Leibniz is, as quoted in the text, `recognized for first formally proposing` the binary system - then what releva…

  11. comment
    Comment #15447137

    Another option would be to make it an easily abortable multi-step process with a long delay timer, ie. you disable 2FA and an abortable 3-4 day timer starts ticking with frequent r…

  12. comment
    Comment #15388400

    As someone that has both Kafka and Redis in use without issue, for years, (and is about to replace a lot of misused Redis instances with Kafka) I really fail to follow your points.…

  13. comment
    Comment #15388272

    Regarding point 3, unless your system is under massive memory pressure, no caught-up Kafka consumer should be serviced from disk. Old offsets that are flushed out of memory because…

  14. comment
    Comment #15088273

    I don't think a careful, sane user who's concerned about their data would be on btrfs in the first place.

  15. comment
    Comment #15084934

    Then now is his moment to learn about open source licensing. Doesn't mean the infraction does not count or we should let it slide. As any license, even MIT with its few requirement…

  16. comment
    Comment #15075520

    Looks like neither Backblaze nor Carbonite support E2E encrypted backups where I do not have to send the password to the cloud, or the private key is in fact generated inside the c…

  17. comment
    Comment #14817355

    This of course assumes you are running around an actual multiuser system without 1777 /tmp and 077 umask like it is 1989.

  18. comment
    Comment #14758179

    ...and nothing happened because it does not retroactively dedup existing data? Over time it would become horrendously slow, I agree, since you have too little RAM by a factor of at…

  19. comment
    Comment #14758151

    Well, not in a test environment, but for production updates of some NoSQL stuff, sure. Snapshot the datasets, clone them over into a new rw-dataset, run the upgrade on the clone. U…

  20. comment
    Comment #14714945

    Well, FreeBSD's mac_portacl(4) has been around since 5.1-R (June 2003) and allows per-user ACLs on privileged ports. Although the permission is for all IP addresses, not a specific…

  21. comment
    Comment #14677960

    I don't think input meant configuration file syntax here, but actual echo $somejson-jobspec | ifconfig instead of ifconfig em0 inet 192.02.1/24 alias

  22. comment
    Comment #14668967

    I very, very rarely use named return values. My usual go-to problem is when one of the return values is an `error` that I want to set inside `recover()`.

  23. comment
    Comment #14534499

    If I remember my Apache config right, the two examples are switched. The 2.4 config should be 'Require all denied' and the 'Order deny,allow' the old 2.2 syntax.

  24. comment
    Comment #14406238

    I sometimes do a an IT jeopardy during interviews and :q! is "sysadmin 100".

  25. comment
    Comment #13918603

    I can't recall where I read it, but it said that the Switch likely uses the FreeBSD networking stack running in userland. To me, this makes some sense, since if I remember correctl…