

Borg!


Borg!
ITS JUST BECAUSE WE FEELY DTRONGLY ABOUT RUST AND ITS TRAIT SYSTEM
TRAITS ARE SO USEFUL AND STRUCTS ARE EASILY REPRESENTED IN MEMORY AND WORKED WITH, COMBINED THEY WILL TAKE OVER THE LINUX KERNEL AND THE WORLD


MIT: do whatever you want, I don’t care
GPL: You can modify this freely, but your product must also be FOSS if you modify this.
Others have said good things. Since you also mentioned programming drivers, I recommend you to try writing a Linux kernel module at some point. This is going deeper in software, rather than embedded or bare metal. Kernel space programming is different because you literally can’t use the functionalities of your OS, but you still have a lot of other things supporting you and get access to the inner workings of the OS. One idea would be for example, writing a module that lets you execute commands as root without having any privileges.
Another thing I want to mention is that Rust may help you learn low level code. Low level can also mean networking or command line software, and regardless, rust is in my opinion more ergonomic than C and C++, offers many advanced features, and will help you understand memory safety better.
It’s nice if you have two buffers side by side in vim
Very important point (VIP)
I like the German bird names much better than the goofy english ones. Blaumeise is just poetic.


This is sadly not easily generalizable, since a lot of people still use legacy operating systems with filesystems like NTFS, which as far as I know is not COW.


It’s because of the old notion of “be generous in what you accept and strict in what you send”. I think the error is something about adding more parent directories so that part of your zip file will be extracted above the selected directory. Not all implementations of zip support this “feature”.
There are also all kinds of stupid ancient features in tar and zip from a time when hard drives were measured in megabytes or less. The latest episode of the open source security podcast talks about it.

They can just call it American Football like everyone already does.
NAFL or whatever, if you really need an acronym. No one calls the Bundesliga BL.

Only one of these pictures is real, and only one system is used for space stuff in reality

He belongs in a museum


Studying computer science / Cybersecurity certainly helped. Besides that, trial and error for me.
I too need my sadomaso application, almost as often as online banking applications


On Linux? Qemu/libvirt/virt-manager


Disagree. Exploring the world of botw was fun, combat is fun, cooking is cool.
If this wasn’t 100% vibe coded, it would be pretty cool.
A c compiler written in rust, with a lot of basics supported, an automated test suite that compiles well known c projects. Sounds like a fun project or academic work.