I don’t consider myself a dumb person but I couldn’t figure out nix when last I decided to play with it. Theoretically it seems super interesting to me, but I really just can’t dedicate the time again now to learn that esoteric syntax.
I don’t consider myself a dumb person but I couldn’t figure out nix when last I decided to play with it. Theoretically it seems super interesting to me, but I really just can’t dedicate the time again now to learn that esoteric syntax.
Vim for everything
Any language if the code was written by me
This is the way
We are on a programming sub of a federated and open source reddit clone. We are all nerds.
I used to think this way, at least when writing C++. But it’s objectively harder to do and convince other people to follow, especially if they can’t be bothered to change their environment to display tabs and spaces differently. It’s a losing battle so now I just do spaces when working with other people
Just put the shebang at the top of your script:
I’m not a big fan of extensions because if you put the script in your $PATH
it’s weird to type do_the_thing.bash
Just put the shebang at the top of your script:
I’m not a big fan of extensions because if you put the script in your $PATH
it’s weird to type do_the_thing.bash
That’s giving me a 404, captain