#unixshell
Rule/Yule 30 cellular automaton with a "band-pass" filter every few iterations. Done in the Bash shell using bitwise math, so each row/state is a single number of 63 bits.

#cellularautomaton #rule30 #bitwiseoperators #textmodeart #oldskool #retrocomputing #unixshell #xmastree #joulu6
December 9, 2025 at 12:15 PM
🛠️ Want to learn coding basics to boost your research?
Join our beginner-friendly Software Carpentry Workshop at ZB MED!

📅 May 12–13, 2025
📍 Cologne
💻 No experience needed!

#UnixShell
#Git
#Python

Register now 👉 zbmed.github.io/2025...

#CodingForResearchers #OpenScience #SoftwareCarpentry
April 10, 2025 at 7:38 AM
Invitation: Next Library Carpentry Workshop takes place online on January 20 to 24 together with @embl.org. Information and registration: zbmed.github.io/2025...
#SQL #UnixShell #Python #LibraryCarpentry
@thecarpentries.bsky.social
November 29, 2024 at 9:02 AM
🎬Neues Video auf dem ZB MED-YouTube-Kanal:

Interaktiver Screencast zur #UnixShell: Von der Installation bis zum Shell-Skript!

Eine #LibraryCarpentry Lesson online zum Mitmachen: www.youtube.com/watch?v=L3JR...
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
November 9, 2023 at 4:33 PM
When you're dealing with plaintext data in a suspicious context, consider using `cat -v` where you'd usually use `cat`.

```
-v, --show-nonprinting
use ^ and M- notation, except for LFD and TAB
```

#unixshell #commandline #linux #linuxtips #cybersecurity
February 16, 2026 at 4:44 AM
When you're dealing with plaintext data in a suspicious context, consider using `cat -v` where you'd usually use `cat`.

```
-v, --show-nonprinting
use ^ and M- notation, except for LFD and TAB
```

#UnixShell #commandLine #Linux #LinuxTips #potatosecurity
February 16, 2026 at 5:01 AM