frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
53•automatoney•52m ago•11 comments

Show HN: Fine-tune an 8B model on a 4 GB laptop GPU

https://github.com/MakazhanAlpamys/Soup
74•MakazhanAlpamys•4h ago•8 comments

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone

https://github.com/leonickson1/Swiftlet
269•leonickson•23h ago•119 comments

Show HN: Korvo – Local-first AI workspace that traces answers to the source

https://www.korvo.xyz/
2•akshay_bhardwaj•39m ago•0 comments

Show HN: OpenEdit – Your coding agent can now edit videos

https://github.com/veedstudio/open-edit
3•sabbakeynejad•1h ago•1 comments

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
2•kol3x•1h ago•0 comments

Show HN: Listen to audiobooks like you read, at your own pace

https://listendock.com/sentence-mode
2•janpmz•2h ago•0 comments

Show HN: The invisible WiFi man. How one man built global "Brand" WiFi in 2009

https://calumbugattimacdonald.com
2•BugattiMacD•3h ago•0 comments

Show HN: Bourdon – one shared memory file for Claude Code, Codex, Cursor

https://bourdon.ai
3•RADLAB•4h ago•0 comments

Show HN: Salary Ticker – a macOS menu bar app that ticks up your pay

https://steveharrison.dev/salaryticker/
5•steveharrison•4h ago•0 comments

Show HN: A new type of search engine

https://galefox.com/
3•wesammikhail•4h ago•4 comments

Show HN: ssh ssh.place

https://ssh.place
180•jeninh•1d ago•110 comments

Show HN: A speed reading test you can fail

https://www.readkinetic.com/speed-test
2•SamuraiLion•4h ago•0 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
113•NickySlicks•1d ago•32 comments

Show HN: cctap – see and reach the Claude Code session that needs you

https://github.com/chipmates/cctap
2•micstradev•5h ago•0 comments

Show HN: Turn one plain-English question into a decision-ready market

https://researchmaster.ai/en
2•not_wowinter13•5h ago•0 comments

Show HN: Çetele – Open-source notepad calculator

https://cetele.online/
5•nurulmac11•5h ago•0 comments

Show HN: Listnr – macOS meeting transcription that never mixes mic and speakers

https://github.com/rokib16x/listnr
6•rokib16x•5h ago•0 comments

Show HN: I built a tool to find your first users before they find you

https://agenmatic.ai/
3•Nancylily•5h ago•2 comments

Show HN: Knuth–Plass algorithm for short-form video

https://viki.wiki/assets/waffle/wafflemaker-slop2.html
2•richardprince4•5h ago•1 comments

Show HN: Product analytics (and evals) for agent sessions on your MCP

https://armature.tech/
41•screm•23h ago•2 comments

Show HN: PolyTrip – crowd-funded group trip planning with AI

https://polytrip.co/
3•Maorperry1•5h ago•2 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
183•emilesilvis•4d ago•86 comments

Show HN: Paranoia – Get a cold, adversarial review of your code

https://github.com/subvertnormality/paranoia-local
3•Grahf•6h ago•2 comments

Show HN: Servitor – simplest way to run local dev containers

https://sndsabin.github.io/servitor/
4•havu12•6h ago•0 comments

Show HN: Clawx – A package manager where packages are agent tasks

https://github.com/debarshibasak/clawx
2•debarshri•6h ago•0 comments

Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge

https://arcbox.dev/blog/unifi-pppoe-half-bridge-acceleration
71•uneven9434•1d ago•35 comments

Show HN: Lex – a calm language-learning toolkit for 34 languages

https://lex.school
2•Ako03•7h ago•1 comments

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

https://github.com/graham33/nixos-dgx-spark
128•graham33•1d ago•40 comments

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
192•eniac111•2d ago•29 comments
Open in hackernews

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

https://github.com/kol3x/pawmc
2•kol3x•1h ago
I built a personal LLM assistant on Cloudflare Workers + Durable Objects. You specify a category and topic when starting a new conversation, so the backend maintains a summary for each category/topic - building up as more conversations happen under the same one.

There is no complicated RAG, embeddings, or agentic magic, but the category/topic summaries system just works, and I've genuinely found it super handy and have been using it daily for my life and work.

I started it to get familiar with Durable Objects and to test out this idea draft I had buried on my board. After recently losing my job, I started working on it more. Testing it with my friends and focusing on it being as straightforward as possible to understand, deploy and use. This week I open-sourced it for more people to try

Repo: https://github.com/kol3x/pawmc

Some details:

- $0 cost on Cloudflare's free tier with default configuration - Everything in a singleton Durable Object - Workers AI as the default provider - OpenRouter support for more stable access and bigger models (there, you'd need to pay for tokens)