This commit is contained in:
Crispy 2024-09-20 01:24:36 +02:00
parent f815330422
commit 4dd92b39e0
4 changed files with 13 additions and 8 deletions

View file

@ -164,6 +164,7 @@ An example scene made for libgarbage, showing most of the primitive shapes avail
### big nut
`2023-09`
I am very mature.
==video:"/media/shaders/rm_big_nut.mp4":"a spinning metallic bolt and nut continually screwing and unscrewing itself"
### loops
@ -218,14 +219,16 @@ I used this to generate the image printed on my deskmat, seen in [the picture of
### brainfuck debugger
`2023-12`
source: [https://git.crispypin.cc/CrispyPin/bf-debugger](https://git.crispypin.cc/CrispyPin/bf-debugger)
When I was solving some [Advent of Code](https://adventofcode.com/2023) problems in [Brainfuck](https://esolangs.org/wiki/Brainfuck), i found myself missing the ability to set breakpoints and step a number of iterations through the program, so I made an interactive brainfuck debugger.
TODO image
When I was solving some [Advent of Code](https://adventofcode.com/2023) problems in [Brainfuck](https://esolangs.org/wiki/Brainfuck), I found myself missing the ability to set breakpoints and step a number of iterations through the program, so I made an interactive brainfuck debugger.
==image:"/media/bf_debugger.png"
I used this to develop solutions for part one of day 1 and 4, in advent of code 2023. These can be found here: [https://git.crispypin.cc/CrispyPin/aoc-2023/src/branch/main/bf](https://git.crispypin.cc/CrispyPin/aoc-2023/src/branch/main/bf)
### text editor lili
`2023-03`
source: [https://git.crispypin.cc/CrispyPin/lili](https://git.crispypin.cc/CrispyPin/lili)
`lili` is a terminal text editor that can keep multiple files open. It is far from perfect, it doesn't handle soft linebreaks well and lacks undo/redo. But wider characters at least work (tabs and emoji).
TODO image
==image:"/media/lili_file_list.png"
### compiler-timer
`2024-01`
@ -251,7 +254,6 @@ Since 2023-09-07: 55h 11m 22s
# misc
### snad
### worm lang
### advent of code 2023 day 1 and 4 in brainfuck
### asetniop emulator for x11
### june
### neuralblender-mc