/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

hjr265.me
| | cssence.com
9.7 parsecs away

Travel
| | The forth iteration of our local developer meetup in Vienna.
| | rugby843.blog
9.6 parsecs away

Travel
| | *** I admit it. I am that square peg that tries to fit myself in the round hole. Or I can be the square hole that a round peg can't fit properly. Where I live it is sometimes the case. It doesn't stand out much if I just keep my opinions to myself. But that's...
| | brandonrozek.com
8.7 parsecs away

Travel
| | I use my laptop at home, university, and public locations. The IP address I use to connect to a particular resource changes depending on if I'm within the network it's hosted on or a VPN. A common solution is to have a DNS server within the VPN that all clients use. This, however, has a few issues: If the client has multiple VPNs connected, only one DNS server can be set.
| | epicserve.com
24.3 parsecs away

Travel
| I was working on my Django Base Site project when I discovered a test was failing in a GitHub Action when trying to run Django's collectstatic manager command. It was failing in Python with the error, PermissionError: [Errno 13] Permission denied: '/srv/app/collected_static'.