• Tech Tips

    One-handed Gmail Inbox Culling with Keyboard Maestro

    Keyboard Maestro proves, once again, why it’s at the top spot on my most recommended Mac applications list.

    My normal procedure for culling (deleting unwanted) emails in Gmail is (with list on left and email preview on right):

    1. Open the first email (opens in right pane)
    2. If deleting, press “#” (⇧3)
    3. Else, if skipping, press “j” to move down to the next email (standard Gmail behavior, I think; and it’s intuitive if you’re used to Vim)
    4. Repeat steps 2 and 3.

    I realized today how much I dislike hitting “#” with my left hand while browsing with my right.

  • Development

    Testing Cookie Modification in Laravel 8

    If there’s a better way to pass a cookie from one request to another, in a phpunit feature test in Laravel, please let me know! Here’s one way to handle it: