frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Aerko_ – An offline-first, Vanilla JavaScript fitness PWA with local AI

https://github.com/SrPakura/AERKO_PWA
2•SrPakura•20m ago•1 comments

Show HN: The King Wen Permutation: [52, 10, 2]

https://gzw1987-bit.github.io/iching-math/
40•gezhengwen•6h ago•22 comments

Show HN: Lockpaw One hotkey to cover your Mac screen without putting it to sleep

https://github.com/sorkila/lockpaw
3•eriknielsen•2h ago•1 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://github.com/oguzbilgic/agent-kernel
29•obilgic•8h ago•12 comments

Show HN: Codala, a social network built on scanning barcodes

https://play.google.com/store/apps/details?id=com.hsynkrkye.codala&hl=en
57•hsynkrkye•4d ago•25 comments

Show HN: Revise – An AI Editor for Documents

https://revise.io
74•artursapek•1d ago•63 comments

Show HN: GladAITor – Judge AI Products for Free

https://glad-ia-tor.com/
3•Enjoyooor•5h ago•2 comments

Show HN: I made a tool for converting text snippets to shareable image

https://snip2img.com
3•wesammikhail•5h ago•0 comments

Show HN: Free Online Audio Cut – Trim MP3, WAV and More

https://audiocut.io/
2•DoubleStar•5h ago•0 comments

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

https://github.com/kenforthewin/atomic
139•kenforthewin•1d ago•23 comments

Show HN: I made a AI Code Review tool that knows how your company works

https://matrixreview.io/
4•alexandersucala•7h ago•0 comments

Show HN: Refrax – my Arc Browser replacement I made from scratch

https://refrax.website/
10•kageroumado•16h ago•5 comments

Show HN: Time Keep – Location timezones, timers, alarms, countdowns in one place

25•jmbuilds•3d ago•8 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
143•FormerLabFred•2d ago•81 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
195•raskrebs•3d ago•80 comments

Show HN: Termcraft – Terminal-first 2D sandbox survival in Rust

https://github.com/pagel-s/termcraft
133•sebosch•1d ago•25 comments

Show HN: Oku – One tab to filter out noise from feeds and content sources

https://oku.io
20•oan•3d ago•6 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
555•rohan_joshi•3d ago•179 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
263•xlayn•4d ago•81 comments

Show HN: Quillium, Git for Writers

https://quillium.bryanhu.com/
6•thatxliner•14h ago•0 comments

Show HN: I replaced every function in a codebase with English – it still works

https://tril.cc
7•kulesh•1d ago•5 comments

Show HN: OpenFOIA – local-first FOIA toolkit with entity graphs

https://github.com/JordanCoin/openfoia
6•jordancj•22h ago•0 comments

Show HN: AI SDLC Scaffold, repo template for AI-assisted software development

https://github.com/pangon/ai-sdlc-scaffold/
26•pangon•2d ago•12 comments

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

https://github.com/RedGridTactical/RedGridLink
52•redgridtactical•2d ago•30 comments

Show HN: Passport Globe (See where your passport takes you)

https://hariharan.uno/globe
17•hariharan_uno•1d ago•16 comments

Show HN: Playra

https://playra-app.vercel.app/
3•Allenboyy•17h ago•0 comments

Show HN: Foundations of Music (FoM)

https://bookerapp.replit.app/book/fom
2•ersinesen•19h ago•0 comments

Show HN: A BOINC project where AI designs and runs experiments autonomously

https://axiom.heliex.net
6•Pyhelix•21h ago•0 comments

Show HN: AgentMeet – Free, open-source platform for agent-to-agent work

https://www.agentmeet.net/
6•matanrak•21h ago•0 comments

Show HN: MAGA or Not? Political alignment scores for people and companies

https://magaornot.ai
7•rcar1046•21h ago•3 comments
Open in hackernews

Show HN: Lockpaw One hotkey to cover your Mac screen without putting it to sleep

https://github.com/sorkila/lockpaw
3•eriknielsen•2h ago

Comments

aiboost•22m ago
I currently use the built-in caffeinate command in the terminal for this exact use case (keeping AI agents or large downloads running while away).

However, caffeinate fails when I physically close the MacBook lid (unless connected to an external display/power). Looking at your architecture, it seems Lockpaw uses IOPMAssertion from IOKit, which is the same API caffeinate uses.

Does Lockpaw have any workarounds for the lid-closed sleep behavior, or is the primary advantage here combining standard sleep assertions with visual shielding/input blocking? (Either way, solving the 'screen is on and fully accessible' problem of caffeinate is a huge win! Great app.)