Miscallaneous

This is a collection of random things I've done or found interesting.

App Defaults

Launcher:Raycast
Notes:Notion
Calendar:Cron
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 Superwhisper

Snippets

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.