Postingan

Show HN: Faceoff – A terminal UI for following NHL games https://ift.tt/zDX9bo5

Show HN: Faceoff – A terminal UI for following NHL games Faceoff is a TUI app written in Python to follow live NHL games and browse standings and stats. I got the inspiration from Playball, a similar TUI app for MLB games that was featured on HN. The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using it, as I spent way too much time in the terminal over the last few months. Try it out with `uvx faceoff` (requires uv). https://ift.tt/WYfJAhT April 20, 2026 at 12:44AM

Show HN: Google Gemini Is Scanning Your Photos – and the EU Said No https://ift.tt/37vrP4X

Show HN: Google Gemini Is Scanning Your Photos – and the EU Said No Google has expanded its Personal Intelligence feature so that Gemini can now access your Google Photos face data, Gmail, YouTube history, and search activity to generate personalized AI images — live for US paid subscribers as of April 2026. https://ift.tt/U3tOxob... April 19, 2026 at 11:36PM

Show HN: AI Subroutines – Run automation scripts inside your browser tab https://ift.tt/417CnEw

Show HN: AI Subroutines – Run automation scripts inside your browser tab We built AI Subroutines in rtrvr.ai. Record a browser task once, save it as a callable tool, replay it at: zero token cost, zero LLM inference delay, and zero mistakes. The subroutine itself is a deterministic script composed of discovered network calls hitting the site's backend as well as page interactions like click/type/find. The key architectural decision: the script executes inside the webpage itself, not through a proxy, not in a headless worker, not out of process. The script dispatches requests from the tab's execution context, so auth, CSRF, TLS session, and signed headers get added to all requests and propagate for free. No certificate installation, no TLS fingerprint modification, no separate auth stack to maintain. During recording, the extension intercepts network requests (MAIN-world fetch/XHR patch + webRequest fallback). We score and trim ~300 requests down to ~5 based on method, timing re...

Show HN: Praxis – Lab data to publication-ready figures in one Python package https://ift.tt/bTpfJrM

Show HN: Praxis – Lab data to publication-ready figures in one Python package https://ift.tt/XHbxSs9 April 19, 2026 at 01:15AM

Show HN: I built Panda to get up to 99% token savings https://ift.tt/mHAaxRz

Show HN: I built Panda to get up to 99% token savings https://ift.tt/ClNSxvd April 18, 2026 at 05:00PM

Show HN: Waputer – The WebAssembly Computer https://ift.tt/6kYAnuv

Show HN: Waputer – The WebAssembly Computer Waputer is an operating system that runs entirely in the browser. When you visit the website at https://waputer.app , a kernel written in JavaScript sets up a filesystem and launches a WebAssembly program, which in turn talks to the kernel to handle the display and input. A purely terminal-based version is at https://waputer.dev . My original intention was to create programs that run in the browser that have a lot more in common with the desktop. The traditional "hello world" program is not really suited for the web. Waputer changes that. The GitHub repo at https://ift.tt/YjgZcXE gives a very brief overview of compiling a C program and running it on Waputer. There is a blog available from the main site that has a long-form explanation of Waputer and my motivations if you want some additional reading. https://waputer.app April 18, 2026 at 12:46AM

Show HN: Bird, a CLI for Tired Brains https://ift.tt/SJC0oQE

Show HN: Bird, a CLI for Tired Brains https://ift.tt/FS4HZVB April 18, 2026 at 12:13AM