Posts by eshlox
Devs on my feed: #TUI to #GUI, #AI gets access to everything.
Me: back to the #terminal, #sandbox everything I can.
Am I the weird one here? 🤔
So I install less. I #sandbox what I can. I keep as little sensitive data on the computer as possible, encrypt what stays, and restrict what the apps can reach.
Compiling from source only helps if someone actually reads the code, and almost nobody does.
There are a lot of interesting apps and libraries released every day, but how can I trust all of them? The App Store (in case of #Apple) is a safer default because apps there are sandboxed and reviewed by Apple, but it’s not a guarantee.
It’s nothing new, but now more than ever it’s time to think about what we install.
- Is it sandboxed?
- What access does it have?
- Do we trust the source?
- Do I really need this app?
- Is there a more secure alternative?
The new attack surface is #AI tooling. #MCP servers, agents, browser and editor extensions. They often get more access than a regular app, and we install them without thinking, because they are useful and the hype is big.
And it’s not only about the app itself. Most of the risk hides in the dependency tree. One small package deep inside, compromised or taken over, and the whole app is compromised with it. You don’t pick those packages, the devs do.
The more software I install, the bigger the chance that I run something unsafe. One mistake, and everything that the app can access is at risk of a leak.
I should trust that the devs use YubiKeys, #2FA, secure their computers, use sandboxes, scan and pin dependencies, take care of publishing and access to third-party services, and keep the security at the top level.
I should trust that the devs not only write good code, but also review the AI-generated code.
To protect my computer from malicious #software, I would need to install only the apps that I trust. I should trust that the code does what it is supposed to do. 🧵
I use a Hammerspoon hotkey to save clipboard images as files because my AI sandbox can not see the clipboard. It works, but feels hacky. Anyone have a better way?
eshlox.net/clipboard-image-to-file-hammerspoon
Global #justfile: run recipes from anywhere
eshlox.net/global-justf...
term.css: a #classless #CSS #framework with #terminal aesthetics
eshlox.net/term-css
Automate #tmux sessions with #tmuxinator
eshlox.net/tmuxinator-a...
Caps Lock as a super key on #macOS with #Hammerspoon
eshlox.net/capslock-sup...
#just: a simple command runner
eshlox.net/just-command...
Do you have a blog where you write about #programming, #blockchain, #devops, #tech, #health, or #games? Drop a link. I'd love to add it to my #RSS reader!
My #tmux setup.
eshlox.net/tmux-setup