πŸ› οΈ All DevTools

Showing 1–20 of 5121 tools

Last Updated
June 12, 2026 at 04:43 PM

music-assistant/server

GitHub Trending

Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.

Found: June 12, 2026 ID: 5117

Show HN: StackScope – I crawled over 40k indie launches to see what they ship Hey all, I built StackScope, a crawler&#x2F;catalogue that looks at new product launches and shows what they were built with.<p>It watches launches from Product Hunt, Show HN, and PeerPush, then crawls the public site behind each one. The goal is to show what people actually launched with: hosting, frameworks, analytics, DNS, security headers, legal pages, AI-builder signals, and other public clues.<p>I started building it because most stack-detection sites look at the web as a whole. I was more interested in the current indie launch scene: what people are choosing right now, at the point they first put something in public.<p>A few implementation details: it runs on .NET, uses Playwright for rendered pages, and has a first-party fingerprint catalogue rather than one copied from Wappalyzer&#x2F;etc. robots.txt is honoured, and the bot identifies itself.<p>Frustratingly, I am still waiting for verified bot status from Cloudflare and currently that knocks out about 10% of all sites.<p>There is also a private readiness check: paste a URL, get the same style of report, fix things, and recrawl. No account or email needed.<p>I&#x27;d be interested in feedback on the usefulness of this, the methodology, and any obvious false positives.<p>Jonathan.

Found: June 12, 2026 ID: 5120

Enshittification of Policing

Hacker News (score: 10)

Enshittification of Policing

Found: June 12, 2026 ID: 5119

Slightly reducing the sloppiness of AI generated front end

Found: June 12, 2026 ID: 5118

Kimi K2.7-Code: open-source coding model with better token efficiency

Found: June 12, 2026 ID: 5114

Report on an Unidentified Space Station

Found: June 12, 2026 ID: 5115

Digital Sovereignty Becomes an Imperative as the US Reads Dutch Emails

Found: June 12, 2026 ID: 5111

StonkRider – Ride any stock chart

Found: June 12, 2026 ID: 5113

Show HN: A Claude Code statusline that shows live World Cup scores Hey HN, I built this a side project because I&#x27;m a soccer fan that has been vibing and tokenmaxxing with Claude Code maybe too much. So, the World Cup is here and it was the perfect excuse to build and ship something from 0 to 1. Enter Claudinho, a CLI and MCP that puts World Cup scores on your terminal. No signup, no account, no data collection.<p>The components are: - status line in Claude Code with live scores rendered always from cache, no polling. - userPromptSubmit hook so Claude gets score updates mid vibecoding session, only during a live match. - A standard MCP server and a CLI with options to see groups, standings, matches and market signal info.<p>More details in Github. Let me know what you think, I hope you find it fun and useful!<p>Not affiliated with FIFA or Anthropic.

Found: June 12, 2026 ID: 5121

Biological evolution and information acquisition

Found: June 11, 2026 ID: 5110

Codex for Open Source

Hacker News (score: 22)

Codex for Open Source

Found: June 11, 2026 ID: 5109

Show HN: FablePool – pool money behind a prompt, and Fable builds it in public

Found: June 11, 2026 ID: 5103

Show HN: Boo – screen-style terminal multiplexer built on libghostty

Found: June 11, 2026 ID: 5104

Show HN: TunnelMind – reputation API for IPs, ASNs, and ad-tech supply chains I&#x27;m a network engineer that likes to think about the future of the internet and this is what I&#x27;ve built over many nights and weekends. One reputation graph over IPs, ASNs, domains, and entities, exposed as a JSON API. Try it:<p><pre><code> curl https:&#x2F;&#x2F;api.tunnelmind.ai&#x2F;v1&#x2F;check&#x2F;1.1.1.1 </code></pre> Every answer is a signed receipt with an attestation tier so you can see what was produced and how your agents can use it. The protocol is opensource. Try it out let me know what you think and yes I am still working on the radar section of the site. Also What would make this useful for you?

Found: June 11, 2026 ID: 5106

Ivanti Sentry pre-auth RCE (CVE-2026-10520) – CVSS 10.0, public PoC, CISA KEV

Found: June 11, 2026 ID: 5105

Show HN: Stillwind – High Resolution Electronic Component Search We’ve spent the last couple of months building Stillwind Search, a search engine for electronic components that helps users find parts that fit even the most complex set of specifications.<p>After talking to the people that actually build PCBs we found out that finding the exact part you are looking for, is consuming enormous amounts of times, is very tedious and then often doesn’t yield the best results. So we tried to cut down this search time by just requiring a (broad) description of the specifications and we find the correct part in minutes, not hours.<p>This is possible through our own database of parts and their properties. We used LLMs to extract every parameter about a part into &gt;1k schemas, collectively covering more than 130k properties. This depth of properties could no longer be visualized, so the database is queried interactively by an AI agent (Sonnet 4.6) to find the needle in the haystack of parts. Before results are shown, we use another model to verify the data (that’s why it might take a moment before the first results appear).<p>We currently have almost all microcontrollers, sensors, and other advanced ICs on the market, as well as a wide selection of passives and generic parts. We are working on adding more parts and are more than happy to take suggestions.<p>I know that folks on HN like technical details on how this works, so let me give a short overview: Frontend: SvelteKit + Cloudflare Workers + Hyperdrive Backend: PostgreSQL 18 (with io_uring) database, with extensions on NVMe drives hosted on a beefy server.<p>We appreciate all feedback and are happy to answer any questions :)<p>Btw: We are already working on a way that you can search combinations of parts, finding the optimal combination of parts.

Found: June 11, 2026 ID: 5101

Claude Fable 5: mid-tier results on coding tasks

Found: June 11, 2026 ID: 5097

MTG Bench: Testing how well LLMs can play Magic

Found: June 11, 2026 ID: 5108

OpenAI to acquire Ona to expand Codex

Found: June 11, 2026 ID: 5100

Show HN: CambiOS – a new Rust-based, sovereign identity, zero-trust OS Hello HN,<p>What is CambiOS?<p>A microkernel OS built in Rust, that boots in QEMU under x86_64, AArch64, and RISC-V - targeting formal verification. Processes are assigned unforgeable cryptographic identity and IPC gates access to only allowed endpoints.<p>What does it want to be? Ambitious. Cutting away latent security issues, corporate surveillance, centralized identity and data hosting, and OPEN. With the advent of the coding tools, building the things we want is a bit less of a lift. Could it replace Windows? Sure. That&#x27;s where the idea was born.<p>Secure and intuitive, in a nutshell.<p>I&#x27;ve been working on this for a couple of years and coding earnestly for months. Looking for feedback and would LOVE to find collaborators.<p>I saw a hole in the OS landscape and am working to close it - the closest other alternative I could find is Google&#x27;s Fuschia (not sovereign by any stretch.)<p>I&#x27;m Jason, here for questions if they come up.. cheers!<p>More info here: <a href="https:&#x2F;&#x2F;coherentforge.com&#x2F;cambios" rel="nofollow">https:&#x2F;&#x2F;coherentforge.com&#x2F;cambios</a>

Found: June 11, 2026 ID: 5102
Previous Page 1 of 257 Next