TIL is my collection of daily learnings. Each entry is brief, technical, and lightly edited.
Light Bulb Series Encoding
I needed to replace an “A19” light bulb. What does “A19” mean? ...
TIL is my collection of daily learnings. Each entry is brief, technical, and lightly edited.
I needed to replace an “A19” light bulb. What does “A19” mean? ...
In Vim Normal mode, * searches forward for the next occurrence of word. But what goes back? ...
If I’ve defined a function in the Python REPL, I can read its definition with inspect.getsource. ...
In the Python REPL, the help function provides a help message about its argument. ...
Jira recently launched ‘Standup Mode’ feature, and love it! ...
I have a cron job that opens a program every day at a certain time. How can I also close it with a cron job? ...
My friend Josh recently wrote about a common mistake using pbcopy, Apple’s pasteboard utility. ...
Anytime Chrome loads a webpage, you can pause script execution without a debugger. ...