🛠️ All DevTools

Showing 601–620 of 4277 tools

Last Updated
April 23, 2026 at 12:00 AM

[Other] MonoGame: A .NET framework for making cross-platform games

Found: March 08, 2026 ID: 3676

[Other] A New Version of Our Oracle Solaris Environment for Developers

Found: March 07, 2026 ID: 3704

A Decade of Docker Containers

Hacker News (score: 135)

[Other] A Decade of Docker Containers

Found: March 07, 2026 ID: 3665

[Other] Show HN: OpenGraviton – Run 500B+ parameter models on a consumer Mac Mini Hi HN,<p>I built OpenGraviton, an open-source AI inference engine designed to push the limits of running extremely large models on consumer hardware.<p>The system combines several techniques to drastically reduce memory and compute requirements:<p>• 1.58-bit ternary quantization ({-1, 0, +1}) for ~10x compression • dynamic sparsity with Top-K pruning and MoE routing • mmap-based layer streaming to load weights directly from NVMe SSDs • speculative decoding to improve generation throughput<p>These allow models far larger than system RAM to run locally.<p>In early benchmarks, OpenGraviton reduced TinyLlama-1.1B from ~2.05GB (FP16) to ~0.24GB using ternary quantization. Synthetic stress tests at the 140B scale show that models which would normally require ~280GB FP16 can fit within ~35GB when packed with the ternary format.<p>The project is optimized for Apple Silicon and currently uses custom Metal + C++ tensor unpacking.<p>Benchmarks, architecture, and details: <a href="https:&#x2F;&#x2F;opengraviton.github.io" rel="nofollow">https:&#x2F;&#x2F;opengraviton.github.io</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;opengraviton" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opengraviton</a>

Found: March 07, 2026 ID: 3668

agentjido/jido

GitHub Trending

🤖 Autonomous agent framework for Elixir. Built for distributed, autonomous behavior and dynamic workflows.

Found: March 07, 2026 ID: 3656

[Other] Show HN: Bulk Image Generator – Create AI variations and remove bg in batch Hello HN,<p>I built Bulk Image Generator because I was frustrated with how slow it is to iterate on visual assets. Tools like Midjourney are great for single images, but when you need 50+ variations of a product shot or a game asset based on a specific reference, the manual process is a pain.<p>What it does:<p>Upload one reference image and generate 100+ AI variations while maintaining style&#x2F;structure.<p>Batch background removal (because once you generate 100 images, you usually need to clean them up).<p>Fast bulk download.<p>Why I’m sharing it here: I’m looking for feedback on the consistency of the output. I also want to know if there are specific &quot;batch&quot; workflows in your design or dev process that are still too manual.<p>I’ll be around to answer any questions about the implementation or future roadmap!

Found: March 07, 2026 ID: 3669

Claude Code deletes developers' production setup, including database

Found: March 07, 2026 ID: 3661

[Other] Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI Play: <a href="https:&#x2F;&#x2F;p.migdal.pl&#x2F;chromatron-oxide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;p.migdal.pl&#x2F;chromatron-oxide&#x2F;</a> Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;stared&#x2F;chromatron-oxide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stared&#x2F;chromatron-oxide&#x2F;</a> (educational purpose only) The original: <a href="https:&#x2F;&#x2F;www.silverspaceship.com&#x2F;chromatron&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.silverspaceship.com&#x2F;chromatron&#x2F;</a><p>Full story in the blog post.

Found: March 07, 2026 ID: 3685

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies I built µJS because I wanted AJAX navigation without the verbosity of HTMX or the overhead of Turbo.<p>It intercepts links and form submissions, fetches pages via AJAX, and swaps fragments of the DOM. Single &lt;script&gt; tag, one call to `mu.init()`. No build step, no dependencies.<p>Key features: patch mode (update multiple fragments in one request), SSE support, DOM morphing via idiomorph, View Transitions, prefetch on hover, polling, and full HTTP verb support on any element.<p>At ~5KB gzipped, it&#x27;s smaller than HTMX (16KB) and Turbo (25KB), and works with any backend: PHP, Python, Go, Ruby, whatever.<p>Playground: <a href="https:&#x2F;&#x2F;mujs.org&#x2F;playground" rel="nofollow">https:&#x2F;&#x2F;mujs.org&#x2F;playground</a><p>Comparison with HTMX and Turbo: <a href="https:&#x2F;&#x2F;mujs.org&#x2F;comparison" rel="nofollow">https:&#x2F;&#x2F;mujs.org&#x2F;comparison</a><p>About the project creation, why and when: <a href="https:&#x2F;&#x2F;mujs.org&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;mujs.org&#x2F;about</a><p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Digicreon&#x2F;muJS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Digicreon&#x2F;muJS</a><p>Happy to discuss the project.

Found: March 07, 2026 ID: 3660

Show HN: Git-lanes – Parallel isolation for AI coding agents using Git worktrees

Found: March 07, 2026 ID: 3664

Show HN: OculOS – Any desktop app as a JSON API via OS accessibility tree Single Rust binary (~3 MB) that reads the OS accessibility tree and gives every UI element a REST endpoint. Click buttons, type text, toggle checkboxes — all via JSON. Works as an MCP server too, so Claude&#x2F;Cursor&#x2F;Windsurf can control any desktop app out of the box.<p>Windows + Linux + macOS. MIT licensed.

Found: March 07, 2026 ID: 3663

[Monitoring/Observability] Show HN: Kula – Lightweight, self-contained Linux server monitoring tool Zero dependencies. No external databases. Single binary. Just deploy and go. I needed something that would allow for real-time monitoring, and installation is as simple as dropping a single file and running it. That&#x27;s exactly what Kula is. Kula is the Polish word for &quot;ball,&quot; as in &quot;crystal ball.&quot; The project is in constant development, but I&#x27;m already using it on multiple servers in production. It still has some rough edges and needs to mature, but I wanted to share it with the world now—perhaps someone else will find it useful and be willing to help me develop it by testing or providing feedback. Cheers! Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;c0m4r&#x2F;kula" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;c0m4r&#x2F;kula</a>

Found: March 07, 2026 ID: 3652

Show HN: The Roman Industrial Revolution that could have been (Vol 2) A few months ago I shared the first issue of The Lydian Stone Series here:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44253083">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44253083</a><p>It&#x27;s an alternate-history comic about an archaeology student in modern Pompeii who discovers a slate that lets him exchange short messages with a Roman slave a week before the eruption of Vesuvius.<p>The premise is simple: what happens if someone in the Roman world suddenly gains access to modern scientific knowledge, but still has to build everything using the materials and tools available in 79 AD?<p>Volume 2 (The Engine of Empire) explores the second-order effects of that idea.<p>About the process: I write the story, research, structure, and dialogue. The narrative is planned first (acts → scenes → pages → panels). Once a panel is defined, I write a detailed visual description (camera angle, posture, lighting, environment, etc.).<p>LLMs help turn those descriptions into prompts, and image models generate sketches. I usually generate many variations and manually select or combine the ones that best match the panel.<p>The bulk of the work is in the narrative design, historical research, and building a plausible technological path the Romans could realistically follow. The AI mostly acts as a sketching assistant.<p>I&#x27;d love feedback on the story direction, pacing, and whether the industrial shift feels believable.

Found: March 06, 2026 ID: 3644

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open Homebrew engine <a href="https:&#x2F;&#x2F;github.com&#x2F;willtobyte&#x2F;carimbo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;willtobyte&#x2F;carimbo</a>

Found: March 06, 2026 ID: 3662

[Other] Utah's online porn tax proposal poses a major threat to civil liberties

Found: March 06, 2026 ID: 3650

[Other] Show HN: Graph-Oriented Generation – Beating RAG for Codebases by 89% LLMs are better at being the &quot;mouth&quot; than the &quot;brain&quot; and I can prove it mathematically. I built a deterministic graph engine that offloads reasoning from the LLM. It reduces token usage by 89% and makes a tiny 0.8B model trace enterprise execution paths flawlessly. Here is the white paper and the reproducible benchmark.

Found: March 06, 2026 ID: 3654

[Other] Show HN: Go-TUI – A framework for building declarative terminal UIs in Go I&#x27;ve been building go-tui (<a href="https:&#x2F;&#x2F;go-tui.dev" rel="nofollow">https:&#x2F;&#x2F;go-tui.dev</a>), a terminal UI framework for Go inspired by the templ framework for the web (<a href="https:&#x2F;&#x2F;templ.guide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;templ.guide&#x2F;</a>). The syntax should be familiar to templ users and is quite different from other terminal frameworks like bubbletea. Instead of imperative widget manipulation or bubbletea&#x27;s elm architecture, you write HTML-like syntax and Tailwind-style classes that can intermingle with regular Go code in a new .gsx filetype. Then you compile these files to type-safe Go using `tui generate`. At runtime there&#x27;s a flexbox layout engine based on yoga that handles positioning and a double-buffered renderer that diffs output to minimize terminal writes.<p>Here are some other features in the framework:<p>- It supports reactive state with State[T]. You change a value and the framework redraws for you. You can also forego reactivity and simply use pure components if you would like.<p>- You can render out a single frame to the terminal scrollback if you don&#x27;t care about UIs and just want to place a box, table, or other styled component into your stdout. It&#x27;s super handy and avoids the headache of dealing with the ansi escape sequences directly.<p>- It supports an inline mode that lets you embed an interactive widget in your shell session instead of taking over the full screen. With it you can build things like custom streaming chat interfaces directly in the terminal.<p>- I built full editor support for the new filetype. I published a VS Code and Open-VSX extension with completion, hover, and go-to-definition. Just search for &quot;go-tui&quot; in the marketplace to find them. The repo also includes a tree-sitter grammar for Neovim&#x2F;Helix, and an LSP that proxies Go features through gopls so the files are easy to work with.<p>There are roughly 20 examples in the repo covering everything from basic components to a dashboard with live metrics and sparklines. I also built an example wrapper for claude code if you wanted to build your own AI chat interface.<p>Docs &amp; guides: <a href="https:&#x2F;&#x2F;go-tui.dev" rel="nofollow">https:&#x2F;&#x2F;go-tui.dev</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;grindlemire&#x2F;go-tui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;grindlemire&#x2F;go-tui</a><p>I&#x27;d love feedback on the project!

Found: March 06, 2026 ID: 3655

[Other] Codex Security: now in research preview

Found: March 06, 2026 ID: 3651

[Other] Caxlsx: Ruby gem for xlsx generation with charts, images, schema validation

Found: March 06, 2026 ID: 3705

[CLI Tool] Show HN: Claude-replay – A video-like player for Claude Code sessions I got tired of sharing AI demos with terminal screenshots or screen recordings.<p>Claude Code already stores full session transcripts locally as JSONL files. Those logs contain everything: prompts, tool calls, thinking blocks, and timestamps.<p>I built a small CLI tool that converts those logs into an interactive HTML replay.<p>You can step through the session, jump through the timeline, expand tool calls, and inspect the full conversation.<p>The output is a single self-contained HTML file — no dependencies. You can email it, host it anywhere, embed it in a blog post, and it works on mobile.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;es617&#x2F;claude-replay" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;es617&#x2F;claude-replay</a><p>Example replay: <a href="https:&#x2F;&#x2F;es617.github.io&#x2F;assets&#x2F;demos&#x2F;peripheral-uart-demo.html" rel="nofollow">https:&#x2F;&#x2F;es617.github.io&#x2F;assets&#x2F;demos&#x2F;peripheral-uart-demo.ht...</a>

Found: March 06, 2026 ID: 3648
Previous Page 31 of 214 Next