🛠️ All DevTools

Showing 1321–1340 of 6191 tools

Last Updated
July 22, 2026 at 04:46 AM

JLink JTAG Access on the Pinecil

Hacker News (score: 34)

[Other] JLink JTAG Access on the Pinecil

Found: June 02, 2026 ID: 4889

MAI-Code-1-Flash

Hacker News (score: 148)

[Other] MAI-Code-1-Flash <a href="https:&#x2F;&#x2F;microsoft.ai&#x2F;models&#x2F;mai-code-1-flash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.ai&#x2F;models&#x2F;mai-code-1-flash&#x2F;</a><p><a href="https:&#x2F;&#x2F;microsoft.ai&#x2F;pdf&#x2F;MAI-Code-1-Flash-Model-Card.PDF" rel="nofollow">https:&#x2F;&#x2F;microsoft.ai&#x2F;pdf&#x2F;MAI-Code-1-Flash-Model-Card.PDF</a><p>Launching seven new MAI models: <a href="https:&#x2F;&#x2F;microsoft.ai&#x2F;news&#x2F;building-a-hillclimbing-machine-launching-seven-new-mai-models&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.ai&#x2F;news&#x2F;building-a-hillclimbing-machine-la...</a>

Found: June 02, 2026 ID: 4851

MAI-Thinking-1

Hacker News (score: 18)

[Other] MAI-Thinking-1 <a href="https:&#x2F;&#x2F;microsoft.ai&#x2F;wp-content&#x2F;uploads&#x2F;2026&#x2F;06&#x2F;main_20260602_2.pdf" rel="nofollow">https:&#x2F;&#x2F;microsoft.ai&#x2F;wp-content&#x2F;uploads&#x2F;2026&#x2F;06&#x2F;main_2026060...</a><p>Launching seven new MAI models: <a href="https:&#x2F;&#x2F;microsoft.ai&#x2F;news&#x2F;building-a-hillclimbing-machine-launching-seven-new-mai-models&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.ai&#x2F;news&#x2F;building-a-hillclimbing-machine-la...</a>

Found: June 02, 2026 ID: 4854

GitHub Copilot App

Hacker News (score: 48)

[Other] GitHub Copilot App

Found: June 02, 2026 ID: 4852

[Monitoring/Observability] Show HN: RePlaya – self-hosted browser session replay with live tailing Hi HN, I&#x27;m one of the founders of s2.dev. RePlaya (<a href="https:&#x2F;&#x2F;github.com&#x2F;s2-streamstore&#x2F;replaya" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;s2-streamstore&#x2F;replaya</a>) is a self-hosted browser session replay tool using rrweb (<a href="https:&#x2F;&#x2F;github.com&#x2F;rrweb-io&#x2F;rrweb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rrweb-io&#x2F;rrweb</a>).<p>It occurred to me that a durable stream per session would be a much neater architectural foundation for much of what you&#x27;d want from such a tool. As a unique feature, it also made live tailing straightforward because the player can read from the same stream the recorder is appending to.<p>The alternative architecture is likely an ingest firehose which is then indexed, with associated complexity and latency. You&#x27;d have to string together multiple data systems like a message queue, a metadata database, and blob storage and&#x2F;or an OLAP database.<p>Here the only dependency is S2, which has an open source version you can self-host called s2-lite (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46708055">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46708055</a>).<p>How it works:<p>- one S2 stream per browser session<p>- large rrweb events (like a full snapshot) get framed across multiple binary S2 records and reassembled on read<p>- active sessions are tailed with an S2 read session, and bridged to the browser over SSE<p>- session listing relies on stream names encoding reverse timestamps, as S2 returns a lexicographic order listing<p>- relying on fencing tokens so a stopped session can&#x27;t be written to again by a late recorder<p>- retention and GC are handled via S2 stream config, so no background job needed<p>Curious to hear from folks on the tool or the stream-per-session model!

Found: June 02, 2026 ID: 4856

[Other] QBE – Compiler Backend – 1.3

Found: June 02, 2026 ID: 4853

[Other] Show HN: I built a way to find and install Claude skills I&#x27;ve been experimenting with ways to increase AI adoption for non-technical people. Basically, all companies are pushing for AI because it&#x27;s all over the news and they feel left behind but most people have no clue where to start. I think 90% of people (ie non coders) are sufficiently well served by using cowork instead of claude code or something similar. If we can get people from sales, customer support, marketing, etc to collaborate with skills and cowork to form a company brain, I think it&#x27;s gold. So I think there&#x27;s opportunity for the community to share skills that work well for 1000s of use cases. However, it&#x27;s currently quite hard to find good skills and figure out if they&#x27;re worth it. Gstack has had immense success because of Gary&#x27;s reach and credibility. Can something like Claudinho.xyz host skills built by the community? What are your thoughts &#x2F; concerns?

Found: June 02, 2026 ID: 4864

[Other] Show HN: MetaBrain – A local document memory for AI agents Hello there HN<p>I experimented with agentic coding recently and I felt the need to track more contextual data by project. Also I felt the need to be able to go beyond the 1D chat to communicate with agents.<p>So I created a local document memory, that is discoverable by agents themselves. The CLI is designed to be easy to pick up by agents. It allows humans to collaborate too by reading &#x2F; searching &#x2F; editing documents in the store.<p>I have a Mac native GUI in the review process, I hope it will show up in the App Store soon.<p>You can try it easily, instructions here: <a href="https:&#x2F;&#x2F;metabrain.eu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;metabrain.eu&#x2F;</a> Here is the GitHub <a href="https:&#x2F;&#x2F;github.com&#x2F;OpenCow42&#x2F;metaBrain" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OpenCow42&#x2F;metaBrain</a><p>The project is also an experiment for me to build some swift project truly cross platform (Mac &#x2F; Linux &#x2F; Windows) It is open-sourced with the same license as LevelDB that I wrapped in swift to do this project.<p>The agents (and humans) can retrieve content quickly with a search, allowing to re-injecting specific knowledge in a specific context during agentic work. It’s funny, I’ve thought of &quot;inference rule base&quot; as something of a derelict idea of the old functional expert systems. Now that I start working with agents I feel more and more the need to go pick previously working solutions dynamically in such a base.<p>I’d be happy to get feedback. Product fit wise, would this be useful to you or is this just me who is happy with it ?<p>Finally I had fun with the compression of documents, it tries ZSTD quick, if it does not compress the data by more than 10 percent it stores data uncompressed, else it does a ZSTD level 9 compression on the data. I picked up this trick form OpenZFS.<p>Thanks

Found: June 02, 2026 ID: 4858

[Other] Rethinking Search as Code Generation

Found: June 02, 2026 ID: 4855

Show HN: Infinite canvas notes in the non-Euclidean Poincaré disk Hi!<p>This is an infinite canvas note-taking tool where notes are laid out in a non-Euclidean, hyperbolic geometric space. As you drag and navigate through the view, you’ll experience a unique fluid distortion that naturally leverages your brain&#x27;s spatial memory.<p>I’ve been obsessed with the concept of space in HCI for years. Many modern UI patterns are essentially workarounds for the lack of screen real estate. While researching zoom-based UIs a while back, I stumbled upon old HCI papers that used the Poincaré disk model of the hyperbolic plane to organize data. It elegantly projects an infinite space into a finite disk, keeping everything contextually visible.<p>I wanted to build an experimental app around this concept years ago, but the non-Euclidean math was a significant roadblock. Recently, I decided to give it a shot with the help of LLMs. It turns out that LLMs can handle the mathematical heavy lifting quite well, specifically in designing the coordinate systems and optimization algorithms, provided that you guide them with a solid architectural design.<p>This is still an experimental demo, but I hope it leaves an impression. I’d love to know if you find this paradigm practical for organizing your thoughts.

Found: June 02, 2026 ID: 4932

Show HN: Live breath detection and biofeedback from a phone microphone Hi everyone, I am Felix, a famliy doctor from ZH, Switzerland. A couple of month ago I started this little project called shii • haa, a breathing app that uses the phone`s microphone for live biofeedback<p>My prior work in emergency medicine and intensive care was closesly linked to breathing, mostly in critical situations... and let me to reevaluate my own way of breathing. over time one question popped into my mind: can medical knowledge and biofeedback make an app actually promote self-awareness instead of attaching your goals to the award system of the app.<p>it combines signal processing, a breathing state machine and ML. The state machine follows inhale, exhale and transitions in the mic signal. A quality layer rejects noisy or ambiguous windows before signals are used for feedback. All processing is done on-device, no speech or raw audio is uploaded.<p>What I&#x27;m trying to avoid is turning breathing into another score or game. The app gives feedback on rhythm, depth and regularity, but the point is more &quot;notice what you are doing&quot; than &quot;perform well&quot;.<p>I&#x27;d be interested in feedback, especially from people who have worked on signal processing, health UX, or Android&#x2F;iOS audio issues.

Found: June 02, 2026 ID: 4923

chopratejas/headroom

GitHub Trending

[Other] Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

Found: June 02, 2026 ID: 4848

[Other] 1-Click GitHub Token Stealing via a VSCode Bug

Found: June 02, 2026 ID: 4861

[Other] Show HN: A searchable archive of declassified UAP/UFO files, news, and analysis Hey HN! Y’all are great. It is so fun to build things these days.<p>I wanna show off this archive that I conjured to run at home for consuming the recently releases of UFO files from the US government. This started as a Mac Mini-hosted project that I executed with my OpenClaw over Discord. After showing this to a few friends, I decided to get it online and find a catchy domain. Cloudflare was the perfect hosting choice.<p>There’s a lot of bonkers things out there going on, so I added human curated “Signals” - news, analysis and discussion of UFO and adjacent news. The backlog of signals was informed by the links shared between myself and my first tech boss. We have both seen things that these files help confirm.<p>As part of a reason to bring people back, I asked my assistant to do some digging into the data and come up with “Insights”, a dedicated section on the site that includes the responsible LLM in the byline. There a media pipeline for these insights using Remotion to generate social-media ready videos that I can upload to TT, IG, and YouTube.<p>I built this for fun. Mostly with Ollama-powered GLM 5.1. Runs on Cloudflare Workers, D1, R2. Keyboard navigation within the doc viewer is blazing fast. OpenClaw is my CMS.<p>Eventually, I hope to find some passive revenue through ethical ads if I get enough traffic. I think there is an audience for this. Right now, this is helpful with sharing the WTFs (and psyops) of the world with friends.<p>Hit me up with questions!<p>Stay rad, HN!

Found: June 02, 2026 ID: 4860

[Other] Show HN: Wikigraph – an interactive visualization of all of English Wikipedia Hi! This is a visualization I&#x27;ve always wanted but never quite found. It&#x27;s a navigable map of the Wikipedia link graph structure, with search and shortest-path finding.<p>Offline, I parsed the May 2026 English Wikipedia full-text dump into a directed graph, used cuGraph on a GPU to run PageRank, Leiden clustering, and ForceAtlas2 for the layout. I did some post processing to get rid of lingering overlapping nodes and rendered a tiled map of raster base images (using Skia) and JSON metadata. Tiles are bundled into PMTiles. The frontend is Deck.gl.<p>Everything is hosted on Cloudflare. Search and shortest-path are served by a Rust backend in CF Containers which uses Tantivy and bidirectional BFS.<p>Happy to answer any questions!

Found: June 02, 2026 ID: 4863

[Other] Show HN: Build Your Own AI Agent CLI in 150 Lines I can&#x27;t tell if HN is the right kind of place for this stuff anymore since people are so advanced in their use but I thought it was interesting to leverage my existing Go microservices framework and turn it into the core of what would provide tools for an agent cli or whatever beyond that. Extensibility is key. Thought I&#x27;d share and get a conversation going.

Found: June 02, 2026 ID: 4857

Social Cache Busting

Hacker News (score: 56)

Social Cache Busting

Found: June 02, 2026 ID: 4909

A Fundamental Principle of Aeronautical Engineering Has Been Overturned

Found: June 02, 2026 ID: 4966

[Other] Ohbin – uv wrapper for installing tools from GitHub

Found: June 02, 2026 ID: 4898

[Other] Apple rejected my dictation app for using the accessibility API

Found: June 02, 2026 ID: 4849
Previous Page 67 of 310 Next