April 29th 2026 - Interesting Finds

Creating buttons in Emacs

We can create buttons that run a function in Emacs:

(insert-button "Text on the button"
               'action 'your-function
               'follow-link t)

At Protocol

A decentralized way to interact with social media. A protocol created by Bluesky which allows social networks to communicate directly. This is similar to how different email clients like Gmail and Outlook can send messages to each other.