Show HN: Tiny FOSS Compass and Navigation App (<2MB)
Article URL: https://github.com/CompassMB/MBCompass Comments URL: https://news.ycombinator.com/item?id=46614688 Points: 3 # Comments: 0...
Article URL: https://github.com/CompassMB/MBCompass Comments URL: https://news.ycombinator.com/item?id=46614688 Points: 3 # Comments: 0...
Article URL: https://github.com/schappim/coreml-cli Comments URL: https://news.ycombinator.com/item?id=46724565 Points: 3 # Comments: 0...
Just to clarify the background a bit. This project wasn’t planned as a big standalone release at first. On January 16, Ollama added support for an Anthropic-compatible API, and I was curious how far t...
Article URL: https://cannoneyed.com/isometric-nyc/ Comments URL: https://news.ycombinator.com/item?id=46721802 Points: 21 # Comments: 3...
Hey HN! We're Nithin and Nikhil, twin brothers building BrowserOS (YC S24). We're an open-source, privacy-first alternative to the AI browsers from big labs. On BrowserOS, we provide first-class suppo...
I saw a tweet that tinygrad is so good that you could make a graphics library that wraps tg. So I’ve been hacking on a gtinygrad, and honestly it convinced me it could be used for legit research. The ...
I been building a view into companies based on their job postings. I am hoping it is useful to get a quick snapshot on the company say for interview prep etc. Please be advised that it is still a WIP ...
Hi HN! Fence wraps any command in a sandbox that blocks network by default and restricts filesystem writes. Useful for running semi-trusted code (package installs, build scripts, unfamiliar repos) wit...
g(old) Comments URL: https://news.ycombinator.com/item?id=46690530 Points: 3 # Comments: 2...
Hi HN, I’m a co-founder building kacet, a new freelancing platform that connects freelancers and employers, with crypto as the core payment rail. The problem I’m trying to solve is pretty familiar: ex...
I've always loved RTS games and wanted to make a game similar for a long time. I thought I'd just try and build a mini / puzzle game around the resource gathering aspects of an RTS. Objective: You hav...
Hi HN I built mdto.page because I often needed a quick way to share Markdown notes or documentation as a proper webpage, without setting up a GitHub repo or configuring a static site generator. I want...
This project is a tool for engineers who live in the terminal and are tired of losing their command history to ephemeral servers or fragmented `.bash_history` files. If you’re jumping between dozens o...
Hi HN! In the past few months my team and I have been working on Tusk Drift, a system that records real API traffic from your service, then replays those requests as deterministic tests. Outbound I/O ...
We’ve been building rule engines (quick ways to spin up decision APIs against JSON data) for a while and had the fun idea lately to see what happens when we use our decision table UI with Claude’s Pre...
Hi HN — I built Microwave, a native iOS app for browsing and posting short-form videos, similar to TikTok, but implemented as a pure client on top of Bluesky / AT Protocol. There’s no custom backend: ...
Hi! I've built this because I kept reaching for Celery for simple scheduled tasks and it felt like overkill. I just needed "run this function every hour" or "daily at 9am", not distributed workers. So...
Article URL: https://cosmic-odometer.vercel.app/ Comments URL: https://news.ycombinator.com/item?id=46742285 Points: 5 # Comments: 1...
Built an auditable AI (Bible) translation pipeline: Hebrew/Greek source packets -> verse JSON with notes rolling up to chapters, books, and testaments. Final texts compiled with metrics (TTR, n-grams)...
Hey HN, we trained and open-sourced a 1.5B model that predicts your next edits, similar to Cursor. You can download the weights here ( https://huggingface.co/sweepai/sweep-next-edit-1.5b ) or try it i...