Live data from Hacker News

Viewing profile — mac-chaffee

mac-chaffee

HN member
Joined
Mon, Dec 11, 2017, 12:38 AM UTC
HN karma
480
Public activity
134 items

About mac-chaffee

No profile information was provided.

Recent public activity

  1. comment
    Comment #48694297

    That's really cool! I actually did download an archive of aol-sucks while researching this, but the software I was using to look through the mbox file was kinda buggy so I gave up.…

  2. comment
    Comment #44465216

    I'd generally confirm that suspicion: https://www.macchaffee.com/blog/2023/wafs/ WAFs have a few valid uses in my opinion: "virtual patching" and the ability to create custom rules…

  3. comment
    Comment #43838012

    I agree but there's a lot of nuance to the next question of "well what IS bad for the environment" and tech's role in that question. I've been unsatisfied with how people in tech a…

  4. comment
    Comment #43085363

    I wrote up a bit of background on non-competes in mid-2024, I see my fears came true: https://www.macchaffee.com/blog/2024/non-competes/

  5. comment
    Comment #42232381

    I welcome a k8s replacement! Just how there are better compilers and better databases than we had 10-20 years ago, we need better deployment methods. I just believe those better me…

  6. comment
    Comment #42232319

    Author here. Yes there were many times while writing this that I wanted to insert nuance, but couldn't without breaking the format too much. I appreciate the wide range of interpre…

  7. comment
    Comment #40992009

    Shocked that there was a tiller instance running. That's been deprecated since 2020: https://helm.sh/blog/helm-v2-deprecation-timeline/

  8. comment
    Comment #40942572

    The use-case seems to be intentionally narrow: > The Secrets Manager Agent provides compatibility for legacy applications that access secrets through an existing agent or that need…

  9. comment
    Comment #40534513

    Some of the use-cases mentioned would mean FERPA applies: https://studentprivacy.ed.gov/faq/i-want-use-online-tool-or-... Surprised FERPA wasn't mentioned explicitly. At least this…

  10. comment
    Comment #40518749

    Each with a unique public IPv4 address too!

  11. comment
    Comment #40008978

    It's especially frustrating that I firmly believe operations is a solved problem, but good luck getting a company to adopt the practices that every other mature tech company has al…

  12. comment
    Comment #39870691

    Build-related fixes are only treating the symptoms, not the disease. The real fix would be better sandboxing and capability-based security[1] built into major OSes which make backd…

  13. comment
    Comment #39602683

    That would only be true if WAFs weren't so easily bypassed: https://habr.com/en/companies/dsec/articles/454592/

  14. comment
    Comment #39271207

    I personally consider the ArgoCD UI an anti-feature. Attaching some hulking mass of Javascript dependencies to the thing that has cluster-admin rights to my production cluster is u…

  15. comment
    Comment #39170265

    In actuality, WAFs hurt more than help. They give a false sense of security since they are so easily bypassable, plus they have a significant performance cost and a significant cha…

  16. comment
    Comment #38990307

    WAFs are 2000s-era software that have long overstayed their welcome: https://www.macchaffee.com/blog/2023/wafs/

  17. comment
    Comment #38614129

    We have been working this year to increase our US presence, and we're hiring now: https://join.com/companies/qdrant/9929148-cloud-platform-dev... Source: I work at Qdrant from the …

  18. comment
    Comment #38502678

    I wrote about this here: https://www.macchaffee.com/blog/2023/ethics-self-attestation... Too many jaded technologists throw their hands up and just ignore ethics. At least ACM are …

  19. comment
    Comment #38421671

    The encryption Chrome uses isn't just some key on disk that can be scooped up. On macOS at least, it's stored in the secure enclave which only signed Chrome binaries can access. No…

  20. comment
    Comment #38419229

    What I want next is for FireFox to do something to protect my cookies on disk. Chrome at least encrypts them using a key backed by the system keychain (although Chrome allows remot…

  21. comment
    Comment #38245740

    I actually wrote this post in preparation for a fight about WAFs with a SOC2 auditor, wish me luck! :) The specific control says "Boundary protection systems (for example, firewall…

  22. comment
    Comment #38245660

    DDoS prevention is outside my area of expertise, so I'm not sure. I should clarify that this blog isn't referring to that use-case :)

  23. comment
    Comment #37637949

    Kin selection takes place within a single species: > The DNA confirmed that both the sailors and tiny passengers inside the hemisphere belong to the same species.

  24. comment
    Comment #37626193

    Unfortunately, differentiating good behavior from malicious behavior is a central pillar of security, and the existence of this feature undermines that pillar. * The fact that it's…

  25. comment
    Comment #37575870

    Funnily enough, "the end of time" for NFSv3 is in about 15-83 years, depending on whether the implementation uses signed or unsigned 32-bit integers for timestamps: https://lwn.net…