My experience of the #fediverse :
-
People who use X are increasingly radicalised until they end up as Nazis.
People who use Mastodon are increasingly radicalised until they end up as C programmers.
@david_chisnall I mean… after bouncing thru a bunch of the hot languages the last couple decades I’m seriously thinking of returning to C.
-
@stefan I'm intrigued what MAILTO in this context does. I must dig deeper. Every day is a school day
@stefan @daj
man 5 crontabcould help.I advice against disabling mails from cron, though. It is a very useful debugging tool.
If you have a command whose normal loud output is on stdout but which writes to stderr, use this instead:
program | logger -t cron-program-dailyThat will make the output go to syslog instead of
/dev/nullso it’s not lost.If it also writes to stderr in normal operation but exits nonzero on error, either of these three will do:
mksh -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed' # if mksh is installed bash -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed' # if GNU bash is installed { { program || echo >&4 failed; } 2>&1 | logger -t cron-program-daily; } 4>&1 # for standard sh -
@stefan @daj
man 5 crontabcould help.I advice against disabling mails from cron, though. It is a very useful debugging tool.
If you have a command whose normal loud output is on stdout but which writes to stderr, use this instead:
program | logger -t cron-program-dailyThat will make the output go to syslog instead of
/dev/nullso it’s not lost.If it also writes to stderr in normal operation but exits nonzero on error, either of these three will do:
mksh -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed' # if mksh is installed bash -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed' # if GNU bash is installed { { program || echo >&4 failed; } 2>&1 | logger -t cron-program-daily; } 4>&1 # for standard sh -
@david_chisnall @_elena
Wenn schon denn schon: Maschinencode. Ohne Assembler.@reini @_elena @david_chisnall hab ich auch schon gemacht, ist aber ab nem Punkt kein Spaß mehr. Und halt unportabel (ja, ich hatte schon die Versuchung,
mkshin Assembly umzuschreiben und nen i386-Emulator in C mitzuliefern…) -
@david_chisnall @_elena Some of us were C programmers before we got here.
Hey, it's safer than assembler. :-)
@EI3JDB @david_chisnall @_elena I contest that: it’s less safe than Assembly, due to all the UB.
-
You meant "end up as transgender furry anarchists who mostly program in Rust". Common typo.

@dragonfi @david_chisnall @_elena that’s just the top 1%
-
You meant "end up as transgender furry anarchists who mostly program in Rust". Common typo.
@dragonfi @david_chisnall @_elena
anarchists who pick a programming language that excludes anyone without the privilege to have new computers that can compile rust programs in under a month
btw, /me is trans anarchist and as such has a strong loathing for rust and appreciation for c's ubiquity -
@dragonfi @david_chisnall @_elena that’s just the top 1%
@mirabilos that's brutal, i love it -
My experience of the #fediverse :
Year 1 (2023):
It feels a little lonely as 99% of my friends stayed on Big Tech platforms.Year 2 (2024):
I start a blog - #TheFutureIsFederated - to explain the fediverse to "normies"... and I make a lot of new (techie) friends.Year 3 (2025):
My techie friends encourage me to start self-hosting with #YunoHost... and I do! (GoToSocial, PeerTube, NextCloud...) I LOVE it.Year 4 (2026):
I plan to buy a Heltec to try out off-grid mesh radio communication 💁♀️@_elena wow. I am on mastodon for years now and last year in august I bought two small pc to setup a server for my church and one for me. Both with yunohost which I find really great. Next cloud, my own mastodon instance, searxng, readeck, firefoxsync, writefreely and castopod and matrix.
I am curious on what you mentioned in the year 4.
As a side effect: in January I left WhatsApp and I am now metafree -
@_elena wow. I am on mastodon for years now and last year in august I bought two small pc to setup a server for my church and one for me. Both with yunohost which I find really great. Next cloud, my own mastodon instance, searxng, readeck, firefoxsync, writefreely and castopod and matrix.
I am curious on what you mentioned in the year 4.
As a side effect: in January I left WhatsApp and I am now metafree@jenshansen @_elena Grande 😀
Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.
Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.
Con il tuo contributo, questo post potrebbe essere ancora migliore 💗
Registrati Accedi