frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI-generated stories rated better quality than human-written ones, study finds

https://www.theguardian.com/technology/2026/aug/05/ai-generated-stories-rated-better-quality-than...
1•Risse•33s ago•0 comments

Show HN: Sovereign Engine – Local-first intent engine in Rust and Tauri

https://github.com/Sovereign34/sovereign-engine
1•Sovereign34•43s ago•0 comments

The National Design Studio Became a DOGE Landing Pad. Now 'Big Balls' Is Hiring

https://www.wired.com/story/national-design-studio-doge-recruiting/
1•robbiet480•1m ago•0 comments

The Microstructure of Wealth Transfer in Prediction Markets

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7217640
1•jonbecker•8m ago•0 comments

AI's Latest Rocket Ship Is an Old School, 28-Year-Old Data Company

https://www.forbes.com/sites/iainmartin/2026/08/06/ais-latest-rocket-ship-is-an-old-school-28-yea...
1•Michelangelo11•9m ago•0 comments

The Last New Word

https://www.lucasfcosta.com/fiction/the-last-new-word
1•lucasfcosta•13m ago•0 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
1•electricant•15m ago•0 comments

A private curl-to-Python converter that runs in the browser

https://www.endpoint51.com/curl-to-python/
1•endpoint51•18m ago•1 comments

I run a 9-model LLM council to write a financial newsletter. What breaks

https://marketdaily.ai/blog/eng-llm-council-judge-en-202608
2•delvinchang•19m ago•0 comments

Voyager 1 FDS Computer Emulator

https://zaneham.github.io/voyager-fds-emulator/
2•rahen•20m ago•0 comments

A domain can now say it is for sale, in DNS

https://specification.website/spec/foundations/for-sale-dns/
2•shaunpud•22m ago•0 comments

Show HN: Patchward-check – list the test expectations a diff removes

https://pypi.org/project/patchward-check/
1•kolesnikov-arch•23m ago•0 comments

A Generation on Antidepressants Searches for the Exit

https://www.nytimes.com/2026/08/07/opinion/antidepressants-ssris-side-effects-drugs-maha.html
2•bookofjoe•31m ago•1 comments

Sleep Alters the Velocity of Physiological Brain Pulsations in Humans

https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202503745
1•cs1996•32m ago•0 comments

Hacker News MCP

https://hackernews.marcokittel.de
2•evlute•32m ago•1 comments

Downfall

https://downfall.page/
4•conferza•35m ago•0 comments

ROMbug Onion: A Tor Browser with Onion Routing, Privacy and a Separate Identity

https://rombugonion.com/
1•chainbuilder•35m ago•0 comments

Superdna – analyze your DNA raw file locally

https://github.com/Wolg/superdna
1•wolg•35m ago•0 comments

How Cleaning up space debris could grow to become a big business

https://www.cnbc.com/2026/08/08/space-debris-junk-spacex-rocket-moon-crash.html
1•ck2•36m ago•1 comments

The Caretakers

https://leejo.github.io/2026/08/08/caretakers/
1•leejo•36m ago•0 comments

Marimomono: A Marimo Simulator

https://www.zeldas.page/marimo
1•zeldahessler•39m ago•0 comments

MCP Is Dead; Long Live MCP – Revisited

https://chrlschn.dev/blog/2026/08/mcp-is-dead-long-live-mcp/
1•CharlieDigital•43m ago•0 comments

They don't make 'em like Sublime Text anymore

https://dbushell.com/2026/08/07/sublime-text/
2•vinhnx•45m ago•1 comments

Move 37 Is the Moment AI Changes Everything. It's Suddenly Happening Everywhere

https://www.wsj.com/tech/ai/move-37-ai-demis-hassabis-google-deepmind-alphago-ec832a41
2•fortran77•46m ago•1 comments

Ask HN: Is Ask HN Shrinking?

4•keiferski•49m ago•4 comments

Show HN: My AI agent built and shipped a browser game on its own

https://overlk.itch.io/afterimage
2•yoopla_dev•50m ago•0 comments

Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer

https://pointersgonewild.com/2026-08-06-building-groovie-an-advanced-web-based-drum-beat-sequencer/
1•maxime_cb•52m ago•0 comments

Cave of the Crystals

https://en.wikipedia.org/wiki/Cave_of_the_Crystals
2•ColinWright•53m ago•0 comments

Git, CRDT, Markdown

https://replicated.live/blog/crdt.html
1•gritzko•54m ago•0 comments

A skills-based pathway to licensure is ordered in New Mexico [pdf]

https://web.archive.org/web/20260805102345/https://nmcourts.gov/wp-content/uploads/2026/07/Order-...
1•firefax•54m ago•0 comments
Open in hackernews

Show HN: Ewwii, An extensible widget system for all of Linux

https://github.com/Ewwii-sh/ewwii
1•byson94•1h ago
Hi all! I've been working on a GTK4 based widget system for Linux (wayland + x11) for the past year now. It started out as a fork of eww, the famous gtk3 based widget system, but after several rewrites, I'm proud to say that its completely different and way more powerful than the original.

Ewwii uses NBCL as the configuration language. But it does not lock you into it for configuration. Through the plugin system, even the core configuration language of ewwii can be replaced, and new widgets can be created. Its highly optimized and is extremely featherweight (4.8 MB).

One added benefit of ewwii is the plugin manager. Users can use it to painlessly manage multiple plugins. The users of eww can also easily switch to ewwii while preserving their yuck configs by using the "yucky-ewwii" plugin.

I soon am going to release the new version which bundles a lot of new features and quality of life. If you want to contribute to ewwii, you're most welcome!