frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CheapFoodMap – A map of good meals under $10

https://cheapfoodmap.com/
233•jaep1•19h ago•206 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
835•gitpusher42•21h ago•295 comments

Show HN: A local merge queue for parallel Claude Code agents

https://github.com/funador/claude-code-merge-queue
39•funador•11h ago•14 comments

Show HN: Two AI eyes argue about morality, using the sociology of justification

https://orb-eye-ten.vercel.app/
2•zamtam•2h ago•0 comments

Show HN: Wiki-like edit for Lean 4 project Physlib

https://jstoobysmith.github.io/PhyslibVerso/
2•leanexplorer•2h ago•0 comments

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

https://github.com/VladUZH/qwen-scribe
87•sidclaw•21h ago•18 comments

Show HN: Ask what reviewers love and hate about any Google Play app

https://seam.obverselabs.com/
2•OtmaneBenazzou•2h ago•0 comments

Show HN: DeltaSnap – Undo for Mac, built on APFS snapshot entitlement from Apple

https://scaleninja.com/blog/deltasnap/
2•yadvr•3h ago•0 comments

Show HN: An app that logs your meal's calories from a photo

https://btrapp.com/
10•behzodhalil•4h ago•4 comments

Show HN: I built myself the simplest worktree management tool

https://github.com/kerem-kaynak/wt
2•kasktra•3h ago•1 comments

Show HN: Ripple – Auto-fixes downstream code when APIs change

https://aakash2408.github.io/ripple/
2•Aakash2408•3h ago•0 comments

Show HN: I built a tool finding potential users discussing problems

https://agenmatic.ai/features
4•Nancylily•3h ago•10 comments

Show HN: A Dark Cave – minimalist survival/settlement building game

https://a-dark-cave.com/
3•julez_•3h ago•2 comments

Show HN: My AI keeps getting smarter. I don't. So I built Engram

https://github.com/nagisanzenin/engram
3•nagisanzeninz•3h ago•0 comments

Show HN: BPM Companion – app that matches playlist to your cadence (beta)

https://bpmcompanion.app/
2•ksh2u•3h ago•0 comments

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

https://kedge.dev/
62•wgjordan•19h ago•15 comments

Show HN: Found Live Driving Conditions all over the world. Lets see

https://www.wfy24.com/en/routes
3•weatherfun•3h ago•0 comments

Show HN: Focal Harvest – local web research and OSINT pipeline

https://techno-neighbour.github.io/focal-harvest/
2•xlr8_track•4h ago•2 comments

Show HN: The Federalist Papers, typeset as the 1787 newspapers they ran in

https://federalistreader.org/
42•vhwalke•22h ago•11 comments

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
414•twalichiewicz•1d ago•116 comments

Show HN: Full stack development from one codebase web, Android, and iOS

https://github.com/usedowe/dowe-lang
10•victorriba•11h ago•1 comments

Show HN: Dreeve, a self-hosted dashboard for your sports and fitness data

https://github.com/dreeveapp/dreeve
15•frogfuhrer•17h ago•2 comments

Show HN: RunNburn – Run a 295B Moe from a 98GB GGUF on a 64GB RAM Desktop

https://github.com/coderredlab/runNburn
6•coderredlab•10h ago•0 comments

Show HN: Run Full Kimi K3 with 29 GB of RAM

https://github.com/sqliteai/waste/
8•marcobambini•6h ago•2 comments

Show HN: Emboss – a Python PDF engine that keeps documents as structured data

https://github.com/GGChamp85/Emboss
6•gauravgupta85•6h ago•1 comments

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

https://github.com/reflex-dev/xy
131•apetuskey•1d ago•46 comments

Show HN: Alarium – a live 3D flight tracker built on community ADS-B

https://www.alarium.tech
4•brandonponce•9h ago•0 comments

Show HN: Dibba – Automated Personal Finance

https://apps.apple.com/us/app/dibba/id6759825700
2•safonovklim•6h ago•0 comments

Show HN: Legionlinuxtui – Control Lenovo legion laptops in the terminal

https://github.com/nooneknowspeter/legionlinuxtui
4•nooneknowspeter•10h ago•0 comments

Show HN: GlobeHoppr – find a route between cities using limited-distance jumps

https://globehoppr.com
5•JohnJohnson123•10h ago•0 comments
Open in hackernews

Show HN: I built myself the simplest worktree management tool

https://github.com/kerem-kaynak/wt
2•kasktra•3h ago

Comments

kasktra•3h ago
I recently went back to using my terminal more instead of using tools like Conductor, Paseo, Codex App. This led me to start managing my own worktrees, which is annoying if you want to set up your whole environment in a worktree. Then I started looking into worktree management tools but most of them had too much, so I built myself one. A 100-line shell function and that's it. Open source and easily extendable.

You drop a shell script into your repo that copies over all the important files and runs the setup commands. wt will automatically run it in the background whenever you create a new worktree. You can start working instantly, it will let you know when the dev environment is ready. Check it out and let me know what you think.