Explore >> Select a destination


You are here

jameshfisher.com
| | blog.jchw.io
4.7 parsecs away

Travel
| | A blog about software.
| | venam.net
3.4 parsecs away

Travel
| | Resolving hostnames (DNS?) might not seem like it, but it's complicated. Let's take a moment to see if we can at least demystify what happens on the client side instead of seeing it as a big tangled mess of configurations, libraries, and tools.
| | yasoob.me
5.8 parsecs away

Travel
| | Hi there fellows. In this post I am going to take you on an adventure with python sockets. They are the real backbones behind web browsing. In simpler terms there is a server and a client. We will deal with the client first. So lets first begin by importing the socket library and making a simple socket. import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) Here we made a socket instance and passed it two parameters.
| | astrid.tech
44.8 parsecs away

Travel
| I'm doing VR on Windows on QEMU on NixOS because kernel anti-cheat is poison