Live data from Hacker News

Viewing profile — 12345ieee

12345ieee

HN member
Joined
Sat, Sep 23, 2023, 1:46 AM UTC
HN karma
85
Public activity
23 items

About 12345ieee

No profile information was provided.

Recent public activity

  1. comment
    Comment #49178244

    I had marketing close their godaddy account and centralized the domain request flow to the ops team, for security reason. One of the best workflow changes ever implemented, didn't …

  2. comment
    Comment #48967514

    This seems a cry for help in website form, is the author ok?

  3. comment
    Comment #48894242

    Unix users are THE tool to restrict tool permissions, at any given time there's 20+ services on a Unix machine that run in their user.

  4. comment
    Comment #48707642

    And where did they put it? On the biggest US platform. Someday we'll get there, someday.

  5. comment
    Comment #48493527

    > I struggle to see the beauty in a gargantuan lean proof constructed by 100 different people Why does it need to be beautiful? Once you proved it it's true and you can use its con…

  6. comment
    Comment #48002626

    Oh no, imagine the people that save human lives having high salaries, the horror. If you, like me, are in the software field, know that this is likely the most comfortable job even…

  7. comment
    Comment #47294594

    I've been using it professionally for years. As long as you don't use their exclusive DBaaS, moving away is easier than from other places, as egress traffic is free. The user exper…

  8. comment
    Comment #46817632

    The early theorists of capitalism didn't imagine that advanced psychology (that didn't even exist back then) would be used to convince people to buy $product. Messages of that soph…

  9. comment
    Comment #46536080

    The fact is that being Debian is boring, and JS (python/rust/...) is *cool*. Give it a few more decades, hopefully it'll be boring by then, the same way, say, making a house is bor…

  10. comment
    Comment #45603232

    Not to mention their pro features keep breaking syntax of the community version, obviously with 0 transparency. Now, of course they should get paid for the work they do, but these …

  11. comment
    Comment #45061262

    Yeah, the distro for "Truly adventurous users" has never broken in a decade of use by myself and is essentially as bleeding edge as Arch. It's just old ideas that get repeated even…

  12. comment
    Comment #44878693

    > git itself has become a bloated product. There's like 2-3 ways to do everything now can you elaborate? After a decade of use I've seem some more cutesy porcelain popping up, but …

  13. comment
    Comment #44422370

    It doesn't matter in O() notation.

  14. comment
    Comment #43419399

    You need to consider all the energy spent to bring those calories to you, easily multiplying your budget by 10 or 100.

  15. comment
    Comment #41107450

    > a logistical nightmare in practice Could you elaborate? I'd like to learn from the errors of the past

  16. comment
    Comment #40253541

    They closed a bug from 2005, respect.

  17. comment
    Comment #39932431

    That's interesting, sounds like: * a good trade on the templating side (swapping the helm go-template-like thingy with a real language) * a loss on the cluster integration side, wh…

  18. comment
    Comment #39932382

    Oh, I was referring more to the templating side. On the cluster management side I'm already on ArgoCD, can't imagine doing pure helm install. Will add it to the "cool shit to check…

  19. comment
    Comment #39932361

    I used kustomize before switching to helm, it was a nightmare. Kustomize is extremely limited and opinionated, which is great if your deployments have only kustomize-approved diffe…

  20. comment
    Comment #39931422

    Do y'all have an alternative? I like it a lot but seeing this thread I'm wondering if it's tunnel vision.

  21. comment
    Comment #39931331

    I use helm for parametrization, so I'd be happy to hear alternatives. For secrets I'm a big fan of https://external-secrets.io/latest/ paired with a cloud vault, which allowed me t…

  22. comment
    Comment #39929577

    I feel like this doesn't capture what I want out of a custom helm chart. I want the values.yaml to express business logic, like feature flags or external endpoint configuration, so…

  23. comment
    Comment #38475043

    As other comments say, this is missing packed unions, which is the best solution I've found while writing a memory editor. See: https://github.com/scanmem/scanmem/blob/c6045a8677f3…