voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Wilde gedanken eines #ADHS Menschen der gerade von der Arbeit abgelenkt wird dadurch. #Emacs und #Obsidian betrifft hab ich ja eh crude Ideen immer und bring alles in Verwirrung https://social.tchncs.de/@marlinz008/117074898199634445
so auch jetzt der Gedanke, wenn ich so ein #klickibunti Opfer wieder bin meiner selbst , komm ich auf ideen, warum programierst du dir nicht selber was das deine Obsidian Dinge ins Emacs übersetzt und so
Ich bin so fucking lost
ich hab bei meiner Recherche für mein #PIM (ist der Name eigentlich standard gewesen oder hatte Karl den entwickelt?)
#Obsidian angesehen und mich bewusst für #emacs und #orgmode entschieden
aber, mein #adhs Gehirn macht gerade nicht mit, weil Obsidian ja diese tolle Vernetzung Chart hat, die ist so toll, das brauchst du unbedingt ja wirklich
nein, Hirn, brauche ich nicht. Doch Doch
TIL M-x cheat-sheet. Although I’ve got nearly all of it committed to muscle memory, can see this being helpful for new users of Emacs.
Gödel, Escher, Elisp: The beauty of macros. ~ Charlie Holland. https://www.chiply.dev/post-elisp-macros-are-beautiful #Elisp #Emacs #Lisp
Finding all the things in my emacs config from the last time I tried to create a procrastination prevention system.
Having some good "workspace sounds" helps I feel.
(defun tos-ops ()
(mpv-start "--volume=60" (expand-file-name "/home/bld/tos-bridge-8hrs.opus")))(defun ds9-ops ()
(mpv-play "/home/bld/ds9-ops.opus"))
(defun tng-bridge ()
(mpv-play "/home/bld/tng-bridge.m4a"))
(defun soundscape ()
(let ((soundscapes '(tos-ops ds9-ops tng-bridge)))
(funcall (seq-random-elt soundscapes))))
ich hab bei meiner Recherche für mein #PIM (ist der Name eigentlich standard gewesen oder hatte Karl den entwickelt?)
#Obsidian angesehen und mich bewusst für #emacs und #orgmode entschieden
aber, mein #adhs Gehirn macht gerade nicht mit, weil Obsidian ja diese tolle Vernetzung Chart hat, die ist so toll, das brauchst du unbedingt ja wirklich
nein, Hirn, brauche ich nicht. Doch Doch
«Web Design for Terminal Browsers»
Five text browsers, zero JavaScript, and CSS that barely exists; here is what actually works when your page has to read well in a terminal.
https://en.andros.dev/blog/70d817e8/web-design-for-terminal-browsers/
@Gina @selectric How does a billionaire dollar company suck at making search work with email? Glad I switched to #notmuch with #emacs and search is blazingly fast with precise search queries.
“Elisp Cheatsheet for Python Programmers” updated with translations between parsed URL objects/components.
https://kickingvegas.github.io/elisp-for-python/#org4ca3b95
Now available in the v0.5.4 update.
Files under home directory are the only files I care about, I guess :)
(defun my-maybe-mark-file-precious ()
"Protect against I/O errors while saving files under home directory. Editing symlinks will unlink them."
(when (and buffer-file-name
(string-prefix-p "/home/thisuser/" buffer-file-name))
(setq-local file-precious-flag t)))
(add-hook 'find-file-hook 'my-maybe-mark-file-precious)
Notes:
expand-file-name, because my home directory is always the same.single-window.el - Always Open #Emacs Buffers in the Current Active Window:
https://github.com/jamescherti/single-window.el
#jabberEl ≥ 0.13.0 does support message threads now! Second #Jabber client I'm aware of supporting this feature. The other is @cheogram.
It's already in #Debian #backports:
sudo apt install -t trixie-backports elpa-jabber
I hope, threads will be supported by @gajim and @movim, too, some day. Let's see.
@L29Ah pass (https://www.passwordstore.org/) + pass.el (https://github.com/NicolasPetton/pass) within #Emacs
For extremely important passwords (like GELI password) — only in-brain memory and new habits forming 
You do not need to choose emacs over vi. If vi is your editor, you can just simply use it on emacs. Evil Mode is one way to do that.
Sooo, I looked into how you can pass line and column numbers to different text editors. How did you spend your evening? 😅
https://www.zyzzyxdonta.net/posts/pass-line-number-to-editor/
#Blogging #IndieWeb #SmallWeb #Wikidata #TextEditor #Vim #Emacs
Modified C-t transpose-chars and M-transpose-words to be reversible: transpose without moving point away from the schwerpunkt.
Also transpose-words-dwim that transposes the words around "and" and "or." Also reversibly, remaining on the conjunction. That one is uh wayyy more hacky.
https://codeberg.org/jamesendreshowell/gists/src/branch/master/jeh-transpose.el
@itskamrankhan In a free/libre and extremely capable software called #orgmode whose limits are only bound by the limits of your imagination. (1)
Through #FOSS and (in contrast to #Markdown (3)) well designed and easily re-used clear text data format #orgdown (2, 5), I do have many possibilities to generate input for it and re-use output in other tools. Orgdown is recognized without any manual conversion in lots of tools (4).
Let me cite Dominik's tenth rule: Any sufficiently complicated #PIM or note-taking program contains an ad hoc, informally specified, bug-ridden, slow implementation of half of Org mode.
1 https://karl-voit.at/orgmode/
2 https://karl-voit.at/2021/11/27/orgdown/
3 https://www.karl-voit.at/2025/08/17/Markdown-disaster/
4 https://gitlab.com/publicvoit/orgdown/-/blob/master/doc/Tool-Support.org
5 https://gitlab.com/publicvoit/orgdown