64 subscribers
7.47K videos
8.07K links
Download Telegram
Audio
📦 vicanso/zedis

Meet Zedis: The Fastest Redis GUI

Are you tired of sluggish database tools slowing down your workflow? Meet Zedis, a high-performance Redis GUI built entirely with Rust and the powerful GPUI framework. By leveraging Rust for raw speed and a modern native interface, it delivers a snappier experience than typical web-based tools. Whether you are inspecting massive keys or managing complex data structures, this native application handles everything with incredible efficiency. It is the perfect upgrade for developers who crave a seamless, lightning-fast connection to their Redis databases. Give your terminal a break and experience the future of database management with this impressive and efficient tool.

📰 https://news.ycombinator.com/item?id=47501798

🆔 @hackernewsgithubprojects
Audio
📦 resumex/doom-over-dns

Playing Doom Through DNS Records

Did you know you can actually play the classic game Doom entirely through DNS records? It sounds like pure magic but this project makes it a reality by using custom PowerShell scripts to fetch game data piece by piece over network queries. Instead of traditional files, the game state is transmitted through the very infrastructure that translates domain names into addresses. It is a brilliant demonstration of how protocols can be creatively repurposed to bypass restrictions or simply push technical limits. If you love seeing classic games pushed to the edge of possibility, this unique experiment is absolutely worth your attention.

📰 https://news.ycombinator.com/item?id=47490705

🆔 @hackernewsgithubprojects
Audio
📦 indutny/no-ai-in-nodejs-core

Should AI Write Node.js Core?

Is your favorite open source project at risk of being automated into obscurity? A passionate group of developers has launched a petition to formally ban the acceptance of artificial intelligence generated code into the Node.js core. This movement challenges the push for massive, machine-assisted pull requests, arguing that such contributions lack the human craftsmanship essential for maintaining critical infrastructure. By requiring code to be hand-written, they aim to preserve project quality, mentorship opportunities, and ensure reproducibility for all reviewers. It is a bold stand for human-led software development. What do you think, should code be human-authored?

📰 https://news.ycombinator.com/item?id=47444714

🆔 @hackernewsgithubprojects
Audio
📦 facebookresearch/hyperagents

AI That Builds Its Own Smarter Version

Ever imagined an artificial intelligence that can actually upgrade its own intelligence? This project explores self-referential agents designed to optimize for any computable task by iteratively improving their own code. Instead of relying on manual patches, these agents analyze their performance and rewrite their internal logic to solve problems more effectively over time. By leveraging recursive self-improvement, they automate the complex process of architecture optimization and hyperparameter tuning. It is a fascinating glimpse into a future where systems continuously evolve without human intervention, ultimately pushing the boundaries of what autonomous digital assistants can achieve in our rapidly changing world.

📰 https://news.ycombinator.com/item?id=47505670

🆔 @hackernewsgithubprojects
Audio
📦 amelmo/proofshot

Give Your AI Coding Agent Eyes with ProofShot

Are you tired of your AI coding agent writing code without actually checking if it works? Meet ProofShot, the game-changing, agent-agnostic CLI that finally gives your AI eyes. It plugs into popular coding agents to create a full verification workflow, capturing video recordings, screenshots, and logs of your application in a real browser. When the task is done, ProofShot bundles everything into an interactive viewer, allowing you to visually confirm your features are bug-free and perfectly functional. Stop guessing if your code performs as expected and start seeing the proof. Upgrade your developer workflow today.

📰 https://news.ycombinator.com/item?id=47499672

🆔 @hackernewsgithubprojects
Audio
📦 openhub-store/github-store

The Best Way to Discover and Install Open Source Apps

Are you tired of manually hunting for software releases on GitHub? Meet this innovative open-source app store that simplifies the entire process. It allows you to browse, discover, and install apps directly with a single click. Built using Kotlin and Compose Multiplatform, this tool automatically detects installable binaries for your device, whether you are on Android, Windows, macOS, or Linux. It tracks updates and provides a clean, user-friendly interface that feels like a modern app store. Stop wasting time with manual downloads and start managing your favorite open-source projects effortlessly today by giving this powerful platform a try.

📰 https://news.ycombinator.com/item?id=47507607

🆔 @hackernewsgithubprojects
Audio
📦 swiftlang/swift-testing

Modernize Your Swift Testing Workflow

Are you tired of complex, boilerplate-heavy testing? Meet the new Swift Testing package, a modern framework designed to make your code validation more expressive and intuitive. It leverages powerful macros like the expect API, which captures values automatically to provide clear insights when tests fail. You can easily organize your test suite using hierarchy, traits, and parameterized inputs that run seamlessly with Swift Concurrency. Because it runs alongside XCTest, you can migrate incrementally without starting from scratch. Whether on Apple platforms, Linux, or Windows, this native approach simplifies your workflow and helps you write cleaner, more reliable tests.

📰 https://news.ycombinator.com/item?id=47508234

🆔 @hackernewsgithubprojects
Audio
📦 remorses/usecomputer

Automate Your Desktop with AI Agents

Ever wanted your AI to actually control your desktop just like a human would? Meet this powerful command-line tool that bridges the gap between AI models and your operating system. It provides a fast, native interface to take high-quality screenshots, simulate precise mouse clicks, perform complex scrolling, and type text directly into any application. By handling tasks like coordinate mapping and screen capture for you, this project turns your desktop into a controllable environment for automated agents. It is the perfect backbone for anyone building agentic workflows that require real-world interaction. Give it a try to supercharge your automation.

📰 https://news.ycombinator.com/item?id=47502317

🆔 @hackernewsgithubprojects
Audio
📦 ssrajadh/sentrysearch

Search Your Dashcam Footage with AI

Ever wish you could find a specific moment in hours of dashcam footage without scrubbing through every single file. Meet SentrySearch, a clever tool that brings semantic search to your personal video library. It uses the Gemini embedding model to analyze your footage, mapping visual scenes directly into a searchable vector space. You simply type what you are looking for, like a red truck or a stop sign, and the system finds the exact clip and trims it for you. It is a massive time saver that turns endless recordings into an organized, instantly searchable archive for everyone.

📰 https://news.ycombinator.com/item?id=47503617

🆔 @hackernewsgithubprojects
Audio
📦 t8/hypura

Run Giant AI Models on Your Mac with Hypura

Ever wanted to run massive AI models that exceed your Mac memory but hit a wall with constant crashes? Meet Hypura, a clever inference scheduler that solves this by intelligently offloading model data to your fast NVMe storage. Instead of crashing, it categorizes tensors, keeping essential parts on the GPU while streaming the rest seamlessly from your drive. With features like expert-streaming for mixture of expert models and automatic prefetch lookahead, you can finally run large models on consumer hardware. It is the perfect tool to push your Mac hardware further, ensuring your workflows keep running smooth and reliable.

📰 https://news.ycombinator.com/item?id=47504695

🆔 @hackernewsgithubprojects
Audio
📦 brevity1swos/rgx

Master Regex Directly In Your Terminal

Stop switching to browser tabs just to test your regex patterns. Meet a powerful terminal based regex tester written in Rust that brings real time matching right to your command line. It solves the frustration of context switching by letting you debug patterns, experiment with three different regex engines, and even pipe text directly into your workflow for instant results. Whether you are working on remote servers or just prefer staying in your terminal, this tool features syntax highlighting, undo support, and even a vim mode to boost your efficiency. Try it out to streamline your next text processing task.

📰 https://news.ycombinator.com/item?id=47510935

🆔 @hackernewsgithubprojects
Audio
📦 doctorwkt/acwj

Build Your Own C Compiler from Scratch

Ever wondered how your code actually turns into machine instructions? This repository offers a fascinating, step-by-step journey through the mechanics of compiler construction. Instead of drowning you in heavy academic theory, the project focuses on practical implementation by building a functional, self-compiling compiler for a subset of the C language. You will learn to handle everything from lexical scanning and parsing to generating assembly code for different platforms like ARM. It is an incredibly hands-on resource that demystifies how languages work under the hood. Dive into these lessons to gain a deeper understanding of low-level programming today.

📰 https://news.ycombinator.com/item?id=47511208

🆔 @hackernewsgithubprojects
Audio
📦 kubernetes/ingress-nginx

Understanding the Kubernetes Ingress NGINX Controller

Are you struggling to manage external access to your services inside a cluster? The Ingress NGINX Controller for Kubernetes acts as a powerful reverse proxy and load balancer to solve this exact problem. By monitoring your cluster for new rules, it dynamically updates the NGINX configuration to route traffic effectively. This tool has been a staple for developers looking to manage HTTP and HTTPS traffic efficiently using familiar NGINX features. While this project is now entering a period of static maintenance, it remains a foundational piece of technology for many infrastructure setups, helping teams master their traffic management strategy.

📰 https://news.ycombinator.com/item?id=47512539

🆔 @hackernewsgithubprojects
Audio
📦 ai-shell-team/aish

Turn Your Terminal Into An AI Assistant With AISH

Ever wish your command line could just think for you? Meet AISH, the interactive AI shell that brings intelligence directly into your terminal. It solves the frustration of complex operations by letting you describe tasks in plain language, which it then generates, explains, and executes. Unlike basic assistants, AISH features full terminal compatibility with PTY support, meaning it handles interactive tools like editors smoothly. It keeps you safe with built-in risk grading and confirmation flows for every command. Whether you need help with system troubleshooting or everyday tasks, install AISH to evolve your terminal workflow and start commanding smarter today.

📰 https://news.ycombinator.com/item?id=47512755

🆔 @hackernewsgithubprojects
Audio
📦 matrixorigin/memoria

Give Your AI Agents a Persistent Memory

Are your AI agents struggling to keep track of complex projects or losing important context between sessions? Meet Memoria, a powerful memory layer designed specifically to give AI agents persistent and reliable long-term recall. By integrating Git-level version control, Memoria allows your agents to branch, snapshot, and even rollback their memory state, effectively treating data history like code. It uses advanced semantic search and automated governance to reduce hallucinations and ensure high data integrity, making it the perfect solution for long-running agentic workflows. Take control of your AI performance and build smarter, more consistent agents starting today.

📰 https://news.ycombinator.com/item?id=47451608

🆔 @hackernewsgithubprojects
Audio
📦 am-will/limux

Supercharge Your Terminal with Limux

Are you tired of sluggish terminals and chaotic workspaces on Linux? Meet Limux, a powerful new terminal multiplexer designed to make your workflow smoother and faster. By leveraging the advanced rendering engine from Ghostty, this project provides high-performance, GPU-accelerated terminal sessions. It allows you to organize your tasks with intuitive split panes, persistent folder-based workspaces, and a built-in web browser for seamless research directly in your environment. With its clean GTK4 interface and efficient Rust-based architecture, Limux is a game-changer for any developer looking to boost their daily productivity. Try it out to elevate your Linux terminal experience today.

📰 https://news.ycombinator.com/item?id=47514991

🆔 @hackernewsgithubprojects
Audio
📦 antirez/iris.c

Run Flux Image Generation Entirely in Pure C

Imagine running high-end image generation models like Flux directly on your computer without needing a heavy Python runtime or massive dependencies. This project makes it possible by providing a pure C inference pipeline for powerful diffusion transformer models. By utilizing memory-mapped weights, it dramatically slashes peak RAM requirements, letting you generate AI visuals on hardware that typically cannot handle the standard Python stack. It supports GPU acceleration on Apple Silicon and works efficiently with optional BLAS backends. It is a brilliant, lightweight way to generate images locally and reliably. Give it a try for your next project.

📰 https://news.ycombinator.com/item?id=47515160

🆔 @hackernewsgithubprojects
Audio
📦 denoland/ronly

Secure Your Server Sessions with Ronly

Ever wanted to let untrusted agents explore your Linux system without risking a total disaster? Meet Ronly, a powerful tool that drops users into a shell session where everything appears perfectly normal, but destructive commands are blocked at the kernel level. By leveraging mount namespaces, seccomp filters, and clever tool shims, it stops unauthorized file deletions and prohibited process kills instantly. It creates a robust, read-only sandbox that lets you monitor or debug with confidence while preventing any permanent changes. It is the ultimate security layer for protecting your infrastructure while maintaining full operational visibility for your agents.

📰 https://news.ycombinator.com/item?id=47504225

🆔 @hackernewsgithubprojects
Audio
📦 sw33tlie/macshot

The Only Screenshot Tool You Need on macOS

Stop relying on basic system tools and elevate your workflow with this powerful, native macOS screenshot utility. Unlike bloated alternatives, this project is built entirely in Swift and AppKit, ensuring it stays lightweight and lightning-fast. It does far more than simple captures; you can effortlessly annotate images, auto-redact sensitive personal information, record high-quality GIFs, and even use built-in OCR to translate text instantly. Whether you need to stitch together scrolling web pages or add professional polish to your captures, this tool handles it all without any subscriptions. It is the ultimate productivity boost for your daily desktop routine.

📰 https://news.ycombinator.com/item?id=47495360

🆔 @hackernewsgithubprojects
Audio
📦 tn666/batear

Build Your Own Low-Cost Drone Detector

Ever wondered if you could protect your home from unwanted drones for less than fifteen dollars. Meet Batear, an incredible open source project that turns an affordable ESP32-S3 microcontroller into a dedicated acoustic drone detection system. Instead of relying on expensive radar or privacy invasive cloud services, this clever tool uses onboard microphones to listen for specific drone signatures in real time. Because all the processing happens right on the chip, it keeps your data completely private and secure. It is a fantastic way to learn about edge computing while building a functional security device for your backyard today.

📰 https://news.ycombinator.com/item?id=47468641

🆔 @hackernewsgithubprojects
Audio
📦 michaelneale/mesh-llm

Run Giant AI Models Across Multiple Computers

Have you ever wanted to run massive artificial intelligence models but lacked the raw hardware power to pull it off? This incredible project bridges that gap by allowing you to perform distributed inference across several machines simultaneously. By leveraging the efficiency of llama.cpp, it effectively meshes multiple computers together into one powerful processing unit. This solves the memory bottleneck issue that prevents large models from fitting on a single device. It is a fantastic way to utilize the hardware you already own for high-performance computing tasks. Give it a try to experience the true potential of distributed AI power today.

📰 https://news.ycombinator.com/item?id=47499033

🆔 @hackernewsgithubprojects