@VincentLogic: Discovered a powerful network monitoring tool for the terminal! With RustNet, you can monitor all network connections in real-time directly from the terminal. See at a glance which processes are secretly transmitting data and who is connecting to your server. The best part is seeing the application associated with each connection—something Wireshark can't do. You can view this directly over SSH without needing X11 forwarding…
Summary
Introduces RustNet, a terminal-based network monitoring tool developed in Rust. It supports real-time connection monitoring, process association, and traffic analysis, making it ideal for operations and security troubleshooting.
Similar Articles
@QingQ77: Directly connect to an existing Chrome browser's DevTools Protocol via a lightweight Rust CLI, replacing the heavy context overhead of MCP server to enable browser automation. https://github.com/aeroxy/chrom…
This is a lightweight CLI tool written in Rust that directly connects to a local Chrome browser via DevTools Protocol for automation, designed to replace MCP server to reduce context overhead.
@GitTrend0x: Reduce Claude Code tool calls by 94% with this local code knowledge graph powerhouse: https://github.com/Jakedismo/codegraph-rust… This is CodeGraph-Rust, an MCP server that proactively indexes your entire codebase into…
CodeGraph-Rust is a tool based on the MCP protocol that indexes codebases into a local knowledge graph. It claims to reduce tool calls by 94% for AI agents like Claude Code, significantly boosting speed and saving tokens.
@IndieDevHailey: Terrifying! You can tell what people are doing behind the next wall just using home Wi-Fi! The open-source project RuView has skyrocketed to over 50k stars on GitHub, totally blowing up! No cameras needed, no wearable devices required—just ordinary home Wi-Fi signals allow you to see through walls: - How many people are next door, their exact locations, whether they’re walking or lying down—all visible - Real-time human pose estimation (17 keypoints) - Automatically measures breathing and heart rate while sleeping - Instant alerts for falls, with highly accurate action recognition
The open-source project RuView leverages Wi-Fi signals and AI technology to achieve camera-free through-wall sensing, capable of real-time human pose recognition, breathing monitoring, and fall detection. It has garnered significant attention on GitHub. Emphasizing privacy and security, the project processes all data locally, supporting easy deployment via ESP32 or Docker.
@VincentLogic: Found an incredible open-source desktop AI tool from ByteDance! UI-TARS Desktop, with 31k stars, truly lives up to the hype. It can actually understand your screen and automate computer operations for you. Just tell it "Enable auto-save in VS Code and set the delay to 500ms", and it will automatically: -…
ByteDance's open-source desktop AI automation tool, UI-TARS Desktop, supports local execution and screen visual understanding. It can autonomously control your computer to handle daily tasks through natural language commands.
@geekbb: Great tool, a macOS sidebar utility for the Ghostty terminal that allows you to quickly create, switch between, and arrange terminal sessions. Smoothly control windows via Ghostty AppleScript and Accessibility APIs, enabling direct jumps to the Space containing a specific session from a floating panel. S…
Rig is a macOS sidebar utility developed for the Ghostty terminal, supporting rapid creation, switching, and arrangement of terminal session windows via AppleScript and Accessibility APIs.