Samuel A

@iotpanic
48 Followers
59 Following
150 Posts

The world runs on bad code, some of its mine, likes to talk kernels and embedded systems over coffee. πŸ“Ÿ LoRa's cool ig.

❀️ Open Source.

Check this out: https://janky-jingle-crew.com/NorthPoleCircuit/

Someone made a much cooler, christmas themed version of my magnet race track, and it's great!

North Pole Circuit

2024 Christmas Card by Janky Jingle Crew

North Pole Circuit
This was just from my driveway and in front of the shed. Send help.
Don't mind us, we're just walking our emotional support granite

In bash, writing ${var?} instead of just ${var} or $var means if var isn't defined then bash will throw an error and _not_ execute your command, instead of expanding it to "" and carrying on.

mv file1 file2 $subdir # oops, I overwrote file2
mv file1 file2 ${subdir?} # error message instead of disaster

My favourite use of this is for example commands in documentation, with placeholders for the user to fill in. Then it's OK if a user accidentally copy-pastes it _without_ filling them in!

This feels like an early Ethernet hub, before we decided which connector to use.

Today we have @ReneRebe on the podcast to talk about a project he has been working on for a very very long time but hardly anyone even knows it exists, T2 SDE, one of the few remaining standalone distros #Linux #Podcast

Video: https://www.youtube.com/watch?v=8lvKw4Iced8

Audio: https://podcasters.spotify.com/pod/show/tech-over-tea/episodes/The-Linux-Distro-No-One-Talks-About--Ren-Rebe-e2kka96

#223 The Linux Distro No One Talks About | RenΓ© Rebe

YouTube
Not the best images ever but for a Motorola phone I'm unhappy with Ill take it.
#Linux is so savage πŸ˜‚πŸ‘‡

Broke: Licensing personal projects as AGPL so mega-co's can't use them.

Woke; Writing personal projects in C, so mega-co's can't use them.