@grumble209 @SecureOwl @pluralistic
Companies need to stop treating personal information as a private asset and start treating it as a public liability.
| GitHub | https://github.com/rsanheim |
@grumble209 @SecureOwl @pluralistic
Companies need to stop treating personal information as a private asset and start treating it as a public liability.
Apparently #macOS 26 has a bug that leads to massive CPU usage and lagginess in apps until you terminate and restart them. The lagginess creeps in over time, until the affected app is restarted again.
https://github.com/zed-industries/zed/issues/33182#issuecomment-3289846957
I ran into this with #iTerm2 but the issue has been reported already months ago in macOS betas with various apps.
Workaround is to: defaults write -g NSAutoFillHeuristicControllerEnabled -bool false
You will lose some autofill functionality by doing this, but apps slowing down over time is quite annoying, too.
#Apple quality control leaves things to be desired yet again.
Premature Design Is Not Design
https://articles.pragdave.me/p/premature-design-is-not-design
Discussions: https://discu.eu/q/https://articles.pragdave.me/p/premature-design-is-not-design
Is there a single "dev tools"/infra product that does usage based pricing that doesn't feel like they're absolutely rinsing you? lol
hard not to feel like this is just a massive wealth transfer from pension funds -> VCs -> to datadog and co at this point.
Why do we not have binary builds of ruby available for common *nix/mac architectures? I've read thru https://github.com/rbenv/ruby-build/issues/42, and best I can tell seems like a lack of eng + $$$ for the build side.
Its a hard problem I know, I know. But hell, rvm used to do it, somehow, and I think it worked somehow via 2k+ lines of bash and their own builds.
It would make a _lot_ of things easier and faster across build pipelines, deployment, simple CLIs, and dev bootstrap if it was a real thing.