Astrophysicist on 3i Atlas

https://www.youtube.com/watch?v=3Rb08Io8MpM

Astrophysicist on 3i Atlas, NASA Moon Mission & Intelligent Life | David Kipping 1:28 – People Are Freaking Out About 3I/ATLAS… 13:00 – What is a Comet’s Tail? 28:32 – Our Galaxy Could Be INSANELY Old 37:35 – What Happens When Black Holes Collide? 48:19 – The Multi-Everettian View and much more

And an image of ‘Schrödinger’s cat in quantum superposition’.

No cursor blinking for you

Put into .zshrc

# disable cursor blinking
echo "\e[2 q"

It should be terminal independent.

Quad remesher

Quad Remesher is an automatic quad remeshing (or auto retopology) algorithm.

https://exoside.com
https://www.youtube.com/shorts/OtDggCPpmHY

Glamour

After Effects Easy Glitter Luxury Style Text Tutorial

https://www.youtube.com/watch?v=TmKLC1PtaPU

Blackmagic Resolve - noise reduction startup

Maybe:
resolve NR

Manim

https://www.manim.community

A community maintained Python library for creating mathematical animations.

https://www.youtube.com/watch?v=mvegivm695s < text morph animation

Ugly little analog clock for terminal (bash + awk)

Around 30x30 chars ascii analog clock for the terminal, mostly written by chatgpt.
https://raw.githubusercontent.com/brontosaurusrex/bucentaur/refs/heads/master/.experiments/bin/clockascii

Config: To change aspect to fit your specific terminal, change ASPECT variable.

Note, to test drawings, one can use faketime command

faketime '13:37:00' clockascii

Maybe better sizes for hands:

HOUR_LEN=7
MIN_LEN=10

or the one where minute hand overrides the ticks:

HOUR_LEN=8
MIN_LEN=13