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.
Oh, my microphone does not work anymore with any browser on #OpenBSD
(it works with Audacity if I set AUDIORECDEVICE) 😬
Nice! We have played a (minor) part into getting it ready for #OpenBSD, by giving the devs access to some compute - which resulted in a commit spree that I hadn't seen before.
They are incredibly kind, humble and knowledgeable.
Figured out how to get ISC DHCPd and #PowerDNS to do dynamic DNS on #OpenBSD
```
subnet 192.0.2.0 netmask 255.255.255.0 {
/* usual declarations here */
set ClientHost = pick-first-value(
host-decl-name,
option fqdn.hostname,
option host-name,
"no-hostname");
set ClientIP = binary-to-ascii(10, 8, ".", leased-address);
set ClientFQDN = concat(ClientHost, ".", "dhcp.example.com");
on commit {
log(concat("Commit: IP: ", ClientIP, "FQDN: ", ClientFQDN));
execute("/usr/local/bin/pdnsutil", "rrset", "add",
"dhcp.example.com", ClientFQDN, "A", "300", ClientIP);
}
on release {
log(concat("Release: IP: ", ClientIP, "FQDN: ", ClientFQDN));
execute("/usr/local/bin/pdnsutil", "rrset", "delete",
"dhcp.example.com", ClientFQDN, "A");
}
on expiry {
log(concat("Expire: IP: ", ClientIP, "FQDN: ", ClientFQDN));
execute("/usr/local/bin/pdnsutil", "rrset", "delete",
"dhcp.example.com", ClientFQDN, "A");
}
}
```
Probably unhelpful, but have you considered trying #OpenBSD? You get a working X11 right after the install, automagically. (or, of course, you DON'T, depending on your hardware, lol)
I am thinking about moving my selfhosted stuff to #OpenBSD.
Now, the only thing that seems to be missing is Collabora Office that integrates with #nextcloud.
Is there anybody out there running Collabora on #OpenBSD ?
I'm open to any existing alternatives.
I discovered that #vdirsyncer has a successor, #pimsync https://pimsync.whynothugo.nl/index.html
I have yet to build it and try it on #OpenBSD but it seems like an easier tool to work with.
Random relinking at boot comes to httpd(8) and smtpd(8) https://www.undeadly.org/cgi?action=article;sid=20260605064136 #openbsd #relink #randomrelink #httpd #smtpd #opensmtpd #security #development #freesoftware #libresoftware
Random relinking at boot comes to httpd(8) and smtpd(8) #openbsd
https://undeadly.org/cgi?action=article;sid=20260605064136
Sorry for #NecroReplying,
I tried to compile OpenVi (cross-platform port of #OpenBSD's (n)vi) on my phone, but no joy.
You might be able to configure vim on your phone to act like vim-tiny, not sure. ;)
UNIX was first created on Digital PDP-7 hardware, but as it grew and ran on more and more hardware platforms, some of them became quite iconic, and at least major milestones in UNIX evolution. If I were to name only three of them, I would name the PDP-11, hero of the 2BSD series, the VAX, supported from 3BSD onwards, and the hp300 (HP 9000/300 workstations), support for which was added in 4.3BSD-Reno. These machines are long gone (I wouldn’t say ``dead’’ as hobbyists are still keeping them alive, to this day, and I am myself still tinkering on VAX and hp300 systems on an irregular basis), but traces of their existence can still be found in BSD code today. Let me show you some hp300 leftovers…
llvm/clang(1)/lld(1) updated to version 22.1.6 https://undeadly.org/cgi?action=article;sid=20260603065856 #openbsd #llvm #clang #compilers #c #programming #development #freesoftware #libresoftware
llvm/clang(1)/lld(1) updated to version 22.1.6 #openbsd
https://undeadly.org/cgi?action=article;sid=20260603065856