🛠️ All DevTools
Showing 2461–2480 of 2554 tools
Last Updated
December 04, 2025 at 12:00 AM
danny-avila/LibreChat
GitHub Trending[Other] Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active project.
isaac-sim/IsaacLab
GitHub Trending[DevOps] Unified framework for robot learning built on NVIDIA Isaac Sim
[Other] Show HN: Built email parsing for booking confirmations for my travel app – Aruko <p><pre><code> A few months ago I shared my travel app here. Today I'm back with something that solved a real technical challenge I was facing. The problem: Parsing booking confirmation emails accurately. Built a parsing system that: - Distinguishes between connection hubs and actual destinations - Captures all segments (flights, hotels, trains) in the right order - Handles different booking site email formats - Creates complete itineraries automatically </code></pre> Happy to discuss more if anyone's interested :)
What every programmer should know about how CPUs work [video]
Hacker News (score: 190)[Other] What every programmer should know about how CPUs work [video]
Show HN: Mochia, a virtual pet browser game, built with Rust, SolidJS, Postgres
Show HN (score: 15)[Other] Show HN: Mochia, a virtual pet browser game, built with Rust, SolidJS, Postgres Around three years ago, I was reminiscing about how much I loved playing Neopets as a kid. Meanwhile, I was also looking for a project to better learn Rust and SolidJS. So.. I figured making my own virtual pet browser game would be a fun way to practice! Since then, I’ve been working on it nearly every day, and.. it’s grown quite a bit! Here are some bulleted lists for your convenience:<p>Technical Details:<p><pre><code> * Backend monolithic Rust server runs on a single $5/month VPS * Lean frontend with just 3 dependencies (SolidJS, Solid Router, and Mutative) * Around 130,000 combined lines of code (frontend + backend) * Rust server uses axum, sqlx, tokio, rand, strum, tungstenite (websockets) * No server crashes or data loss in 3 years (thank you Rust + Postgres!) * Almost all graphics (500+ assets) are SVGs for perfect detail at every zoom level * Fully mobile responsive and playable on all modern browsers and devices * Actor model for player actions enables trivial parallel, multi-core scaling * Single page application that preloads entire game world on initial page load * Instantaneous navigation between pages (no additional page fetches required) * Lightweight game engine for minigames, powered by custom WebGL shaders * Rust is the single source of truth for data structures shared between browser and server * Custom derive macros used to autogenerate TypeScript bindings and binary decoding functions * Binary WebSocket messages with custom protocol for client-server communication * O(1) selection for nested, weighted-random item reward pools * Minigames can be played without an account (but rewards can't be saved) </code></pre> Features:<p><pre><code> * Completely free to play with no ads or tracking * Multiplayer browser-based virtual world with 80+ locations to explore * Dark mode toggle switch * Simple minigames that smoothly run at your display's refresh rate * Public leaderboards that track the top scores in each minigame * Pet training system with turn-based card-based battle arena * Dynamic player economy with player-run shops * Player guilds that members can level up to unlock perks * Abandoned mines area created by maze generation algorithm * Create / adopt pets, adorn them with hats, give them pets, change their color, etc. * 220 items to collect (food, toys, cosmetics, books, charms, tiny creatures, etc.) * In-game currency with banking, auctions, stock market, and jobs system * Villagers you can talk to, befriend, and complete quests and jobs for * Optional push notifications (like for when you win an auction) * 38 achievement avatars to unlock * Social features: befriend others, send gifts, and share your recent activity * NPC shops that restock over time (sometimes with very rare items!) * Luck system with ways to boost your luck for better rewards * Many puzzles that grant items or MP (currency) when solved * Fishing, gardening, caves, random events, fountains, galleries, etc. * Wheels to spin, treasure maps to complete, and secrets to explore! * Much, much more but I don't want to spoil everything! </code></pre> Links:<p><pre><code> * Website URL: https://mochia.net * Community Discord: https://discord.gg/ub6z8YH866 * Gameplay Video: https://www.youtube.com/watch?v=CC6beIxLq8Q * Screenshots Album: https://imgur.com/a/FC9f9u3 </code></pre> I'd love to answer any questions, hear any thoughts, or read any sort of feedback or criticism!
Parallelizing SHA256 Calculation on FPGA
Hacker News (score: 40)[Other] Parallelizing SHA256 Calculation on FPGA
Introducing tmux-rs
Hacker News (score: 694)[Other] Introducing tmux-rs
Show HN: HomeBrew HN – Generate personal context for content ranking
Hacker News (score: 109)[Other] Show HN: HomeBrew HN – Generate personal context for content ranking TLDR: Build a quick HN profile to see how little context LLMs need to personalise your feed. Rate 30 posts once, get a permanent ranked homepage you can return to.<p>Our goal was to build a tool that allowed us to test a range of "personal contexts" on a very focused everyday use case for us, reading HN!<p>We are exploring use of personal context with LLMs, specifically what kind of data, how much, and with how much additional effort on the user’s part was needed to get decent results. The test tool was a bit of fun on its own so we re-skinned it and decided to post it here.<p>First time posting anything on HN but folks at work encouraged me to drop a link. Keen on feedback or other interesting projects thinking about bootstrapping personal context for LLM workflows!
swagger-api/swagger-ui
GitHub Trending[API/SDK] Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Show HN: Recivo – Receive Emails Programmatically
Show HN (score: 21)[Other] Show HN: Recivo – Receive Emails Programmatically Hi HN, these last couple of weeks I've been building 'Recivo', a simple way to receive emails programmatically. There are plenty of API-based services that can be used to send emails, but receiving them is harder.<p>As a Recivo user, you create a new email address which will then immediately be available for receiving emails. A REST `/inbox` endpoint is exposed for retrieving these emails, this includes all data you would expect: subject, content, sender, and most importantly: attachments. You can also get notified of newly received emails using webhooks.<p>The main use-cases I'm thinking of right now is triggering AI agents using email or a very simple document upload flow to any SaaS (just forward an email to the SaaS). This is actually where the inspiration for Recivo came from, I really enjoy the flow of getting an invoice in my mailbox and forwarding it to my accounting software and then seeing it appear in the app. The agentic use-case seems promising, especially for workflows that still require a human in the loop. Asynchronous communication with an AI agent feels natural to me.<p>When you visit the landing page you're immediately given a randomly generated email address and a cURL command to try the API. Of course these demo addresses will expire, so you'll have to log in to create a non-randomized and permanent address.<p>I'm wondering if you see any other use cases for a "programmatic" mailbox. Please let me know what you think!
Local Proxy Inspector
Product Hunt[Monitoring/Observability] Debug http traffic and webhooks locally Transparent HTTP proxy for local development. See every webhook request/response, mock failures, search history. When your backend crashes, LPI keeps responding. Single binary, works offline, SQLite storage. Built by devs who hate losing webhook data.
AI Ticket Routing&SLA Predictor for JIRA
Product Hunt[Other] Predict SLA breaches & auto-route JIRA tickets with AI Supercharge your JIRA workflow with AI! Predict SLA breaches before they happen and auto-assign tickets to the right team. Boost efficiency, reduce delays, and keep customers happy with this open-source ML-powered smart ticketing solution.
JSON Stringify
Product Hunt[Other] Convert js objects or arrays into json strings online Use JSON Stringify to convert JavaScript objects, arrays, or values into valid JSON strings. Useful for storage, API payloads, or debugging frontend data serialization.
Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON
Hacker News (score: 85)[CLI Tool] Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON
Show HN: CSS generator for a high-def glass effect
Show HN (score: 407)[Other] Show HN: CSS generator for a high-def glass effect There are lots of glassmorphism generators out there, but I wanted to push the effect further! This project is the result of months of experimenting with CSS property layering and battling browser quirks.<p>Cross-browser compatibility is actually the reason I rely on ::before and ::after pseudo-elements to build up the effect. Move the color/opacity to the main element, and you’ll get weird color bleed on the corners in Chrome. Move the texture, and it muddles the bevel’s specular highlight. Move the bevel, and it gets blurred out by the backdrop-filter. And so on!<p>Layers include: * Adjustable blur, brightness, and saturation (backdrop-filter) * Subtle translucent texture * Faux 3D bevel (using box-shadows, not an outline)<p>Glassmorphism is rather heavy on resources, so it’s best used as an accent and avoided on wide desktop elements. Should be compatible with recent versions of Chrome, Safari, and Firefox (desktop and mobile). If you spot bugs or rendering glitches, I’d love to know!<p>Side note: this is an early preview of a framework-agnostic glass SCSS/component library I’m building.
Show HN: I made Logic gates using CSS if() function
Hacker News (score: 14)[Other] Show HN: I made Logic gates using CSS if() function
Show HN: Opasm, an Assembly REPL
Show HN (score: 13)[CLI Tool] Show HN: Opasm, an Assembly REPL This is a fun repl for running arbitrary assembly commands, right now it supports x86, X86_64, arm, aarch64, but there's not a big reason that I can't add support for other qemu/capstone/unicorn/ keystone supported architectures, just have to do it
PaddlePaddle/ERNIE
GitHub Trending[API/SDK] The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle.
Envolt
Product Hunt[Other] Secure .env sharing for dev teams Envolt is a secure platform for sharing environment variables and secrets with your team. Keep your sensitive data safe while collaborating on projects.
Dessert
Product Hunt[Testing] Test generation straight from your debugger Hey! I built an open-source IntelliJ IDE plugin that uses AI to generate unit tests straight from your debugger. It grabs runtime variables and stack info as context to generate more accurate tests. Looking for contributors if you're down to help! 😀