💻 My personal website blog.kacaii.dev/
blog gleam lustre

:recycle: move djot links to the bottom

kacaii.dev 3b16e211 e81a50ce

verified
+32 -18
+32 -18
priv/posts/uses.md
··· 17 17 18 18 ## Software 19 19 20 - - [ ]{.nf aria-hidden=true} [Lazyvim](https://www.lazyvim.org/): Modal terminal 21 - code editor. 22 - - [ ]{.nf aria-hidden=true} [Just](https://just.systems/): A command runner similar 23 - to Taskfile. 24 - - [ ]{.nf aria-hidden=true} [Djot](https://djot.net/): Markup Language 25 - similar to markdown. 26 - - [ ]{.nf aria-hidden=true} [Fly.io](https://fly.io/): For deploying containers. 27 - - [󰇥 ]{.nf aria-hidden=true} [Yazi](https://yazi-rs.github.io/): Terminal file manager, 28 - makes it easier to move around my project files. 29 - - [ ]{.nf aria-hidden=true} [Direnv](https://direnv.net/): Load enviroment 30 - variables when switching directories. 31 - - [󱕴 ]{.nf aria-hidden=true} [1Password](https://1password.com/): Password manager 20 + - [ ]{.nf aria-hidden=true} [Lazyvim][]: Modal terminal code editor. 21 + - [ ]{.nf aria-hidden=true} [Just][]: A command runner similar to Taskfile. 22 + - [ ]{.nf aria-hidden=true} [Djot][]: Markup Language similar to markdown. 23 + - [ ]{.nf aria-hidden=true} [Fly.io][]: Makes it easier to deploy containers. 24 + - [󰇥 ]{.nf aria-hidden=true} [Yazi][]: Terminal file manager, makes it easier 25 + to move around my project files. 26 + - [ ]{.nf aria-hidden=true} [Direnv][]: Load enviroment variables when 27 + switching directories. 28 + - [󱕴 ]{.nf aria-hidden=true} [1Password][]: Password manager, has support for 29 + passkeys and takes care of storing all my sensible data. 32 30 33 31 ### Programming Languages 34 32 35 - - [ ]{.nf aria-hidden=true} [Gleam](https://gleam.run/): Statically typed functional 33 + - [ ]{.nf aria-hidden=true} [Gleam][]: Statically typed functional 36 34 programming language that runs on the Beam. 37 - - [ ]{.nf aria-hidden=true} [Zig](https://ziglang.org/): Statically typed 35 + - [ ]{.nf aria-hidden=true} [Zig][]: Statically typed 38 36 low level programming language with manual memory allocations. 39 37 40 38 ### Version Control 41 39 42 - - [󰳆 ]{.nf aria-hidden=true} [Tangled](https://tangled.org/): I recently moved away 43 - from Github, tangled feels like breath of fresh air. 44 - - [ ]{.nf aria-hidden=true} [Jujutsu](https://www.jj-vcs.dev): Feels more 45 - flexible and intuitive than Git, also tangled has support for it! 40 + - [󰳆 ]{.nf aria-hidden=true} [Tangled][]: I recently moved away 41 + from Github, tangled feels like breath of fresh air. All data is stored in my PDS[^pds] 42 + - [ ]{.nf aria-hidden=true} [Jujutsu][]: Feels more flexible and intuitive 43 + than Git, also tangled has support for it! 44 + 45 + [Lazyvim]: https://www.lazyvim.org/ 46 + [Just]: https://just.systems/ 47 + [Djot]: https://djot.net/ 48 + [Fly.io]: https://fly.io/ 49 + [Yazi]: https://yazi-rs.github.io/ 50 + [Direnv]: https://direnv.net/ 51 + [1Password]: https://1password.com/ 52 + 53 + [Gleam]: https://gleam.run/ 54 + [Zig]: https://ziglang.org/ 55 + 56 + [Tangled]: https://tangled.org/ 57 + [Jujutsu]: https://www.jj-vcs.dev 58 + 59 + [^pds]: Personal Data Storage