This media is not supported in your browser
VIEW IN TELEGRAM
π¦ evan-steinhilb/md2hd
md2hd Turns Your Notes Into a Living Map
Your notes are sitting there, full of connections you know are real but canβt quite see. md2hd takes a folder of markdown files and instantly draws a visual graph where your ideas become nodes and your links become the lines connecting them. It reads the frontmatter for categories and the wikilinks for relationships, building a map that updates every time you save a file. The best part is the focus mode. Click any node and the rest of the map fades away, leaving only the direct connections around it. It shows you exactly what points to that idea and what flows from it.
π @hackernewsgithubprojects
md2hd Turns Your Notes Into a Living Map
Your notes are sitting there, full of connections you know are real but canβt quite see. md2hd takes a folder of markdown files and instantly draws a visual graph where your ideas become nodes and your links become the lines connecting them. It reads the frontmatter for categories and the wikilinks for relationships, building a map that updates every time you save a file. The best part is the focus mode. Click any node and the rest of the map fades away, leaving only the direct connections around it. It shows you exactly what points to that idea and what flows from it.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ xoreaxeaxeax/mmiotic
Mmiotic: The Hardware X-Ray
Mmiotic is the hardware x-ray tool that reveals the invisible timing secrets of your computerβs physical memory. While most software assumes memory access is instant and uniform, this command-line utility measures the exact number of processor cycles it takes to read any physical address, turning raw speed into a detailed map of how hardware actually works. It is incredibly useful for reverse-engineering undocumented device registers, spotting hidden system boundaries, and even finding dangerous memory locations that can crash your computer with a single read. The creator calls it an exploratory tool, and it truly is, letting researchers dissect hardware behavior without needing any official manuals or drivers.
π° https://news.ycombinator.com/item?id=49265900
π @hackernewsgithubprojects
Mmiotic: The Hardware X-Ray
Mmiotic is the hardware x-ray tool that reveals the invisible timing secrets of your computerβs physical memory. While most software assumes memory access is instant and uniform, this command-line utility measures the exact number of processor cycles it takes to read any physical address, turning raw speed into a detailed map of how hardware actually works. It is incredibly useful for reverse-engineering undocumented device registers, spotting hidden system boundaries, and even finding dangerous memory locations that can crash your computer with a single read. The creator calls it an exploratory tool, and it truly is, letting researchers dissect hardware behavior without needing any official manuals or drivers.
π° https://news.ycombinator.com/item?id=49265900
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ andrewctf/osint-geospatial-console
OSINT Geospatial Console: The Map You Can Rewind
Rewind the entire world and own your own map history, not just view a snapshot that expires. OSINT Geospatial Console lets you track live aircraft, ships, and satellites while keeping every position fix forever on your own disk. You scrub back through time to watch exactly how a contact arrived, verify its true origin from multiple sources, and replay any moment without paying a fee or needing an account. It builds a trusted record where you control the data, so you can spot patterns and verify stories instead of trusting a temporary feed that disappears.
π @hackernewsgithubprojects
OSINT Geospatial Console: The Map You Can Rewind
Rewind the entire world and own your own map history, not just view a snapshot that expires. OSINT Geospatial Console lets you track live aircraft, ships, and satellites while keeping every position fix forever on your own disk. You scrub back through time to watch exactly how a contact arrived, verify its true origin from multiple sources, and replay any moment without paying a fee or needing an account. It builds a trusted record where you control the data, so you can spot patterns and verify stories instead of trusting a temporary feed that disappears.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ thebuggeddev/empire
Empire Atlas 3D Explorer
Empire Atlas is the interactive museum that lets you walk inside ancient homes across eight historic civilizations. It solves the problem of dry history books by turning architecture into a hands-on experience. You spin around a 3D model of a dwelling, tap pins to read about its rooms, and instantly see inside Roman domuses or Inca stone houses. It is fascinating because it makes learning about daily life in the past feel like playing with a digital toy rather than memorizing facts. The project is a beautiful way to finally understand how people lived in these empires by exploring their actual living spaces.
π @hackernewsgithubprojects
Empire Atlas 3D Explorer
Empire Atlas is the interactive museum that lets you walk inside ancient homes across eight historic civilizations. It solves the problem of dry history books by turning architecture into a hands-on experience. You spin around a 3D model of a dwelling, tap pins to read about its rooms, and instantly see inside Roman domuses or Inca stone houses. It is fascinating because it makes learning about daily life in the past feel like playing with a digital toy rather than memorizing facts. The project is a beautiful way to finally understand how people lived in these empires by exploring their actual living spaces.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ibm/vakra
Vakra: The AI Agent Reality Check
Vakra is a benchmark that puts AI agents through a rigorous wringer to see if they can actually handle complex, real-world tasks. Instead of simple yes-or-no questions, this tool forces models to chain together multiple actions, pull data from different sources, and solve multi-step problems without getting lost. It is genuinely useful because it reveals whether an AI can truly reason through a workflow or if it is just guessing. Most benchmarks test basic chat, but Vakra tests actual capability, making it a must-see for anyone building serious AI tools.
π @hackernewsgithubprojects
Vakra: The AI Agent Reality Check
Vakra is a benchmark that puts AI agents through a rigorous wringer to see if they can actually handle complex, real-world tasks. Instead of simple yes-or-no questions, this tool forces models to chain together multiple actions, pull data from different sources, and solve multi-step problems without getting lost. It is genuinely useful because it reveals whether an AI can truly reason through a workflow or if it is just guessing. Most benchmarks test basic chat, but Vakra tests actual capability, making it a must-see for anyone building serious AI tools.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ oscabriel/skills
Skills: Your Coding Assistantβs Secret Toolkit
Pickup resumes your coding sessions from handoff notes, while Herd Flow manages parallel research workers in visible panes. Replicant roots answers in your local code clones instead of guessing, and Docs to Types translates approved design decisions into strict, compile-ready architecture before you write a single line of implementation. It is a neat collection of small, focused skills that keep your coding agent grounded, organized, and efficient.
π @hackernewsgithubprojects
Skills: Your Coding Assistantβs Secret Toolkit
Pickup resumes your coding sessions from handoff notes, while Herd Flow manages parallel research workers in visible panes. Replicant roots answers in your local code clones instead of guessing, and Docs to Types translates approved design decisions into strict, compile-ready architecture before you write a single line of implementation. It is a neat collection of small, focused skills that keep your coding agent grounded, organized, and efficient.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ minad/doom-on-emacs
DOOM on Emacs
Run the classic first-person shooter DOOM directly inside the Emacs text editor using a custom native module. This project brings the legendary id Software game into your coding environment by leveraging a lightweight C framework and the Emacs Canvas API for rendering. You do not need a separate game engine or window; instead, the code bridges the gameβs logic with Emacsβs native capabilities through a small amount of glue code. It is a fascinating technical demonstration of how deep system:thought: The user wants a summary of the GitHub repository `minad/doom-on-emacs` in the format of a YouTube Shorts script.
π @hackernewsgithubprojects
DOOM on Emacs
Run the classic first-person shooter DOOM directly inside the Emacs text editor using a custom native module. This project brings the legendary id Software game into your coding environment by leveraging a lightweight C framework and the Emacs Canvas API for rendering. You do not need a separate game engine or window; instead, the code bridges the gameβs logic with Emacsβs native capabilities through a small amount of glue code. It is a fascinating technical demonstration of how deep system:thought: The user wants a summary of the GitHub repository `minad/doom-on-emacs` in the format of a YouTube Shorts script.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ andreaborio/ds4
ds4: Local AI That Streams From Your SSD
Run huge AI models on your Mac without needing expensive hardware by letting the engine stream specialized knowledge parts directly from your SSD. ds4 treats your solid-state drive as a fast extension of your memory, so even models that are too big to fit in your Macβs RAM can run smoothly. It automatically decides which parts stay in memory and which parts stream from the disk in real time. This means you get serious performance on Apple Silicon without buying a laptop with massive memory. You get local, private AI inference that actually works on your existing machine.
π @hackernewsgithubprojects
ds4: Local AI That Streams From Your SSD
Run huge AI models on your Mac without needing expensive hardware by letting the engine stream specialized knowledge parts directly from your SSD. ds4 treats your solid-state drive as a fast extension of your memory, so even models that are too big to fit in your Macβs RAM can run smoothly. It automatically decides which parts stay in memory and which parts stream from the disk in real time. This means you get serious performance on Apple Silicon without buying a laptop with massive memory. You get local, private AI inference that actually works on your existing machine.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ entrpi/ds4
DwarfStar: Run Giant AI Models on Your Laptop
DwarfStar lets you run massive artificial intelligence models on regular consumer computers. This software is a specialized engine built primarily for DeepSeek V4 Flash, but it also supports GLM 5.2. Instead of trying to be a general-purpose tool, it focuses entirely on squeezing maximum performance out of a few specific models. You can run these huge models on high-end Macs using their native graphics chips, or on powerful NVIDIA computers for serious multi-user work. It even handles SSD streaming, meaning your computer can pull model parts from your fast storage drive only when needed, letting you run models that are bigger than your available memory.
π @hackernewsgithubprojects
DwarfStar: Run Giant AI Models on Your Laptop
DwarfStar lets you run massive artificial intelligence models on regular consumer computers. This software is a specialized engine built primarily for DeepSeek V4 Flash, but it also supports GLM 5.2. Instead of trying to be a general-purpose tool, it focuses entirely on squeezing maximum performance out of a few specific models. You can run these huge models on high-end Macs using their native graphics chips, or on powerful NVIDIA computers for serious multi-user work. It even handles SSD streaming, meaning your computer can pull model parts from your fast storage drive only when needed, letting you run models that are bigger than your available memory.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ compozy/compozy
CompozyOS
CompozyOS is the AI agent operating system that turns your existing coding tools into a coordinated team. Most agents stop when you close the terminal, but this project builds a persistent background environment where tools like Claude Code and Codex actually share memory and pass work to each other. You steer everything from a simple browser dashboard, setting up automatic loops, schedules, and permission checks that run without you watching. It solves the messy engineering problem of keeping agents reliable by giving them a shared state and clear handoffs. It is the first way to make AI assistants work continuously instead of just responding once.
π @hackernewsgithubprojects
CompozyOS
CompozyOS is the AI agent operating system that turns your existing coding tools into a coordinated team. Most agents stop when you close the terminal, but this project builds a persistent background environment where tools like Claude Code and Codex actually share memory and pass work to each other. You steer everything from a simple browser dashboard, setting up automatic loops, schedules, and permission checks that run without you watching. It solves the messy engineering problem of keeping agents reliable by giving them a shared state and clear handoffs. It is the first way to make AI assistants work continuously instead of just responding once.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ golbin/hop
Hop: Open Source HWP Viewer for Mac and PC
Hop is an open-source desktop application for macOS, Windows, and Linux that lets you open, edit, and save HWP and HWPX documentsβthe native file formats used by South Koreaβs official word processor, Hancom Office. Built with Rust and Tauri, Hop wraps around the open-source rhwp engine to provide a lightweight, cross-platform experience. It supports file associations, drag-and-drop, printing, and PDF export, making it a great free alternative for anyone who needs to work with Korean government or business documents without buying proprietary software.
π @hackernewsgithubprojects
Hop: Open Source HWP Viewer for Mac and PC
Hop is an open-source desktop application for macOS, Windows, and Linux that lets you open, edit, and save HWP and HWPX documentsβthe native file formats used by South Koreaβs official word processor, Hancom Office. Built with Rust and Tauri, Hop wraps around the open-source rhwp engine to provide a lightweight, cross-platform experience. It supports file associations, drag-and-drop, printing, and PDF export, making it a great free alternative for anyone who needs to work with Korean government or business documents without buying proprietary software.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ willxup/cpa-usage-keeper
CPA Usage Keeper: Your AI Tool Bill Monitor
CPA Usage Keeper is the standalone dashboard that finally tracks every AI model request you send through your proxy. It silently sits in the background, pulling usage data from your CLIProxyAPI setup and storing it safely in a simple local database. Instead of staring at endless logs, you get a clean visual interface showing exactly which tools you are using, how much they cost, and how fast they are responding. It even auto-updates your account details and quotas so you never run into surprise limits. This is the perfect peace-of-mind tool for anyone running their own AI infrastructure without needing complex analytics software.
π @hackernewsgithubprojects
CPA Usage Keeper: Your AI Tool Bill Monitor
CPA Usage Keeper is the standalone dashboard that finally tracks every AI model request you send through your proxy. It silently sits in the background, pulling usage data from your CLIProxyAPI setup and storing it safely in a simple local database. Instead of staring at endless logs, you get a clean visual interface showing exactly which tools you are using, how much they cost, and how fast they are responding. It even auto-updates your account details and quotas so you never run into surprise limits. This is the perfect peace-of-mind tool for anyone running their own AI infrastructure without needing complex analytics software.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ internrobotics/cortex
Cortex: How Robots Plan Like Humans
Cortex lets robots tackle multi-step chores by splitting complex goals into clear, manageable subtasks. Instead of trying to handle everything at once, a high-level planner tracks progress and updates its mental notes, while a low-level system focuses purely on physical execution. This two-brain approach solves the common problem of robots losing their place during long tasks. By verifying each step before moving on, Cortex ensures the robot remembers the correct order and recovers from mistakes. It is essentially a smarter way for machines to handle complex, real-world projects without getting overwhelmed.
π @hackernewsgithubprojects
Cortex: How Robots Plan Like Humans
Cortex lets robots tackle multi-step chores by splitting complex goals into clear, manageable subtasks. Instead of trying to handle everything at once, a high-level planner tracks progress and updates its mental notes, while a low-level system focuses purely on physical execution. This two-brain approach solves the common problem of robots losing their place during long tasks. By verifying each step before moving on, Cortex ensures the robot remembers the correct order and recovers from mistakes. It is essentially a smarter way for machines to handle complex, real-world projects without getting overwhelmed.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ microsoft/flowdagger
Teach Robots Without Replacing Their Brains
Teach robots without replacing their brains. FlowDAgger lets you adapt a frozen AI robot brain by learning a tiny steering wheel that corrects its initial guesses. Instead of rewriting the entire model, it listens to a human expert when the robot struggles, then learns to predict the specific noise input that would have led to the right move. Itβs like teaching a seasoned professional to adjust their approach in real time, using only a few corrections. This clever trick keeps the original model unchanged, saving massive compute while making the robot significantly better at assembly tasks. Itβs a smart, efficient way to upgrade AI behavior without starting from scratch.
π @hackernewsgithubprojects
Teach Robots Without Replacing Their Brains
Teach robots without replacing their brains. FlowDAgger lets you adapt a frozen AI robot brain by learning a tiny steering wheel that corrects its initial guesses. Instead of rewriting the entire model, it listens to a human expert when the robot struggles, then learns to predict the specific noise input that would have led to the right move. Itβs like teaching a seasoned professional to adjust their approach in real time, using only a few corrections. This clever trick keeps the original model unchanged, saving massive compute while making the robot significantly better at assembly tasks. Itβs a smart, efficient way to upgrade AI behavior without starting from scratch.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ vlinx-io/velaterm
VelaTerm: The AI Coding Terminal
Velaterm is the terminal manager that turns scattered coding agents into an organized, persistent workspace. Most developers struggle when multiple AI assistants run simultaneously, creating a messy tab bar where context gets lost the moment you close a window. This project solves that by arranging every session into a clear project tree, keeping long-running tasks alive even when you switch apps, and letting you pick up exactly where you left off from a browser or another computer. You get real-time status updates, split screens, and full remote access without losing your history. It keeps your agent conversations intact and accessible, making complex multi-agent workflows simple to manage.
π @hackernewsgithubprojects
VelaTerm: The AI Coding Terminal
Velaterm is the terminal manager that turns scattered coding agents into an organized, persistent workspace. Most developers struggle when multiple AI assistants run simultaneously, creating a messy tab bar where context gets lost the moment you close a window. This project solves that by arranging every session into a clear project tree, keeping long-running tasks alive even when you switch apps, and letting you pick up exactly where you left off from a browser or another computer. You get real-time status updates, split screens, and full remote access without losing your history. It keeps your agent conversations intact and accessible, making complex multi-agent workflows simple to manage.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ srelens/srelens
srelens: The Rust-Powered Kubernetes Control Room
srelens is the local-first desktop workspace that finally consolidates your entire Kubernetes troubleshooting loop into one clean interface built on Rust and Tauri. Instead of juggling terminals, YAML editors, and dashboards, it brings live resource browsing, log streaming, and cluster actions into a single window. It even exposes its backend capabilities to AI agents through the MCP protocol, letting intelligent clients manage your clusters safely without rewriting the integration layer. This open-source beta is a genuinely clever way to bridge human operations and automated agent workflows on your own machine.
π° https://news.ycombinator.com/item?id=49195728
π @hackernewsgithubprojects
srelens: The Rust-Powered Kubernetes Control Room
srelens is the local-first desktop workspace that finally consolidates your entire Kubernetes troubleshooting loop into one clean interface built on Rust and Tauri. Instead of juggling terminals, YAML editors, and dashboards, it brings live resource browsing, log streaming, and cluster actions into a single window. It even exposes its backend capabilities to AI agents through the MCP protocol, letting intelligent clients manage your clusters safely without rewriting the integration layer. This open-source beta is a genuinely clever way to bridge human operations and automated agent workflows on your own machine.
π° https://news.ycombinator.com/item?id=49195728
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ deepseek-ai/deepseek-harness
DeepSeek Harness: The AI Agent Framework
DeepSeek Harness is the open-source framework that lets you build your own intelligent coding assistant. Most people use pre-made chatbots, but this tool gives you the blueprint to create your own agent that can actually run code, search the web, and manage tasks in the background. It is like getting the keys to a car instead of just sitting in the passenger seat. The biggest surprise here is how it handles complex workflows by breaking them into smaller, manageable steps that the AI can execute one by one.
π° https://news.ycombinator.com/item?id=49285244
π @hackernewsgithubprojects
DeepSeek Harness: The AI Agent Framework
DeepSeek Harness is the open-source framework that lets you build your own intelligent coding assistant. Most people use pre-made chatbots, but this tool gives you the blueprint to create your own agent that can actually run code, search the web, and manage tasks in the background. It is like getting the keys to a car instead of just sitting in the passenger seat. The biggest surprise here is how it handles complex workflows by breaking them into smaller, manageable steps that the AI can execute one by one.
π° https://news.ycombinator.com/item?id=49285244
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ mcpp-community/mcpp
mcpp: The C++ Build Tool That Builds Itself
mcpp is the C++ build tool that finally lets you use modern modules without fighting a complex setup. It handles C++23 modules automatically, meaning you can just write clean code and let the tool manage the rest. The most surprising part is that mcpp is written entirely in C++23 modules and builds itself, proving its own approach works perfectly. It installs compilers into a safe sandbox, so your system stays clean and your projects run smoothly on Linux, macOS, or Windows. It is a simple, modern way to compile C++ that just works from the start.
π° https://news.ycombinator.com/item?id=49217761
π @hackernewsgithubprojects
mcpp: The C++ Build Tool That Builds Itself
mcpp is the C++ build tool that finally lets you use modern modules without fighting a complex setup. It handles C++23 modules automatically, meaning you can just write clean code and let the tool manage the rest. The most surprising part is that mcpp is written entirely in C++23 modules and builds itself, proving its own approach works perfectly. It installs compilers into a safe sandbox, so your system stays clean and your projects run smoothly on Linux, macOS, or Windows. It is a simple, modern way to compile C++ that just works from the start.
π° https://news.ycombinator.com/item?id=49217761
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ cordiverse/paper
paper: Spatiotemporal Composability
paper is the research paper that finally untangles how software components can grow, shrink, and react to change without breaking the whole system. Think of it as a new way to build dynamic applications where every piece knows how to undo its own mess and instantly update when its neighbors shift. The authors introduce a fresh programming paradigm that treats time and space as first-class citizens, allowing systems to revert actions cleanly and react to context changes automatically. It is not just another coding library but a formal framework called Cordis that makes these complex interactions predictable and manageable.
π @hackernewsgithubprojects
paper: Spatiotemporal Composability
paper is the research paper that finally untangles how software components can grow, shrink, and react to change without breaking the whole system. Think of it as a new way to build dynamic applications where every piece knows how to undo its own mess and instantly update when its neighbors shift. The authors introduce a fresh programming paradigm that treats time and space as first-class citizens, allowing systems to revert actions cleanly and react to context changes automatically. It is not just another coding library but a formal framework called Cordis that makes these complex interactions predictable and manageable.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ arthurdev44/paneflow
PaneFlow
PaneFlow is the parallel coding agent supervisor that finally makes multi-agent chaos visible and controllable. It lets you run tools like Claude Code, Codex, and Gemini side by side in real terminal windows inside one native app. Instead of hiding everything in a chat bubble, it shows you exactly which agent is thinking, waiting, or stuck. The coolest part is the read-only bridge that lets one agent peek at another's terminal output without taking control, so they can coordinate safely. It is built in Rust for Linux, macOS, and Windows, keeping your workflow local and fast.
π @hackernewsgithubprojects
PaneFlow
PaneFlow is the parallel coding agent supervisor that finally makes multi-agent chaos visible and controllable. It lets you run tools like Claude Code, Codex, and Gemini side by side in real terminal windows inside one native app. Instead of hiding everything in a chat bubble, it shows you exactly which agent is thinking, waiting, or stuck. The coolest part is the read-only bridge that lets one agent peek at another's terminal output without taking control, so they can coordinate safely. It is built in Rust for Linux, macOS, and Windows, keeping your workflow local and fast.
π @hackernewsgithubprojects