frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How tech workers feel about work

https://www.lennysnewsletter.com/p/how-tech-workers-really-feel-about
1•kungfudoi•27s ago•0 comments

Linux from Scratch

https://www.linuxfromscratch.org/lfs/view/12.3/
1•rareitem•2m ago•0 comments

Theory of Control

https://www.tabulamag.com/p/introduction-to-theory-of-control
1•KingOfCoders•14m ago•0 comments

SpaceX's ninth Starship flight test ends in another explosion

https://www.theverge.com/news/675379/spacexs-ninth-starship-flight-test-ends-in-another-explosion
2•ramn7•15m ago•0 comments

An Extreme Cousin for Pluto? Possible Dwarf Planet at Solar System Edge

https://www.ias.edu/news/extreme-cousin-pluto-possible-dwarf-planet-discovered-solar-systems-edge
2•raattgift•19m ago•0 comments

Show HN: 3DGS implementation in Nvidia Warp: clean, minimal, runs on CPU and GPU

https://github.com/guoriyue/3dgs-warp-scratch
1•Rigue•20m ago•0 comments

OpenAI may soon let you 'sign in with ChatGPT' for other apps

https://techcrunch.com/2025/05/27/openai-may-soon-let-you-sign-in-with-chatgpt-for-other-apps/
2•ashutosh-mishra•30m ago•0 comments

Poe-Powered SBC Setup

https://bret.dk/the-ultimate-poe-powered-sbc-setup/
1•transpute•32m ago•0 comments

Anthropic launches a voice mode for Claude

https://techcrunch.com/2025/05/27/anthropic-launches-a-voice-mode-for-claude/
4•ashutosh-mishra•32m ago•0 comments

The Miracle Morning

https://robertglazer.com/elevate-podcast/hal-elrod-ten-year-anniversary-miracle-morning/
2•Elaris•33m ago•0 comments

Ask HN: Mid Life Crisis

5•amathew•34m ago•0 comments

Nothing's Carl Pei says your smartphone's OS will replace all of its apps

https://9to5google.com/2025/05/27/nothing-carl-pei-smartphone-future-without-apps/
1•ashutosh-mishra•34m ago•0 comments

Show HN: My AI Tutor now supports voice mode

https://www.tutorflowai.com/
2•AzariaK•34m ago•0 comments

From Heaven to Hell: The Odd Vertical Limits of Land Ownership (2018)

https://99percentinvisible.org/article/heaven-hell-exploring-odd-vertical-limits-land-ownership/
1•marviel•36m ago•0 comments

Southwest Airlines Sets Baggage Fees

https://www.nytimes.com/2025/05/27/travel/southwest-airlines-baggage-fees.html
1•lxm•50m ago•0 comments

Ask HN: Is anyone using AI conversation partners?

6•rickcarlino•53m ago•3 comments

How not to format a private key

https://keymaterial.net/2025/02/19/how-not-to-format-a-private-key/
2•gone35•55m ago•0 comments

Global high-performance proof-of-stake blockchain with erasure coding

https://github.com/qkniep/alpenglow
2•lawrenceyan•55m ago•0 comments

Why MCP clicked for me: It's not about the API, it's about the design

https://gabbert.me/Posts/Why+MCP+finally+clicked+for+me
1•acgabbert•57m ago•0 comments

AWS IQ End of Support

https://docs.aws.amazon.com/aws-iq/latest/experts-user-guide/aws-iq-end-of-support.html
2•belter•57m ago•0 comments

Show HN: Connecting People Through AI-Powered Video Sentiment Matching

https://www.loom.com/share/9b7618a67e7347d9a7a539e89327cc77?sid=26adde55-432c-4cec-a7dd-f2ffad134161
3•armini•1h ago•0 comments

Show HN: AutoThink – Boosts local LLM performance by 43% with adaptive reasoning

40•codelion•1h ago•3 comments

China signs deal with Russia to build a power plant on the moon

https://www.livescience.com/space/the-moon/china-signs-deal-with-russia-to-build-a-power-plant-on-the-moon-potentially-leaving-the-us-in-the-dust
6•andrewfromx•1h ago•0 comments

Precision Laser at the Moon in Daylight, Reaching Historic Deep-Space Milestone

https://www.sustainability-times.com/research/china-stuns-the-world-by-firing-precision-laser-at-the-moon-in-daylight-reaching-historic-deep-space-targeting-milestone/
1•andrewfromx•1h ago•0 comments

Ask HN: Why No Crypto / Web3 links?

3•kentf•1h ago•5 comments

River Queue

https://riverqueue.com/
2•veggieroll•1h ago•0 comments

GM Invests in V-8 Engines as It Backpedals on EVs

https://www.wsj.com/business/autos/general-motors-to-invest-888-million-in-propulsion-plant-23ea7636
2•melling•1h ago•1 comments

AskHN: Rebuild a Project with Copilot GitHub Interfaces

1•solarized•1h ago•0 comments

Theory of Stupidity [pdf]

https://www.onthewing.org/user/Bonhoeffer%20-%20Theory%20of%20Stupidity.pdf
29•dargscisyhp•1h ago•5 comments

Difference Engine #2

https://www.atlasobscura.com/places/difference-engine-2
1•SerCe•1h ago•0 comments
Open in hackernews

Signal to Windows Recall: Drop Dead

https://www.computerworld.com/article/3994265/signal-to-windows-recall-drop-dead.html
18•CrankyBear•10h ago

Comments

LorenDB•9h ago
Previous discussion of same topic: https://news.ycombinator.com/item?id=44053364
yupyupyups•9h ago
In short: Signal uses DRM to prevent Windows Recall (spyware) from capturing what's inside the app. It's similar to how Netflix prevents piracy.

That's an interesting use-case of web DRM.

There are other details in the article, for example about Recall forces users to use biometrics to then permit them to authenticate using a PIN code. That's an interesting observation.

mmozeiko•9h ago
I don't know why Signal calls it "DRM" because the do not use DRM for this. Typically DRM means encryption & keys are involved (which is what Netflix & others are doing with Widevine or PlayReady).

All Signal does is just a simple Windows API call to exclude window from screen capture. SetWindowDisplayAffinity function with WDA_EXCLUDEFROMCAPTURE argument: https://learn.microsoft.com/en-us/windows/win32/api/winuser/...

yupyupyups•7h ago
Thanks for the insight, I thought they took advantage of the whole DRM stack (including HDCP in monitors) to encrypt the UI and let the monitor decrypt it.
k_roy•2h ago
And Microsoft, literally call it the DRM flag. DRM doesn't insist on being encrypted.

https://learn.microsoft.com/en-us/windows/client-management/...

And that "simple Windows API" call is pretty much absolute, since it's across the stack.