🐚 Brace expansion in shells like Bash and Zsh can be very useful to avoid repeating yourself. ✨
For example, if you want to do:
$ mv some_long_file_name.txt some_long_file_name.rs
You can write this instead:
$ mv some_long_file_name.{txt,rs}
Here's some ways to use braces:
We were the example here how to deal with the first wave. We blew it big time for the second, probably because of the prevention paradox. We now too have protests against masks 🤦♂️ saying it reduces PPL freedom. I call this BS, everyone’s freedom ends, where someone elses start 🙏
@ChrisMillward I highly recommend Rust. Even if you don't consider the language itself, it has the best developer experience I've used in a language. It has a universal coding standard, and the package manager and code formatter come with the compiler.