···11+---
22+layout: ../layouts/PageLayout.astro
33+---
44+55+# Uses
66+77+Some of the tools I use on a regular basis.
88+99+[//]: # "If you want everything in short, toggle [short mode](#)."
1010+1111+## Development
1212+1313+For development, I mostly use **IntelliJ IDEA**[^1] and occasionally **VS Code**.
1414+As my terminal emulator I use **Ghostty** with **zsh** and **Powerlevel10k**.
1515+I use **Docker** for my containers and **Colima** as the runtime for them.
1616+When I'm working on [Tangled](https://tangled.org/) I have my development environment running in a **Fly.io Sprite**.
1717+For version control, I'm currently trying out [jj](https://www.jj-vcs.dev/), which I'm growing to like a lot.
1818+1919+For design things, I use **Figma**.
2020+I use **Codex** in AI development with Claude occasionally sprinkled in.
2121+2222+## Software
2323+2424+My music plays from **Spotify**, I manage my logins with **Bitwarden**, and my windows with **Rectangle**.
2525+2626+## Hosting
2727+2828+This site is hosted on **Cloudflare Pages** with the code on [Tangled](https://tangled.org/marco.tngl.sh/site).
2929+Changes are deployed automatically with Spindles—Tangled's CI runner—since Cloudflare doesn't support Tangled repos (yet?).
3030+3131+## Misc
3232+3333+Regardless of LLM's abusing them, I like using **em dashes** in my writing.
3434+3535+[^1]: With vim keybindings.