/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

duksta.org
| | www.hallada.net
16.7 parsecs away

Travel
| | I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.
| | blog.zespre.com
17.5 parsecs away

Travel
| | Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...
| | fribbledom.com
20.9 parsecs away

Travel
| | [AI summary] A guide on setting up a fully-encrypted Debian server remotely, using RAID and LVM for secure data storage.
| | ankane.org
24.7 parsecs away

Travel
| Jupyter notebooks are a great alternative to the Rails console for doing exploratory data analysis and building predictive models. Here's how to...