58 subscribers
7.33K videos
7.94K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ tencent-hunyuan/hunyuan3d-buffalo1.0

Hunyuan3D-Buffalo 1.0 Explained

Tencent researchers have released a new model that turns simple text or images into fully three-dimensional objects you can rotate and edit. This is not just a static picture generator; it builds actual geometry and texture that you can tweak or modify after creation. The system handles three distinct tasks in one unified workflow, letting you generate, understand, and edit models without switching tools. It is useful because it simplifies the complex pipeline of 3D asset creation into a single step. This makes high-quality 3D content accessible for everyone. You can now create unique virtual items quickly from scratch. This is a big step forward for creative workflows.

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

Loophole: One Tap to Fix Banking Apps

Android developers know the headache of toggling Developer Options off just to open a banking app, then remembering to turn it back on later. Loophole solves this by letting you flip that system setting with a single tap in the notification shade. It works by asking for a special permission once via a computer connection, which lets it safely write to that one specific switch. No ads, no tracking, and no network access means it just does exactly what you need without the fluff. You get a quick button in the shade and a small home screen widget to keep things simple.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ gtausa197-svg/-project-nord-spiking-neural-network-language-model

Project Nord: The $670 Brain-Inspired AI

Project Nord lets you run a billion-parameter language model that thinks like a brain on a simple phone. Instead of firing up every neuron like standard AI, this spiking neural network keeps ninety-three percent of its circuits perfectly silent, using only tiny bursts of spikes to process language. It is fascinating because it learned to speak from scratch without any pretrained shortcuts, proving that you can build massive intelligence for just six hundred and seventy dollars. The model even updates its memories in real time while you chat, mimicking how human neurons actually adapt. You are watching text emerge from pure biological simulation, not expensive cloud computing.

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

Lore Map

You can now view your entire codebase as an interactive, zoomable map, edit the layout on a visual canvas, and watch Claude write the matching code automatically. Lore-map runs locally on your machine, spinning up an Express server to parse your directory structure, database tables, and import relationships. Instead of clicking through deeply nested folders, you double-click visual blocks to inspect actual file components or database schemas. You simply sketch out changes or wire up new connections on the canvas, and the tool uses the Claude Agent SDK to directly implement the edits. See your architecture, edit the map, and ship your features.

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

Monitor: The Missing Eye for Valkey and Redis

BetterDB Monitor saves the slow logs and command patterns that Valkey and Redis usually delete, so you can actually debug what went wrong at three in the morning instead of just staring at a blank screen. This tool acts as a historical archive for your database activity, capturing every request, latency spike, and client connection that normally vanishes after a log rotation. You get to replay live traffic, track which specific service is hammering your keys, and see exactly why the system choked an hour ago. It even spots weird behavior automatically and tells you what happened in plain English.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ kyuz0/amd-strix-halo-vllm-toolboxes

amd-strix-halo-vllm-toolboxes

amd-strix-halo-vllm-toolboxes is the Fedora toolbox that finally lets you cluster multiple Strix Halo laptops into one powerful machine using fast network cards. It solves the lonely single-card problem by bundling a custom ROCm setup that connects two nodes together, effectively merging their memory into a single twenty-terabyte brain. You just spin up the container, point your computer at another machine, and suddenly you are running massive models that would normally crash a standard laptop. This is genuinely useful because it turns hobbyist hardware into a serious server cluster without needing expensive enterprise gear. Just grab the toolbox, link the nodes, and watch your local AI run circles around the competition.

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

Drive Escape Weekend Map

Drive Escape takes the guesswork out of weekend road trips by showing exactly how far you can travel from any city in five hours. You simply type in a city name, and the tool instantly paints a color-coded map revealing every neighborhood reachable within that time limit. Green areas mean a quick drive, while red zones show how far you can actually get before your time runs out. It uses real driving routes instead of straight-line distance, so you know your actual commute to a getaway spot. The app works globally, supports mobile screens, and is completely free to use without paid services.

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

The Open-Source Video Editor Built for Coding Agents

Build videos with code instead of clicking a timeline. Diffusion Studio lets AI agents write TSX scripts to generate motion graphics, captions, and entire scenes that appear instantly in an editable editor. You can ask an agent to recreate an animation style or extract a clip from a link, and the code mounts directly into the interface so a human can tweak the result manually. It combines generative creation with precise editing control, making it a fresh way to produce polished video content through plain language instructions.

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

tsz: The Rust-Powered TypeScript Speedster

tsz is a blazing-fast TypeScript compiler written in Rust that aims to be twice as quick as the current Go version of the checker. It strips away bloat to deliver a lightning-quick type check, making large codebases feel instantaneous. This is the tool developers have been waiting for to cut through compile lag without sacrificing accuracy. It is the future of fast, reliable TypeScript tooling.

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

Optique: Type-Safe CLI Parsing for TypeScript

Build command line interfaces that actually enforce your types. Optique lets you combine small parsing pieces into complex tools while TypeScript tracks exactly what options are available. If you pick a local mode, it knows you need a port. If you choose cloud, it expects a provider key. No more guessing which flag belongs to which command because the code structure forces you to handle every case correctly from the start. It even generates help text and autocomplete scripts automatically. Stop writing brittle command line code and start building tools that catch errors before you even run them. Check out Optique to see how composition makes complex CLIs simple.

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

Armada: SteamOS for Handhelds

Armada turns ARM handhelds into a SteamOS experience without needing a PC. It boots from an SD card and lets you install Linux alongside Android, keeping your games and system separate. The interface looks just like Steam, but you can tweak power, fan curves, and compatibility settings right from the controller. It even updates itself over the air, so you never have to redownload anything. The catch is that it is still experimental, so flashing it requires careful steps that could brick your device. If you want a desktop-grade gaming system on a small handheld, this is the open-source path to get there, but proceed with caution.

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

ShieldFont: The Typeface That Fools AI Scrapers

ShieldFont is the typeface that finally flips the AI scraping script by making your content useless to mass data harvesters. Here is the clever part: it swaps your words for grammatically correct decoys that look totally normal to a human but confuse automated bots. A custom font then restores your original text on your screen, while the raw HTML source fed to AI models contains only those nonsensical swaps. It raises the cost of stealing your writing without breaking the page for real readers. It is a brilliant, defensive tool for writers who want to keep their words theirs. Give your writing the protection it deserves.

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

Armada: SteamOS for Handhelds

Armada is the handheld gaming distro that brings the polished Steam Deck experience to ARM-based handhelds. Instead of a locked-down console, it offers a full Linux desktop with KDE, letting you tweak power, fan, and game settings directly from the Steam UI. It even supports over-the-air updates, so you can patch the system without reflashing your card. The catch is that it is still experimental prototype software, so flashing the bootloader carries a real risk of bricking your device. If you want a powerful, customizable gaming PC in your pocket and are brave enough to tinker, this is your playground.

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

Kage: A Night Walk Through a Kyoto Temple

Kage lets you scroll through a live 3D night walk inside a Kyoto mountain temple, where the camera glides past lanterns and rain without loading new pages. It builds the entire sceneβ€”temple, trees, and moonβ€”right in your browser using JavaScript, so you see wet leaves and fog reacting as you move. The experience feels like flipping through an art book, mixing those moving visuals with still photos for depth. No app download or heavy setup is needed. It shows how much atmosphere you can create with just one file. It is a beautiful, quiet piece of web art worth seeing.

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

Elemental Sandbox

Elemental Sandbox is a WebGL skillshot playground where every visual effect is generated in real time with zero textures or pre-made meshes. You arm abilities like Frost Lance or Nova Beam, aiming them with a line arrow or a sizing circle, then watch hand-written GLSL shaders draw the ice, lightning, meteors, and beams as you move the mouse. The coolest part is the editor: you can pause any cast mid-eruption and slide ninety-three controls to reshape the silhouette, palette, and timing on the fly. It shows how procedural geometry and noise functions can create complex VFX without loading a single image file, making it a great study in code-driven artistry.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mmulet/term.everything

Run Any App Inside Your Terminal

Term Everything is the terminal tool that finally runs full graphical desktops right inside your command line. Most people think terminals are stuck with black screens and code, but this clever Go program acts as a custom display server that grabs windows from your apps and paints them using colored characters. It works over SSH too, meaning you can launch a web browser or even play old-school Doom on a remote server and watch it render live in your local window. It turns your text console into a surprising little movie theater for desktop software.

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

Director AI Agent

Director is the AI video agent that guides you from a rough idea to a fully edited film through structured creative workflows. Instead of just spitting out random clips, it acts as your personal director by first deciding whether your project needs a storytime animation, an explanatory video, or a dramatic short. It handles the heavy lifting of scriptwriting, character design, and visual style matching while keeping your characters and voices consistent across every single scene. The coolest part is how it manages the entire production pipeline, generating precise prompts for video models and letting you review each segment before the final cut.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ jkerdreux-imt/homepage-lite

Homepage-Lite: Your Homelab’s New Dashboard

Homepage-lite is a lightweight dashboard built with Go that turns your homelab into a single, tidy hub. You define services and bookmarks in a simple config file, and it renders them into a beautiful, responsive web page. What makes it special is the real-time monitoring. It quietly pings your services every thirty seconds to check if they are up or down, showing you instant visual status indicators. It also tracks your own system’s CPU, memory, and disk usage, pushing those live updates directly to the browser. You can switch between sleek themes like Tokyo Night or Gruvbox, and even rearrange the layout to suit your screen.

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

LiteReality-Agent: AI 3D Room Reconstruction

LiteReality-Agent is the open-source toolkit that turns simple phone scans into fully interactive 3D virtual rooms. Instead of leaving you with just a flat mesh, this system uses an AI agent to analyze your room capture and intelligently generate realistic, articulated furniture assets like chairs and tables that you can actually move and open. It handles the heavy lifting of object detection, collision checking, and material matching automatically, so you get a complete, playable environment rather than a static digital twin.

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

SonarQube CLI

SonarQube CLI catches hardcoded secrets in your code right from the terminal, stopping credentials from leaking to AI tools. It gives developers fast feedback on code quality and security without waiting for a full build. The tool integrates directly with AI agents like Claude and Copilot, scanning for issues before they are processed. You can also check project issues or scan specific files with simple commands. It is useful because it keeps your code safe and clean while you work, offering a quick way to spot risks before they reach production.

πŸ†” @hackernewsgithubprojects