2025-07-25 11:03:38 +10:00
|
|
|
# dobutterfliescry.net
|
|
|
|
|
Source code for my website
|
|
|
|
|
|
2025-08-06 17:12:18 +10:00
|
|
|
### Local Development
|
|
|
|
|
>[!WARNING]
|
|
|
|
|
> My computers run NixOS so deployment relies on this fact
|
|
|
|
|
> If you don't have Nix see the [[#Without Nix|non-nix section]].
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
$ nix develop # -i for purity
|
|
|
|
|
nix-shell$ ./bakeimgs
|
|
|
|
|
nix-shell$ ./serve &
|
|
|
|
|
```
|
|
|
|
|
#### Without Nix
|
|
|
|
|
>[!TODO]
|
|
|
|
|
> Lazy...
|
|
|
|
|
|
2025-07-25 11:03:38 +10:00
|
|
|
### Ideas
|
|
|
|
|
1. a page you're not allowed access to without "contributing to humanity's knowledge"
|
|
|
|
|
ie factorising a large number not currently in factordb.com
|
|
|
|
|
2. use jor1k instead of tinyemu
|
2025-07-26 22:39:41 +10:00
|
|
|
3. create a lil section to interactively learn regex and glob patterns (also ideally bash using jor1k too)
|
2025-07-28 10:54:26 +10:00
|
|
|
4. add enbyware+queerware+other badges to hosting
|
|
|
|
|
5. fork forgejo and change the UI
|
|
|
|
|
allowing for other features like counting how many times I swear in repositories
|
|
|
|
|
|
|
|
|
|
### Style Ideas
|
|
|
|
|
1. VT220 terminal rendering as shader
|
|
|
|
|
https://www.shadertoy.com/view/XdtfzX
|
|
|
|
|
https://www.shadertoy.com/view/lt2SDK
|
|
|
|
|
|
2025-07-25 11:03:38 +10:00
|
|
|
|
|
|
|
|
### Inspiration
|
|
|
|
|
1. https://namishh.me/ (uses https://actix.rs/)
|
|
|
|
|
|