Miscallaneous
This is a collection of random things I've done or found interesting.
App Defaults
Launcher:Raycast
Notes:Notion
Calendar:Cron
defaults write app dockIcon style1
Press â+K in Notion Calendar
Mail Client:Gmail
Browser:Arc
Design:Figma
AI:Raycast AI
Editor:Cursor
Keyboard Shortcuts
My most-used shortcuts, powered by Raycast's Command Aliases for quick access to frequently used commands.
â + Shift + V
Show Clipboard Historyâ + Shift + D
Show Downloadsâ + Shift + T
Search TabsâĻ + L
Lock ScreenâĻ + H
Hide All Apps Except the Frontmostâ + â
Launch Raycast AIâĨ + Space
Start/Stop Recording with SuperwhisperSnippets
Few of my Raycast snippets:
- @@ â Email address
- !x â đ
- !meet â @calcom scheduling link
- !today â Today's date
- !ctrl / !cmd / !opt â Keyboard modifiers
How I Work
Some engineering principles I live by:
- Make it work, make it right, make it fast: Outline the core structure, speedrun the initial build, then perfect. This delivers roughly 10x speed improvements.
- Time blocking: I've moved beyond to-do lists to time blocking. Organizing my work around daily, weekly, and seasonal plans that build discipline and consistency.
- Build in public: I believe in releasing early and often, sharing progress openly.
- Squeeze the system you have: Optimize existing workflows before adding complexity or new tools.
- Every Detail perfect. Limit the Number of Details: Focus on quality over quantity in both design and execution.