

Many people think of Docker as a virtual machine, but a better way to look at it is as a security wrapper around a process.
I really like this interpetation of containers. Thanks for sharing.


Many people think of Docker as a virtual machine, but a better way to look at it is as a security wrapper around a process.
I really like this interpetation of containers. Thanks for sharing.
Im glad you are not over ambitious with your schedule. An episode every three weeks / month is a great way to keep going. I remember when privacy guides said they were going to do a “this week in privacy” which unfortunately lasted about 6 weeks. I wish you best of luck!


Here’s mine. Probably top 10 /s: https://github.com/rutrum/dots


Whoa! Howd you make a website from typst? I would love a way to draft my website in typst.


Ive started writing in typst. Its simple enough when doing not so complicated things, but an entire ecosystem is available the moment I want to do something complicated. But it does not have LOCAL graphical editor, but there is an online version you can use. Ive never tried it.


This should be added somewhere to wiki.nixos.org. Thank you for sharing
Jumping in over your head is how you learn. Just be patient!
I think the photo gives the wrong impression. Its completely unrelated to the question.
Congratulations! I’m glad it worked well for you. Mint is a great choice as well.
https://appflowy.com/ is another possibility.


If you use conda, I suggest using pixi as a project manager. It has lock files which will fix dependencies, and it can activate your enviroments with scripts and variables defined in your pyproject.toml. It has been so much better than using conda directly: https://pixi.sh/
What a great domain name


Looking forward to TYPE_CHECKING without import typing.
If youre on windows, mremoteng is very comprehensive: https://mremoteng.org/


Its all local. Ollama is the application, deepseek and llama and qwen and whatever else are just model weights. The models arent executables, nor do the models ping external services or whatever. The models are safe. Ollama itself is meant for hosting models locally, and I dont believe it even has capability of doing anything besides run local models.
Where it gets more complicated is “agentic” assistants, that can read files or execute things at the terminal. The most advanced code assistance are doing this. But this is NOT a function of ollama or the model, its a function of the chat UI or code editor plugin that glues the model output together with a web search, filesystem, terminal session, etc.
So in short, ollama just runs models. Its all local and private, no worries.
Does anyone here use kellnr? Sounds really awesome to have, but I dont write any closed source rust, and just publish to crates.io.
Tinkering, really. I did a bunch of stuff with wine and virtualization and troubleshooted across versions. One time I manually updated the version of sqlite in python’s std lib to be a newer version. I picked a non LTS kernel once. All these things compounded and bloated my system. And when I went to do clean up, I didnt have a record of exactly everything I installed, what I used and what I didnt. It was guesswork to clean up my disk or even remember the tools I used to get a project working.
This is solved with declarative configuration, which is the basis of NixOS. I believe VanillaOS 2 has something similar. Likewise, this is one the great benefits of docker, vagrant, ansible, etc.
NixOS. My primary reason for switching was wanting a single list of programs that I had installed. After using ubuntu for 5 years I just lost track of all the tools and versions of software that I had installed…and that didnt even count my laptop. Now all my machines have a single list of applications, and they are all in sync.
Darn, their whole page is bugged for me in mobile