Live data from Hacker News

Viewing profile — karmarepellent

karmarepellent

HN member
Joined
Wed, Jan 10, 2024, 7:09 AM UTC
HN karma
192
Public activity
95 items

About karmarepellent

No profile information was provided.

Recent public activity

  1. comment
    Comment #45336370

    This is why I've become a fan of StrictYAML [0]. Of course it is not supported by many projects, but at least you are given the option to dispense with all the unnecessary features…

  2. comment
    Comment #45106466

    The sarcasm is duly noted. But I simply answered the question. I don't have any strong opinion regarding passkeys.

  3. comment
    Comment #45106320

    A service that lets you sign up by uploading a SSH public key could just as well let you upload multiple public keys in your profile to be able to connect from other devices.

  4. comment
    Comment #45106217

    This is incorrect. SSH certificates work just like x509 certificates in that regard. Also, with PubkeyAuthentication, there exist all kinds of ways to collect host keys before conn…

  5. comment
    Comment #45106183

    > Signing in is cryptographically signing a commitment to the current ephemeral tunnel. I can see how SSH could be used for authentication on the web. And I have no doubt that it w…

  6. story
  7. comment
    Comment #44062015

    I'm curious to know if people see this as a viable alternative to a PXE installation, especially when it comes to the deployment of large-ish (possibly air-gapped) clusters.

  8. story
  9. comment
    Comment #42255698

    Actually I think the trick is to change ones own perspective on these things. Regardless of how many redundancies and how many 9's of availability your system theoretically achieve…

  10. comment
    Comment #42255606

    Its a matter of evaluating what kind of infrastructure your application needs to run on. There are certainly mission critical systems where even a sliver of downtime causes real da…

  11. comment
    Comment #42254869

    I think it depends on the definition of "bricking the cluster". When you start to upgrade your control plane, your control plane pods restart one after one, and not only those on t…

  12. comment
    Comment #42254842

    Do you mind sharing what these operations were? I can think of a few things that may very well brick your control plane. But at the very least existing workloads continue to functi…

  13. comment
    Comment #42254285

    In theory: absolutely. This is just anecdata and you are welcome to challenge me on it, but I have never had a problem upgrading Kubernetes itself. As long as you trail one version…

  14. comment
    Comment #42254226

    Agreed. The best thing we did back when we ran k8s clusters, was moving a few stateful services to dedicated VMs and keep the clusters for stateless services (the bulk) only. Runni…

  15. comment
    Comment #42254184

    I think the value proposition holds when you are just getting started with your company and you happen to employ people that know their way around the hyperscaler cloud ecosystems.…

  16. comment
    Comment #42254111

    We ran only two (very small) clusters for some time in the past and even then it introduced some unnecessary overhead on the ops side and some headaches on the dev side. Maybe they…

  17. comment
    Comment #42134049

    I have use cases for both approaches (letting a reverse proxy handle TLS, letting the application listen on an external socket and handling TLS in the application). I find is is ea…

  18. comment
    Comment #42105300

    Makes me wonder what part of the pattern you think is "too clever"? I think it is fairly easy to reason about when the lock is restricted to the encompassing block and automaticall…

  19. comment
    Comment #42085964

    I agree. Sometimes the best you can do to cope with the sprawling ecosystems around programming languages and having to deal with convoluted codebases and inefficient programs, is …

  20. comment
    Comment #42084853

    I can confirm that upkeep of Gitlab is rather easy and does not take much time. Just the occasional update every few weeks. For its size it is also quite robust and the integration…

  21. comment
    Comment #42084797

    Not sure why JS is the problem though. You can use JS in small doses to drastically improve the user experience on websites. The fact that heavy frameworks are sometimes used in co…

  22. comment
    Comment #41992659

    I have no data to back it up, but this is why a lot of people living in the Alps supposedly still drive cars with a manual gearbox, although generally sales of new, automatic cars …

  23. comment
    Comment #41785021

    It makes me question what we are doing too. I'm using HTMX extensively at work, but I never use it to only update local state. A few lines of Javscript on the client will do that. …

  24. comment
    Comment #41565426

    I have never seen a Debian system break due to auto-updates when they only subscribe to the common main, contrib and even non-free Debian repositories. They are incredibly stable a…

  25. comment
    Comment #41538472

    Unfortunately in air-gapped systems you cannot simply pay pennies for a managed k8s platform. In these cases you have to bootstrap and manage k8s on your own in your data centers. …