57 subscribers
7.3K videos
7.91K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ iannuttall/ralph

Ralph: The AI That Codes Itself

Ralph turns your computer into an autonomous coding assistant that builds projects by itself. It starts with a simple text idea, writes a technical plan, and then enters a continuous loop of writing code, testing it, and committing changes to git. What makes Ralph fascinating is that it treats your project files as its memory instead of relying on a temporary chat window. It remembers exactly what it did last time, fixes its own mistakes, and keeps working until the feature is finished. You can even swap in different AI models to run the tasks.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ shape-machine/tusk-macos

Tusk: The Minimal Native macOS Database Tool

Tusk is a lightweight, native database manager built specifically for macOS, designed to let developers interact with PostgreSQL without the bloat of web-based wrappers. Instead of relying on heavy Electron frameworks, the project uses SwiftUI to create a fast, responsive interface that feels like it belongs on the system. It handles the full workflow from managing secure connections to exploring complex table structures and running live queries. You can browse your database schema visually, inspect relationships with interactive graphs, and execute SQL commands with instant syntax highlighting. The tool keeps things simple by storing sensitive credentials safely in your local Keychain and offering a clean, distraction-free workspace.

πŸ“° https://news.ycombinator.com/item?id=47515590

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ crazygirl437/polymarket-5min-bot

Polymarket 5-Min Arbitrage Bot

This Rust-based bot automatically hunts for pricing errors in Polymarket’s five-minute crypto prediction markets. It monitors the combined cost of buying both "yes" and "no" tokens and triggers a trade whenever that total dips below one dollar. Once both tokens are purchased, the code automatically merges them back into stablecoins, capturing a small but consistent profit from the pricing gap. It also handles risk management by balancing positions and cleaning up trades right before the timer runs out, offering a complete automated loop for short-term market inefficiencies.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ botcoder254/limboo

Limboo: The OS for AI Coding Agents

Watch Limboo give your coding agent a real workspace where it can do actual engineering. Instead of just chatting in a blank window, the app manages your repositories, watches files, runs terminals, and holds project memory so the AI can focus entirely on writing code. The coolest part is that it lets multiple agents like Cursor and Claude work together inside one session, keeping everything organized in durable workspaces with full git control. It is a local-first desktop tool that turns a simple chat into a complete development environment, giving developers the structure they need to build complex software without losing track of their progress.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ perplexityai/perplexity-cli

Perplexity CLI

Run web searches directly from your terminal and get clean JSON results that code can actually use. This tool lets you query the internet without opening a browser, returning snippets and URLs in a format that coding agents or your own scripts can easily parse. It also extracts relevant text from multiple web pages in one go, giving you exactly the info you need from a bunch of links instantly. It works on macOS and Linux, installs with a single line, and plays nice with your existing command line workflow. It is perfect if you want to automate research or feed search results into AI tools without the clutter.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ ryanfitzpatrickio/threejs-playground

Threejs Playground: Procedural City & Parkour

Threejs Playground is an experimental browser 3D playground that lets you explore an endless procedurally generated city with parkour and vehicle mechanics. Built using Vite, Solid, Three.js r185 WebGPU, and Rapier physics, it serves as a prototype workspace rather than a finished game. The project shines in its ability to stream infinite city blocks with seeded randomness while keeping collision data perfectly synchronized with rendering. You can experience freerun traversal, grapple swinging, and wingsuit flying through dynamically generated streets and rooftops. It also features enterable interiors using Wave Function Collapse for layout generation, along with wet road materials and volumetric sky effects.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ arrow-air/project-caribou

Project Caribou Drone Design

Project Caribou is the hexacopter project that finally treats every motor arm as its own independent power station. Instead of wiring one giant battery to six motors like a traditional drone, this design gives each of the six arms its own dedicated smart battery pack and custom safety board. The clever part is the hardware kill switch: a physical cutoff that cuts power at the battery stage before it even touches the electronics, ensuring the flight computer can never accidentally cause a short circuit. This repository collects all the engineering blueprints, custom circuit board files, and 3D models that make this safe, scalable drone architecture possible.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sdk445/hmon

Hmon: Real-Time Linux Monitoring

Hmon is a fast, lightweight Linux system monitor built in C and ncurses. It provides real-time insights into your computer's health, tracking everything from CPU and GPU usage to memory, disk, and network activity. What makes it particularly interesting is its plugin architecture, which allows you to extend its capabilities by adding new collectors for specific metrics like Docker containers, database connections, or even cron jobs. The tool offers a clean, terminal-based interface with three distinct viewing modes: a full dashboard, a condensed Zen mode, and a dense Pro mode for detailed kernel stats.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ telivityai/careerops

CareerOps: Your Personal Career Operating System

CareerOps replaces your scattered job search tools with one open-source app that remembers exactly what you do. You capture daily wins into a secure memory bank, then promote those real accomplishments into tailored resumes and interview prep without AI inventing metrics. It tracks applications, compares offers, and keeps your career data local so you own it completely. Instead of starting from a blank page every time you apply, you build a durable history of your work that actually makes the next job search easier. It is built for engineers and anyone who wants a serious record of their career.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ nvidia/xr-ai

XR AI: NVIDIA's Open-Source Agent Stack for Mixed Reality

XR AI is the NVIDIA toolkit that lets developers build AI agents capable of seeing, hearing, and interacting with real-time virtual environments. Instead of just chatting, these agents can process live video, transcribe your voice, and control 3D objects using natural language commands. It connects your favorite headsets and web browsers to powerful local or cloud models, giving you a practical way to prototype spatial computing experiences. Whether you are building simple voice assistants or complex mixed reality apps, this stack handles the heavy lifting of audio, video, and reasoning so you can focus on the creative part of the experience.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ infatoshi/craftax.cu

Craftax.cu: The 7x Faster Gaming AI Trainer

Craftax cu is the ultra-fast reinforcement learning toolkit that runs complex game simulations seven times faster than standard methods. It takes a classic puzzle-adventure game and moves every calculation onto the graphics card, allowing thousands of parallel worlds to exist and evolve simultaneously without slowing down the computer. Instead of training slowly on a traditional processor, this tool uses specialized graphics hardware to simulate millions of game steps in seconds, letting artificial intelligence learn strategies at incredible speed. It keeps every result perfectly accurate by double-checking its own work, ensuring that the fast training does not sacrifice quality.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ hebing-sjtu/surveyor

Surveyor: Map a Research Field in Minutes

Surveyor is a research library that builds a smart map of any academic field from survey papers. Instead of drowning in endless PDFs, it treats a review article as a seed to automatically extract the entire field’s structure and core reading list. You simply paste a survey link, and the tool reads the paper’s own sections to build a taxonomy and ranks the most important references by how often they are discussed. Import a few surveys, and it calculates the true core literature that all experts agree on, letting you ask natural questions in Chinese or English.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ hkalbasi/co2

CO2: C Code Meets Rust Power

CO2 is the programming language that lets you use Rust libraries directly inside your C code. Imagine writing standard C, but then suddenly being able to grab a Rust vector or a math constant without writing any messy bridges or wrappers. It keeps your familiar C syntax, so existing code still works, but it unlocks the entire modern Rust ecosystem for you instantly. Instead of rewriting billions of lines of legacy C from scratch, you can just start importing Rust crates right into your existing files. It is a brilliant way to get better tools and safer libraries without losing your current codebase.

πŸ†” @hackernewsgithubprojects
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
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
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
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
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
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
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