只看海外项目。老外更爱造轮子和做底层工具,同样是解决一个问题,切入角度常常和国内完全不同 —— 这就是看它的价值。 共 1535 个,今日新增 97 个,更新于 09-27 12:02。
I created Drop because I always felt uneasy installing and running third-party programs using my main user account. A single compromised dependency means a full compromise of the system. What is even
Hi HN!flat.social is a fun spatial online meeting app for remote teams and communities. It's largely built like a web multiplayer game, and the 3D virtual spaces are highly customisable with elements
Non-autoregressive System 1 decision engine. Typed choice, score and yes/no decisions over any text in a single forward pass, in 100+ languages, with a router that picks the right checkpoint per request.
I've never had a personal website, and I didn't want to make a resume/portfolio site, so I rebuilt Guardian and hid a treasure hunt through my life inside it.You start in the Halo 3 main menu, go thro
Minimal graphics API. Built on top of latest Vulkan extensions. As close as possibly to my "No Graphics API" blog post and the SIGGRAPH talk.
Z.ai's coding agent harness. Powerful, intelligent, extensible.
Native MLX runtime for Laya typed decision models — 7–14 ms short decisions on M3 Max. No text generation, PyTorch, or cloud API.
Hello HN. I built this mostly to monitor the things I host myself. I know it's nothing too exciting.Anyway, the TL;DR is: Create an endpoint, and if your script/cronjob fails to regularly ping it, you
I'm a CS undergrad who has developed an interest in hardware keys ever since I used them for a school project a few years ago. I made a little chat app that only allows users to chat if they registere
Things To Have is a wishlist app. I started working on it in 2022 as a pet project for my friends, then turned it into a serious app in 2024.I built it because I disliked other such apps – they were e
Jev-like family of decision models built on top of Qwen3.5/3.8 you can train and run on your own
Semantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.
Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.
Hey HN! Wanted to share a fun project I've been hacking on. Given Jev can make decisions really fast (but not fast enough to play Doom yet sadly), I wanted to try and push it to play a more complex ga
Hi HN! https://m0saic.io/go/hn-make-helloI'm Quentin. I've just published my longterm project - excited to share! m0saic is a video compiler. Typescript programs define an explicit spatial layout via
Hi everyone, I am KD - Back in my college days, I dabbled with coding, learned the basics, HTML, CSS etc. but somehow I ended up in Finance which consumed the next 20 years. Then, during covid I picke
I built a website that makes you hear the voices in your head. They will complete your thoughts, in all the ways they might have unfolded, with your own voice. Everything runs locally in your browser.
A personal agent with a browser, terminal, files, and work that keeps going built with CopilotKit and AG-UI.
I love making diagrams to help understand, plan, etc. However, the options are (A) auto-placement languages like Mermaid or Graphviz (which don't let me decide how the diagram looks), or (B) software
Apple Wallet Card Skinner for iOS 18+ (No Jailbreak Required)
Semantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.
hey hn,i made bailout for a pretty specific problem. you boot a fresh vm and want an agent to help get it set up, except you dont have your agent set up yet. no gh, no config, no api key handy. might
Suitable for Android APK reverse engineering analysis
I built an independent reimplementation of the QBasic 1.1 compiler, virtual machine, and IDE that runs entirely in the browser. TypeScript with a Svelte 5 frontend.
Hi HN, I'm the developer. XConnect is an SSH/SFTP client for iOS and Android that also has a real RDP client built in, so one app covers my Linux and Windows machines when I'm away from my desk. No ac
The Jev benchmark you've all been waiting for: Will Jev pull the lever in the trolley problem?Don't think too much about it :)Place whatever you'd like on each side of the tracks, and GPU (my startup'
Music streaming services have tons of music, but no easy way to simply shuffle over all of it, or explore it outside of their recommendation algorithms.So I took the database of 43m songs from Musicbr
This has been a side project for a while but it’s finally ready for public Beta.Tl;dr: Yass leverages RFC2119 keywords in a minimal Yaml format, relying on trained in behaviors for those keywords to p
Jinx is just links, a small static website on GitHub to share short links to your stuff. Add your links to one file, turn on GitHub Pages, and point your own domain at it. I built it because the optio
A nano replica of Jev: parallel decisions, dynamic candidates, and an end-to-end training pipeline.
Local typed decisions, contrastive data curation, and model evaluation.
I actually started LazyPromise without knowing much about Effect (https://www.effect.website/), coming from the world of RxJS and Solid-style signals (my post from last year: https://news.ycombinator.
One AI trade decision every Monad block. Jev on Kuru MON-USDC.
Hey HN. I built this dashboard because I wanted to see how much code I write every day and how my productivity changes.You can preview it with seeded demo data without registering here: https://gitsta
Storytime! One day I came to the office and showed a friend a literal bot that I was working on for a game project. He noticed this loop of writing a bot, then watching it play was fun, so we had this
Sketch Material 3 Expressive screens in the browser and turn them into vibe-coding prompts.
Hello HN! We're Dillon and Francesco from Cua.We were wondering how many computer use tasks actually need a full general purpose LLM (e.g. gpt-6-astra, claude-opus-5 etc.) to think through all their d
Private source preview: native Jianying drafts, isolated editing/export, and standalone Agent Skill.
This is just a simple game with procedurally generated legal scenarios where you are accused of a crime and are given 5 pieces of evidence associated with said* crime. You then have 3 minutes to mount
I am a product manager, and in the last few months I got laid off, coupled with a disruptive job market. Due to this, I used to scroll short-form content a lot; I was a slave to it, and anything I pic
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Sharing the PWA[1] I built over the last couple of weeks to access my terminal sessions/agents when not in front of my computer. This started off as a weekend experiment right when herdr[2] (terminal
An open-source AI platform for knowledge work. Connect your apps, find answers, and get work done.
For the past ten years I have been working on a side project which I have taken to call Neptune OS [1], named after the ill-fated Microsoft Windows codename. Neptune OS is a Windows NT-like operating
At, GPTree, we run several coding agents across our team on one repo using parallel worktrees. Apart from wasted time reviewing and fixing conflicts at PR time, the failures that hurt the most are whe
An experimental from-scratch image compression pipeline that turns pixels into text (grid averaging → RLE → alphanumeric mapping → LZW-style dictionary) and reconstructs the image back — no external compression libraries used.
Hello! We’re Sid, Alex, Ketan, and Milan. We’re building Whiteboard (https://whiteboard.dev.fast/), an open-source desktop app where humans and agents can architect software together in a common works
Hey, I built text-me because every productivity app I tried gave me one more place to be and maintain.Meanwhile my life actually happens over email, messages, calendar, college, Kindle, reading, and S
Turn the user's description or uploaded reference into a finished, editable Blender card and an interactive Three.js page. Preserve the requested subject, style, typography and destination. This skill contains code and text only; generated artwork belongs in the user's output project.
Local-first WeChat intelligence system with a read-only CLI, Codex skills, searchable chat history, daily briefings, follow-ups and opportunity tracking.
Hi HN! I made Tim’s Markdown Reader because I wanted a free, open-source app just for reading Markdown. I spend a lot of time working with AI coding agents, and sometimes I just want to open the files
A toy, monotasking, self-hosted operating system in less than 3300 lines of code for x86_64 computers with UEFI.
Tiny pixel Pokémon that wander the bottom of every webpage — a Chromium MV3 extension.
Hi HN,I built RxFilm Studio, a video workspace that lets you create and revise videos with AI agent.The reason I started this project is simple: I’ve noticed that many independent developers and small
I’ve been experimenting with a local approach to some of the classification tasks people are using Jev for. This approach uses text embeddings + logistic regressionOn Banking77, which contains 77 cate
Bottle is a ledger that gives AI agents/bots the ability to log facts against custom schemas and query those facts using a fixed set of commands.It's the middle ground for when you want more structure
排序按「近期热度 + 创意度 + 网友投票」综合计算,不是单纯比 star 数 —— 好玩、小众、有具体想法的项目会额外加分(标 ✦ 有特点)。点标题看详情和可以借鉴的地方,点 ▲ 给它加分(每台设备一次)。