But let's all agree this maybe is a tad much, shall we?
I used to work at FAANG there, one of the managers was a fun guy. For a month he committed to do the same thing as the people who collect cans - every 04:00am he went around town, collecting bottles and cans. Turns out you can easily make 100-200eur a day with this. But it's a highly competitive business.
I've lived in Germany, and this was one of the things I quickly adopted after seeing the locals doing it. An interesting anecdote is that can/bottle collectors always approached me asking if I'm finished with my drink (I had a drink outside almost daily), but I never felt threatened or anything. They were generally super polite, I'd usually reply with "I'll leave it here" and they went along their way. Very different experience than anywhere else!
- Tessel (closed down, domain used to be tessel.io)
- Toit Lang: https://toitlang.org/
- Moddable: https://www.moddable.com/
- Espruino: http://www.espruino.com/
- mBed tried it too: https://os.mbed.com/javascript-on-mbed/
- https://github.com/coder-mike/microvium
I am sure I am missing a few here..
Note that some of these projects are over a decade old! Maybe I am the "old man yelling at the cloud" meme, but I don't see embedded developers who have to maintain a project for many many years, using a programming language that changes often.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V...
Your script will use sh if it starts with #!/bin/sh (instead of #!/bin/bash).
I can also recommend ShellCheck which is a shell script analysis tool (implemented in Haskell) which can find errors and potential problems in your scripts. On a Debian system, installing ShellScheck is as simple as `sudo apt install shellcheck'.
I don't buy this argument. Ok, it's a standard, but sometimes it's a pain-in-the-hole standard. Bash augmentations lessen some of the pains, and it's just nicer. The only situation is if you're using busybox in a very limited system or you reeeeeally need your script to run on many difference unices, which let's be honest, is not that common nowadays.
That's interesting. I get a couple of newsletters with advertising in them, and while I still find the Thunderbird interface a little clunky, this might sway me a bit.
I'm currently running Thunderbird as an email backup solution, with a rule to automatically copy every new email to a local folder. Maybe I'll start using it a bit more. (It's in a docker image on my file server, accessed via noVNC in a browser, which definitely adds to the clunkiness. Maybe I'll switch it to my local machine.)
Why?