blueshell:~/neocities

$ whoami

flounder

$ pwd

/home/flounder/neocities/programming

$ sl .

^C

$ ls .

.

..

bio.txt

languages.txt

projects.txt

meow-mix.mp4

rainbowstr.gif

secret-formula.pdf

$ grep -i ./languages.txt "i write" -A 6

I write code in these languages:

C#

Python

Rust

JS

C++

Java

$ cat ./projects.txt

Ask me about:

rss-rs (click me!)

> a rust + egui rss feed aggregator. wip with atom feed support in the future.

svelte paginator

> iterate through a list of items by pages of k items, supports next, prev, first, last.