You can have some of #paredit powers in other languages with #puni : https://github.com/AmaiKinono/puni #emacs
For this year's gingerbread I made... Curiosity!
#space #gingerbread #nasa #mars #curiosity #baking #astronomy
I'll be posting a series of posts showing the lifecycle of different berries.
Today, I'm starting with the blackberry. I hope you enjoy it!
#nature #life #photography #amazing #blackberry #fruits #berries #photo #photos #beautiful
#emacs #mastodonel Almost done with my revamped mastodon layout. Code at
https://codeberg.org/rougier/mastodon.el/src/branch/alt-timeline/lisp/mastodon-alt-tl.el (pull request ongoing)
[July 2022] Do you know about #emacs zones? Kinda like screensavers but for your #emacs buffers.
Here's zone rainbow: https://xenodium.com/added-emacs-zone-rainbow
Обнаружилась вот такая милота под #android: https://f-droid.org/packages/com.cax.pmk.ext/
Кто идёт кататься на аэросанях?
added editing of posts, edit notifications, and viewing posts' edit history.
also recently added lists functionality, following of hashtags, and filtered views for notifications. + lots of smaller fixes.
some issues will probably arise, feel free to holler.
Now all mastodon urls in my #Emacs open with #MastdonEl by re-purposing my-mastodon-open-url function and the regex to match mastodon-like urls from the config of @sachac!
Here's the code:
```
(add-to-list 'browse-url-handlers '("https?://[^/]+/@[^/]+/.*" . 'my-mastodon-open-at-point))
(defun my-mastodon-open-at-point ()
"Open the URL at point, or prompt if a URL is not found."
(interactive)
(mastodon-url-lookup (or (thing-at-point 'url) (read-string "URL: "))))
```
#emacs tip: To read popular tags you can subscribe to https://Instance/tags/Tagname.rss via #rss2email, then use #gnus scoring system to avoid unnecessary flaming noise.
Just uploaded 2178 new instances to https://the-federation.info Usually it's just 500, most of which are due to a bug I haven't took the time to track down yet. 2k nodes represents 20% increase over the total number of nodes we had last week. It's awesome to see #Fediverse scaling so rapidly!