|
You are here |
jameshfisher.com | ||
| | | | |
blog.jchw.io
|
|
| | | | | A blog about software. | |
| | | | |
venam.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | I'm doing VR on Windows on QEMU on NixOS because kernel anti-cheat is poison | ||