Default Apps 2024
I don’t have a dedicated /uses
page; only a little table on my about page that lists the development-related essentials. Since today is the last day of 2024, I decided to jump on the “default apps” trend and listing the primary software I use as of today for each common task. I’ll also include notes where there was a recent update to the list of significance.
# General
- Launcher: Alfred
I use Alfred only for launching applications; it’s much faster than the catch-all MacOS Spotlight Search. - Books: Kindle Paperwhite and Goodreads (I do have a bookwyrm account if you’d like to follow my updates from the Fediverse :)
- Podcasts: Pocket Casts
- Music: InnerTune
# Productivity
- Notes: Logseq for research, Memos (self-hosted) for personal micro-blogging, and Notion for others
- Writing: Obsidian
- Todos: Todoist
Notion gives me sync with zero overhead in the free tier and its mobile apps have slightly better UX than Logseq (which is still reletively young). Logseq is an outliner, and I personally find it especially suited for certain kinds of note-taking for some of my research. I also use it for long-term personal project task management that integrates well with the journal feature.
Unfortunately, Logseq isn’t quite fit for long-form writing and drafting; so I’m currently exploring syncing options — possibly using Syncthing or Git repositories — with Obsidian.
I’ve considered using Org-mode with Emacs on the desktop and Orgzly on mobile, however Org is a little to complex for my needs (it’s true, perhaps I’m just not patient enough to overcome the learning curve) and much prefer something I can more easily manage and wrap my head around. Markdown has a wider range of support and can be converted to blog posts under my currently setup easier. If I ever decide to switch to Org for PKM, I might opt for denote or HOWM as companions.
# Internet
Web browser: Vivaldi (graphical), w3m (textual)
I’ve tried many graphical web browsers in the past, enough to write a long “browser reviews” post (it’s planned!)
I like Vivaldi for its vertical tabs, extension customization support, built-in indicator for detected RSS/Atom feeds, and the reader mode. I disable its other features such the feed reader, calendar, notes, and mail client and would personally prefer the Firefox backend, but Vivaldi is currently the best option for personal use.
Bookmarks: Raindrop
I save web bookmarks in raindrop using the browser extension and mobile apps, then I export it with a script that display my public bookmarks here on my website.Read-it-later: Instapaper
RSS/Atom Feed reader: yarr! (self-hosted, PWA)
Search: DuckDuckGo for its bangs
Email service: Proton Mail
Email client: Proton Mail and aerc (for other emails)
# Social Media
- Reddit client: Red Reader (android)
- Mastodon client: Phanpy (PWA[1])
- Pleroma/Akkoma client[2]: Husky (android)
- Bluesky client: the official web client as a PWA
I used to use TOKIMEKI, but some Bluesky features such as starter-packs prefers to open links in its official client instead, so I’ve switched away from TOKIMEKI until the situation improves. - IRC client: senpai and gamja
- IRC bouncer: soju on SourceHut
- Matrix client: Cinny
- Lemmy client[3]: Voyager (mobile)
# Development
Configuration and scripts of interest for everything I use in the terminal can be found in my dotfiles.
- Editor/IDE: NeoVim, Emacs (for Lisps and occasionally Org-mode)
- Terminal: Kitty
- Shell: Fish
- File manager: ranger
- Multiplexer: tmux
I’ve tried Zellij, but I did not have a good experience with WASM plugins; perhaps I should write about it sometime. - Dotfiles manager: yadm
That’s all of the apps I’ll include this year. I could potentially reproduce something similar on a dedicated page, only it will get out of date fairly easily. I care a lot about choosing the right tools and tailoring them to best fit my needs. Do you have similar setups? What do you like/dislike about it?
Footnotes