Postingan

Show HN: ShellDash – Browser server dashboard with SSH and globe monitoring https://ift.tt/tQR106O

Show HN: ShellDash – Browser server dashboard with SSH and globe monitoring Hey all. I built ShellDash, an interactive server admin dashboard with shell scripting and an appealing globe UI. https://shelldash.com The goal is to provide a global monitoring view of your servers, with shell script access, in a way that feels natural and productive, plus a minimal and appealing UI/UX. The technology is fairly interesting. This being a browser app, I built a Go WASM SSH client running in the browser, proxied through my server WebSocket endpoints. This means I can provide you a Web UI to access your servers via SSH, without ever needing to see your credentials. I only see secured packets like OpenSSH sends over the open internet. Inspired by https://ssheasy.com/ Whether you have one server and periodically run a few common commands, or administering many scattered geographically, I hope ShellDash can make your experience more productive and fun. https://shelldash.com November 13, 2025 at 02:0...

Show HN: JavaScript Engines Zoo https://ift.tt/zIOToj0

Show HN: JavaScript Engines Zoo https://ift.tt/ivmEMyx November 12, 2025 at 11:02PM

Show HN: SQL++ – 5x faster than Prisma (Rust) https://ift.tt/ipWIuSz

Show HN: SQL++ – 5x faster than Prisma (Rust) I built SQL++, a type-safe SQL library for Rust using PostgreSQL's binary protocol. Benchmarks vs Prisma (5,000-10,000 queries): - Simple queries: 1.5x faster - Complex aggregations: 19.9x faster - Batch inserts: 5.6x faster - Average: 5x faster One benchmark didn't finish in Prisma (crashed), SQL++ completed in 2.5min. Why faster: 1. No runtime query building - validates once, caches forever 2. Zero ORM overhead - direct struct mapping 3. Binary protocol - implemented PostgreSQL wire protocol from scratch Currently supports: - Full SQL (CTEs, window functions, JOINs, subqueries) - DDL (CREATE/ALTER/DROP TABLE, indexes) - ~60% of SQL spec Limitations: - PostgreSQL only - v0.1 (expect bugs) - No ORM relationships (by design) Built as a high school project. Feedback welcome! GitHub: https://ift.tt/rUDHQjn Benchmarks: https://ift.tt/ucOn8rF https://ift.tt/rUDHQjn November 12, 2025 at 11:33PM

Show HN: Git Quick Stats – The Easiest Way to Analyze Any Git Repositor https://ift.tt/pKmq9oY

Show HN: Git Quick Stats – The Easiest Way to Analyze Any Git Repositor https://ift.tt/JSOhRdV November 11, 2025 at 11:56PM

Show HN: Reversing a Cinema Camera's Peripherals Port https://ift.tt/KvQd96A

Show HN: Reversing a Cinema Camera's Peripherals Port https://ift.tt/3ePJFZ2 November 11, 2025 at 10:57PM

Show HN: TabPref – The platform for professionals and businesses in hospitality https://ift.tt/iL9VfXl

Show HN: TabPref – The platform for professionals and businesses in hospitality Hey HN, Aaron here, founder of TabPref.com . A few months ago, I shared TabPref as a social network for the people who keep the hospitality world running: bartenders, servers, barbacks, vendors, and venue owners. Since then, it has evolved far beyond networking. TabPref is now an all-in-one platform for the service and hospitality industry that connects professionals, establishments, and vendors while powering real business operations. It includes: • Multi-profile switching for professionals, establishments, vendors, and consumers • Business Hub with scheduling, time-clock, vendor catalogs, and POS integrations such as Toast, Square, and 7shifts • Tab Chat for real-time team communication • Groups and Events for community and discovery • Jobs to help professionals find shifts and venues fill roles quickly We are still in public beta, and user feedback continues to shape what comes next. I recently submitted...

Show HN: dspx — Serverless-friendly DSP for Node.js (native C++ + Redis state) https://ift.tt/6OV7T3j

Show HN: dspx — Serverless-friendly DSP for Node.js (native C++ + Redis state) https://ift.tt/zvoSbgB November 11, 2025 at 09:58PM