ffuent.es 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.
Bueno, comenzamos la migración de la comunidad Tilde Undernet al nuevo servidor dedicado OpenBSD y estamos finalizando el nuevo servidor de respaldo cifrado redundante. Luego de todo esto, se viene una tremenda, pero no voy a adelantar nada aún #tilde #undernet #plaintext #textoplano #openbsd #bsd #pubnix #uruguay
Oh nice, #VimClassic is in the #OpenBSD repos! :D
$ doas pkg_add -Vv vim-classic
Update candidates: quirks-7.194 -> quirks-7.194 (0/1)
quirks-7.194 signed on 2026-07-17T22:48:25Z
Ambiguous: choose package for vim-classic
a 0: <None>
1: vim-classic-8.3.0
2: vim-classic-8.3.0-gtk3
3: vim-classic-8.3.0-gtk3-lua
4: vim-classic-8.3.0-gtk3-python3
5: vim-classic-8.3.0-lua
6: vim-classic-8.3.0-python3
Your choice: 1
And, about my last toot: having a free firmware matters, *a lot*.
From security to privacy, and to avoid kernel panics, even under
not totally free operating systems as #openbsd (atheros ath9k
supported wireless devices).
Dear Dave Thompson, if your sole issue it's the firmware, why is #nonguix
full of software (non firmware) crap? Do we really need these:
- MakeMKV
- Nvidia GL libraries
- Nvidia utilities
- Electron
- Google Chrome
- Genesis Plus GX
- Steam
- Zoom
- Allegro Common Lisp (SBCL works you know and it's #FLOSS)
- Zotero
- Obsidian
- Nvidia AI libraries
- Anydesk
- Unrar
And a few more, clojure and docker/k8s related.
Oh, wait.
#Xedit for #x11 always had a #Lisp interpreter and even
if it's damn cool to have (much lighter than Emacs and comes
with #NetBSD and #OpenBSD base) it never got updated
for XFT support.
https://mirrors.mit.edu/pub/NetBSD/NetBSD-release-10/xsrc/external/mit/xedit/dist/lisp/README
This runs straight:
(defun factorial (n)
(fact-iter 1 1 n))
(defun fact-iter (a b n)
(cond
((> b n) a)
('t
(fact-iter (* a b) (+ b 1) n ))))
(factorial 10)
Press Ctrl-x e to evaluate at the end
of every '()' function.
It will evaluate to 3628800.
As #tmux began to accept #LLM pushed code, #OpenBSD
might kick it from base in a near future.
If Abduco+Dvtm stay 'pure', they might even
enter both as an alternative.
More cumbersome, maybe, but often you don't need
to multiplex terminals but just a way to keep
a remote session detached.
In #openbsd what is called #vi is actually #nvi, and when you install #nvi from ports, it is #nvi2.
To danes with our national characters æøå we need the latter because #vi prints two byte hex sequences for æ, ø, or å. #vi handles them correctly except for the printing of them.
#vi and #nvi use the same #man page.
Update:
On #netbsd #vi is also #nvi. Here you must install #nvi2 to get #nvi if you need æ, ø, and å support.
Best wishes from T. R. Dane (The Real Dane ;)