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

Generate Entire Websites' Worth of Art in One File

Fluid lets you generate stunning, animated generative art backgrounds right in your browser, all from a single file with zero dependencies. It uses your computer's graphics card to render complex patterns like paper marbling and crystal structures, giving you a studio where you can mix layers, adjust colors, and export perfect images for social media or websites. The coolest part is that every piece you create is saved directly into the share link, so no one has to install anything to see your work.

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

Jet: 3D Graphics for a Microchip

A tiny microcontroller is pulling off sixty frames per second on a real-time 3D racing game. It sounds like a magic trick, but it is actually a software project called Jet. This is a lightweight graphics engine written in modern C++ that runs entirely in software without a dedicated graphics chip. It uses integer math to draw shapes, which is exactly what a low-power chip needs to survive. You can put a smooth, textured 3D scene on a small screen attached to a basic circuit board. The code is strict about not wasting memory, so it fits into tight spaces.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ harvard-ai-and-robotics-lab/chordedit-reproduction

ChordEdit: One-Step Image Editing

Imagine transforming a photo in a single step. The Harvard AI and Robotics Lab has recreated a method called ChordEdit, which allows you to edit images without the usual multi-stage processing. This tool solves the problem of slow, complex editing by using a technique that moves changes through the image efficiently. You can upload a picture, describe your desired change, and see the result instantly. It is a fascinating look at how machine learning can make creative tasks fast and direct. Try it out and see how simple it can be to bring your vision to life in just one click.

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

LIMUSIC: Your Ad-Free YouTube Music Player

LIMUSIC is the native desktop YouTube Music client that finally strips out the ads and the bloat. Most music apps just wrap a browser engine, which feels heavy and slow, but LIMUSIC talks directly to YouTube's internal systems using pure Rust and a lightweight framework called Tauri. It plays your tracks through a professional-grade audio engine, meaning no ads interrupt your flow and the sound is gapless with perfect loudness balance. The coolest part is how it handles lyrics; it pulls synced, word-by-word text from multiple sources so you can sing along perfectly without ever opening a webpage.

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

letta-code: AI Agents That Actually Remember You

Build an AI agent that acts like a real person, not just a chatbot, by giving it persistent memory and a distinct identity. Letta code solves the frustrating problem of AI forgetting everything the moment you close the window. You can actually watch it learn from past conversations and adapt its behavior over time, creating a truly stateful assistant that evolves with you. This is the perfect tool if you want your AI to grow alongside your projects instead of starting from scratch every single day, making it a genuinely useful companion for developers who need consistent, long-term help.

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

Ongrid Fixes Server Crashes From Your Chat App

Ongrid acts as a smart on-call partner that diagnoses server crashes and repairs them directly from your chat app. When an alert triggers, this intelligent system digs through your network, logs, and code to pinpoint the exact root cause. Instead of just telling you what went wrong, it suggests concrete fixes you can approve with a single message. It connects to your team’s preferred messaging platform and uses your own AI models to keep everything private and accessible. You never need to hunt through dashboards or jump between tools anymore. Just ask what is broken, and it will walk you through the solution step by step.

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

Run PS3 on Your Phone

Take a PlayStation three and run it directly on your Android phone. This project is an Android port of RPCS3, built specifically for modern ARM six four processors, so the entire console runs locally on your device. It uses the latest upstream code, meaning it benefits from recent performance improvements and compatibility fixes that have been made for ARM systems. The big catch is that it is a build, not a simple download. You need to compile the core emulator yourself using the Android NDK, which is a heavy process, but once it is done, you have a powerful, self-contained setup.

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

The Fun Way To Delete Files

Monster Deleter is the desktop toy that makes deleting files feel like a tiny video game instead of a boring chore. Normally, you just right-click and say goodbye, but this app lets you summon an animated monster that actually stomps your file into the trash. You click a file, aim with a custom red sniper cursor, and watch a cute character walk over, point at it, and kick it with satisfying sound effects. It even asks for your confirmation so you never accidentally nuke something important. The whole experience is loud, silly, and oddly comforting.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ ammaarreshi/redalert2-mac-ios-ipad

Red Alert 2 on iPhone: The Code That Made It Possible

A full version of Red Alert 2 and Yuri's Revenge runs natively on your iPhone, and it doesn't use emulation. Because EA never released the original code, this project wraps a modern web-based engine in a native shell, letting you play the classic RTS on iOS with touch controls. The biggest surprise is the artificial intelligence, which uses Westwood's original attack data to create unique, challenging opponents every match. It is a clever bridge between old-school gaming and modern mobile tech, proving that even lost source code can be revived through community genius.

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

The Time Machine for AI Safety Rules

Dogwood is the governance language that lets you check an AI agent’s history before it acts. It solves the problem of static rules by adding time to the logic. You can write a simple rule saying only allow a file read if the user logged in within the last hour. The tool replays that rule against a timeline, showing exactly when the system says yes or no. This makes it easy to see how past events control present permissions. It is the clearest way to build trust into autonomous systems. Now you can design rules that actually look back before they let things happen.

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

SAM: The Internet for AI Agents

Connect your AI agents to a private, peer-to-peer network that handles the boring networking stuff for you. SAM is Google's open-source framework that lets autonomous agents discover each other and share tools automatically. No servers, no manual IP configurations, and no trust assumptions. The most mind-blowing part? An agent on your local machine can instantly call tools hosted by another agent's node across the internet as if they were running locally. It’s like giving AI agents their own secure, self-healing internet. If you want to build agents that can actually talk and work together across different clouds and devices, this is your new foundation.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ tencent-hunyuan/hyra-results

Hyra Beats Humans at Math and AI Coding

Hyra is the research agent that actually solved hard math problems that stumped experts for years, not just generated code. This repository drops the concrete solutions Tencent produced, ranging from sharpening a famous geometry bound to designing faster AI training loops. The coolest part? It cracked a century-old conjecture about how close a specific mathematical operation can get to the identity, proving a new limit that beats previous bests by a wide margin. These aren't hypotheticals; they are verified proofs and working scripts sitting right there in the folder.

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

Samurai Third Person Template: The Browser Fighter That Builds Its Own Physics

Samurai Third Person Template is the browser game that proves you can build serious combat mechanics without a heavy engine. It drops a rigged samurai into a procedural night landscape where every hit, jump, and summon is calculated in pure code. The coolest part is the ragdoll system: instead of using a physics library, it treats your bones like particles and uses simple math to make bodies fall realistically. No engine, no bloat, just one settings file controlling everything. If you want to see how to build a complete, stylized third-person fighter from scratch, this is your blueprint.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ codeaashu/claude-code

Claude Code: Your Terminal Copilot

Stop staring at your screen trying to figure out where to even start. Claude Code lives right in your terminal, actually reads through your whole project, and handles the boring stuff for you. It writes the code, explains the tricky parts in plain English, and manages all your git commits without you lifting a finger. You just talk to it like a human, and it gets to work. This is the closest thing to a superpower for developers who just want to build things faster. It is your new favorite coding buddy that actually does the work.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ dolphinai2026/dolphin-code

Inside the Dolphin Code AI Workspace

Dolphin Code is the open source hub that brings together the full design and build system for a modern artificial intelligence platform. Instead of scattered notes, this repository aggregates the actual product specs, the sandboxed runtime that runs your code, the approval engines, and the web console into one clear, organized workspace. It solves the messy problem of keeping design intent, backend logic, and frontend code in sync by providing a shared baseline for developers to build, test, and deploy their own AI applications.

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

Purple: The SSH Manager That Syncs With Your Cloud

Purple is the terminal SSH manager that finally keeps your SSH config in sync with your cloud infrastructure. It solves the annoying problem of manually updating your config file every time you spin up or tear down a server. Just drop in an API token for providers like AWS or Hetzner, and Purple automatically adds new machines to your list and flags deleted ones as stale. No more guessing IPs from cloud consoles. It is a fast, single binary written in Rust that lives entirely on your machine. This is the tool that makes managing remote servers feel organized instead of chaotic.

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

Veet: The Deep Cleaner for Linux

Purge hidden digital clutter from your Linux system in one go. When you delete an app, standard tools leave behind folders of old settings and caches that quietly eat your storage. Veet fixes this by scanning seventeen different package managers at once. It hunts down every stray file your usual uninstaller misses. You get a clear view of exactly what will be deleted before you confirm. This prevents accidental damage while freeing up gigabytes of space. It is the simple, safe way to truly wipe an app from your machine. Try it and reclaim your disk.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ luisacaotica/comfyui-minimaxh3mod

ComfyUI MiniMax H3 Reference Mods

ComfyUI MiniMax H3 Reference Mods lets you turn any reference image or video into a tiny, reusable file that guides AI generation without heavy loading. This pack solves the problem where full reference videos are slow and often bleed unwanted details into your output. Instead of re-processing a heavy clip every time, you extract a compact latent file once and reuse it like a lightweight preset. This is especially useful because it requires no training; you simply encode your reference and save it. The real magic is that these tiny files preserve the core look or motion of your subject while staying fast to inject.

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

Marionette: The AI That Actually Understands Physics

Marionette is the world model that predicts how things move before it even draws them. Most AI video tools just guess pixels, which leads to weird physics errors like objects clipping through each other. This project fixes that by splitting the job into three clear steps. First, it predicts a precise mathematical state of every object, like a skeleton map. Next, it uses pure math to turn that map into real 3D geometry, so nothing can glitch or hallucinate. Finally, a separate AI paints the colors and textures onto that solid shape.

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

ballast: The memory system for your AI

ballast stops your AI assistant from forgetting what you already told it. It takes a big goal you don't fully understand and breaks it into small, checkable steps. The coolest part? It remembers. Every rule, decision, and fact you pin gets saved in plain text files, so your AI actually carries that weight into the next session. You stop repeating yourself, and your work builds on itself instead of starting from zero every time. It is a simple, clever way to keep your digital brain steady. Try it, and watch your projects get way less chaotic.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ stackblitz/bolt-slides

Bolt Slides: AI Builds Real Web Apps

Create presentations that are actually working web applications, not static slides, using a single prompt. This project, called Bolt Slides, provides a foundation for AI agents to build interactive decks where every slide is a live, responsive React component. It solves the problem of generic, boring slide outputs by allowing developers to embed real code, live data, and even 3D scenes directly into their pitch decks. Instead of just text and images, you can present actual working prototypes or dynamic charts. The result is a fully functional web app that you can share as a simple link, making your presentations far more engaging and professional.

πŸ†” @hackernewsgithubprojects