56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ therealyt/git-knife

Git-Knife: Edit Commit Dates Easily

Git-Knife is the desktop tool that finally lets you edit commit dates and author details with a simple table view. Most GUIs lock those timestamps down, but this one opens them all up so you can fix your history without guessing. You get a clean list of commits where you can tweak messages, names, emails, or exact dates in one go. The coolest part is the bulk find and replace feature that scans your entire log for things like old email addresses and swaps them everywhere at once. It previews every change first and saves a backup before it does anything, so you never break anything.

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

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

VISReg: Self-Supervised Visual Learning

VISReg is a Python package that teaches AI models to understand images without any manual labels. It uses a technique called Variance-Invariance-Sketching Regularization to stop neural networks from cheating during training. Most self-supervised methods eventually collapse, meaning the model learns to ignore the actual visual details. VISReg adds a mathematical check that forces the network to pay attention to differences in the data. This makes the model much more robust, especially when dealing with messy or rare images. The project includes pre-trained weights and evaluation scripts for tasks like classification and segmentation. It is a practical tool for researchers who want better visual representations without the hassle of heuristic tuning.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ william-lu-stack/flawless

Flawless: AI SRE for Kubernetes

Flawless is the AI infrastructure platform that actually proves its own fixes worked. Instead of just offering vague advice, it acts as an autonomous SRE that gathers real-time evidence from your logs and metrics to diagnose failures. It then drafts a safe recovery plan, waits for your explicit human approval, and executes the fix in a controlled environment. The truly surprising part is that it does not stop at running the command; it actively verifies that the service is truly healthy before closing the ticket. This means every action is auditable, every fix is verified, and you get a complete record of exactly how the system healed itself.

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

One Brain for Every Coding Agent

Most coding tools treat your AI assistant like a goldfish with a five-second memory, wiping the slate clean every time you restart. The Agentic Stack solves this by giving you a portable brain that lives in a simple agent folder and travels with your project. You can use it with Claude, Cursor, or Windsurf, and your AI keeps its memories, skills, and preferences intact no matter which tool you switch to. It also includes a local dashboard to track costs and activity, plus a clever flywheel that turns your approved work into reusable learning material without training a new model.

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

Blume: Zero-config docs that just work

Blume is the documentation generator that turns a folder of Markdown files into a production-ready website without touching a config file. You simply drop your notes into a directory, run one command, and it silently spins up a hidden Astro project to handle navigation, search, and mobile design for you. The real magic is how AI-friendly it is: it automatically generates special text files and a server endpoint that let coding agents search, read, and even update your documentation directly. It even includes skills to teach AI tools how to maintain the site for you.

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

AudioGhost AI

AudioGhost AI is the audio splitter that lets you surgically isolate any sound using simple text prompts. Instead of manually picking tracks, you describe exactly what you want to hear, like vocals or a dog barking, and the AI listens through your whole song to extract just that specific part. It works with audio files and even video uploads, handling the heavy processing efficiently by using a lightweight version of Meta’s powerful model that runs smoothly on standard graphics cards. This means you can clean up noise or pull out isolated instruments without needing a supercomputer or complex coding skills.

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

GARCH Method: The Volatility Targeting Skill for Claude Code

GARCH method is the volatility forecasting tool that finally answers how much you should trade instead of guessing which way the market moves. Real risk desks use this Nobel Prize winning machinery to size positions based on how violent the market is likely to be rather than trying to predict direction. It installs as a simple Claude Code skill that runs a walk forward calculation to forecast daily volatility and classifies whether conditions are calm normal or stormy. You can ask plain English questions about any asset like Bitcoin or stocks and it instantly calculates whether you should size up or down with a hard safety cap on your exposure.

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

Codemark: Semantic Code Bookmarks

Codemark bookmarks code by structure instead of fragile line numbers. It uses tree-sitter to anchor your notes to named functions or blocks, so your references survive any refactor or reformatting that shifts the text. You can install a simple skill into your favorite AI coding agent, and it automatically learns to create and recall these structural markers for you. This means the context you built in one session stays alive in the next, even if the code moves around. You can then ask the agent to walk you through a specific flow, like a request lifecycle, and it will pick up exactly where you left off.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ rayfish/rayfish

Rayfish: Private Mesh VPN Without a Server

Create a private network connecting your laptop, phone, and friends' computers anywhere in the world, with zero servers to host. Rayfish lets you share a simple code and instantly link machines together, using a peer-to-peer mesh that punches directly through NATs for fast, encrypted connections. It solves the headache of complex remote access by giving every device a stable name, so you can reach a friend's machine by typing just their name instead of hunting for IP addresses. The real magic happens with its built-in firewall and SSH support, which lets you securely log into devices without managing any SSH keys or certificates.

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

Cut AI Context Waste with Mcptoon

mcptoon is a zero-dependency CLI that stops MCP servers from eating your context window. Instead of stuffing thousands of JSON tool schemas into your AI chat, it keeps them stored locally and returns ultra-compact text. It saves up to ninety-seven percent on discovery and fifty-six percent on results using a special encoding called Toon. One config file works for every agent, and your AI can even add new tools itself without you touching a JSON file. It works on Windows, Mac, and Linux with zero setup headaches. Stop letting tool definitions ruin your conversation flow.

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

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

DataFoundry: Auditable AI Data Analysis

When teams let AI query enterprise databases, the real worry is never if the model writes SQL. It is whether it understands business definitions, avoids mutating production data, and keeps every step auditable. DataFoundry is an open-source workbench that turns natural-language questions into safe, verifiable data tasks. It connects to dozens of databases and enforces read-only boundaries, so credentials never leak into prompts. The system inspects your schema, aligns terms like GMV to real tables, and executes queries inside a governed runtime. Every step, from the first SQL statement to the final chart, is persisted and replayable. You can branch sessions, reference previous outputs, and export reusable assets.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ lucid-softworks/lumen

Lumen: A Zero-Dependency JavaScript Engine in Rust

Lumen passes every single JavaScript standard testβ€”fifty-three thousand four hundred out of fifty-three thousand four hundredβ€”built entirely from scratch with zero external libraries. This Rust project does not rely on third-party crates for parsing, compiling, or running code, which means it stays completely self-contained and lightweight. It features three execution modes, including a fast native code compiler for Apple Silicon and Linux, and even mimics the Node.js environment so you can run real-world tools like Vite. It is a fascinating look at what happens when you strip away all dependencies to see exactly how a JavaScript engine works under the hood.

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

Incy Platforms: Privacy Proxy

Manage multiple proxy servers across iOS, Android, and macOS with a single app that handles subscription updates and complex routing rules. Incy Platforms lets you split traffic by domain, block unwanted sites, or route specific requests through different servers, all while keeping your private data strictly on your device. It even supports Siri shortcuts so you can toggle your VPN with your voice or automate connections based on location. The tool is free to use, collects zero data, and supports a wide range of modern protocols for reliable, fast connections without needing to buy a service.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ k-dense-ai/agentic-data-scientist

Agentic Data Scientist

Agentic Data Scientist lets you automate complex data analysis by using multiple AI agents to plan, code, and review your work end to end. Instead of just writing a script, it breaks your request into clear steps, writes the code, and then checks its own work against strict success criteria. If a step fails, it fixes the plan and tries again, ensuring the final result is actually correct. The most interesting part is how it adapts during execution, changing its strategy when it discovers new insights in your data.

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

Skills: Real Engineer Agent Tools

The skills repository lets you install reusable agent behaviors directly into your coding environment. It turns complex workflows into simple commands that an AI assistant can execute. The most interesting feature is the flashlight tool, which helps you explore new ideas without losing track of your main project map. Instead of following a rigid plan, you can shine a light into unknown territory, gather facts, and update your project chart based on what you learn. This means you can pivot quickly when you discover better approaches, keeping your work flexible and focused. It is a practical way to keep your development process organized while staying open to new directions.

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

Control Your iPhone Screen From Anywhere

Take remote control of your iOS device directly from a web browser. TrollVNC turns your iPhone into a VNC server, so you can see the screen and tap buttons from your computer without installing special software. It even lets you copy and paste text between your phone and computer. The best part is the built-in web viewer, which means you can connect from Chrome or Safari on any device. Just point your browser at the address, and you are instantly managing your phone. It is the easiest way to get remote access when you need it.

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

Trace: The AI Agent Trainer That Fixes Specific Weaknesses

Trace is the AI agent trainer that automatically fixes specific weaknesses instead of just throwing more data at a problem. It works by watching an AI fail, spotting exactly which skill it is missing, and then creating custom practice exercises just for that one gap. The system builds tiny training worlds to isolate the issue, teaches the model using specialized lightweight updates, and finally adds a smart router that instantly picks the right fix for whatever task comes next. This means you get a sharper, more reliable agent without wasting time on things it already knows. It is a clever way to make AI agents actually learn from their mistakes.

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

Research Council: AI Agents That Debate Each Other

Run the research council plugin and watch two coding assistants debate your topic simultaneously. One assistant from Claude explores the angles while a second from OpenAI does the same, and then they actually swap notes. They read each other’s drafts, challenge weak points, and dig deeper to fix blind spots before combining everything into one solid report. This cross-pollination step is the magic because different AI models think differently, so you get a richer, more balanced answer than any single bot could produce alone.

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

Play Quake 4 on Modern PCs with openQ4

Run the classic Quake 4 shooter on today's computers with openQ4, a free open-source engine that breathes new life into this beloved title while keeping all the original story and levels intact. You simply drop this project into your existing game folder to replace the outdated binaries with a modern engine that finally supports widescreen displays, ultrawide monitors, and high-resolution textures without breaking the original experience. The developers have carefully preserved the authentic retro feel by using the retail assets you already own, but they added smart upgrades like modern lighting, bloom effects, and smoother controls that make the game feel crisp on current hardware.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ hitsz-tmg/lychee-fd

Lychee-FD: The Full-Duplex Spoken Language Model

Hear a conversation that flows like real life without awkward pauses or waiting for the computer to finish speaking. Lychee-FD is a new spoken language model that listens and talks at the same time just like two people chatting together. Traditional voice assistants force you to wait for a beep before you can reply which feels stiff and unnatural. This project breaks that mold by handling continuous listening and speaking within one unified system. It understands your words while simultaneously generating a natural vocal response and even knows when to interrupt you to keep the dialogue moving forward.

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

Cronboard

Cronboard lets you manage scheduled tasks from a friendly terminal dashboard. Instead of editing cryptic config files by hand, you get a clean interface to add, pause, or delete jobs on your computer or remote servers. The coolest part is the real-time logging system. You can watch exactly what each scheduled task does as it runs, spotting errors immediately instead of wondering why a job failed hours later. You can even set it to ping your phone via Telegram if something breaks. It makes server maintenance way less stressful and actually fun.

πŸ†” @hackernewsgithubprojects