Meta Superintelligence Labs product head Nat Friedman said on X that Muse, Meta's AI product, was 'heavily inspired' by the open-source OpenClaw but was 'built from scratch.' The admission followed viral claims from users, including AI app co-founder Ansh Nanda, that Muse resembled a consumer-friendly version of OpenClaw, citing shared file structures like SOUL.md.
techcrunch.com
· 2026-09-22
Security researchers found that Android's public NAT-T socket-keepalive API allows ordinary apps to send UDP packets directly to a router, bypassing Always-on VPN and 'Block connections without VPN' protections. Tests on a Pixel 8 Pro, Samsung SM-F966B, and Nothing A059, all running Android 16, confirmed that keepalive packets reached the physical gateway outside the VPN tunnel, with one device sustaining a leak for over 24 hours. The root cause traces to changes in Android's startNattKeepaliveWithFd function, where validation checks tying the socket to the caller's VPN policy were added and later removed.
supuk.ch
· 2026-09-11
When a home network has both an ISP-supplied gateway and a personal router or mesh system, leaving both in default settings can create double NAT, since the ISP gateway keeps routing traffic even when connected to another router. The fix is to either put the ISP gateway into bridge mode so it stops routing, or switch the personal router into access point mode so it only extends Wi-Fi while the gateway keeps routing.
engadget.com
· 2026-09-06
A programming-focused post lists dozens of widely believed but often incorrect assumptions about local area networks, covering NAT behavior, MAC address uniqueness, DHCP configuration, protocol assumptions, and reachability between devices on the same subnet. The list format deliberately states each falsehood as if true, following the popular 'Falsehoods Programmers Believe' meme style used for other technical domains.
dreamstation.systems
· 2026-09-05
Tailscale has launched tailcat, an open-source Go package and CLI tool that lets developers move data between two points using the company's underlying network technology—WireGuard encryption, NAT traversal, and DERP relay servers—without any of Tailscale's account system, control plane, or administrative layer. It functions like the classic netcat utility but routes traffic through Tailscale's magicsock networking stack, and can run entirely independent of Tailscale as a company if users host their own DERP relay server.
tailscale.com
· 2026-09-01
Network Address Translation, introduced in RFC 1631 in 1994 as a stopgap for IP address depletion, let multiple devices share a single public IP by rewriting packet headers. That fix, paired with restrictive ISPs and CGNAT, made it hard for ordinary devices to act as servers, pushing users toward centralized cloud services instead of direct peer-to-peer connections.
dreamstation.systems
· 2026-08-31