Kevin Jalbert About Now Uses AMA

Digging through Git History for Removed Text

July 31, 2022
1 min read
git tool

The text you are looking for isn't in the current revision anymore, and so you'll have to dig through the Git history somehow, looking for when it was removed/introduced. Read about how I approached this from a CLI perspective, using a script to simplify these searches for me.

Import Raindrop.io Highlights into Readwise

June 28, 2022
3 min read
knowledge raindrop readwise

I really like how Raindrop.io handles highlights and bookmarking in general. As of the time of writing, there isn't any official solution to import Raindrop.io highlights into Readwise. Check out my script that bridges this gap until an official integration exists.

Improvised Portable Smart Speaker

May 31, 2022
3 min read
entertainment google

Read about my improvised solution that lets me enjoy having a smart speaker outside on my backyard patio for family and friends to enjoy.

Access Local Docker Containers by Domain Names instead of Ports

April 30, 2022
2 min read
development docker nginx

Read how to use domain names instead for your containers during development. You'll have an easier time remembering the container names instead of their ports.

Quickly Toggle Fonts in Google Docs

March 27, 2022
1 min read
applescript google productivity

If you use two fonts in Google Docs often (i.e., like using mono fonts for code keywords) then read my approach to toggling between two fonts quickly using AppleScript on MacOS.

Prev Page Next Page
Twitter GitHub Stack Overflow
Code licensed MIT, Content © 2019 Kevin Jalbert