frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Netmnt 0.2.0

https://github.com/thongor77/netmnt
3•magetriste•2h ago•1 comments

Show HN: Minimal LLM Post-Training Experiments on an 8GB GPU (SFT, DPO, GRPO)

https://github.com/pochenai/nano-llm-posttraining
8•popopanda•5h ago•0 comments

Show HN: DSCode – Coding Agent Powered by DeepSeek

https://dscode.ai/
3•qwikhost•2h ago•0 comments

Show HN: What should the GUI for AI agents look like?

https://marbleos.com/demo
127•akbabu•1d ago•75 comments

Show HN: Aurora – AI Gateway built in Go

https://github.com/aurorallm/aurora
6•gurveer51•3h ago•0 comments

Show HN: Wienerdog – memory and self-improving skills for Claude Code/Codex

https://github.com/wienerdog-ai/wienerdog/
4•thegyula•4h ago•0 comments

Show HN: Gander, an Android file viewer that asks for no permissions

https://github.com/mokshablr/gander
200•mokshablr•1d ago•72 comments

Show HN: Warpgate 0.27 (FOSS Teleport alternative) adds RDP/VNC support

https://warpgate.null.page/
2•hardex•4h ago•0 comments

Show HN: BitBang – Reach machines behind NAT from a browser, no account

https://github.com/richlegrand/bitbang-cli
86•narragansett•1d ago•37 comments

Show HN: Wisp – a Linux shell with Lua scripting and structured pipelines

https://github.com/Hinikaa/wisp
7•hinikaa•9h ago•1 comments

Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it

https://www.ctgt.ai/research/distillation-censorship-transfer
165•cgorlla•1d ago•72 comments

Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite

https://kedge.dev/
134•wgjordan•3d ago•25 comments

Show HN: I worked on a new browser for 2 years, today it passed Acid 3

https://code.intellios.ai/cwbrowser/
131•coolwulf•20h ago•39 comments

Show HN: How to build and self-host a code review agent

https://www.trytilde.ai/blog/how-to-build-code-review-agent
28•solsol94•21h ago•6 comments

Show HN: Slope remade in HTML5 to load instantly on any browser, any device

https://hurtle.site/
39•novlrdotcom•1d ago•19 comments

Show HN: MCP inspection for live Avalonia, WPF, WinUI and MAUI apps

https://github.com/trrahul/XamlMcp
3•trrahul•7h ago•0 comments

Show HN: Horus-runtime – Train your own tiny LLM from scratch

https://github.com/temple-compute/pantheon/tree/main/workflows/ai/w02-tiny-llm
2•chdominguez•8h ago•0 comments

Show HN: Open source React Native debugging studio

https://www.nativescope.dev
5•guigg•15h ago•1 comments

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
903•gitpusher42•3d ago•339 comments

Show HN: Chronos, 2 terminal games through 50 years of hacking history

https://www.chronos-game.com/
14•xav77•1d ago•5 comments

Show HN: SendPage – Paste AI-generated HTML, get a link clients can open

https://sendpageapp.com
3•jack714•9h ago•0 comments

Show HN: I made a game where you build a CPU from logic gates

https://select.supply/game/chipbuilder
97•laurentiurad•2d ago•69 comments

Show HN: SmokeVPN – All-in-One WireGuard VPN Hub – Switch Exits in Realtime

https://smokevpn.com
8•lobito25•17h ago•3 comments

Show HN: The Goal is simple, there should be an actual free editor

https://sylixide.com
19•Sai-09•1d ago•7 comments

Show HN: I built a cross-browser extension that controls fingerprinting surfaces

https://privacything.com/en/
19•tomaszjanusz•1d ago•10 comments

Show HN: Habit Dungeon – RPG gamification that helps good habits stick

https://gamifyhabits.app/
2•jackedv•10h ago•1 comments

Show HN: Lightweight, S3-compatible object storage server

https://vaults3.com/
3•open_source_new•10h ago•2 comments

Show HN: One no-subscriptions online search for all your agent needs

2•freakynit•12h ago•0 comments

Show HN: Best Books Guide – curated books list with tracking, rating, reviews

https://bestbooks.guide/
2•gste•12h ago•0 comments

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

https://github.com/VladUZH/qwen-scribe
94•sidclaw•3d ago•21 comments
Open in hackernews

Show HN: Wienerdog – memory and self-improving skills for Claude Code/Codex

https://github.com/wienerdog-ai/wienerdog/
4•thegyula•4h ago
The idea of Wienerdog was born out of my experience setting up my own simple but effective system of memory, self-improving skills and hooks for Claude Code and Codex. As I was teaching my friends and colleagues how to set up their own I found myself automating more and more of my system setup and finally I decided to publish it on GitHub to help others get more out of their AI usage.

So what is Wienerdog? Simply put, it is just files — no daemon, no server, no telemetry: a collection of instructions and skills that you can install by pasting just one line (npx wienerdog@latest init) and it will give your Claude Code / Codex:

- a proper base information CLAUDE.md / AGENTS.md file created by doing a simple, friendly interview with you (existing files are respected — Wienerdog only writes inside its own clearly-marked block). - a persistent, markdown-based memory vault following the PARA convention, similar to the Obsidian vaults many folks use. Already have a vault? No problem, you can just point it to it. - automated ‘hooks’ that will pull in key information (who you are, what you do, etc.) into each session and detect and save critical new information into your persistent memory. - automated daily ‘dreaming’ runs that digest the previous day’s sessions and store their key information into memory. If your computer is off or asleep at that time, the dreaming run will catch up when you're back. - repeating task patterns are identified and turned into reusable skills which can be further improved automatically. - if you are using both Claude Code and Codex (like I do) they will be able to read from and contribute to the same memory vault. You are not locked in to any vendor. - a basic (and optional) integration with the Google suite to give your AI access to your Gmail, Calendar and Drive — read-only and draft-only by default.

Everything Wienerdog does can run on your existing Anthropic / OpenAI subscription, in line with their terms. The project is open-source on GitHub and free forever under the MIT license. I do this for fun and to give a little something back.

I have put quite a bit of work into Wienerdog already and am happily using it myself for its own development (dogfooding — get it?). In fact, most of Wienerdog's code was written by AI agents following its own spec system, using the memory vault that lives in the repo. With that said, it is still early and a work in progress that could use more eyes. I'd love for you to try it out and ask questions, request new things to add or even contribute on GitHub if you have the time and capacity.

P.S. Why the name Wienerdog? Because I love these little tube-shaped snouty sausage clowns :)