57 subscribers
7.24K videos
7.84K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ nanako0129/sepia

sepia: Fixing AI Writing at the Source

Researchers found that swapping out words won't make your AI fiction sound human, because the tells are in the plot structure. sepia is a writing tool that fixes that deep down, using science to repair narrative architecture instead of just polishing surface style. It works with major AI coding tools to help you craft stories or professional docs that actually feel written by a person, not a machine. This is the smart way to ditch the robotic feel for good.

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

Goldie: Auto-Generate App Store Screenshots

Goldie takes the tedious work of creating App Store assets and turns it into a simple, automated pipeline. It runs your app on a simulator to capture real screens, then wraps them in beautiful, editable frames with headlines and backgrounds. The coolest part? It works directly with your coding agents. You can just ask your AI to create store previews, and Goldie handles the capture, framing, and Apple's strict upload rules automatically. It’s a lifesaver for developers who want their app to look professional without hiring a designer or spending hours on manual screenshots. Give Goldie a try to get your store assets done in minutes, not days.

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

Chroncal: Your Entire Calendar Lives in the Terminal

Chroncal is a terminal-first tool that turns your command line into a full-featured calendar, todo list, and journal, all while keeping your data local in SQLite. The most surprising part is that it speaks standard iCalendar and CalDAV, so it syncs with your existing online calendars like Google or Apple without uploading your data to a new cloud service. It gives you an interactive interface for browsing events and a powerful command line for scripting, meaning you can manage recurring meetings, check availability, and log daily notes without leaving your keyboard.

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

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

The Golden Critic Method for AI Math

Train math models by letting a smart AI critic grade its own work. Golden Critic, built on the VERL framework, gives large language models a built-in reviewer that spots errors in reasoning, not just final answers. Instead of guessing, the model learns from detailed feedback on where its logic broke down, drastically improving accuracy on complex math problems. It’s like having a tutor check your homework before the final exam, making the learning process smarter and more efficient. If you want your AI to actually solve problems, not just guess, this is the tool to watch.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ huanghe/startup-equity-guide

Startup Equity Guide

One former chief operating officer watched his promised company stake shrink from a solid four percent to a mere fraction over nine years, only to have the company sue him to reclaim the remainder for less than three percent of its actual market value. This repository, the Startup Equity Guide, breaks down the exact mechanics that allow such drastic changes to happen without an employee's direct consent. It analyzes four high-profile disputes in China, showing how standard holding structures can trap workers in complex legal limbo even after they leave a successful firm.

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

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

The AI Tool That Catches Broken Art

A single line of code using the wrong random number function can silently ruin an entire blockchain art collection, leaving thousands of paid pieces with broken, mismatched thumbnails. Genart Skill fixes this by teaching Claude Code the specific rules of generative art, ensuring that every pixel is mathematically locked to the token’s unique hash. It is not just a coding helper; it is a quality control engine. It includes ready-to-run tools that visually verify your artwork is deterministic before you mint it, checking for hidden errors that standard code reviews miss. Built by a practicing artist, it treats the AI as a studio assistant rather than a replacement.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sorsama/deepseek-harness-mobile

Deepseek Harness Mobile: Your AI Remote Control

Deepseek Harness Mobile is the Android app that turns your phone into a remote control for your AI agent. It lets you check on running tasks, approve actions, and read updates from anywhere on your local network without needing internet access. The standout feature is its instant notification system, which alerts you the moment your agent needs your approval or has finished a goal, so you are never left wondering if it is stuck. Built with Kotlin and Jetpack Compose, it mirrors the desktop interface perfectly while staying lightweight.

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

Project SuperDex

Build a robot that actually feels what it touches. Project SuperDex is a simulation platform built for the specific problem of dexterous manipulation, where simple physics breaks down. Instead of just watching objects move, it uses a purpose-built engine to simulate stable contact and accurate sensing, letting you program fingers that grip, twist, and braid with real tactile feedback. It pairs this realistic physics with a studio for designing robots and a lab for training AI policies, all in one place. For developers, this means testing complex hand movements without needing expensive physical hardware, making high-fidelity robotics research accessible and fast.

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

BentoDesk: The Desktop Tidy That Actually Feels Alive

BentoDesk is the Windows desktop organizer that treats motion as the actual interface, not just a flashy add-on. It folds your messy desktop files into tiny, quiet capsules that bloom into grids right where they sit, then tuck themselves away again without a hitch. The coolest part is that it’s built entirely in Rust, so it’s incredibly fast and tiny, running on just two megabytes and a single process with zero browser clutter. No web runtime, no lag, just pure, native speed that makes organizing your files feel like a smooth, physical interaction.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ handsomestwei/patent-disclosure-skill

Patent Disclosure Skill: Your AI Patent Co-Pilot

Patent Disclosure Skill is the AI assistant that turns messy technical ideas into professional patent filings. It solves the headache of navigating China’s complex patent laws and strict formatting rules by acting as your smart co-pilot. The tool digs out your unique invention points, writes clear disclosure documents for inventions, utility models, and designs, and even explains official exam responses in plain English. It’s like having a seasoned patent attorney on call, helping you avoid costly mistakes and keep your intellectual property safe. Now you can focus on your innovation while the software handles the legal fine print. It’s your personal patent power move.

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

DevSpace: Give ChatGPT Your Local Machine

Stop sending your code to the cloud and start letting ChatGPT work on your actual machine. DevSpace is a self-hosted tool that connects AI directly to your local project folders, allowing it to read files, edit code, and run terminal commands exactly like a trusted colleague. The killer feature is that it runs everything locally, so your sensitive data never leaves your machine, while still giving the AI full power to build and test your software. It turns a web chatbot into a real coding partner that lives on your computer. No more copy-pasting snippets or waiting for cloud uploads; just talk to your code.

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

Run AI Locally on Intel

NoLlama lets you run local AI models directly on your Intel hardware, bypassing the usual requirement for expensive NVIDIA graphics cards. It creates a local server that speaks the same language as standard AI apps, so your existing tools just work without changing a thing. The coolest part is that it actually detects which specific chip on your computer is best for the job, whether that is the new NPU or your graphics card, and routes the work automatically. This solves the problem of having powerful AI hardware sitting idle in your laptop or desktop while you are stuck paying for cloud services.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ hkqr/my-free-code

My Free Code: Your Personal AI Gateway

My Free Code lets you run Claude Code locally without paying Anthropic, using any AI model you already have access to. It acts as a smart gateway that translates requests from coding tools into calls to providers like DeepSeek, Grok, or even your own home server. The coolest part is that it handles failures gracefully, automatically switching to a backup model if one crashes before sending the first word. This means you can build a resilient, custom AI setup for your coding agents in minutes, keeping your costs down and your code secure right on your own machine.

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

Translate PDFs Without Losing Layout

Translate complex PDFs while keeping the exact original layout. PDF Translate is a free desktop app that turns documents into Vietnamese or thirty-five other languages without turning your file into a plain text mess. It carefully preserves formulas, tables, and images in their original positions. It runs on Windows and Mac, and it works without needing you to install Python or download extra machine learning models. Just drag and drop your files, pick a language, and let it do the heavy lifting. It even processes batches of documents at once. If one file fails, the rest keep going smoothly.

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

The Math Book That Got a Second Life

Take seventeen dusty, scanned textbooks and turn them into a modern, searchable digital library. That is exactly what this project does for a classic Chinese series of self-study books on math, physics, and chemistry. It fixes broken formulas, repairs missing pages, and cleans up thousands of images to create readable e-books. The real magic is how it handles the details. It uses strict checks to ensure every math symbol stays perfect and every file is verified. This is not just a PDF dump. It is a careful restoration that preserves the original feel while making the content actually usable.

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

Bitchord: The DJ App for Your Phone

Bitchord is an Android app that turns your phone into a professional DJ booth by analyzing audio tracks in real-time to beat-match and tempo-stretch songs during playback. Instead of just playing music, it intelligently mixes tracks together with smooth, automated transitions that feel like a human DJ is behind the decks. The interface mimics the clean, frosted-glass aesthetic of Apple Music, giving a premium look to your YouTube Music library. It pulls from various sources for high-quality audio and includes deep system integration like Discord rich presence and Last.fm scrobbling.

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

Camtasia Pro: The Smart Editor

The video editor that keeps your timeline moving smoothly. Camtasia Pro is a Windows editing suite designed to handle heavy footage without slowing down. Its biggest strength is a smart proxy workflow that automatically creates lighter, temporary copies of your high-resolution clips. This means you can scrub through long videos or stack multiple cameras without your computer freezing. The software aims for a clean, clutter-free experience, letting you focus on your edits rather than fighting your hardware. If you have ever struggled with laggy playback while working with high-quality video, this tool offers a practical way to keep your creative flow uninterrupted and your system responsive.

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

Whallm: A 284B AI Model on a Laptop

A single MacBook can now run a 284 billion parameter AI model locally, which sounds impossible until you see how Whallm makes it happen. This app runs massive, complex AI models entirely on your Mac by using a clever trick that borrows space from your hard drive. Instead of trying to squeeze all the model's data into your computer's memory at once, it streams the parts it needs right when it needs them. This allows a laptop to handle tasks that previously required a server room full of hardware.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ cporter202/video-scraping-apis

Video Scraping APIs: 979 Ready-Made Endpoints

Stop building scrapers from scratch and start pulling data. Video Scraping APIs is a massive collection of nine hundred and seventy-nine ready-to-use endpoints that handle the heavy lifting of extracting video information for you. Instead of writing complex code to pull titles, view counts, transcripts, or download links from YouTube, TikTok, and Instagram, you simply call these existing services and get the results you need instantly. It is a complete toolkit for anyone who wants to build video downloaders, content analysis tools, or social media trackers without managing the messy infrastructure themselves. Just pick the specific data point you need, plug it into your app, and go.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ phasegloroute/abbyy-finereader-toolkit

Abbyy Finereader Toolkit: The Windows Tool for Team Flow

Abbyy Finereader Toolkit is the Windows utility that handles team collaboration without the usual bloat. It packs real-time editing, smart organization, and workflow automation into a single, dependency-free package. Just download, extract, and launchβ€”no setup headaches or extra installs required. It turns messy team projects into organized, automated workflows, saving you time and sanity. If you want a tool that actually does the heavy lifting for your team, this is your shortcut to smoother, more efficient work. Your future self will thank you for keeping things tidy.

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

Micracode: Your Local AI App Builder

Micracode is the local AI builder that turns your plain text ideas into fully working web apps. It’s essentially a private, open-source version of those trendy cloud coding tools, but it keeps everything strictly on your laptop. You just describe what you want, and it generates the code right in front of you. You can chat with it to make changes or dive into the editor to tweak things yourself. Since it runs locally, there’s no cloud dependency or data privacy worry. It’s a clever, self-contained way to prototype your next big idea without the usual friction, giving you total control over your creative process.

πŸ†” @hackernewsgithubprojects