Live data from Hacker News

Viewing profile — nwmcsween

nwmcsween

HN member
Joined
Sun, May 16, 2010, 8:48 PM UTC
HN karma
1,196
Public activity
1,040 items

About nwmcsween

No profile information was provided.

Recent public activity

  1. comment
    Comment #48340010

    This is like string functions, there are some variants with just crazy SIMD when the mean string length is ~14-20 bytes

  2. comment
    Comment #47320342

    > Junior and mid-level engineers will now require more senior engineers to sign off any AI-assisted changes, Treadwell added. Beatings will continue until senior engineers leave?

  3. comment
    Comment #46675777

    So, there is professional skills and then there is "soft skills" which at many places is a euphemism for political theatre. Nearly everyone I've ever met has professional skills; f…

  4. comment
    Comment #46510224

    If anyone was around for the dot-com bubble any company internet related or with a web like name was irrationally funded, P/E didn't matter, burn didn't matter, product didn't matt…

  5. comment
    Comment #46509212

    Proper CI/CD for Gitops is actually really hard, how do you alert to failures that doesn't tie you to a specific provider and follows an alert chain? How do you chain dependent Git…

  6. comment
    Comment #46496069

    The whole business model of cloud providers is to charge a premium for their ecosystem and to create lock-in by making everything interdependent. A Kubernetes deployment could cost…

  7. comment
    Comment #46294409

    Have you worked at an organization without RFCs, ADRs, etc? The alternative is really just the wild west and whatever politics or pull a person has. RFCs and ADRs are good in the s…

  8. comment
    Comment #46093401

    It's strange organizations want to push users off of a minor $100/yr/user cost when there are many other ways to save money that don't involve making a power user useless for years…

  9. comment
    Comment #45935619

    Use helm to generate the manifests with a Makefile, use Kustomize to change said manifests for prod, staging, etc.

  10. comment
    Comment #45713782

    I just want prettier default diagrams in d2, the default theme (and other ones) is a hard sell to orgs where management isn't technical. Something similar to the Obsidian diagram t…

  11. comment
    Comment #45397871

    I recently looked into this at it looks like the IETF(?) RFC draft for SSH3 was abandoned? It's great this exists but I think the standard needs to be done as well.

  12. comment
    Comment #45343111

    This would be my personal hell, let me just read n files of AI slop from the CEO.

  13. comment
    Comment #45019576

    What I don't understand is why not use what I've seen in industrial processes? Why not a low boiling point liquid and a heat exchanger? Or even better power a turbine like biogas p…

  14. comment
    Comment #44780400

    It's because of their target, they target corporate non-technical IT where the end users have no idea of what they actually want but want it all integrated, badly, and it all works…

  15. comment
    Comment #44774002

    This is more than enough to prop them up. More often then not the consultee already has a plan even if the plan is horrendous the consulting company is there to insulate management…

  16. comment
    Comment #44761956

    Sadly the time when an org wanted people to excel and really grow at is over, the new normal is peak capitalism of maximizing value. People develop relationships with coworkers, yo…

  17. comment
    Comment #44440940

    Sam Altman complaining about "unethical" corporate behavior is pure gold

  18. comment
    Comment #43676550

    Why "Remember"? php-fpm is probably powering millions of sites right now.

  19. comment
    Comment #43667200

    I have first hand knowledge with large consultant companies, they are largely sales teams with minimal IT knowledge. I had to help a one of their overseas "senior cloud professiona…

  20. comment
    Comment #43134469

    Just use `open_file_cache`?

  21. comment
    Comment #42530319

    The goal of an abstraction should be to make reasoning about the code easier, generally that means hiding complexity but that shouldn't be the goal. In my opinion a common issue in…

  22. comment
    Comment #42439649

    I mean considering I did document classification back in 2010 using tesseract, I wouldn't say it was impossible.

  23. comment
    Comment #41575828

    S6 and really all skarnet code is kind of "djb c" which makes reasoning about it a bit convoluted.

  24. comment
    Comment #41145101

    DSC has a really really wide variety of windows modules and unfortunately there isn't really anything comparable, Puppet and Ansible do have interfaces to DSC modules but it's kind…

  25. comment
    Comment #41142004

    I mean making changes in prod without testing will do that, Gitops or not.