Author: barrelltitor
-
Invincible
I love Invincible, it’s one of the best comics I’ve ever read. Read it or watch the series, there’s very few changes anyway. Do it now, read the rest of this post later. This contains heavy spoilers from the Invincible comics. This is the only time you’re being warned. What is it with us that…
-
Call of Duty 3
RPCS3 Emulation has come a long way. Almost every single PS3 game is playable, meaning you can fully finish it without any game breaking bugs. There’s also plenty of upscaling so games can look better than ever. There’s locally tracked trophies, keyboard and mouse compatibility, out of the box compatible with mostly any controller you…
-
Call of Duty
A bit of background I love playing games on max difficulty. It feels like that’s the way the game was intended to be experienced, and at the end of the game I feel much more satisfied on a harder difficulty, and learn a lot more. A great example is the Arkham series. When I started…
-
Volumes and Bind Mounts
Files inside the container are on a virtual filesystem. You cannot directly access the files inside the container, and the container cannot normally access your files. You should think of docker containers somewhat as Virtual Machines. Volumes are paths on the host mounted inside the container, allowing for persistent storage. Removing a container does not…
-
Gluetun – VPN for your containers
Setup both a VPN and local access for your containers in just a few moments using Gluetun! You can even use Pihole as your DNS! Gluetun Gluetun is a VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy…
-
Install Portainer in 10 seconds
Portainer is a container management software which offers an easy to use user interface for deploying and managing all your Docker needs! Here’s how to install it in 10 seconds Requirements If you don’t already have Docker, run the following command to install it! You need to do this on a user with root/sudo privileges.…
-
mkcert – HTTPS without a domain
Managing your own CA is the best solution, but usually involves arcane commands, specialized knowledge and manual steps. mkcert SSL for services not exposed to the internet might seem like witchcraft, but even you can set up a local CA in no time! Here’s how TL;DR General usage The certificate files are in the directory…
-
World Digital Archive
Does programming make you dream in binary? I had a bit of a fever dream. You know how much media gets lost every second? More than you can imagine. Games, comics, movies, TV shows, fansubs(hey remember all those stylized, burnt in karaoke subs european anime channels used to show?). If you want to get into…
-
My “smart” light switch died
I’ve been into smart technology for a few years, and you probably have too because this shit is forced down your throat on every purchase, which would be fine if the features actually worked and if they didn’t have potatoes for CPUs. The issue with anything smart is that it’s badly made. The very fragile…