Bash 5.3 landed

https://lists.gnu.org/archive/html/bug-bash/2025-06/msg00004.html < Ofishal
https://archive.ph/hAzAt

Bash 5.3 brings genuinely useful improvements: clearer error messages for variable problems, better process substitution debugging, microsecond-precision timestamps with $EPOCHREALTIME, enhanced associative arrays, improved job control with wait, safer history expansion, and significant performance boosts.

All the things I didn’t even know I needed.

Display $PATH line by line

Alias path

alias path='echo "$PATH" | tr : "\n" | nl'

could return

1  /home/b/piper
2  /home/b/.local/bin
3  /home/b/bin
4  /home/b/go/bin
5  /home/b/.cargo/bin
6  /and/much/more

Alias path2

alias path2='echo "$PATH" | tr : "\n" | pr -T -2 -w $(tput cols)'

could return a neat two column output

/home/b/piper         /home/b/go/bin    
/home/b/.local/bin    /home/b/.cargo/bin   
/home/b/bin           /usr/local/sbin 
/and/much/more

RapidRAW

A non-destructive and GPU-accelerated RAW image editor

https://github.com/CyberTimon/RapidRAW
https://news.ycombinator.com/item?id=44505876

scrot

Quick test:

  • Can’t open dng files
  • Croping with 90° rotation fails
  • Tries to download stuff (ai model) without asking user for permission
  • Nice GUI
  • Can’t drag&drop fodler to app window
  • Not a Lightroom killer

Total7zip

Total commander 7zip plugin

https://www.ghisler.com/plugins.htm

This plugin can create, update and delete files from 7z. Supports sfx and encryption. Can read many other formats besides 7z: XZ, BZIP2, GZIP, TAR, ZIP, WIM ARJ, CAB, CHM, CPIO, DEB, DMG … Uses 7z.dll, supports Unicode file names, can open files by content, search text in archives.

icon logo

Borken AE 2025 interlaced rendering?

After effects interlaced problem

Videos exported as interlaced have some random frames inserted, if you are adding titles those will blink over time. Source material is interlaced.

Fix

Check the interpretation of your interlaced source material and DISABLE
‘Preserve Edges (Best Quality Only)’ option.
Profit.

Sixel experiments

some tests

RYGB gradient

convert \
\( -size 1x10 xc:"#f00" \) \
\( -size 1x200 gradient:"#f00-#ff0" \) \
\( -size 1x200 gradient:"#ff0-#0f0" \) \
\( -size 1x200 gradient:"#0f0-#00f" \) \
\( -size 1x10 xc:"#00f" \) \
-append -scale 500x500! sixel:

Gime me some text

convert -size 920x180 xc:white -fill black -font Helvetica-Bold -pointsize 162 -gravity center -annotate 0 "Hello, Sixel" sixel:

to be continued…

chafa

Chafa is a command-line utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal.

apt install chafa

Git https://github.com/hpjansson/chafa.

May be a nice middle utility for sceneDetectMitHtml script, seems to support sixels and kitty and everything else (not fully tested).

Force sixels, center image, max width in terms of terminal chars is 100x100 and fix weird pixel aspect ratio:

chafa -f sixels -C on -s 100x100 --font-ratio=12/16 cupra.png

Quasy support for transparency:

convert -size 920x180 xc:none -fill black -font Helvetica-Bold -pointsize 162 -gravity center -annotate 0 "Hello, Sixel" test.png
chafa -f sixels --font-ratio=12/16 test.png

or one-liner:

convert -size 920x180 xc:none -fill red -font Helvetica-Bold \
-pointsize 150 -gravity center -annotate 0 "Hello, Sixel" png:- \
| chafa -f sixels --font-ratio=12/16 -C on -

chafa in action

SynthWave '84

VSCode theme

VSCode theme with some vibrancy:

If you’re really in the mood for trouble, go ahead and enable glow:

p.s. Unrelated html note, cropped img tag may look like:

<img src="image.png" style="object-fit: none; object-position: 0 0; height: 700px;">

Windows terminal theme

Port to Windows terminal (based on this and this), just paste in the approprite section in your schemes žson:

{
"name": "SynthWave 84 rex",
"background": "#262335",
"foreground": "#ffffff",
"white": "#ffffff",
"brightWhite": "#ffffff",
"black": "#000000",
"brightBlack": "#888888",
"blue": "#03edf9",
"brightBlue": "#03edf9",
"brightCyan": "#03edf9",
"brightGreen": "#72f1b8",
"brightPurple": "#ff7edb",
"brightRed": "#fe4450",
"brightYellow": "#fede5d",
"cyan": "#03edf9",
"green": "#72f1b8",
"purple": "#ff7edb",
"red": "#fe4450",
"yellow": "#f3e70f"
}

^ Does not look exactly right.

Firefox theme

https://addons.mozilla.org/en-US/firefox/addon/synthwave-84-navigator-version