Wednesday, May 6, 2026

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar https://ift.tt/oIpdL1j

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar https://ift.tt/DI4AlBe May 7, 2026 at 12:58AM

Show HN: Tuiql – A keyboard-driven SQL database client in the terminal https://ift.tt/cSUDidw

Show HN: Tuiql – A keyboard-driven SQL database client in the terminal Every time I needed to inspect a database, I either had to wait for a bloated GUI client to chew through my RAM or struggle through psql, which isn’t great for actually visualizing data. So I built a TUI database client focused on one thing: connecting fast and letting you browse tables as datagrids and rows as JSON, with near-instant startup and vim-style keyboard navigation. Still in the early days but already handles most of what you would expect from an SQL database client. https://ift.tt/NAucKVg May 6, 2026 at 11:20PM

Tuesday, May 5, 2026

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code) https://ift.tt/YtrNlOV

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code) https://ift.tt/c31egGw May 6, 2026 at 05:01AM

Show HN: New Benchmark from SWE-bench team is 0% solved https://ift.tt/n8cVjgy

Show HN: New Benchmark from SWE-bench team is 0% solved https://ift.tt/gXPuHD3 May 5, 2026 at 08:40PM

Show HN: Explore color palettes inspired by 3000 master painter artworks https://ift.tt/L8HGJ6e

Show HN: Explore color palettes inspired by 3000 master painter artworks I built PaletteInspiration.com, a browsable archive of color palettes pulled from artworks by 3,000+ master painters (Monet, Vermeer, Raphael, Van Gogh). Why I built it: every color palette generator I tried converged on the same five muted pastels. Painters spent centuries figuring out color and we mostly ignore that body of work when picking colors for digital design. Please share your feedback on the Color Harmony Explorer - drag the wheel to any color and it shows which hues master painters historically paired with it (not only standard complementary, analogous, triadic, etc.) It is solely based on co-occurrence across thousands of real paintings. Not algorithmic color theory rules - actual empirical pairings. No signup, no paywall, no email capture. Just curious what people think. https://ift.tt/aZkWH0K May 5, 2026 at 11:43PM

Monday, May 4, 2026

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents https://ift.tt/tCiKcEF

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents Hi HN, I'm Roland, and for the past few weeks, I've been building AllBSides — a directory of every BSides conference talk uploaded to YouTube. As of today, 8,643 talks from 5,927 speakers across 227 chapters in 68 countries. Combined runtime is 280 days. The transcripts come to about 60 million words. The archive came together in stages: 1. Manually map every BSides chapter's YouTube channel 2. Pull every video and transcript from Supabase 3. Run each transcript through Haiku for tag extraction (tools, topics, difficulty, team, talk style, research method, and much more) 4. Run results through Sonnet for categorization and dedup 5. Final pass goes through Opus for verification 6. Do a manual verification - at one time, the pipeline showed over 16k AI suggestions for manual verification. Today, most are resolved. Total LLM cost so far: about €200. The whole pipeline is rebuildable from scratch. Each talk gets its own page with embedded video, full transcript, speakers, tags, and "related talks." Each tool/framework/protocol/standard mentioned across the corpus gets its own page (3,968 distinct technologies tracked). Some interesting facts I gathered while building it: -(A) The site is currently 94% bot traffic. Of that, about 80,000 hits/month are AI training crawlers (ClaudeBot, GPTBot, meta-externalagent). Within 7 days of the talks archive going live, all major AI labs had ingested the entire corpus. The discovery cascade was startling to watch in real time. -(B) The taxonomy work was the hardest part. Distinguishing "tools" from "frameworks" from "protocols" from "concepts" sounds easy until you have 5,000 ambiguous extracted entities. The 3-tier LLM pipeline helped a lot — Haiku alone was too noisy, Opus alone was too expensive. -(C) Top tools mentioned: Wireshark (343), PowerShell (342), Metasploit (332), Burp Suite (322), GitHub (296), VirusTotal (273), Docker (253), Splunk (251), Nmap (247), MITRE ATT&CK (237). The list reflects what BSides talks actually discuss, not what vendors curate. -(D) May is the peak BSides month — 29 events, 17% of all events with dates. -(E) The top 1% of talks (86 videos by view count) account for 51% of all viewership. The other 99% are deeply niche, often the only video record of a specific technique. The stack is intentionally lean: Go, SQLite, vanilla JavaScript, BunnyCDN. Static rendering at build time. No frameworks, no client-side state. The site costs about €50/month to run. The data behind this post and much more can be found in the site footer, under the link "stats". Happy to answer questions about the data pipeline, the taxonomy decisions, or what the AI crawler patterns looked like as the archive went live. Feedback on what to build next is genuinely welcome — I'm a solo dev figuring this out as I go. — Roland (parkado) https://allbsides.com/ May 5, 2026 at 03:40AM

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/UXna7E5

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/L5UK1Ho May 5, 2026 at 01:36AM

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/4McOjar

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/sctymXx May 2, 2026 at 06:18PM

Sunday, May 3, 2026

Saturday, May 2, 2026

Show HN: Use an Android Phone as an HTTP Proxy https://ift.tt/agH6XVD

Show HN: Use an Android Phone as an HTTP Proxy I created a simple project to allow you to use a phone as a web proxy. This is not a proxy for the phone, its a way to proxy web traffic from elsewhere via the phone. One practical use case is accessing geo-restricted content. If you have a trusted contact in the country with an Android phone, this can serve as a simple alternative to a commercial VPN. To set it up you need to run a proxy server which can run as a docker container. You then need to install the app on the Android phone which will connect to the server. Finally you configure a browser to use the proxy server as the HTTP/HTTPS proxy. More details here: https://ift.tt/FpkSEhw Let me know how you go and if you run into any issues. https://ift.tt/lARwhIN May 3, 2026 at 05:44AM

Show HN: State of the Art of Coding Models, According to Hacker News Commenters https://ift.tt/GXO07JB

Show HN: State of the Art of Coding Models, According to Hacker News Commenters Hello HN, I was away from my computer for two weeks, and after coming back and reading the latest discussions on HN about coding assistants (models, harnesses), I felt very out of the loop. My normal process would have been to keep reading and figure out the latest and greatest from people's comments, but I wanted to try and automate this process. Basically the goal is to get a quick overview over which coding models are popular on HN. A next iteration could also scan for harnesses that people use, or info on self-hosting or hardware setups. I wrote a short intro on the page about the pipeline that collects and analyzes the data, but feel free to ask for more details or check the Google Sheet for more info. https://hnup.date/hn-sota https://hnup.date/hn-sota May 3, 2026 at 02:55AM

Show HN: Clipmon is a macOS clipboard manager on steroids https://ift.tt/2CUvF3Z

Show HN: Clipmon is a macOS clipboard manager on steroids https://ift.tt/mytUrvX May 3, 2026 at 01:59AM

Show HN: Rust library for Undo/Redo using deltas, snapshots or commands https://ift.tt/x0UVW3u

Show HN: Rust library for Undo/Redo using deltas, snapshots or commands https://ift.tt/VBRpf3b May 3, 2026 at 12:11AM

Friday, May 1, 2026

Show HN: Destiny – Claude Code's fortune Teller skill https://ift.tt/esyaEmx

Show HN: Destiny – Claude Code's fortune Teller skill Destiny is the Claude Code's plugin that gives you a real fortune reading. Type /destiny to see today's destiny! It uses the actual classical East Asian astrology system. You enter your birthday once, then /destiny gives you today's reading anytime. Two layers, kept honest: 1. The numbers (your eight-character birth chart, today's day pillar, the hexagram for the moment, five-element relationships) are computed by a Python script. Same person + same day = identical output. You can verify against any traditional calendar source. 2. The prose (today's stars, character sketch, life arc, advice) is written by Claude, applying centuries-old reading conventions to that fixed data. Not LLM-hallucinated horoscope. If you have fun with it, a star would mean a lot. https://ift.tt/NBtcVsn May 2, 2026 at 01:26AM

Show HN: GhostBox – Borrow a disposable little machine from the Global Free Tier https://ift.tt/SqLVRIc

Show HN: GhostBox – Borrow a disposable little machine from the Global Free Tier I built this because I was always creating machines on GH actions to test builds on different OS, and I wanted a tight CLI that could do it. I always saw Actions as this great resources and ephemeral machines you could do dev work in just were a natural way for me to work, so this grew out of that workflow. I didn't expect it to blow up, so it wasn't 100% finished when I posted it. But it should stabilize pretty quickly. Happy to know what you think and talk about it. https://ift.tt/E13Wfsx May 1, 2026 at 08:22PM

Show HN: Blotter, a live map of police radio activity https://ift.tt/NrWd8Qc

Show HN: Blotter, a live map of police radio activity https://blotter.fm May 1, 2026 at 11:33PM

Thursday, April 30, 2026

Wednesday, April 29, 2026

Show HN: A Multi User Multi Task Board MCP Server https://ift.tt/wMKFjJu

Show HN: A Multi User Multi Task Board MCP Server I built a simple multi user, multi board, Task/Kanban MCP server. I have been looking for something like this to manage development agents, but I wasn't seeing anything that felt like what I wanted. So I set down and decided to vibe code an alternative. While it was an experiment at first I have been using it daily for my personal development projects and I really think there are others who might be looking for exactly this. It's 100% a WIP, but it is also very usable. I have a demo instance running at https://mootasks.dev . If you find this interesting I'd appreciate a star. This is really the first thing I built that I felt would be of interest to others. The readme explains it, but if you have docker you can get this running in a couple minutes. It's helped my workflow a lot and I plan on continuing to add features / improve it. https://ift.tt/YXvrp3c April 30, 2026 at 01:11AM

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/wgSBiJP

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/WpBoNzV May 7, 2026 at 01:58AM