frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Agent Draw: An agent draws while you talk, built on TLDraw

https://techstackups.com/articles/tldraw-agent-draw/
37•jameswhitford•6d ago•14 comments

Show HN: Adaptive Recall, persistent memory for AI assistants over MCP

https://www.adaptiverecall.com/
15•abratabia•1h ago•0 comments

Show HN: Zen Mode – a global focus mode for macOS

https://github.com/cabeen/zen-mode
10•cafebeen•2h ago•3 comments

Show HN: Shirei, cross-platform GUI framework in native Go

https://github.com/hasenj/go-shirei/
73•hsn915•6h ago•40 comments

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
145•cosmtrek•17h ago•62 comments

Show HN: PitchTrail – Perfect Pitch for Kids

https://pitchtrail.app/
4•theckel•1h ago•0 comments

Show HN: Nectar, a Rust-like React that compiles to WebAssembly

https://buildnectar.com
26•blakeburnette•6d ago•11 comments

Show HN: Free Community Radio Player (PWA)

https://radiodock.app/
2•bitmancer•1h ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
4•knrz•1h ago•0 comments

Show HN: Agent-run – Run a coding agent in a sandboxed environment

https://github.com/sin-ack/agent-run
2•trashburger•1h ago•1 comments

Show HN: Kurvengefahr – browser CAD/CAM for pen plotters

https://kurvengefahr.org/
16•tibordp•8h ago•5 comments

Show HN: A subjective AI eval. Arcade games built by AI

https://ai-arcade.app
2•zapeterson16•1h ago•0 comments

Show HN: Summarize – local-first tool that turns videos into notes

https://martino.im/Summarize
2•martinopiaggi•2h ago•0 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode/releases/tag/v1.0.2
2•therepanic•2h ago•0 comments

Show HN: Crawlie Search – Rust powered 12x cheaper site search than Algolia

https://www.crawlie.co/products/search
2•seandotexe•2h ago•1 comments

Show HN: Present of Time – gift someone your undivided time,phone in an envelope

https://presentoftime.com/
2•growt•2h ago•1 comments

Show HN: Skillscript – A declarative, sandboxed language for tool orchestration

https://github.com/sshwarts/skillscript
14•sshwarts•9h ago•15 comments

Show HN: Lazysusan – run commands on your machines from anywhere with just curl

https://github.com/belugashark/lazysusan
2•ishaanmishra•2h ago•0 comments

Show HN: Artificiety – Agentic society in a fantasy world

https://artificiety.world
2•Haldt•2h ago•0 comments

Show HN: I created a platform with a list for promoting your projects

https://listaprojectandpromoteit.digital
4•aanthonymax•2h ago•0 comments

Show HN: I created Redis alternative in Go that even runs natively on Windows

https://github.com/Suleman-Elahi/frostdb
3•inmate4587•2h ago•1 comments

Show HN: How old is someone named Gertrude? SSA data says 80

https://namestrace.com/tools/name-age/
3•willbuilds•2h ago•0 comments

Show HN: Isitsecure – 1-command SAST and DAST and LLM security scanner for web apps

https://github.com/jaurakunal/isitsecure
2•kunaljaura•2h ago•0 comments

Show HN: Mosey Parker – find a ride in bikeshare systems worldwide (iOS)

https://moseyparker.com
2•mjmsmith•3h ago•1 comments

Show HN: Async NFS client library for Rust, without an OS mount point

https://github.com/s2-streamstore/nfs-crust
4•shikhar•3h ago•0 comments

Show HN: 2n – write directory based notes in the terminal

https://github.com/plannotator/2n
2•ramoz•3h ago•0 comments

Show HN: Translate – offline translate CLI for Mac

https://github.com/Arthur-Ficial/translate
2•franze•3h ago•0 comments

Show HN: Probed – Talk to your People. Customer chat, feedback, and roadmaps

https://probed.chat/
2•HeadOfProbing•3h ago•0 comments

Show HN: Kote – Capture and reuse engineering context from AI chats and Git

https://github.com/pedroaugusto04/Kote
2•pedrodduarte•4h ago•0 comments

Show HN: Free tool matches your startup or nonprofit to open federal grants

https://autogranthunter.com/grant-match/
2•averystone_hs•4h ago•0 comments
Open in hackernews

Show HN: Zen Mode – a global focus mode for macOS

https://github.com/cabeen/zen-mode
10•cafebeen•2h ago

Comments

cafebeen•2h ago
Author here, I made this macOS tool "Zen Mode" to provide a global focus mode that works across apps. There are plenty of things approaching this (HazeOver, Stage Manager, built-in full-screen mode, etc.) but nothing quite like I imagined. The basic idea is to have a shortcut to bring the current window front and center and fade everything else to black like a spotlight, and when you're done, the window returns home, and the lights come back up. A simple solution with about 250 lines of Hammerspoon Lua, built with Fable, though with many iterations to get the UX right. Happy to answer any questions or hear any feedback.
daft_pink•45m ago
I wish I could have a tool like this that would focus multiple windows from different apps this way. My workflow just requires different apps at the same time.
cafebeen•22m ago
Would be great, and it's technically possible to spotlight multiple windows in this setup. But I wonder about the mechanics of picking the right apps. One way is to use named sets, e.g. dev=(iTerm2, Safari), each with their own shortcut. Another is to to focus one window and then use Cmd+Tab as an picker to choose which app to add next. I guess it depends on whether the arrangement is changing or relatively stable.