🛠️ All DevTools
Showing 921–940 of 2543 tools
Last Updated
December 02, 2025 at 04:00 AM
Show HN: I built an IDE for devs who live in the terminal
Show HN (score: 5)[Other] Show HN: I built an IDE for devs who live in the terminal
Done-0/fuck-u-code
GitHub Trending[Code Quality] Legacy-Mess Detector – assess the “legacy-mess level” of your code and output a beautiful report | 屎山代码检测器,评估代码的“屎山等级”并输出美观的报告
Show HN: Resrap – A Parser but in Reverse
Show HN (score: 7)[Other] Show HN: Resrap – A Parser but in Reverse I built Resrap, a Go package that takes a grammar in ABNF format and generates infinitely long sequences of syntactically correct code...either completely randomly or with seeds for a deterministic generation.<p>ABNF is a modified version of EBNF(<a href="https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form" rel="nofollow">https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_f...</a>) I made for this project, basically means you can specify when generating code 20% of lines will be if{} blocks and 50% will be while{} blocks which allows for more natural code generation, plus support for infinite generation of code.<p>It’s very fast...it generated ~40 million tokens of C syntax in about 26 seconds on my laptop and supports multithreading which actually saw boosts in performance since its very easy to parallelize.<p>I originally made this for a typing-test project (I didn’t want to store code snippets manually), but it turned out to be useful in other contexts too, like: - Stress-testing parsers and linters - Creating non-copyrighted “lorem ipsum” code for tech demos - Generating those endless “hacker” code scenes you see in movies<p>Curious what other cool things people might do with it!<p>Github: <a href="https://github.com/osdc/Resrap" rel="nofollow">https://github.com/osdc/Resrap</a> Website: <a href="https://resrap.osdc.dev/" rel="nofollow">https://resrap.osdc.dev/</a>
Show HN: Neural Emotion Matrix for NPCs
Show HN (score: 12)[Other] Show HN: Neural Emotion Matrix for NPCs Hey! I built this system to humanize NPCs by giving them emotions using Rust and ML.<p>The system provides emotion coordinates (based on Russell's circumplex model) from text input or actions, with persistent emotional memory per entity. Think NPCs that remember how they feel about specific players or events.<p>I pre-trained a DistilBERT model on ~1k video game dialogues (Skyrim, Cyberpunk, etc.) and plan to extract and evaluate 100k+ dialogues soon. However studio/team can manually add dialogues to enrich their own dataset.<p>The matrix doesn't generate dialogue, it only analyzes content. When you pass text or an action, it returns emotion coordinates on the valence (pleasant/unpleasant) and arousal(energetic/calm) scale. For example:<p>- [0.00, 0.00] = neutral<p>- [0.29, 0.80] = excited<p>- [-0.50, -0.30] = sad/tired<p>I made a quick visualizer here to help understand <a href="https://valence-arousal-visualizer.vercel.app/" rel="nofollow">https://valence-arousal-visualizer.vercel.app/</a><p>The system helps select which dialogue/action to play based on emotional state:<p>- Player says something bad to NPC → system detects negative valence → game picks from "angry dialogue pool"<p>- NPC remembers past positive interactions → system returns positive valence → friendlier responses available<p>So, the devs still write the dialogues or choose the next actions, but the matrix helps manage NPC emotional states and memory dynamically.<p>Here's the project structure to better understand how it works:<p>- src/config: Helper utilities for NPC configuration setup<p>- src/module: The core engine with emotion prediction, memory storage, and entity management<p>- src/api: FFI layer with pub extern "C" to bridge our modules with C/C++ game engines and modding tools (Unity, Unreal, etc.)<p>To implement it, just call `build.sh`, it will create DLL files that you can use to call the matrix functions directly in C++/C/C#.<p>I'd love feedback on code quality and overall architecture.<p>Feel free to be honest about the good, the bad, and the ugly. PRs welcome if you want to contribute!
Dbos: Durable Workflow Orchestration with Go and PostgreSQL
Hacker News (score: 37)[Other] Dbos: Durable Workflow Orchestration with Go and PostgreSQL
PyOCI – Publish and install private Python packages using OCI/Docker registries
Hacker News (score: 17)[Package Manager] PyOCI – Publish and install private Python packages using OCI/Docker registries
Optimizing a 6502 image decoder, from 70 minutes to 1 minute
Hacker News (score: 102)[Other] Optimizing a 6502 image decoder, from 70 minutes to 1 minute
Nexa SDK
Product Hunt[API/SDK] Run, build & ship local AI in minutes Nexa SDK runs any model on any device, across any backend locally—text, vision, audio, speech, or image generation—on NPU, GPU, or CPU. It supports Qualcomm and Apple NPUs, GGUF, Apple MLX, and the latest SOTA models (Gemma3n, PaddleOCR).
Fern
Product Hunt[API/SDK] Instant Docs and SDKs for your API Start with an API spec. Generate SDKs in multiple languages and interactive API documentation tailored to your brand.
lbDMF - Database Software Prototyper
Product Hunt[Database] Get your database software prototypes fast A multi platform framework with prototyping and database capabilities. It includes code generators and UML ex/import. The main software itself is a prototype including it's UML model you could look at using BoUML.
Todos.now
Product Hunt[Other] Private todos - capture quickly, focus on what matters now. Todos.now is a privacy-first todo-list dashboard. Type natural language to add tasks (“Launch Todos.now #sideproject 9/29@8am !high”), fly with keyboard shortcuts, switch between List/Kanban/Priority views, and keep data private with end-to-end encryption.
ReSMS
Product Hunt[API/SDK] Twilio made SMS APIs complicated. We've made it 5-min simple Send SMS at scale with the developer—friendly API. Simple integration, predictable pricing, and optimized for modern applications.
NameSnag
Product Hunt[Other] From idea to startup — name, domain & dev prompt in 10s Generate unique brand names with domains, colors, and logo ideas using AI
NewStudio
Product Hunt[Other] Better YouTube Analytics NewStudio is a Chrome Extension built to further enhance and customize YouTube Studio. Currently launching with 4 features: - Confirm-click Sign-out - Real-time engaged views - Customizable dashboard - Live subscriber count
Simple Table
Product Hunt[Other] Simple Table: Power Up Your React Grid, Flat Price! Simple Table is a 16 kB React data grid with cell selection, row grouping, infinite scroll, etc., offering flat monthly/yearly pricing instead of per-engineer fees.
Show HN: Free developer-first OneNote alternative
Show HN (score: 7)[Other] Show HN: Free developer-first OneNote alternative Hey Everyone, been working on a note-taking app called janta (Just Another Note Taking App) the past few months.<p>You can try it out at app.janta.dev (you will be redirected to app.janta.dev/canvas/temporary, which is the locally-stored whiteboard you can access)<p>I felt limited with OneNote, Excalidraw, and other infinite-canvas style apps, so I built an alternative. You have access to code-editors, Desmos graphs, and rich text editors (SlateJS). This is because the canvas is designed in a way that allows web components to exist on the same layer as pen-strokes, so you can annotate code, circle points-of-inflection, and programmatically generate graphs using matplotlib.pyplot!<p>This is a beta release, and feedback would be awesome!
Coding a new BASIC interpreter in 2025 to replace a slow one
Hacker News (score: 40)[Other] Coding a new BASIC interpreter in 2025 to replace a slow one
Show HN: Built an MCP server using Cloudflare's Code Mode pattern
Hacker News (score: 32)[Other] Show HN: Built an MCP server using Cloudflare's Code Mode pattern Read this article by Cloudflare this morning <a href="https://blog.cloudflare.com/code-mode/" rel="nofollow">https://blog.cloudflare.com/code-mode/</a> the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times.<p>HN Discussion: <a href="https://news.ycombinator.com/item?id=45399204">https://news.ycombinator.com/item?id=45399204</a> <a href="https://news.ycombinator.com/item?id=45386248">https://news.ycombinator.com/item?id=45386248</a><p>Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls.<p>Stick an MCP proxy on top of that and you've got "CodeMode" (code intermixed with MCP tool calls) for more advanced workflow orchestration.<p><a href="https://github.com/jx-codes/codemode-mcp" rel="nofollow">https://github.com/jx-codes/codemode-mcp</a><p>There's a lot of things that can be improved here. Like a virtual file system for the agent to actually build up its solution instead of being forced to one shot the solution but the bones are there.
Show HN: Toolbrew – Free little tools without signups or ads
Hacker News (score: 35)[Other] Show HN: Toolbrew – Free little tools without signups or ads I got tired of fighting through spammy tool sites just to do something simple, so I made Toolbrew in a few hours on Replit. Just a bunch of free little tools in one place. Text converters, SEO checks, video downloaders, that kind of stuff. No signups, no ads.<p>If there is a tool you wish existed, you can request it on the site and I will build it. Do your worst. Seriously, ANY tool.<p>Maybe it helps, maybe not. Enjoy!
rapid7/metasploit-framework
GitHub Trending[Other] Metasploit Framework