🛠️ All DevTools
Showing 2741–2760 of 6272 tools
Last Updated
July 24, 2026 at 08:33 PM
Show HN: I built a browser-based 3D editor since I didn't want to learn Blender process demo - <a href="https://i.redd.it/fbhlwsq1gcmg1.gif" rel="nofollow">https://i.redd.it/fbhlwsq1gcmg1.gif</a> render demo - <a href="https://i.redd.it/smddwtryhcmg1.gif" rel="nofollow">https://i.redd.it/smddwtryhcmg1.gif</a><p>I love making creative software. I spent a few years making pixel art software but recently have gotten into 3d animation and 2d animation and really wanted a way to realize crazy ideas.<p>Blockbench didn't feel quite right, spline is super well made but felt catered too much to just idle website animations, and I really didn't want to fall down a master class in Blender just to make some silly stuff. While I'm definitely not discounting Blender's literal powerhouse functionality, I wanted something smaller, easier to adopt, and something directly inside the web ecosystem. So that when I want to make assets for silly games I won't have to jump through any hoops to make everything match up and render nicely. So, I made Topomaker (tentative name).<p>It's sporting your basic 3d modeling, coloring, and animation. It's currently supporting exports to mp4's and gifs for sharing, and then glb's and obj's for making games in threejs.<p>I literally just started it a couple weeks ago so there are probably tons of bugs, so maybe not for anything serious, but feel free to play around with it and let me know what you think!
Against Query Based Compilers
Hacker News (score: 39)Against Query Based Compilers
Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFs
Show HN (score: 68)Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFs Hi HN, I'm a film director by trade, and I prefer writing my stories in plain text rather than using clunky screenplay software. Standard markup like Fountain doesn't work for me because I write in mixed languages, so I use Markdown with a custom syntax I invented to resemble standard screenplay structures.<p>This workflow is great until I need to actually generate an industry-standard screenplay PDF. I got tired of manually copying and pasting my text back into the clunky software just to export it, so I decided to write a script to automate the process. That's when I hit a wall.<p>I tried using React-pdf and other high-level libraries, but they failed me on two fronts: true multilingual text shaping, and complex contextual pagination. Specifically, the strict screenplay requirement to automatically inject (MORE) at the bottom of a page and (CONT'D) at the top of the next page when a character's dialogue is split across a page break.<p>You can't really do that elegantly when the layout engine is a black box. So, I bypassed them and built my own typesetting engine from scratch.<p>VMPrint is a deterministic, zero-browser layout VM written in pure TypeScript. It abandons the DOM entirely. It loads OpenType fonts, runs grapheme-accurate text segmentation (Intl.Segmenter), calculates interval-arithmetic spatial boundaries for text wrapping, and outputs a flat array of absolute coordinates.<p>Some stats:<p>Zero dependencies on Node.js APIs or the DOM (runs in Cloudflare Workers, Lambda, browser).<p>88 KiB core packed.<p>Performance: On a Snapdragon Elite ARM chip, the engine's "God Fixture" (8 pages of mixed CJK, Arabic RTL, drop caps, and multi-page spanning tables) completes layout and rendering in ~28ms.<p>The repo also includes draft2final, the CLI tool I built to convert Markdown into publication-grade PDFs (including the screenplay flavor) using this engine.<p>This is my first open-source launch. The manuscript is still waiting, but the engine shipped instead. I’d love to hear your thoughts, answer any questions about the math or the architecture, and see if anyone else finds this useful!<p>--- A note on AI usage: To be fully transparent about how this was built, I engineered the core concept (an all-flat, morphable box-based system inspired by game engines, applied to page layouts), the interval-arithmetic math, the grapheme segmentation, and the layout logic entirely by hand. I did use AI as a coding assistant at the functional level, but the overall software architecture, component structures, and APIs were meticulously designed by me.<p>For a little background: I’ve been a professional systems engineer since 1992. I’ve worked as a senior system architect for several Fortune 500 companies and currently serve as Chief Scientist at a major telecom infrastructure provider. I also created one of the world's first real-time video encoding technologies for low-power mobile phones (in the pre-smartphone era). I'm no stranger to deep tech, and a deterministic layout VM is exactly the kind of strict, math-heavy system that simply cannot be effectively constructed with a few lines of AI prompts.
Ghostty – Terminal Emulator
Hacker News (score: 125)Ghostty – Terminal Emulator
K-Dense-AI/claude-scientific-skills
GitHub TrendingA set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.
Show HN: Vertex.js – A 1kloc SPA Framework
Hacker News (score: 15)Show HN: Vertex.js – A 1kloc SPA Framework Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible.<p>vertex.js is a single, self-contained file with no build step and no dependencies.<p>Also exhibits the curious quality of being faster than over a decade of engineering at Facebook in some cases: <a href="https://files.catbox.moe/sqei0d.png" rel="nofollow">https://files.catbox.moe/sqei0d.png</a>
Show HN: Rust compiler in PHP emitting x86-64 executables
Show HN (score: 57)Show HN: Rust compiler in PHP emitting x86-64 executables
Show HN: Terminal-Style Portfolio on the Internet
Show HN (score: 21)Show HN: Terminal-Style Portfolio on the Internet Posted about this last year, since then learned a lot, changed a lot and can still say it's the best Terminal-Style Portfolio Website on The Internet
Show HN: Effective Git
Hacker News (score: 23)Show HN: Effective Git As many of us shift from being software engineers to software managers, tracking changes the right way is growing more important.<p>It’s time to truly understand and master Git.
Decision trees – the unreasonable power of nested decision rules
Hacker News (score: 227)Decision trees – the unreasonable power of nested decision rules
Show HN: Built a tool that turns your GitHub commits into build-in-public posts I kept failing at building in public for the same reason every time: not fear of judgment, just the blank page after a long day of shipping.<p>Something always happened. But converting "refactored auth flow" or "fixed that edge case that's been annoying me for a week" into something worth posting felt like a second job on top of the actual job. So I'd skip it. Then skip it again. Then stop entirely.<p>The approach: connect your GitHub, it pulls recent commits and repo activity, and generates draft posts for multiple platforms in your tone — raw founder voice, not content creator polish. The idea is you're always starting from something real you actually did, not staring at a blank box trying to manufacture insight.<p>A few decisions I made consciously:<p>Didn't want to build another scheduler. Hypefury/Typefully solve distribution. This solves the upstream problem: knowing what to say in the first place.<p>Kept the output editable and minimal — 2-3 options per session, short, easy to tweak. Not trying to automate your voice, just unblock it. Free tier to start. Wanted real usage before charging anyone.<p>Still early. Roadmap includes better tone calibration, tighter commit parsing, and more platform targets. But I've been using it daily myself which is the real test. Would love feedback, especially from anyone who's tried and failed at BIP consistency before.
ruvnet/wifi-densepose
GitHub TrendingWiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.
Show HN: React-Kino – Cinematic scroll storytelling for React (1KB core)
Hacker News (score: 10)Show HN: React-Kino – Cinematic scroll storytelling for React (1KB core) I built react-kino because I wanted Apple-style scroll experiences in React without pulling in GSAP (33KB for ScrollTrigger alone).<p>The core scroll engine is under 1KB gzipped. It uses CSS position: sticky with a spacer div for pinning — same technique as ScrollTrigger but with zero dependencies.<p>12 declarative components: Scene, Reveal, Parallax, Counter, TextReveal, CompareSlider, VideoScroll, HorizontalScroll, Progress, Marquee, StickyHeader.<p>SSR-safe, respects prefers-reduced-motion, works with Next.js App Router.<p>Demo: <a href="https://react-kino.dev" rel="nofollow">https://react-kino.dev</a> GitHub: <a href="https://github.com/btahir/react-kino" rel="nofollow">https://github.com/btahir/react-kino</a> npm: npm install react-kino
Mount Mayhem at Netflix: Scaling Containers on Modern CPUs
Hacker News (score: 13)Mount Mayhem at Netflix: Scaling Containers on Modern CPUs
We Built a Video Rendering Engine by Lying to the Browser About What Time It Is
Hacker News (score: 112)We Built a Video Rendering Engine by Lying to the Browser About What Time It Is
Show HN: Userscript to Display Age/Karma of HN Users
Show HN (score: 5)Show HN: Userscript to Display Age/Karma of HN Users Small script to display account age/karma next to all usernames, so you have that info available to you without clicking through to someone's profile. Opus 4.6 written, it's a mess but it works :) Using with Tampermonkey on Firefox.
Show HN: Computer Agents – Agents that work while you sleep
Show HN (score: 5)Show HN: Computer Agents – Agents that work while you sleep Hey HN, Most AI “agents” I’ve tried are basically chatbots with amnesia — they forget everything the moment you close the tab and can’t do anything unless you’re sitting there watching them. I wanted real AI coworkers that just… work. So I built Computer Agents (aiOS). Every agent you create gets its own isolated computer in the cloud — complete with persistent memory, a real file system, code execution environment (with automatic dependency management), and the ability to run scheduled or webhook-triggered tasks 24/7. You give it a goal (“research this market and email me a report every Monday”, “generate floor plans from client briefs”, “handle incoming support emails”, “run my weekly data analysis”), walk away, and come back to finished results in your inbox, Telegram, or dashboard. Key highlights: • Persistent workspaces — context and files survive forever (no more “remember what we talked about last week?”) • Native iOS app (iPhone + iPad) + native Mac app + web dashboard • Python + TypeScript SDKs (pip install computer-agents, npm install computer-agents) • Multi-agent orchestration (sequential, parallel, map-reduce, conditional flows) • Built-in skills: deep web research with citations, web search, image generation, full code interpreter • Integrations: Email, Telegram, GitHub, Google Drive, OneDrive, Notion, webhooks, etc. • Runs in secure isolated cloud containers (you own your data) It’s live at <a href="https://computer-agents.com" rel="nofollow">https://computer-agents.com</a> Free tier gives you 150 compute tokens (~15–23 decent-sized tasks) so you can try it right now. Pro starts at $19/mo when you want more. This is very much still a young indie project (I’m the solo founder), but it’s already helping real teams automate support, research, content, and coding workflows. Would love your honest feedback — especially: • What persistent/long-running agent pain points have you hit with other tools? • Interesting use cases you’d want to try? • Thoughts on the architecture (sandboxing, persistence model, orchestration) Happy to answer any questions! Thanks, Jan Luca (indie maker behind Computer Agents) P.S. If you’re into computer-use agents, we also have a comparison page: <a href="https://computer-agents.com/compare/computer-use-agents" rel="nofollow">https://computer-agents.com/compare/computer-use-agents</a>
The Science of Detecting LLM-Generated Text (2024)
Hacker News (score: 43)The Science of Detecting LLM-Generated Text (2024)
obra/superpowers
GitHub TrendingAn agentic skills framework & software development methodology that works.
Wei-Shaw/sub2api
GitHub TrendingSub2API-CRS2 一站式开源中转服务,让 Claude、Openai 、Gemini、Antigravity订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。