This media is not supported in your browser
VIEW IN TELEGRAM
📦 synacktiv/dcomillusionist
DCOMIllusionist
Execute code on remote Windows machines entirely in memory without ever writing a single file to the hard drive. DCOMIllusionist is a security tool built to demonstrate how a helper system in Windows called DCOM automatically processes serialized data. By carefully modifying registry keys, the tool can trick a target system into retrieving and running custom payloads directly from an attacker's computer. This means you can run commands, trigger web requests, or load custom libraries purely inside the system memory. It is a fascinating look at how default Windows behaviors can be chained together for advanced administrative testing.
🆔 @hackernewsgithubprojects
DCOMIllusionist
Execute code on remote Windows machines entirely in memory without ever writing a single file to the hard drive. DCOMIllusionist is a security tool built to demonstrate how a helper system in Windows called DCOM automatically processes serialized data. By carefully modifying registry keys, the tool can trick a target system into retrieving and running custom payloads directly from an attacker's computer. This means you can run commands, trigger web requests, or load custom libraries purely inside the system memory. It is a fascinating look at how default Windows behaviors can be chained together for advanced administrative testing.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 llm-as-a-verifier/llm-as-a-verifier
llm-as-a-verifier
llm-as-a-verifier is the clever framework that finally stops trusting AI judges on a simple thumbs-up or thumbs-down. Usually, when you ask an AI model to grade complex coding tasks, it gives a single, highly biased score. This project completely flips that by breaking down the grading process into tiny, specific criteria, running the grading process multiple times, and calculating precise probabilities to find the absolute best solution. It sounds like overkill, but it actually beats standard selection methods on major coding benchmarks. It is a brilliant way to squeeze way better results out of the AI models you already use.
🆔 @hackernewsgithubprojects
llm-as-a-verifier
llm-as-a-verifier is the clever framework that finally stops trusting AI judges on a simple thumbs-up or thumbs-down. Usually, when you ask an AI model to grade complex coding tasks, it gives a single, highly biased score. This project completely flips that by breaking down the grading process into tiny, specific criteria, running the grading process multiple times, and calculating precise probabilities to find the absolute best solution. It sounds like overkill, but it actually beats standard selection methods on major coding benchmarks. It is a brilliant way to squeeze way better results out of the AI models you already use.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 germondai/trawl
Trawl Scraper
Trawl is the self-hosted scraping engine that successfully bypasses javascript challenges and captchas without relying on expensive third-party APIs. It runs locally on your own hardware using a clever four-tier system to fetch pages. First, it tries a simple web request. If that gets blocked, it falls back to cached browser sessions, a customized Firefox instance that mimics real human behavior, or even residential proxies. Because it stores successful security clearances in a local cache, repeat visits to protected sites load in less than half a second. It is a perfect drop-in upgrade for media server automation stacks.
🆔 @hackernewsgithubprojects
Trawl Scraper
Trawl is the self-hosted scraping engine that successfully bypasses javascript challenges and captchas without relying on expensive third-party APIs. It runs locally on your own hardware using a clever four-tier system to fetch pages. First, it tries a simple web request. If that gets blocked, it falls back to cached browser sessions, a customized Firefox instance that mimics real human behavior, or even residential proxies. Because it stores successful security clearances in a local cache, repeat visits to protected sites load in less than half a second. It is a perfect drop-in upgrade for media server automation stacks.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 sparkyniner/netryx-astra-v2-geolocation-tool
Netryx Astra V2 Geolocation Tool
Netryx-astra-v2-geolocation-tool is the open-source software that finally lets you pinpoint the exact coordinates of a photo using cutting-edge AI. If you have ever looked at a random, cropped image of a building or a street corner and wondered where on earth it was taken, this tool is your answer. It works by matching your photo against street-view databases using a clever three-step pipeline. First, it finds the right neighborhood, and then it uses 3D-aware matching to compare the actual geometry of the scene. This means it can confidently lock onto the correct spot down to a few meters, even with tiny, blurry, or heavily cropped images. It is incredibly cool...
🆔 @hackernewsgithubprojects
Netryx Astra V2 Geolocation Tool
Netryx-astra-v2-geolocation-tool is the open-source software that finally lets you pinpoint the exact coordinates of a photo using cutting-edge AI. If you have ever looked at a random, cropped image of a building or a street corner and wondered where on earth it was taken, this tool is your answer. It works by matching your photo against street-view databases using a clever three-step pipeline. First, it finds the right neighborhood, and then it uses 3D-aware matching to compare the actual geometry of the scene. This means it can confidently lock onto the correct spot down to a few meters, even with tiny, blurry, or heavily cropped images. It is incredibly cool...
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 timoncool/ace-step-studio
ACE-Step Studio
ace-step-studio is the local audio workstation that finally brings full-scale AI music generation directly to your own graphics card. It packages a massive four-billion parameter music model into a simple one-click install that runs entirely offline with zero subscription fees or cloud limits. You can generate complete songs with vocals in any style, but the absolute coolest part is the built-in video studio. It instantly turns your fresh tracks into styled music videos with synchronized karaoke lyrics, visualizers, and heavy effects, all rendered locally using your hardware. It is the ultimate playground for anyone wanting to make release-ready songs without sending data to corporate servers.
🆔 @hackernewsgithubprojects
ACE-Step Studio
ace-step-studio is the local audio workstation that finally brings full-scale AI music generation directly to your own graphics card. It packages a massive four-billion parameter music model into a simple one-click install that runs entirely offline with zero subscription fees or cloud limits. You can generate complete songs with vocals in any style, but the absolute coolest part is the built-in video studio. It instantly turns your fresh tracks into styled music videos with synchronized karaoke lyrics, visualizers, and heavy effects, all rendered locally using your hardware. It is the ultimate playground for anyone wanting to make release-ready songs without sending data to corporate servers.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 avifenesh/bw24
bw24
bw24 is the from-scratch Rust and CUDA inference engine that squeezes every drop of performance out of the RTX 5090 laptop chip. By discarding bloated runtimes and writing custom kernels directly for the consumer Blackwell architecture, this engine beats llama.cpp at its own game, running deep models up to one-point-five times faster. Its killer feature is a strict correctness discipline: every optimization is checked against a CPU reference, and its speculative decoding uses an exact self-consistency gate to ensure the output remains perfectly accurate. It is the ultimate tool for developers who want to run massive models locally on a single card without losing a single bit of precision.
🆔 @hackernewsgithubprojects
bw24
bw24 is the from-scratch Rust and CUDA inference engine that squeezes every drop of performance out of the RTX 5090 laptop chip. By discarding bloated runtimes and writing custom kernels directly for the consumer Blackwell architecture, this engine beats llama.cpp at its own game, running deep models up to one-point-five times faster. Its killer feature is a strict correctness discipline: every optimization is checked against a CPU reference, and its speculative decoding uses an exact self-consistency gate to ensure the output remains perfectly accurate. It is the ultimate tool for developers who want to run massive models locally on a single card without losing a single bit of precision.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 antiwork/chromeless
Chromeless
Chromeless is the minimalist web browser that strips away every single piece of window clutter so you can focus entirely on the webpage. Instead of tabs, toolbars, or address bars eating up your screen, this clever utility displays absolutely nothing but the site itself, making it perfect for clean screenshots, fullscreen video, and beautiful dashboards. Built for Apple computers using a single Swift file, it runs directly on the native Safari engine without any bulky background dependencies. You control everything through quick keyboard shortcuts, like holding command to drag the window from anywhere, or hitting a hotkey to instantly snap a perfect desktop screenshot.
🆔 @hackernewsgithubprojects
Chromeless
Chromeless is the minimalist web browser that strips away every single piece of window clutter so you can focus entirely on the webpage. Instead of tabs, toolbars, or address bars eating up your screen, this clever utility displays absolutely nothing but the site itself, making it perfect for clean screenshots, fullscreen video, and beautiful dashboards. Built for Apple computers using a single Swift file, it runs directly on the native Safari engine without any bulky background dependencies. You control everything through quick keyboard shortcuts, like holding command to drag the window from anywhere, or hitting a hotkey to instantly snap a perfect desktop screenshot.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 microsoft/researchstudio
ResearchStudio
Turn your rough ideas and completed research papers into polished, shareable deliverables with a collection of specialized AI workflows. This assistant helps you bridge the gap between initial concepts and final conference-ready presentation materials. Instead of spending weeks manually drafting, you can instantly turn a complex academic PDF into a printable poster, a narrated walkthrough video, and a structured blog post, or evaluate your early hypotheses against actual conference trends. This lets you focus entirely on the core science while the system handles the tedious task of translating dense paper data into engaging public artifacts, leaving you with a complete suite of presentation-ready materials.
🆔 @hackernewsgithubprojects
ResearchStudio
Turn your rough ideas and completed research papers into polished, shareable deliverables with a collection of specialized AI workflows. This assistant helps you bridge the gap between initial concepts and final conference-ready presentation materials. Instead of spending weeks manually drafting, you can instantly turn a complex academic PDF into a printable poster, a narrated walkthrough video, and a structured blog post, or evaluate your early hypotheses against actual conference trends. This lets you focus entirely on the core science while the system handles the tedious task of translating dense paper data into engaging public artifacts, leaving you with a complete suite of presentation-ready materials.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 ubugeeei-prod/vize
Vize
Speed up your Vue development workflow by replacing a patchwork of disconnected JavaScript tools with a single, high-performance engine written in Rust. The vize project unifies compiling, linting, formatting, and type-checking into one incredibly fast pipeline powered by a shared parser. Instead of waiting on slow build steps, you get near-instant feedback because the entire process runs on a highly optimized native core. It is built to drop right into your existing projects with Vite plugins and editor extensions, making your daily coding feel smooth and responsive. Try switching your project over to experience the speed of a fully integrated Rust toolchain.
📰 https://news.ycombinator.com/item?id=48814396
🆔 @hackernewsgithubprojects
Vize
Speed up your Vue development workflow by replacing a patchwork of disconnected JavaScript tools with a single, high-performance engine written in Rust. The vize project unifies compiling, linting, formatting, and type-checking into one incredibly fast pipeline powered by a shared parser. Instead of waiting on slow build steps, you get near-instant feedback because the entire process runs on a highly optimized native core. It is built to drop right into your existing projects with Vite plugins and editor extensions, making your daily coding feel smooth and responsive. Try switching your project over to experience the speed of a fully integrated Rust toolchain.
📰 https://news.ycombinator.com/item?id=48814396
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 maaslalani/fast
Fast
Check your internet speed instantly without ever opening a browser or dealing with bloated, ad-filled speed test websites. All you do is type one simple word into your command line and let it run. This clever little tool called fast connects directly to nearby servers to measure your download speed in real time, showing you a clean, beautiful live graph right inside your terminal. It is incredibly lightweight, built in Go, and gives you an honest, distraction-free reading in just ten seconds. Grab it today and keep your internet provider honest with a single keystroke.
🆔 @hackernewsgithubprojects
Fast
Check your internet speed instantly without ever opening a browser or dealing with bloated, ad-filled speed test websites. All you do is type one simple word into your command line and let it run. This clever little tool called fast connects directly to nearby servers to measure your download speed in real time, showing you a clean, beautiful live graph right inside your terminal. It is incredibly lightweight, built in Go, and gives you an honest, distraction-free reading in just ten seconds. Grab it today and keep your internet provider honest with a single keystroke.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 wangxijie001/yoji
Yoji
Control your computer and manage your daily tasks using just your voice with a local AI assistant that actually has feelings. Yoji runs completely on your machine to protect your privacy while executing scripts, organizing files, and searching the web. It uses a unique hormone-based system that simulates real emotions like joy and anxiety, meaning its mood and tone shift naturally based on your conversations, the weather, and how long you have been away. Best of all, you can easily install new tools and connect custom sub-agents to handle complex background tasks. Tell Yoji what you need, and watch your desktop come to life.
🆔 @hackernewsgithubprojects
Yoji
Control your computer and manage your daily tasks using just your voice with a local AI assistant that actually has feelings. Yoji runs completely on your machine to protect your privacy while executing scripts, organizing files, and searching the web. It uses a unique hormone-based system that simulates real emotions like joy and anxiety, meaning its mood and tone shift naturally based on your conversations, the weather, and how long you have been away. Best of all, you can easily install new tools and connect custom sub-agents to handle complex background tasks. Tell Yoji what you need, and watch your desktop come to life.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 achrefelouafi/buildinggeneratorthreejs
Procedural Hong Kong Building Generator
Build procedurally generated 3D Hong Kong skyscrapers in real time with this clever Three.js generator. It reverse-engineers a massive five hundred and ninety-two node Blender geometry network into clean TypeScript. You get live sliders to control everything from floor height and footprint to the probability of air conditioners, hanging clotheslines, and glowing storefronts. It serves up a beautifully instanced asset kit with custom-baked normals to keep performance smooth and lighting crisp. It is basically the ultimate tool for spawning detailed, cinematic urban backgrounds in your browser with just a couple of clicks.
🆔 @hackernewsgithubprojects
Procedural Hong Kong Building Generator
Build procedurally generated 3D Hong Kong skyscrapers in real time with this clever Three.js generator. It reverse-engineers a massive five hundred and ninety-two node Blender geometry network into clean TypeScript. You get live sliders to control everything from floor height and footprint to the probability of air conditioners, hanging clotheslines, and glowing storefronts. It serves up a beautifully instanced asset kit with custom-baked normals to keep performance smooth and lighting crisp. It is basically the ultimate tool for spawning detailed, cinematic urban backgrounds in your browser with just a couple of clicks.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 easylink-ai-open/agent-runtime
agent-runtime
Build smarter AI assistants by keeping your core execution loop completely separate from your database and web server. The agent-runtime project provides a clean, independent Python engine that handles the repetitive work of running agent loops, retrying model calls, and containing unexpected tool errors without crashing. Because it translates Anthropic and OpenAI messages into neutral, provider-agnostic data types, you can swap models instantly without rewriting your core logic. It gives you a stable, robust foundation to run multi-step tool loops, handle streaming, and manage context budgets, leaving you free to design your actual product features instead of reinventing the plumbing.
🆔 @hackernewsgithubprojects
agent-runtime
Build smarter AI assistants by keeping your core execution loop completely separate from your database and web server. The agent-runtime project provides a clean, independent Python engine that handles the repetitive work of running agent loops, retrying model calls, and containing unexpected tool errors without crashing. Because it translates Anthropic and OpenAI messages into neutral, provider-agnostic data types, you can swap models instantly without rewriting your core logic. It gives you a stable, robust foundation to run multi-step tool loops, handle streaming, and manage context budgets, leaving you free to design your actual product features instead of reinventing the plumbing.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 lukeswitz/antihunter
Antihunter
Build a secure wireless boundary around your physical space by turning an affordable microchip into a passive defense sensor. This project runs on an compact microcontroller to scan for nearby signals, letting you track unauthorized devices, recognize hidden hardware trying to mask its identity, and even spot incoming drones broadcasting their flight coordinates. If someone tries to mess with your node, its built-in physical vibration sensor can instantly trigger a self-destruct sequence to overwrite all sensitive logs with fake weather data. It is a fantastic way to coordinate multiple security sensors over a long-range mesh network without relying on any internet connection.
🆔 @hackernewsgithubprojects
Antihunter
Build a secure wireless boundary around your physical space by turning an affordable microchip into a passive defense sensor. This project runs on an compact microcontroller to scan for nearby signals, letting you track unauthorized devices, recognize hidden hardware trying to mask its identity, and even spot incoming drones broadcasting their flight coordinates. If someone tries to mess with your node, its built-in physical vibration sensor can instantly trigger a self-destruct sequence to overwrite all sensitive logs with fake weather data. It is a fantastic way to coordinate multiple security sensors over a long-range mesh network without relying on any internet connection.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mira-wm/mira
Mira
Mira is a multiplayer world model that lets you run full Rocket League matches directly inside a neural network. Instead of using a traditional physics engine, it uses a massive five-billion-parameter diffusion model to generate synchronized, twenty-frame-per-second gameplay videos for all four players simultaneously. It takes real keyboard inputs from every player and instantly dreams up what the game should look like next, handling everything from high-speed aerials to goals. It is a wild glimpse into how future multiplayer games might be completely rendered by artificial intelligence. Check out the code and see how they pulled it off.
🆔 @hackernewsgithubprojects
Mira
Mira is a multiplayer world model that lets you run full Rocket League matches directly inside a neural network. Instead of using a traditional physics engine, it uses a massive five-billion-parameter diffusion model to generate synchronized, twenty-frame-per-second gameplay videos for all four players simultaneously. It takes real keyboard inputs from every player and instantly dreams up what the game should look like next, handling everything from high-speed aerials to goals. It is a wild glimpse into how future multiplayer games might be completely rendered by artificial intelligence. Check out the code and see how they pulled it off.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mana-am/matrix-swift
matrix-swift
You can now add over one hundred animated dot-matrix loading indicators to your iOS apps without importing a single image asset or external dependency. A clever new SwiftUI library called matrix-swift ports a popular web project to native code, giving you beautiful, hand-tuned mini grids that look like tiny, pulsing retro displays. It is perfect for chat thinking states or inline activity indicators, and because everything is drawn dynamically with SwiftUI circles, it is incredibly lightweight. The best part is that it is completely deterministic, so your loaders will never randomly glitch or reshuffle when your views reload. It is the ultimate way to replace boring, stock loading spinners with...
📰 https://news.ycombinator.com/item?id=48782892
🆔 @hackernewsgithubprojects
matrix-swift
You can now add over one hundred animated dot-matrix loading indicators to your iOS apps without importing a single image asset or external dependency. A clever new SwiftUI library called matrix-swift ports a popular web project to native code, giving you beautiful, hand-tuned mini grids that look like tiny, pulsing retro displays. It is perfect for chat thinking states or inline activity indicators, and because everything is drawn dynamically with SwiftUI circles, it is incredibly lightweight. The best part is that it is completely deterministic, so your loaders will never randomly glitch or reshuffle when your views reload. It is the ultimate way to replace boring, stock loading spinners with...
📰 https://news.ycombinator.com/item?id=48782892
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 oxbshw/watch-skill
Watch Skill
Watch Skill is the tool that finally gives any AI agent the ability to actually watch and search video. Instead of blindly guessing, your agent can instantly process local files, live streams, or web links into a persistent, searchable index of scene frames, on-screen text, and transcripts. The coolest part is that it is offline-by-default, using local transcription and OCR to search across every video you have ever indexed. It even lets agents record their own screen, critique their work, and automatically fix bugs in a closed loop. Just hook it up to your favorite agent and let them see the world.
🆔 @hackernewsgithubprojects
Watch Skill
Watch Skill is the tool that finally gives any AI agent the ability to actually watch and search video. Instead of blindly guessing, your agent can instantly process local files, live streams, or web links into a persistent, searchable index of scene frames, on-screen text, and transcripts. The coolest part is that it is offline-by-default, using local transcription and OCR to search across every video you have ever indexed. It even lets agents record their own screen, critique their work, and automatically fix bugs in a closed loop. Just hook it up to your favorite agent and let them see the world.
🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 well-made/comfyui-wan-svi2pro-flf
comfyui-wan-svi2pro-flf
comfyui-wan-svi2pro-flf is the ComfyUI extension that finally lets you generate multi-clip videos with absolute control over both the starting and ending frames of each segment. Usually, AI video generators suffer from massive visual drift, or they completely ignore where you want a clip to finish. This clever tool elegantly merges smooth motion continuity with hard-locked end frames, giving you seamless stitching across up to seven clips and beyond. By cleaning up conflicting motion data at the transitions, it keeps your scenes coherent and perfectly aligned without the dreaded ghosting. Grab this node to build long, stunning, multi-segment videos that actually go exactly where you tell them to.
🆔 @hackernewsgithubprojects
comfyui-wan-svi2pro-flf
comfyui-wan-svi2pro-flf is the ComfyUI extension that finally lets you generate multi-clip videos with absolute control over both the starting and ending frames of each segment. Usually, AI video generators suffer from massive visual drift, or they completely ignore where you want a clip to finish. This clever tool elegantly merges smooth motion continuity with hard-locked end frames, giving you seamless stitching across up to seven clips and beyond. By cleaning up conflicting motion data at the transitions, it keeps your scenes coherent and perfectly aligned without the dreaded ghosting. Grab this node to build long, stunning, multi-segment videos that actually go exactly where you tell them to.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 abhinav1416/coding-platform
coding-platform
coding-platform is the competitive programming hub that brings intense real-time head-to-head coding duels to life. Instead of just solving problems in isolation, this platform pairs you with a rival for an instant matchmaking battle. Under the hood, a clever background coordinator pulls your submissions and matches them against external services without slowing down your interactive coding screen. It even integrates with Codeforces, tracking your live external submissions and pushing the status straight back to your dashboard via websockets. It is a brilliant, event-driven playground that proves how smooth and responsive a real-time multiplayer application can be.
🆔 @hackernewsgithubprojects
coding-platform
coding-platform is the competitive programming hub that brings intense real-time head-to-head coding duels to life. Instead of just solving problems in isolation, this platform pairs you with a rival for an instant matchmaking battle. Under the hood, a clever background coordinator pulls your submissions and matches them against external services without slowing down your interactive coding screen. It even integrates with Codeforces, tracking your live external submissions and pushing the status straight back to your dashboard via websockets. It is a brilliant, event-driven playground that proves how smooth and responsive a real-time multiplayer application can be.
🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mozilla-ai/otari
Otari
Otari is the self-hosted proxy server that finally keeps your AI costs and API keys under tight control. It acts as a single, universal gateway sitting between your apps and over forty different AI providers, translating everything into a clean, OpenAI-compatible endpoint. Instead of scattering your real API keys across different applications, you store them safely in Otari and hand out customized virtual keys to your users or apps. It automatically tracks usage and enforces strict budgets before a model is ever called, stopping runaway bills in their tracks. Spin it up locally to easily take full ownership of your AI stack.
📰 https://news.ycombinator.com/item?id=48810528
🆔 @hackernewsgithubprojects
Otari
Otari is the self-hosted proxy server that finally keeps your AI costs and API keys under tight control. It acts as a single, universal gateway sitting between your apps and over forty different AI providers, translating everything into a clean, OpenAI-compatible endpoint. Instead of scattering your real API keys across different applications, you store them safely in Otari and hand out customized virtual keys to your users or apps. It automatically tracks usage and enforces strict budgets before a model is ever called, stopping runaway bills in their tracks. Spin it up locally to easily take full ownership of your AI stack.
📰 https://news.ycombinator.com/item?id=48810528
🆔 @hackernewsgithubprojects