Site Redesign and Gopher 2022-11-11 ======================== As you might have seen in the past month or so, this site has been moved over to gopher://13f0.net and I have made gopher2html2 to keep an HTML version of the index. I think the site looks much simpler and it feels nice to no longer have the feeling of having to do some sort of CSS, though I never saw the previous one either aside from when I made it. In regards to the previous status update, IPv6 has been pulled since last July or August since qorg11 disappeared at the time and did not seem keen on maintaining ebin.city and kill-9. IPv4 and darknets just work so I don't plan on bringing it back until 1984.hosting does add it. Lil' Holmes's Perl CGI script had basically zero meaningful work done on it and I kind of forgot about it. :P After gopher2html2 has all the tags from RFC1436, I will actually start working on Lil' Holmes, but this time with gopher and html2 as well just like the rest of the site. The work done on Lil' Holmes: #!/usr/bin/env perl use strict; use warnings; if ($^O eq "openbsd") { use OpenBSD::Pledge; use OpenBSD::Unveil; pledge(qw(stdio inet unix dns unveil tmppath error)) || die "unable to pledge: $!"; unveil() || die "unable to unveil: $!"; }