/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

mayaposch.wordpress.com
| | yorakb.wordpress.com
3.7 parsecs away

Travel
| | select * from registry$history ;
| | coderefinery.wordpress.com
1.4 parsecs away

Travel
| | Multicast DNS service discovery, aka. Zeroconf or Bonjour, is a useful means of making your node app (e.g. multiplayer game or IoT project) easily discoverable to clients on the same local network. The node_mdns module worked out-of-the-box on my Mac. Unfortunately things weren't as straightforward on a node-alpine docker container running on Raspberry Pi Zero,...
| | yasoob.me
3.6 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.
| | davquar.it
18.1 parsecs away

Travel
| Umami is an open-source, privacy oriented and lightweight web analytics service written in Node. Umami is super easy and quick to self-host, and in this post we'll see a setup with Docker Compose.