frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Micro-JavaScript: A pure Python JavaScript engine, inspired by MicroQuickJS

https://github.com/simonw/micro-javascript
1•nz•32s ago•0 comments

Rashidieh

https://en.wikipedia.org/wiki/Rashidieh
1•vinnyglennon•2m ago•0 comments

AI agent startup uses agent to lead 100M round

https://techcrunch.com/2026/07/09/an-ai-agent-startup-just-let-its-agent-run-its-100-million-fund...
1•noashavit•7m ago•0 comments

Lindsey Graham Dead at 71

https://www.economist.com/united-states/2026/07/12/lindsey-graham-represented-the-arc-of-his-party
2•andsoitis•8m ago•1 comments

Show HN: Hologram, photo management and culling built with Tauri

https://github.com/ThatXliner/Hologram
1•thatxliner•12m ago•0 comments

2028 Could Bring the Most Mind-Bendingly Expensive Apple Product of All Time

https://gizmodo.com/2028-could-bring-the-most-mind-bendingly-expensive-apple-product-of-all-time-...
2•megamike•14m ago•1 comments

The cost of AI-assisted development: cognitive fatigue

https://warpedvisions.org/blog/2025/hitting-the-wall-at-ai-speed/
3•winter_blue•17m ago•0 comments

How to Get What You Want

https://andys.blog/how-to-get-what-you-want/
2•andytratt•18m ago•0 comments

Amicro: Micro-Transitions Library

https://amicro.vercel.app/
2•handfuloflight•22m ago•0 comments

Argocd-AI-Assistant

https://github.com/saidsef/argocd-ai-assistant
2•saidsef•22m ago•0 comments

Physicists recreate black hole energy extraction in the lab

https://www.sciencedaily.com/releases/2026/07/260711010120.htm
3•stonlyb•25m ago•0 comments

Grok 4.6 and GPT5.6 beat Anthropic for finding security vulnerabilities in PRs

https://docs.damsecure.ai/blog/pr-review-security-benchmark/
4•pcollins123•26m ago•1 comments

Designing and assembling my first PCB

https://vilkeliskis.com/b/2026/0711.html
3•tadasv•26m ago•0 comments

Prescryb – an MCP server for CVE and config remediation

https://github.com/konstruktoid/prescryb
2•konstruktoid•27m ago•0 comments

Privacy-First PDF Tools

https://cleanvault.github.io/
2•audit-mate•27m ago•1 comments

Dither Kit: Make your charts dither

https://www.tripwire.sh/dither-kit
2•handfuloflight•28m ago•0 comments

Architecture Description Languages [pdf]

https://ics.uci.edu/~taylor/documents/2000-ADLs-TSE.pdf
5•ascent817•29m ago•0 comments

Why Vanilla JavaScript

https://guseyn.com/html/posts/why-vanilla-js.html
2•guseyn•29m ago•0 comments

Energy Engineer Explains: "AI Will Take Your Job" Is Laughably Wrong [video]

https://www.youtube.com/watch?v=sQGZXrzykpU
2•4lx87•29m ago•0 comments

Cyberpunk Comics, Manga and Graphic Novels

https://shellzine.net/cyberpunk-comics/
13•zdw•37m ago•0 comments

Mastodon, the Only Good Choice

https://www.tbray.org/ongoing/When/202x/2026/07/05/Choose-Mastodon
4•zdw•38m ago•1 comments

Show HN: Cpulse – See why your Docker Compose stack is stuck

https://github.com/hyturing/compose-pulse
2•hyturing•39m ago•0 comments

How to build a circular LCD clock

https://blinry.org/lcd-clock/
3•zdw•42m ago•1 comments

We taught our platform to learn its own pricing decisions

https://avriz.io/eng/paper
2•rezat•43m ago•2 comments

LLMs and Shaders

https://amitp.blogspot.com/2026/07/llms-and-shaders.html
2•bobbiechen•48m ago•0 comments

SK Hynix CEO sees worst memory shortage in 2027, with high demand beyond 2030

https://www.reuters.com/world/asia-pacific/sk-hynix-ceo-sees-worst-ever-memory-supply-shortage-20...
3•jnord•49m ago•1 comments

A Speed Limit for Computers

https://caolan.uk/notes/2026-07-02_a_speed_limit_for_computers.cm
5•zdw•53m ago•0 comments

Show HN: Collaborative context-sharing memory platform for agents and teams

https://xysq.ai/
2•ximihoque•54m ago•0 comments

A Technology for Free Will

https://ziyzhu.com/a-technology-for-free-will
2•ziyzhu•55m ago•0 comments

You can now create and chat with an AI Mommy on Chatbrat

https://chatbrat.ai/bratlog/chat-with-ai-mommy-free
2•henrypissler•57m ago•1 comments
Open in hackernews

Show HN: Sleep external displays connected to a MacBook after closing lid

https://github.com/KristijanKocev/lidwatch
2•justAnotherHero•1h ago
LidWatch listens to the lid state of your laptop and does not allow the default clamshell behaviour where external displays stay awake if connected to a power source.

My previous solution included yanking the display cable out every time I wanted to close the lid and then plugging it back in.

After looking for an easy solution, I tried https://github.com/pirj/noclamshell but I didn't like the approach it took where it basically polled every 2 seconds and reacted to the lid state at the time of the poll. This + using a stale state reading led to a bug where it activated sleep mode with the lid open. I also did not want to install an app as I see this as a lightweight utility your turn on and forget, not something taking up menu bar space.

The way it works is by listening to native macOS state for power, external displays and the lid position, resulting in a noop if no power of external display is connected or sending the external display to sleep if all conditions are met. The cable still continues to charge the battery even with the lid closed.