57 subscribers
7.24K videos
7.84K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ osx360/osx360-drivers

Running Mac OS X on an Xbox 360

Running the old Mac OS X on an Xbox 360 sounds impossible, but this project proves it is possible. The Xbox 360 uses a unique processor that Apple never supported, making it a tough environment for standard Mac software. This repository provides the essential kernel drivers that translate the console hardware into something the operating system can understand. It handles everything from reading your hard drive to playing audio through the rear jack. While it is an experimental project that can freeze occasionally, it brings a nostalgic piece of computing history to life.

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

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

Muro: The Free Mac Wallpaper App That Doesn't Slow You Down

Turn your Mac desktop into a living, breathing canvas with Muro. This native app plays smooth, looping video wallpapers directly behind your icons, keeping your system fast. While other tools are bloated and expensive, Muro uses Apple Silicon to handle the heavy lifting, ensuring your computer stays cool and quiet. You can even import your own favorite clips, and the library updates automatically with fresh content. Since it is completely free and open source, you get every feature without a single paywall. Muro makes your screen come alive without taxing your performance.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ miaai-lab/qwen3.8-27b-rtx-6000-pro-sglang-dspark

Run a 27B AI Model at 240 Tokens Per Second on a Single GPU

Run a massive twenty-seven billion parameter AI model on a single graphics card without sacrificing speed. This project provides a ready to use setup for the Qwen three eight twenty seven B model that fits entirely on a ninety six gigabyte RTX Pro six thousand card. The key is using a specialized method that drafts eight words at a time to boost speed, reaching over two hundred forty words per second. It handles huge documents of two hundred fifty six thousand tokens and supports up to eight users at once, all while running in a simple container that starts with one command.

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

pg_column_tetris: Fixing Your Database Storage Waste

Your database is silently wasting memory because of how you order your columns. pg_column_tetris is a pure SQL extension for PostgreSQL that automatically fixes this invisible problem. When you create a table, the database inserts hidden padding bytes to align data in memory. If you put smaller columns before larger ones, you waste space on every single row. This extension intercepts your table creation, calculates the wasted bytes, and forces you to reorder the columns for maximum efficiency. It works without any code changes, acting as a smart guard that ensures your data is packed tightly. This reduces disk usage and improves memory performance for large tables.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ omaekumiko2-create/kru

KRU Keeps Your AI Agent Secrets Secret

Handing your API keys to an AI agent usually means pasting them into the chat, which is a security nightmare. KRU solves this by acting as a local, encrypted vault that lets your AI agent use credentials without actually seeing them. Instead of exposing your passwords or SSH keys to the model, KRU securely fills in forms or executes commands in the background, keeping the sensitive text hidden from the conversation entirely. It runs locally on your machine, so your data never leaves your hands, and it works with tools like Cursor and Claude Code.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ fan-treasure/toposurfel

How TopoSurfel Fixes 3D Models

Turn scattered camera photos into a clean, solid 3D model by making the math talk to the geometry. Standard 3D scanning methods often leave behind messy, floating pixels that make your objects look broken or incomplete. TopoSurfel fixes this by teaching the scan and a wireframe to improve together in real time. The wireframe acts like a guide, pulling the scattered data points into a smooth, continuous shape while filling in missing holes. It is a clever way to get a professional-quality mesh without doing hours of manual cleanup. This tool is perfect if you want to turn a simple photo set into a perfect digital twin.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ paradise-runner/toast

Toast: The Full IDE Hidden In Your Terminal

One tiny binary quietly packs a full code editor, file explorer, and spell checker directly into your terminal, saving you from installing heavy desktop apps. Toast is built for developers who refuse to leave their command line but are done spending hours tweaking Vim or Neovim just to get basic features like syntax highlighting and autocomplete. It handles the boring setup for you by automatically managing language servers, so you can just start typing code immediately.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ iaga-team/iaga-sentinel

How IAGA Sentinel Proves Your AI Didn't Lie

IAGA Sentinel watches your AI agents and answers the one question they can't: proof that they didn't cheat. When an agent touches your system, this tool signs every action with a cryptographic receipt that links into a tamper-proof chain. The coolest part is that you can verify this evidence offline using a simple binary, with no server or network needed. It solves the trust gap where agents act autonomously but leave no auditable trail. If you're building systems that need to pass strict regulations, this gives you real, verifiable proof instead of just code that says it worked. Stop guessing if your AI is safe, and start demanding the receipt.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ edoardobambini/iaga-sentinel

IAGA Sentinel Proves Your AI Agent's Actions

IAGA Sentinel captures a cryptographic proof for every decision your AI agent makes, solving the problem of verifying agent actions without trusting the system itself. By sitting alongside your tools, it turns each verdict into a signed, linked receipt that can be checked offline with no network or server required. This gives you tamper-proof evidence that meets strict compliance standards, ensuring your records remain valid even after the fact. It is not just a log, but a verifiable chain of accountability. Get your AI actions into a state of provable trust today.

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

Herdr Keeps Your Coding Agents Alive

Herdr acts as the persistent home base for your coding agents. It runs as a lightweight background server that keeps your terminal sessions alive even if you close the laptop or lose your internet connection. The best part is that it doesn't just keep them running. It actively watches every pane to see if an agent is stuck waiting for your input. When that happens, it clearly flags the status so you know exactly which agent needs your attention. Instead of frantically switching between windows to find the one that stopped, you get a clear view of what is working, what is blocked, and what is idle.

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

sepia: Fixing AI Writing at the Source

Researchers found that swapping out words won't make your AI fiction sound human, because the tells are in the plot structure. sepia is a writing tool that fixes that deep down, using science to repair narrative architecture instead of just polishing surface style. It works with major AI coding tools to help you craft stories or professional docs that actually feel written by a person, not a machine. This is the smart way to ditch the robotic feel for good.

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

Goldie: Auto-Generate App Store Screenshots

Goldie takes the tedious work of creating App Store assets and turns it into a simple, automated pipeline. It runs your app on a simulator to capture real screens, then wraps them in beautiful, editable frames with headlines and backgrounds. The coolest part? It works directly with your coding agents. You can just ask your AI to create store previews, and Goldie handles the capture, framing, and Apple's strict upload rules automatically. It’s a lifesaver for developers who want their app to look professional without hiring a designer or spending hours on manual screenshots. Give Goldie a try to get your store assets done in minutes, not days.

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

Chroncal: Your Entire Calendar Lives in the Terminal

Chroncal is a terminal-first tool that turns your command line into a full-featured calendar, todo list, and journal, all while keeping your data local in SQLite. The most surprising part is that it speaks standard iCalendar and CalDAV, so it syncs with your existing online calendars like Google or Apple without uploading your data to a new cloud service. It gives you an interactive interface for browsing events and a powerful command line for scripting, meaning you can manage recurring meetings, check availability, and log daily notes without leaving your keyboard.

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

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

The Golden Critic Method for AI Math

Train math models by letting a smart AI critic grade its own work. Golden Critic, built on the VERL framework, gives large language models a built-in reviewer that spots errors in reasoning, not just final answers. Instead of guessing, the model learns from detailed feedback on where its logic broke down, drastically improving accuracy on complex math problems. It’s like having a tutor check your homework before the final exam, making the learning process smarter and more efficient. If you want your AI to actually solve problems, not just guess, this is the tool to watch.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ huanghe/startup-equity-guide

Startup Equity Guide

One former chief operating officer watched his promised company stake shrink from a solid four percent to a mere fraction over nine years, only to have the company sue him to reclaim the remainder for less than three percent of its actual market value. This repository, the Startup Equity Guide, breaks down the exact mechanics that allow such drastic changes to happen without an employee's direct consent. It analyzes four high-profile disputes in China, showing how standard holding structures can trap workers in complex legal limbo even after they leave a successful firm.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ camilleroux/genart-skill

The AI Tool That Catches Broken Art

A single line of code using the wrong random number function can silently ruin an entire blockchain art collection, leaving thousands of paid pieces with broken, mismatched thumbnails. Genart Skill fixes this by teaching Claude Code the specific rules of generative art, ensuring that every pixel is mathematically locked to the token’s unique hash. It is not just a coding helper; it is a quality control engine. It includes ready-to-run tools that visually verify your artwork is deterministic before you mint it, checking for hidden errors that standard code reviews miss. Built by a practicing artist, it treats the AI as a studio assistant rather than a replacement.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sorsama/deepseek-harness-mobile

Deepseek Harness Mobile: Your AI Remote Control

Deepseek Harness Mobile is the Android app that turns your phone into a remote control for your AI agent. It lets you check on running tasks, approve actions, and read updates from anywhere on your local network without needing internet access. The standout feature is its instant notification system, which alerts you the moment your agent needs your approval or has finished a goal, so you are never left wondering if it is stuck. Built with Kotlin and Jetpack Compose, it mirrors the desktop interface perfectly while staying lightweight.

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

Project SuperDex

Build a robot that actually feels what it touches. Project SuperDex is a simulation platform built for the specific problem of dexterous manipulation, where simple physics breaks down. Instead of just watching objects move, it uses a purpose-built engine to simulate stable contact and accurate sensing, letting you program fingers that grip, twist, and braid with real tactile feedback. It pairs this realistic physics with a studio for designing robots and a lab for training AI policies, all in one place. For developers, this means testing complex hand movements without needing expensive physical hardware, making high-fidelity robotics research accessible and fast.

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

BentoDesk: The Desktop Tidy That Actually Feels Alive

BentoDesk is the Windows desktop organizer that treats motion as the actual interface, not just a flashy add-on. It folds your messy desktop files into tiny, quiet capsules that bloom into grids right where they sit, then tuck themselves away again without a hitch. The coolest part is that it’s built entirely in Rust, so it’s incredibly fast and tiny, running on just two megabytes and a single process with zero browser clutter. No web runtime, no lag, just pure, native speed that makes organizing your files feel like a smooth, physical interaction.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ handsomestwei/patent-disclosure-skill

Patent Disclosure Skill: Your AI Patent Co-Pilot

Patent Disclosure Skill is the AI assistant that turns messy technical ideas into professional patent filings. It solves the headache of navigating China’s complex patent laws and strict formatting rules by acting as your smart co-pilot. The tool digs out your unique invention points, writes clear disclosure documents for inventions, utility models, and designs, and even explains official exam responses in plain English. It’s like having a seasoned patent attorney on call, helping you avoid costly mistakes and keep your intellectual property safe. Now you can focus on your innovation while the software handles the legal fine print. It’s your personal patent power move.

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

DevSpace: Give ChatGPT Your Local Machine

Stop sending your code to the cloud and start letting ChatGPT work on your actual machine. DevSpace is a self-hosted tool that connects AI directly to your local project folders, allowing it to read files, edit code, and run terminal commands exactly like a trusted colleague. The killer feature is that it runs everything locally, so your sensitive data never leaves your machine, while still giving the AI full power to build and test your software. It turns a web chatbot into a real coding partner that lives on your computer. No more copy-pasting snippets or waiting for cloud uploads; just talk to your code.

πŸ†” @hackernewsgithubprojects