frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Quiddity and Haecceity

https://www.openhorizons.org/quiddity-and-8203haecceity-whatness-and-thisness-in-a-world-of-becom...
1•Bluestein•17s ago•0 comments

Show HN: Create tweet-style and text-first social posts

https://www.postsfromtemplates.com/
1•StanleySathler•1m ago•0 comments

Findphone: Locate a nearby Bluetooth device by signal strength

https://github.com/ben-z/findphone
1•helsinkiandrew•2m ago•0 comments

1899 Missed the Roomba

https://heyjonny.dev/posts/1899-missed-the-roomba/
1•heyjonny•2m ago•0 comments

Every Noise at Once

https://everynoise.com/
1•0x4e•2m ago•0 comments

Ask HN: How do you correct spatial reasoning of LLMs?

1•mstaoru•3m ago•0 comments

Objects That Explain America

https://www.nytimes.com/interactive/2026/08/04/opinion/museum-of-america.html
1•reaperducer•5m ago•0 comments

eBay's 1995 Debut

https://dfarq.homeip.net/ebays-1995-debut/
1•jnord•5m ago•0 comments

Show HN: Ambient Capture Engine

https://github.com/Rafaelpta/litepipe
1•rafaepta•6m ago•0 comments

Why the Legendary Erdős Problems Are Falling to AI

https://www.quantamagazine.org/why-the-legendary-erdos-problems-are-falling-to-ai-20260803/
1•pseudolus•7m ago•0 comments

Show HN: Claude-account now works on macOS too

https://github.com/hamzarehmandeveloper/claude-account/releases/tag/v0.2.0
1•hamza_rehman•10m ago•0 comments

Show HN: OdeCare – radar-based monitoring for aging parents, no wearables

https://odecare.com/
1•decaster3•12m ago•0 comments

How Internet Fighting Works

https://www.smbc-comics.com/comic/2013-04-07
2•fanf2•15m ago•0 comments

Kimi K3 2.78T on One CPU with 8GB RAM

https://github.com/FareedKhan-dev/kimi-k3-in-c
3•OsamaJaber•15m ago•0 comments

Show HN: Hardware requirement calculator for local LLMs

https://soverignplan.app/
1•gkrishna•16m ago•0 comments

Could psilocybin be the key to treating anorexia?

https://www.scientificamerican.com/article/psilocybin-could-kick-start-anorexia-recovery-early-re...
2•tzury•18m ago•0 comments

Show HN: An app to dump notes during the day and plan todos without distraction

https://today.spqrk.net/
1•SPQRK•19m ago•0 comments

Could a change in diet improve mental health? Metabolic psychiatry explained.

https://www.nationalgeographic.com/health/article/metabolic-psychiatry-keto-diet-brain-science
1•bookofjoe•25m ago•1 comments

Yeti Devworks

https://yetidevworks.com/
1•joshka•26m ago•0 comments

Ask HN: I built bribes.fyi, now I am stuck what to with it

1•neverenderr•26m ago•2 comments

Study: People prefer stories written by AI

https://www.cambridge.org/core/journals/judgment-and-decision-making/article/bot-or-not-can-peopl...
2•senordevnyc•28m ago•2 comments

Night-Tower: Over-Engineered Homelab Powered by Fighter Jets and AI Chaos

https://shadowfish.night-tower.net/post/night-tower-homelab-architecture/
1•taubek•29m ago•0 comments

Trump's AI protectionism has come for robotics

https://www.technologyreview.com/2026/08/03/1141056/trumps-ai-protectionism-has-come-for-robotics/
1•rbanffy•31m ago•0 comments

Kioxia's nearly faster than Optane SSD

https://www.blocksandfiles.com/flash/2026/08/03/kioxias-nearly-faster-than-optane-ssd/5282259
2•rbanffy•31m ago•0 comments

SQS consumer can hang forever by default

https://encore.dev/blog/message-queue-hangs
2•eandre•31m ago•0 comments

Drug Discovery Has No Magic Wands by Daphne Koller

https://www.a16z.news/p/drug-discovery-has-no-magic-wands
1•eamag•33m ago•0 comments

Sober: Local-first code reviewer for agentic PR (deterministic and model review)

https://sober-dev.app/
1•marmai•33m ago•1 comments

People are ghosting long-term partners. Some don't regret it

https://www.wired.com/story/people-are-ghosting-long-term-partners-some-dont-regret-it/
4•eternalreturn•34m ago•0 comments

Show HN: Free EN 16931 e-invoice validator that runs in the browser

https://einvoicekit.com/
1•yzaroui•34m ago•0 comments

Belgie – TypeScript Sandboxes and React MCP Apps for Python

https://mplemay.github.io/belgie/
3•mplemay•36m ago•0 comments
Open in hackernews

Show HN: Textracto – fzf for your screen (macOS)

https://textracto.app/
2•ahalbert4•51m ago

Comments

ahalbert4•50m ago
Hi HN!

Textracto is a macOS app (14+) that lets you effortlessly copy text, even when it's unselectable.

Option-Space lets you fuzzy-find any text on screen, then select it or copy it to your clipboard, without ever using the mouse.

I'm often asked to get IDs out of screenshots, and I like using extrakto (https://github.com/laktak/extrakto/) for copying text in my terminal, so why not have the same thing for the rest of my screen?

It combines two sources. The Apple AX API is the first pass. At the same time, the Apple Vision API OCRs the screen to capture text from the parts that don't play well with AX, or that are actually images. Both stream into the palette as they get recognized and deduplicated, so even with a slow AX tree, Textracto is still fast.

Permissions: Screen Recording to read the screen, Accessibility to read exact characters and to click.

Privacy: nothing leaves your computer.

I wanted to make it FOSS, but my wife said that if we were paying for an Apple Developer account and a domain, I had to at least try to make the money back. So it's closed source and paid: 250 free uses, then an unobtrusive reminder to buy a license. Make her happy and I'll make it FOSS. It's $2.49 during the beta launch period and $4.99 after.

What's on your screen that you can't select?