Today I learned about Powertoys,, a utility application from Microsoft.
Caps lock isn't a very useful key, but it occupies very valuable keyboard real estate, sitting on home row. Some programmers like mapping ctrl to the caps lock key. Some keyboards even have hardware settings to switch them. Personally, I …
In Firefox 109, Mozilla introduced a "unified extensions button". Normally, you can fully customize your toolbar, but this button cannot be moved or removed from the toolbar via the usual "Customize Toolbar" method.
However, it can be removed with an edit to your Firefox config. To remove it, open about …
Taking a cue from Simon Willison,
a TIL (today I learned) about the moviepy library.
The library is very useful, but sometimes I have difficulty finding documentation on how to do specific things. For example, recently for NaMoGenMo I wanted to crossfade between 2 clips.
Suppose you have two 10-second …
You may have heard of NaNoWriMo, aka National Novel Writing Month. It's a challenge where every November, participants work to write a novel, defined as 50,000 words of fiction.
You may not have heard of NaNoGenMo, National Novel Generation Month,, where participants write code to generate 50,000 words …