Manim
8. 11. 2025A community maintained Python library for creating mathematical animations.
https://www.youtube.com/watch?v=mvegivm695s < text morph animation
A community maintained Python library for creating mathematical animations.
https://www.youtube.com/watch?v=mvegivm695s < text morph animation
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
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
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!

p.s. Note that Future is actually a good looking toilet font
```
~~~toilet --font future
T h a n k y o u !
~~~
```
By starting from scratch we were able to learn from our experience with Vim and make some breaking changes. The result is a much smaller codebase and a modern set of defaults. It’s easier to get started if you’ve never used a modal editor before, and there’s much less fiddling with config files.
https://helix-editor.com
https://docs.helix-editor.com
https://helix-editor.vercel.app/start-here/basics/ < unofficial docs
https://github.com/stevenhoy/helix-cheat-sheet < unofficial cheat sheet pdf
https://news.ycombinator.com/item?id=45784596 < One of hacker news debates
The logic is select > action Everything is a selection, jumping word by word with w, also selects the word.
:tutor
:cd ~/somedir
SPACE, F
SPACE, ?
SPACE, b
SPACE, y
SPACE, p
xd
Either
xxxd
or
3xd
Xdp
Xdkp
g
:(
EDIT: 22. jun 2023: We have a softwrap now:
https://helix-editor.com/news/release-23-03-highlights/
.config/helix/config.toml
theme = "rose_pine_moon"
[editor]
true-color = true
^ with urxvt in mind.
There should be amd64.deb here https://github.com/helix-editor/helix/releases
Example .config/helix/config.toml (helix 25.07.1 (a05c151b))
theme = "catppuccin_macchiato"
[editor]
true-color = true
[editor.soft-wrap]
enable = true
A slightly more complete config:
https://raw.githubusercontent.com/brontosaurusrex/bucentaur/refs/heads/master/.config/helix/config.toml
https://docs.helix-editor.com/keymap.html
y, p
SPACE + y, SPACE + p
:300
C and ; to delete last one
space + ?
Search with bindings
%b A-c
^ shall find if something is bind to ALT+c.
‘i’ for insert mode, type
'abc[space][space][return]'.
Go line up and inspect the end of the line, spaces are gone :O.
in ~/.config/helix/themes/catppuccin_macchiato_transparent.toml put
inherits = "catppuccin_macchiato"
"ui.background" = { bg = "none" }
by Ducky 3D, video playlist:
https://www.youtube.com/playlist?list=PLNShHVjao84dfLoy0Xljoo0LEtxJRdvYu