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

uv

It’s always a good idea to work with virtual environments for any Python project. It keeps different bits of code and dependencies ringfenced from one another …

https://docs.astral.sh/uv
https://emily.space/posts/251023-uv
https://news.ycombinator.com/item?id=45751400

Vim color schemes

https://vimcolorschemes.com

Slides

Slides in your terminal.

https://www.youtube.com/watch?v=wIyz7UQPL70
https://github.com/maaslalani/slides

example.md (chmod +x example.md)

```
~~~cowsay
Hello to slides!
~~~
```
```bash
echo "Some code here?"
```
---
```
~~~toilet --metal
woot!
~~~
```
---
# Thats it!

example

p.s. Note that Future is actually a good looking toilet font

```
~~~toilet --font future
T h a n k  y o u !
~~~
```