Vim Scoops
Another fun Vim learning game. Refreshed my memory about f and ; 🍦
Another fun Vim learning game. Refreshed my memory about f and ; 🍦
Another quick trick from Practical Betterments: Create a default folder for screenshots
- Press
Shift+Command+5to open the screen capture interface.- Click the
Optionsdropdown.- Under
Save toselectOther location…. This will open up Finder.- Navigate to the location you want to save the screenshots to — e.g. Documents.
- Click
New Folderand name the folderScreenshotsor whatever you want.- Click
Choose. That's it!
A handy guide by Nathanael to help reducing your iCloud data usage: Channel your anger at big tech into a cloud storage saving session
I especially liked the part about using the Photos App to automatically bring up a list of pictures of receipts.
This way I could easily delete all the business travel expense pictures that accumulated over the years 🧹
[...] Instead, I picture a specific person and I just write for them. Often this person is "me, but 3 years ago" or a good friend.
Great writing advice from Julia Evans.
(via)
Since the end of last month, I no longer see new podcast episodes for a podcast that produces daily episodes.
No amount of refreshing or unsubscribing/re-subscribing helped so far.
Especially annoying is that the episodes are there when searching for them, but do not show up in the subscribed podcast while episodes of other podcasts show up without any issues.
Today I finally found a way to fix it:
Volker explains in a post how he uses the Brave Browser.
The DuckDuckGo No-AI Search extension sounds intrigueing and thus I installed it for my Brave Browser.
Will see how this performs in the long term and hopefully improves my personal web search experience.
Happy 24th birthday, x-log 🥳
Nice writeup by Alex, how to render a chat thread in CSS: Rendering a chat thread in CSS and JavaScript
Might be fun to try this on a future re-design of the blog 🤔
A choose-your-own-adventure guide to understanding, deploying, and supporting passkeys
(via)
Disable Apple Creator Studio update popup in iWork (Keynote, Pages, Numbers)
defaults write com.apple.iWork.Pages TSADisableUpdateNotifications -bool yes defaults write com.apple.iWork.Keynote TSADisableUpdateNotifications -bool yes defaults write com.apple.iWork.Numbers TSADisableUpdateNotifications -bool yes
(via)