Best of NetworkingSeptember 2025

  1. 1
    Article
    Avatar of collectionsCollections·36w

    Transforming a Disposable Vape into a Functional Web Server

    A creative hardware project successfully repurposed a disposable vape's PY32F002B microcontroller (24MHz ARM Cortex-M0+, 24KB flash, 3KB RAM) into a functional web server. Using semihosting communication, SLIP protocol for networking, and the uIP TCP/IP stack, the project achieved 20ms ping times and 160ms page load times through careful optimization including ring buffers. This demonstrates the potential of transforming resource-constrained everyday electronics into versatile computing devices.

  2. 2
    Article
    Avatar of theregisterThe Register·36w

    'IT manager' had never heard of a command line

    A tech support story about an IT manager at a tax office who didn't know basic technical concepts like command line or traceroute, despite being responsible for managing IT staff. The manager initially blamed the support technician for VPN connection issues but had to admit ignorance when asked to perform basic troubleshooting steps. The incident highlights the disconnect between management roles and technical knowledge in some organizations.

  3. 3
    Article
    Avatar of tailscaleTailscale·34w

    Tailscale’s windowed macOS UI is now in beta

    Tailscale has released a beta windowed macOS application that complements the existing menu bar interface. The new UI provides enhanced features including device search, better error handling, debugging tools, and improved feature discovery. Key features include a searchable device list, exit node management, troubleshooting information with visual error indicators, and a mini player mode for streamlined usage. The windowed app runs alongside the menu bar version and requires enabling through the admin console's feature previews section.

  4. 4
    Article
    Avatar of 80lv80 LEVEL·36w

    This Website Runs on Disposable Vape

    A developer successfully hosted a website on a disposable vape's microcontroller using SLIP protocol. The initial implementation was extremely slow with 1.5s pings and 50% packet loss, but optimization with ring buffers improved performance to 20ms pings and 160ms page loads. The project demonstrates creative hardware repurposing and embedded systems programming.

  5. 5
    Article
    Avatar of notedNoted·35w

    Docker Networking Made Simple: What Every Beginner Needs to Know

    Docker networking fundamentals explained for beginners, covering bridge networks, host mode, and custom networks. Learn how containers communicate, why they need networks to talk to each other, and best practices for setting up container networking. Includes practical examples of creating custom networks and using container names for DNS resolution.

  6. 6
    Video
    Avatar of codinggopherThe Coding Gopher·38w

    99% of Developers Don't Get Proxies

    Proxies are intermediary servers that act as gateways between clients and the internet, enabling anonymity, content filtering, load balancing, and bypassing geo-restrictions. The content explains forward vs reverse proxies, SSL termination, different proxy types (transparent, anonymous, elite), residential vs data center proxies, and SSL interception techniques that allow proxies to decrypt HTTPS traffic.

  7. 7
    Article
    Avatar of newstackThe New Stack·35w

    How To Deploy a Full-Stack, Containerized Network Infrastructure Visualizer

    Atlas is a Docker-based network infrastructure visualizer that deploys in under two minutes and automatically maps all devices on your network. Built with Go, FastAPI, NGINX, and React, it scans Docker containers and local subnets to detect devices, retrieve OS fingerprints, MAC addresses, and open ports. The tool provides an interactive web dashboard on port 8888 for real-time network topology visualization and monitoring.