amrox
Joined 90 karma
- amrox parentAs a vim user since the 90s - this is what I've landed on. It pretty easy to disable the vim plugin if you're sharing your computer with a muggle.
- Beautiful. I have a couple of the NuPhy [1] keyboards so I'm definitely in the target market.
The Rotary Encoder is a dealbreaker for me though. I want something slender that I can easily slip into a case or backpack. If it was optional, you'd have a customer!
- > What it fundamentally boils down to is that your org chart determines your architecture.
This is Conway’s law
- Containers are great for web services or anything that primarily communicates through a port.
Less so for CLI style projects that read and write to the local file system. Yes I know you can bind mount directories but it’s clunky and you also usually have to fight with file permissions issues.
- > One should probably run their own package server like https://github.com/pypiserver/pypiserver
Never used pypiserver but I’ve had a good experience with https://github.com/devpi/devpi
- This appears to be unrelated to https://www.yoctoproject.org ?
- I know that Conan claims to be a generic packager and tool manager (https://docs.conan.io/en/latest/howtos/other_languages_packa...) but is anyone using it for that?
asdf seems like it has much wider support