/uses
What is /uses?
Check out uses.tech for a list of everyone’s /uses pages
Applications
My current text editor is NeoVim. This is my configs
- LazyVim
- solargraph
- biome
- flow.nvim (colorscheme)
My current project based / workspace editor is Zed.
- Ember Dark (colorscheme)
- configured with LazyVim keymaps. Perfect!
-
- Modus Vivendi Tinted theme
- Lilex Nerd Font (via
getnf
)
- Ghostty - Been all about this super fast terminal lately. It's written strictly for macos and linux using Swift and GTK4 respectively. that's what Im talking about!
Importantly, Ghostty is a native application for macOS and Linux. On macOS, the GUI is written in Swift and uses AppKit and SwiftUI. On Linux, the GUI is written in Zig and uses the GTK4 C API1. The GUIs interface with a shared core written in Zig that we call “libghostty”. For those unfamiliar with Zig, it is a systems programming language that compiles to native machine code.k
Browser of choice is always Brave
- Runner up and always have running is Gnome Web Canary
Daily Notes is Obsidian
- Longer more sizable writings than quick notes I tend to use Typora
Tech Stacks
- Objective-C is my OG language of choice, mainly because I first learned it when the iPhone SDK was released. It’s a great object-oriented language that has dynamic typing and the best part is - it is not C++! period.
- Swift is a badass modern language that I wish I were still working with... Had a blast building apps with it when Apple first released it. Really enjoyed learning protocol oriented programming with it.
- Ruby is my goto everyday high level language of choice. Built shit tons of APIs and web applications with it. Always be my goto server side tool for the job!
- Hugo rocks! and its a fun static site generator.
- Hexo is a fast, simple, and efficient static site generator. And is what is running this site.