ijc@macmini ~ $ whoami
i'm itjustcrashed. that's totally my legal name, 100% no jokes. my
biggest pet peeve is just web dev in general. i literally had to add an empty dictionary to this site's package.json while using deno just to make it work. oh, also i LOVE cats. like
a lot.
i'm a violinist too i guess.
ijc@macmini ~ $ cd Developer
ijc@macmini ~/Developer $ ls
rw-
swift-music - a music theory library for the swifties.
rwx
dash - an experimental, capability-based os written in rust. it's very, very early.
ijc@macmini ~/Developer $ cd
ijc@macmini ~ $ cat languages.txt
swift: i like it for higher-level stuff like app development, cli tools,
and libraries. it's a delight to write in, and the ecosystem is nice. i'm
excited to try swift embedded in the future, too!
rust: this one is
super nice for anything low-level regarding
an application processor. i'm learning a lot of cool things about cs and type
theory as i learn the language.
objective-c: swift, but
exclusively for when swift isn't verbose
enough.
assembly: this language is oddly fun to create with, even when i have
to strangle the linker to make it work. it's a great way to learn about how
processors work. also it's, like, the only way to write early boot code without
a stack. i'm learning risc-v assembly currently.
typescript: NO. WHY DOES EVERY WEB THING NEED TO BE IN THIS GODFORSAKEN
LANGUAGE.
ijc@macmini ~ $ cat closing.txt
i'm (obvi) on github at
@itjustcrashed. i'm not open to work or chats currently. i'm also not active on social media, so...
ijc@macmini ~ $ swift repl
Welcome to Apple Swift version 6.3 (swift-6.3-RELEASE).
Type :help for assistance.
1>
import ItJustCrashed
2> ItJustCrashed.awesomeness
$R0: Int = 1000000
3>
█