frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CDC approves updated Covid-19, chickenpox vaccine recommendations

https://www.statnews.com/2025/10/06/cdc-approves-covid-vaccine-recommendations/
1•bikenaga•1m ago•0 comments

Lehman's Laws of Software Evolution

https://en.wikipedia.org/wiki/Lehman%27s_laws_of_software_evolution
1•harperlee•1m ago•0 comments

How the US got left behind in the global electric car race

https://www.bbc.com/news/articles/c8ex2l58en4o
2•inerte•2m ago•0 comments

Millions rely on dwindling Colorado River–but are kept 'in the dark' about fixes

https://phys.org/news/2025-10-millions-dwindling-colorado-river-dark.html
2•bikenaga•4m ago•0 comments

Using Codex Is a Lot Like Baking

https://elijahpotter.dev/articles/using_codex_is_a_lot_like_baking
1•chilipepperhott•5m ago•0 comments

Positivity Offset

https://en.wikipedia.org/wiki/Positivity_offset
1•softwaredoug•6m ago•0 comments

Swift Profile Recorder

https://www.swift.org/blog/swift-profile-recorder/
1•dayanruben•7m ago•0 comments

So You Wanna Shitpost: A Creator's Guide to Weaponized Nonsense

https://com.manychat.com/article/so-you-wanna-shitpost
1•laurex•10m ago•0 comments

Migrated Webpack to Vite and Rolldown. 78s to 3.5s reduction

https://twitter.com/ianberdin/status/1974907286247358788
1•ianberdin•10m ago•0 comments

Sora 2 Pro is now available in API

https://platform.openai.com/docs/models/sora-2-pro
1•SweetSoftPillow•10m ago•0 comments

The Business Case for NeoCloud

https://modernenterprise.substack.com/p/the-business-case-for-neocloud
1•latchkey•10m ago•0 comments

GPT-5 Pro is now available in API

https://platform.openai.com/docs/models/gpt-5-pro
1•SweetSoftPillow•11m ago•1 comments

AMA session with Mozilla leadership team

https://old.reddit.com/r/firefox/comments/1nzn5kq/october_6_2025_ama_session_with_mozilla/
4•vladyslavfox•11m ago•0 comments

Crawler Best Practices

https://www.ietf.org/archive/id/draft-illyes-aipref-cbcp-01.html
1•twapi•15m ago•0 comments

Arvid Norberg: Premature Generalization

https://www.youtube.com/watch?v=P5lNzRA8rYI
1•birdculture•15m ago•0 comments

Show HN: Open-Source Clay.com Alternative

https://github.com/getbeton/beton-ai
1•nadyyym•17m ago•0 comments

Undue Process

https://netwars.pelicancrossing.net/2025/10/03/undue-process/
1•ColinWright•17m ago•0 comments

FIFA's Blockchain-Based Ticketing System Faces Preliminary Probe

https://www.bloomberg.com/news/articles/2025-10-06/fifa-s-world-cup-blockchain-based-ticketing-sy...
2•wslh•17m ago•1 comments

Young People Are Falling in Love with Old Technology

https://www.wsj.com/tech/personal-tech/flip-phone-digital-camera-28a118dd
3•alexcos•19m ago•1 comments

Engineering at Scale

https://spectrum.ieee.org/engineering-scale
2•rbanffy•20m ago•0 comments

Show HN: HackCLI – A Slack terminal client for Hack Clubbers

https://github.com/Jan-Kur/HackCLI
2•Jan_Kur•22m ago•0 comments

Bringing the museum into your living room

https://www.ynetnews.com/health_science/article/bjnw6l8bxx
2•mooreds•22m ago•0 comments

es-toolkit: JavaScript utility library

https://es-toolkit.dev/
2•mooreds•24m ago•0 comments

OpenAI Is Good at Deals

https://www.bloomberg.com/opinion/newsletters/2025-10-06/openai-is-good-at-deals
6•feross•26m ago•1 comments

Write in C – Let it Be

https://wiki.tcl-lang.org/page/Write+in+C
3•axiomdata316•26m ago•1 comments

No time to learn React (2024)

https://www.keithcirkel.co.uk/i-dont-have-time-to-learn-react/
2•mooreds•27m ago•0 comments

Show HN: Tangled – Git collaboration built on AT Protocol

https://tangled.org
3•icy•30m ago•0 comments

From Claude Code to PageIndex: The Rise of Agentic Retrieval

https://vectifyai.notion.site/agentic-retrieval
8•mingtianzhang•32m ago•0 comments

Show HN: Dodocu – AI that reads and summarizes any contract or document

https://dodocu.xyz
2•valart•33m ago•0 comments

Chatcontrol: German Interior Ministry tries to force approval with a trick

https://pirati.io/2025/10/chatcontrol-il-ministero-dellinterno-tedesco-cerca-di-forzare-lapprovaz...
2•nickslaughter02•34m ago•1 comments
Open in hackernews

Show HN: Maudit, a Rust library to build static websites

https://maudit.org/
1•Princesseuh•2h ago
Hello!

Maudit is a library (not a framework) to build static websites. What this means is that a Maudit website is a normal Rust project, pages are normal Rust structs and so on.

There's a built-in function one can use that will do pages -> HTML as expected, or one can run quite literally `SomePage.build()` to build a single page.

While there are some obvious downsides in complexity on the user side, I'm hoping that this model allows people to grow past some of the limitations that traditional SSG frameworks have, where it can be hard sometimes to customise certain aspects.

It's still super early, but feedback is extremely welcome. Hope you'll like it!