Zsh: select generated files with (om[1]) glob qualifiers - Adam Johnson
https://adamj.eu/tech/2026/01/27/zsh-om1-glob-qualifiers/
Zsh: select generated files with (om[1]) glob qualifiers - Adam Johnson
https://adamj.eu/tech/2026/01/27/zsh-om1-glob-qualifiers/

I’ve recently been using memray, a memory profiler for Python, to optimize the startup memory usage (and time) for a client. It’s a fantastic tool, but its flexibility hampers getting instant feedback. It takes three commands to profile a program, generate a flame graph from the profile, and open the flame graph in the browser:
Termux
If you want a nice to great full linux stack for your android, seek for Termux.
do not install the playstore version!
Alphabet {google} sabotages OpenSource projects on Android. Get termux straight from the home page
Termux is a full linux ENV:
termux installs minimal
caveats
clang took a massive 540MiB while mc itself is small)Termux is Linux joy on Android
#termux #linux #programming #technology #bash #csh #ksh #zsh #sh #networking
Meteorology
Current weather in Kwamalasemutu SR SA with the power of wttr.in & the grace of
lolcat(6) 🏳️🌈 wttr.in curl & {ba{c{k{z{fi}}}}}sh
Background photograph is a wolken dek {NL} composed in Commewijne SR SA
log
$ curl --verbose wttr.in/kwamalasemutu|lolcat
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0* Host wttr.in:80 was resolved.
`/"".-. Patchy rain nearby
,_( ). +22(25) °C
/(() ↙ 5 km/h
‘ ‘ ‘ ‘ 10 km
‘ ‘ ‘ ‘ 0.0 mm
sources
https://wttr.in [API]
man bash(1)
man lolcat(6)
man xfce4-screenshooter(1)
man thunar(1)
Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836]
Z
#Weather #wttr #lolcat #curl #bash #csk #ksh #zsh #sh #fish #meteorology #environment #Physics #Chemistry #Mathematics #Lineair #algebra #technology #OpenSource #programming #POSIX
For people using #Zed as #Flatpak, and not spawning the host shell (instead using the internal barebones shell), tell Zed to use the host shell through `host-spawn` and use tour bash location as argument.
#SoftwareDevelopment #Bash #SH #ZSH #Terminal #Shell #Linux #WebDevelopment #AppDevelopment
After digging into the manual and considering the nuclear nature of a blind -Rns in my first version, I’ve settled on this TUI style one-liner.
`pacman -Qetq | fzf -m --header "Select packages to REMOVE" --preview 'pacman -Qi {}' --preview-window=right:60% | xargs -ro sudo pacman -Rns`
I added this into my zsh plugin and tested it. It works, at least on my laptop. Now can bring the TUI prompt with a hotkey whenever I need to.
#archlinux #zsh #fzf #opensource #AwesomePlugins #github
Arch rolling updates are great until an AUR binary breaks because it’s looking for an old .so version.
I am working on a Zsh helper called #Mend to handle this. It detects the failure, strips the version suffix, and finds the current provider via pacman -F. I'm using native Zsh string splitting to keep it fast.
It’s a personal project that’s grown a bit. Code review and feedback on the logic is welcome.