This media is not supported in your browser
VIEW IN TELEGRAM
📦 achrefelouafi/geometrypainterthreejs
Paint Growing Crystals on a 3D Sphere
Drag a stroke across a floating sphere and watch crystal veins, molten cracks, or aurora silk grow right where you drew them. Geometry Painter Three.js turns your mouse gestures into living 3D art using WebGPU. I stripped away the boring static meshes and focused on what actually pops: the stuff that grows. You get four distinct painting modes that plug in cleanly without breaking the core code. Crystals refract light with iridescent quartz, fissures tear glowing cracks into the surface, aurora silk waves like light curtains, and a bioluminescent reef pulses with deep-sea colonies. The coolest part is how they behave.
🆔 @hackernewsgithubprojects
Paint Growing Crystals on a 3D Sphere
Drag a stroke across a floating sphere and watch crystal veins, molten cracks, or aurora silk grow right where you drew them. Geometry Painter Three.js turns your mouse gestures into living 3D art using WebGPU. I stripped away the boring static meshes and focused on what actually pops: the stuff that grows. You get four distinct painting modes that plug in cleanly without breaking the core code. Crystals refract light with iridescent quartz, fissures tear glowing cracks into the surface, aurora silk waves like light curtains, and a bioluminescent reef pulses with deep-sea colonies. The coolest part is how they behave.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mengto/towers
Watch a Tower Build Itself in One File
Watch a tower build itself from the ground up in just four and a half seconds inside a single self-contained HTML file. This project, called Towers, lets you switch between six distinct architectural styles including a Japanese tenshu, a Chinese pagoda, and an Ottoman mosque. The magic lies in a clever construction technique where a virtual cut plane rises through the model, revealing finished stonework and timber below while scaffolding waits above. You can orbit the structure, scrub the timeline, and change the time of day or weather, from clear skies to heavy snow.
🆔 @hackernewsgithubprojects
Watch a Tower Build Itself in One File
Watch a tower build itself from the ground up in just four and a half seconds inside a single self-contained HTML file. This project, called Towers, lets you switch between six distinct architectural styles including a Japanese tenshu, a Chinese pagoda, and an Ottoman mosque. The magic lies in a clever construction technique where a virtual cut plane rises through the model, revealing finished stonework and timber below while scaffolding waits above. You can orbit the structure, scrub the timeline, and change the time of day or weather, from clear skies to heavy snow.
🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 itechmeat/open-second-brain
Open Second Brain
Open Second Brain turns your Obsidian notes into a living memory for coding agents. Instead of starting conversations from scratch, the system reads your vault and remembers your past corrections and project details automatically. The coolest part is the nightly dream mode. While you sleep, it reviews every mistake the agent made, turns those repeat corrections into confirmed preferences, and updates its memory with measurable confidence. This means the coding assistant actually learns from your feedback over time. You get a tool that remembers what you told it yesterday, so you never have to repeat yourself again.
🆔 @hackernewsgithubprojects
Open Second Brain
Open Second Brain turns your Obsidian notes into a living memory for coding agents. Instead of starting conversations from scratch, the system reads your vault and remembers your past corrections and project details automatically. The coolest part is the nightly dream mode. While you sleep, it reviews every mistake the agent made, turns those repeat corrections into confirmed preferences, and updates its memory with measurable confidence. This means the coding assistant actually learns from your feedback over time. You get a tool that remembers what you told it yesterday, so you never have to repeat yourself again.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 atelier-ws/atelier
Atelier: Faster Coding Agents
Coding agents are surprisingly expensive because they constantly re-read the same code. Atelier solves this by building a local map of your entire project, letting the AI find exactly what it needs in one go instead of searching file by file. This approach cuts the time spent waiting by twenty-five percent and drops your bill by thirty percent while keeping the code just as good. It basically stops the bot from wasting your money on unnecessary reads. Now you get faster, cheaper coding without losing any quality, which is exactly what every developer needs.
🆔 @hackernewsgithubprojects
Atelier: Faster Coding Agents
Coding agents are surprisingly expensive because they constantly re-read the same code. Atelier solves this by building a local map of your entire project, letting the AI find exactly what it needs in one go instead of searching file by file. This approach cuts the time spent waiting by twenty-five percent and drops your bill by thirty percent while keeping the code just as good. It basically stops the bot from wasting your money on unnecessary reads. Now you get faster, cheaper coding without losing any quality, which is exactly what every developer needs.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 gazmagik/iso-24495
ISO 24495 Plain Language Skills
Turn AI responses into crystal-clear instructions with ISO 24495 Plain Language Skills. This plugin forces artificial intelligence to write simply, using short sentences, active voice, and zero filler. It automatically adapts its tone whether you are asking for legal contracts or technical code. The coolest part is a built-in background monitor that silently audits your documents in real time, spotting jargon and complex phrasing as you type. It works with any compatible AI agent and helps you build clearer communication habits across your entire organization. The result is writing that anyone can understand without needing expert knowledge.
🆔 @hackernewsgithubprojects
ISO 24495 Plain Language Skills
Turn AI responses into crystal-clear instructions with ISO 24495 Plain Language Skills. This plugin forces artificial intelligence to write simply, using short sentences, active voice, and zero filler. It automatically adapts its tone whether you are asking for legal contracts or technical code. The coolest part is a built-in background monitor that silently audits your documents in real time, spotting jargon and complex phrasing as you type. It works with any compatible AI agent and helps you build clearer communication habits across your entire organization. The result is writing that anyone can understand without needing expert knowledge.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 rezigned/upmd
Upmd: Run Code from Markdown
upmd turns standard Markdown code blocks into runnable tasks with dependency-aware workflows. Instead of guessing which terminal command to run, it treats your documentation as a live script. You can define named tasks with dependencies, like running tests after a build, and execute them directly from the file. It features a terminal interface that keeps instructions, commands, and output together, passing environment variables between blocks. Whether you are managing a simple script or a complex multi-language workflow, upmd keeps everything in one readable document, making it easy to run, verify, and share your development processes without switching contexts.
🆔 @hackernewsgithubprojects
Upmd: Run Code from Markdown
upmd turns standard Markdown code blocks into runnable tasks with dependency-aware workflows. Instead of guessing which terminal command to run, it treats your documentation as a live script. You can define named tasks with dependencies, like running tests after a build, and execute them directly from the file. It features a terminal interface that keeps instructions, commands, and output together, passing environment variables between blocks. Whether you are managing a simple script or a complex multi-language workflow, upmd keeps everything in one readable document, making it easy to run, verify, and share your development processes without switching contexts.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 vercel-labs/eve-software-factory-template
Turn GitHub Issues Into Code with Foreman
Watch an AI factory turn a simple GitHub issue into a fully reviewed code draft. Foreman takes a task, breaks it into steps, writes the code in a safe sandbox, and then double-checks its own work using a different AI brain. It handles the boring parts like setting up the environment and fixing build errors, leaving you just to review the final pull request and hit merge. It is a practical way to let AI handle the heavy lifting of software development while keeping you in control of the final decision.
📰 https://news.ycombinator.com/item?id=49287406
🆔 @hackernewsgithubprojects
Turn GitHub Issues Into Code with Foreman
Watch an AI factory turn a simple GitHub issue into a fully reviewed code draft. Foreman takes a task, breaks it into steps, writes the code in a safe sandbox, and then double-checks its own work using a different AI brain. It handles the boring parts like setting up the environment and fixing build errors, leaving you just to review the final pull request and hit merge. It is a practical way to let AI handle the heavy lifting of software development while keeping you in control of the final decision.
📰 https://news.ycombinator.com/item?id=49287406
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 winchxyz/moon-rover
Moon Rover 3D Game
Drive a realistic six-wheeled rover across the moon's surface using only code, with no downloaded graphics or sound files. Every texture, rock, and noise effect is created instantly by your browser, making the entire game fit in less than four hundred kilobytes. You control the vehicle through moon dust, where spinning wheels actually dig ruts into the ground that the physics engine then reads for driving stability. The experience includes a radar sweep to find buried objects and a drill arm to collect samples, all while dealing with a time-delayed signal that mimics the real delay between Earth and the moon.
🆔 @hackernewsgithubprojects
Moon Rover 3D Game
Drive a realistic six-wheeled rover across the moon's surface using only code, with no downloaded graphics or sound files. Every texture, rock, and noise effect is created instantly by your browser, making the entire game fit in less than four hundred kilobytes. You control the vehicle through moon dust, where spinning wheels actually dig ruts into the ground that the physics engine then reads for driving stability. The experience includes a radar sweep to find buried objects and a drill arm to collect samples, all while dealing with a time-delayed signal that mimics the real delay between Earth and the moon.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 scottmudge/comfyui_minimaxh3hybridloader
ComfyUI MiniMax H3 Hybrid Loader
ComfyUI MiniMax H3 Hybrid Loader is the custom node that finally lets you mix the best parts of two competing AI video models without rebuilding them. It solves a tricky problem where one model creates stunning visuals but ignores references, while another understands references but produces blurry results. Instead of choosing one or the other, this tool acts like a smart surgical kit. It takes the high-quality visual engine from the first model and carefully stitches in only the specific reference-handling wiring from the second. This works because nearly all the underlying weights are identical, except for a few critical modulation layers that tell the AI how to pay attention.
🆔 @hackernewsgithubprojects
ComfyUI MiniMax H3 Hybrid Loader
ComfyUI MiniMax H3 Hybrid Loader is the custom node that finally lets you mix the best parts of two competing AI video models without rebuilding them. It solves a tricky problem where one model creates stunning visuals but ignores references, while another understands references but produces blurry results. Instead of choosing one or the other, this tool acts like a smart surgical kit. It takes the high-quality visual engine from the first model and carefully stitches in only the specific reference-handling wiring from the second. This works because nearly all the underlying weights are identical, except for a few critical modulation layers that tell the AI how to pay attention.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 gronke/ui-components
One Component, Two Screens: TUI and Web in Rust
ui-components lets you write a single user interface in Rust and watch it run as a full web page in your browser and as a crisp terminal app at the same time. You define the layout and logic once, then the project builds two identical interfaces that share the exact same keyboard shortcuts, properties, and events. A real date picker looks like a standard web form on the desktop but transforms into a neat box widget inside a terminal window. It even works without JavaScript in the terminal, using real CSS flexbox for layout. If you change the data in one view, the other updates instantly.
🆔 @hackernewsgithubprojects
One Component, Two Screens: TUI and Web in Rust
ui-components lets you write a single user interface in Rust and watch it run as a full web page in your browser and as a crisp terminal app at the same time. You define the layout and logic once, then the project builds two identical interfaces that share the exact same keyboard shortcuts, properties, and events. A real date picker looks like a standard web form on the desktop but transforms into a neat box widget inside a terminal window. It even works without JavaScript in the terminal, using real CSS flexbox for layout. If you change the data in one view, the other updates instantly.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 willjim/kiri-maker
Kiri Maker: Hand-Controlled 3D Splatting
Kiri Maker lets you control 3D models with your hands. It is a browser tool that takes public 3D scans from apps like Polycam and turns them into sparkling particle clouds. You can watch the scene dissolve into digital dust and then reassemble with a wave. There is a handy dice button for testing without your own links. You can also pick from sixteen cinematic camera paths or draw your own flight route. The real magic is the gesture control. Hold up a palm to scatter the particles. Clench a fist to gather them back together. Point to orbit the view. Two fists moving apart scales the model.
🆔 @hackernewsgithubprojects
Kiri Maker: Hand-Controlled 3D Splatting
Kiri Maker lets you control 3D models with your hands. It is a browser tool that takes public 3D scans from apps like Polycam and turns them into sparkling particle clouds. You can watch the scene dissolve into digital dust and then reassemble with a wave. There is a handy dice button for testing without your own links. You can also pick from sixteen cinematic camera paths or draw your own flight route. The real magic is the gesture control. Hold up a palm to scatter the particles. Clench a fist to gather them back together. Point to orbit the view. Two fists moving apart scales the model.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 circuitlord/bigwalkvrinstaller
Big Walk VR Installer
Big Walk VR Installer lets you add full virtual reality support to the puzzle game Big Walk with a single click. Instead of manually downloading files, this tool automatically finds the game on your computer, installs the necessary mod loader, and sets up the VR environment for you. The coolest part is how it handles multiplayer. If you join a game without VR, you still see other players' real hand movements, even if they are flatscreen. It keeps everything tidy by remembering exactly what it installed, so updates never break your settings. It makes a complex mod setup feel completely simple.
🆔 @hackernewsgithubprojects
Big Walk VR Installer
Big Walk VR Installer lets you add full virtual reality support to the puzzle game Big Walk with a single click. Instead of manually downloading files, this tool automatically finds the game on your computer, installs the necessary mod loader, and sets up the VR environment for you. The coolest part is how it handles multiplayer. If you join a game without VR, you still see other players' real hand movements, even if they are flatscreen. It keeps everything tidy by remembering exactly what it installed, so updates never break your settings. It makes a complex mod setup feel completely simple.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 ychangqing/igraph
IGraph: Turn Code Into a Knowledge Graph
IGraph is the code analyzer that turns messy repositories into searchable knowledge graphs. Most tools just index files, but this one builds a living map of every function and variable, then links them with a smart AI engine so you can ask things like where authentication happens and get the exact answer. It even lets you attach design docs and database schemas to see how they connect to the actual code. It works with Cursor and Claude Code out of the box. Stop guessing where things live and start seeing the whole picture. Just one line of code to get started.
🆔 @hackernewsgithubprojects
IGraph: Turn Code Into a Knowledge Graph
IGraph is the code analyzer that turns messy repositories into searchable knowledge graphs. Most tools just index files, but this one builds a living map of every function and variable, then links them with a smart AI engine so you can ask things like where authentication happens and get the exact answer. It even lets you attach design docs and database schemas to see how they connect to the actual code. It works with Cursor and Claude Code out of the box. Stop guessing where things live and start seeing the whole picture. Just one line of code to get started.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nicolab28/comfyui-clipproj
Cut Video Model Size by 70 Percent
Comfyui Clipproj lets you swap a massive text encoder for a tiny one, shaving roughly eleven gigabytes off your video model without losing quality. It works by training a simple linear map that translates small model outputs into the large model space, letting you run MiniMax H3 on cards with barely eight gigs of memory. The creator built this as a curiosity project to understand how diffusion models use text, and it actually produces good video despite being a proof of concept. It uses ridge regression instead of deep training, making the setup surprisingly simple and lightweight. This is a fascinating experiment in squeezing performance out of smaller hardware.
🆔 @hackernewsgithubprojects
Cut Video Model Size by 70 Percent
Comfyui Clipproj lets you swap a massive text encoder for a tiny one, shaving roughly eleven gigabytes off your video model without losing quality. It works by training a simple linear map that translates small model outputs into the large model space, letting you run MiniMax H3 on cards with barely eight gigs of memory. The creator built this as a curiosity project to understand how diffusion models use text, and it actually produces good video despite being a proof of concept. It uses ridge regression instead of deep training, making the setup surprisingly simple and lightweight. This is a fascinating experiment in squeezing performance out of smaller hardware.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 airweave-ai/error-monitoring-agent
Error Monitoring Agent
Turn noisy error logs into smart, actionable alerts with the Error Monitoring Agent, a tool that automatically groups similar crashes and hunts down the real reason they happened. Instead of drowning you in duplicate notifications, it clusters issues by root cause and then searches your entire codebase, past tickets, and Slack chats to find exactly who worked on this before or which code file is breaking. This means you get clear context about whether something is a new bug or just a known glitch, stopping alert fatigue instantly.
🆔 @hackernewsgithubprojects
Error Monitoring Agent
Turn noisy error logs into smart, actionable alerts with the Error Monitoring Agent, a tool that automatically groups similar crashes and hunts down the real reason they happened. Instead of drowning you in duplicate notifications, it clusters issues by root cause and then searches your entire codebase, past tickets, and Slack chats to find exactly who worked on this before or which code file is breaking. This means you get clear context about whether something is a new bug or just a known glitch, stopping alert fatigue instantly.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mit-zardini-lab/pyncd
Pyncd: Algebraic Deep Learning Diagrams
Pyncd lets you build complex deep learning models like transformers or DeepSeek-V3 using simple Python algebra. Instead of writing hundreds of lines of low-level code, you compose mathematical operators with standard symbols, and the library automatically handles axis alignment and broadcasting. You can then visualize these models as detailed circuit diagrams or compile them directly into PyTorch modules for execution. This bridges the gap between abstract category theory and practical machine learning implementation, making it easier to reason about model structure. It is a neat tool for developers who want to see the mathematical skeleton of their neural networks clearly.
🆔 @hackernewsgithubprojects
Pyncd: Algebraic Deep Learning Diagrams
Pyncd lets you build complex deep learning models like transformers or DeepSeek-V3 using simple Python algebra. Instead of writing hundreds of lines of low-level code, you compose mathematical operators with standard symbols, and the library automatically handles axis alignment and broadcasting. You can then visualize these models as detailed circuit diagrams or compile them directly into PyTorch modules for execution. This bridges the gap between abstract category theory and practical machine learning implementation, making it easier to reason about model structure. It is a neat tool for developers who want to see the mathematical skeleton of their neural networks clearly.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 algonorhythm/flare
Flare: The IDE That Maps Your Code Like a City Map
Flare turns your codebase into a living map so you can instantly see how every file connects. Instead of staring at a boring file list, you watch a graph update as an AI agent works, with colors showing which files are risky or barely tested. The coolest part is the Review Cockpit, which groups changes into clear batches so you can spot when an agent breaks something and revert it instantly. It feels less like writing code and more like navigating a city where every street and building has a story.
🆔 @hackernewsgithubprojects
Flare: The IDE That Maps Your Code Like a City Map
Flare turns your codebase into a living map so you can instantly see how every file connects. Instead of staring at a boring file list, you watch a graph update as an AI agent works, with colors showing which files are risky or barely tested. The coolest part is the Review Cockpit, which groups changes into clear batches so you can spot when an agent breaks something and revert it instantly. It feels less like writing code and more like navigating a city where every street and building has a story.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 suxrobgm/jobpilot
JobPilot: The AI Agent That Applies to Jobs for You
JobPilot is the AI job application agent that actually does the clicking and filling for you, running locally on your own machine so your data stays private. Instead of manually clicking through dozens of job boards, this tool uses your personal Claude or Codex subscription to search for roles, tailor your resume, and even draft messages to recruiters. The coolest part is that it runs in a real browser window right on your laptop, meaning it can beat those pesky CAPTCHAs and fill out forms exactly like a human would. You keep full control because the heavy lifting happens on your own subscription, not theirs.
🆔 @hackernewsgithubprojects
JobPilot: The AI Agent That Applies to Jobs for You
JobPilot is the AI job application agent that actually does the clicking and filling for you, running locally on your own machine so your data stays private. Instead of manually clicking through dozens of job boards, this tool uses your personal Claude or Codex subscription to search for roles, tailor your resume, and even draft messages to recruiters. The coolest part is that it runs in a real browser window right on your laptop, meaning it can beat those pesky CAPTCHAs and fill out forms exactly like a human would. You keep full control because the heavy lifting happens on your own subscription, not theirs.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 coko7/latuicon
latuicon: The Terminal Emoji Picker
latuicon is the terminal interface that lets you pick emojis, kaomoji, and symbols without leaving your command line. It solves the headache of hunting through endless menus just to find one cute little face for your scripts. You simply type a few letters to fuzzy search, hit enter to grab the icon, and it prints it straight to your clipboard or variable. It even handles typos gracefully, so you don't need perfect spelling to find that thumbs-up emoji. The best part is how cleanly it fits into your workflow, letting you capture the result with a single line of code.
🆔 @hackernewsgithubprojects
latuicon: The Terminal Emoji Picker
latuicon is the terminal interface that lets you pick emojis, kaomoji, and symbols without leaving your command line. It solves the headache of hunting through endless menus just to find one cute little face for your scripts. You simply type a few letters to fuzzy search, hit enter to grab the icon, and it prints it straight to your clipboard or variable. It even handles typos gracefully, so you don't need perfect spelling to find that thumbs-up emoji. The best part is how cleanly it fits into your workflow, letting you capture the result with a single line of code.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 dominikmartn/progressiveblurheader
ProgressiveBlurHeader: Apple-style blur effect
ProgressiveBlurHeader is the SwiftUI component that finally nails the tricky Apple Music style blur without the usual headaches. Building sticky headers with variable blur is notoriously hard because SwiftUI lacks a native API, and most workarounds end up with ugly hard edges or flat, uniform blurs that clip your content. This tool solves that by stacking a scrolling view, a custom blur layer, and your header in a simple three-layer setup that keeps everything visible and smooth. It uses the same internal blur engine found in the App Store, giving you full control over intensity and tinting while automatically adapting to light and dark modes.
🆔 @hackernewsgithubprojects
ProgressiveBlurHeader: Apple-style blur effect
ProgressiveBlurHeader is the SwiftUI component that finally nails the tricky Apple Music style blur without the usual headaches. Building sticky headers with variable blur is notoriously hard because SwiftUI lacks a native API, and most workarounds end up with ugly hard edges or flat, uniform blurs that clip your content. This tool solves that by stacking a scrolling view, a custom blur layer, and your header in a simple three-layer setup that keeps everything visible and smooth. It uses the same internal blur engine found in the App Store, giving you full control over intensity and tinting while automatically adapting to light and dark modes.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 modeltc/minimax-h3-turbo
Minimax-H3 Turbo: Generate Video in 4 Steps
Minimax-H3 Turbo makes high-quality video generation incredibly fast by cutting the required processing steps down to just four. This project distills the original heavy model into lightweight versions that run significantly quicker on your hardware. You can use these checkpoints with standard coding libraries or visual workflow tools, allowing you to create videos from text prompts or existing images with synchronized audio. The repository provides ready-to-use setups for both technical users who prefer code and creators who like visual interfaces. It handles various video resolutions and keeps the original style intact while speeding up the creation process.
🆔 @hackernewsgithubprojects
Minimax-H3 Turbo: Generate Video in 4 Steps
Minimax-H3 Turbo makes high-quality video generation incredibly fast by cutting the required processing steps down to just four. This project distills the original heavy model into lightweight versions that run significantly quicker on your hardware. You can use these checkpoints with standard coding libraries or visual workflow tools, allowing you to create videos from text prompts or existing images with synchronized audio. The repository provides ready-to-use setups for both technical users who prefer code and creators who like visual interfaces. It handles various video resolutions and keeps the original style intact while speeding up the creation process.
🆔 @hackernewsgithubprojects