The world awaits...

html (2)

An Experiment on Returning to HTTP

Around a month ago, I left Cloudflare and went back to HTTP-only sites. Not HTTPS. I did it for my own reasons, mostly performance-related. This is a long, somewhat technical post on my musings about…

Continue reading...

Random Perl

I found some really old perl scripts from last century or so: This will convert irc logs from axur to mirc: #!/usr/local/bin/perl -w # # use strict; use Time::Local; my $month1 = 0; my $day1…

Continue reading...