Viewing profile — nwmcsween
nwmcsween
HN member- Joined
- Sun, May 16, 2010, 8:48 PM UTC
- HN karma
- 1,196
- Public activity
- 1,040 items
- HN profile
- View on Hacker News ↗
About nwmcsween
No profile information was provided.
Recent public activity
-
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
-
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?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #45935619
Use helm to generate the manifests with a Makefile, use Kustomize to change said manifests for prod, staging, etc.
-
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…
-
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.
-
comment
Comment #45343111
This would be my personal hell, let me just read n files of AI slop from the CEO.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #44440940
Sam Altman complaining about "unethical" corporate behavior is pure gold
-
comment
Comment #43676550
Why "Remember"? php-fpm is probably powering millions of sites right now.
-
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…
-
comment
Comment #43134469
Just use `open_file_cache`?
-
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…
-
comment
Comment #42439649
I mean considering I did document classification back in 2010 using tesseract, I wouldn't say it was impossible.
-
comment
Comment #41575828
S6 and really all skarnet code is kind of "djb c" which makes reasoning about it a bit convoluted.
-
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…
-
comment
Comment #41142004
I mean making changes in prod without testing will do that, Gitops or not.