Live data from Hacker News

Viewing profile — rmetzler

rmetzler

HN member
Joined
Sun, Dec 06, 2009, 10:45 PM UTC
HN karma
1,102
Public activity
672 items

About rmetzler

No profile information was provided.

Recent public activity

  1. comment
    Comment #48177816

    https://www.heise.de/news/20-Jahre-unbemerkt-1440-Lehrerstel...

  2. comment
    Comment #47291110

    I misread this a little bit, as KI is the German equivalent of AI (Artificial Intelligence = Künstliche Intelligenz).

  3. comment
    Comment #44081763

    A while ago I saw that acme.sh now uses ZeroSSL by default. https://github.com/acmesh-official/acme.sh/blob/42bbd1b44af4...

  4. comment
    Comment #43618469

    In my book this is an incompetent PM who doesn’t test anything by himself. If he would have to sit through the JSON parsing a few times every day it would have been fixed in a matt…

  5. comment
    Comment #43491167

    What does „änd“ mean in the example?

  6. comment
    Comment #43139480

    Hey is the blogpost reloading every second (on mobile safari)?

  7. comment
    Comment #43086683

    Thieves stole mine in 2020. It was a Mitsubishi Carisma from 1996. They steal them because it’s fast and they contain expensive metals. There are videos of thieves stealing them on…

  8. comment
    Comment #42281818

    I would imagine that most of that is probably due to latency. Which might already be worth the extra effort, depending on the usecase.

  9. comment
    Comment #42191757

    > I've never met an engineering team that used Riak I was part of a recent cloud migration. Part of on-prem (though unfortunately not migrated by my team) were this very first Riak…

  10. comment
    Comment #41275327

    > a common feeling is that might be making us more judgmental and more picky in our partners. This isn't necessarily a bad thing. I love perfection as much as the next person and k…

  11. comment
    Comment #41023046

    termshark is a TUI for tshark. So termshark looks a lot like wireshark but in a terminal.

  12. comment
    Comment #41022794

    For security researchers it’s also interesting which implementations parse with first-win strategy and which allow comments (I think Ruby does this).

  13. comment
    Comment #41002483

    How would you compare this to termshark / tshark?

  14. comment
    Comment #40983385

    Thank you for clarifying.

  15. comment
    Comment #40974204

    For linux, there is faketime, which will set a specific date and time for all child processes. This enables you to test software you don't even compile for time-based problems, e.g…

  16. comment
    Comment #40759125

    > The new pod will have a different IP. Usually clients would connect to a Kubernetes svc to not have the problem with changing IPs. Even for just a single pod I would do that.

  17. comment
    Comment #40639281

    I'm not 100% sure, but I think it didn't display the outcome of the dice in this case. And it would be nice to have some hint that shows that this game ends in a Tie.

  18. comment
    Comment #40636849

    I was wondering if I maybe experienced a bug. Do you shortcut drawn games when neither player can win?)

  19. comment
    Comment #40551074

    Is it intentional that the variable is named “place_f_older” and not “place_h_older”?

  20. comment
    Comment #40390780

    I just read about this on [0]. This method is a little bit more complicated than you describe it. I’m also not sure how easy it is to scale. You still need to destroy parts of the …

  21. comment
    Comment #40332715

    So we're doing WASM demos now?

  22. comment
    Comment #40213455

    An Ansible playbook is usually the main entrypoint, it consists of a list of plays. Each play has hosts and a list of tasks to run at them. Because people wanted to reuse their cod…

  23. comment
    Comment #40169702

    According to Wikipedia Let’s Encrypt was started in September 2015. They did some great work! https://en.m.wikipedia.org/wiki/Let%27s_Encrypt

  24. comment
    Comment #40155908

    Apparently I worded my first sentence wrong and you didn't bother to read longer than that. Apologies. I just want to reiterate: DOM objects do have properties, because they are Ja…

  25. comment
    Comment #40153920

    LOL, I feel like the author mix up the two things even in the title. There are HTML attributes, there is the DOM API (which for example exists also in other languages, but not alwa…