frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

He's Seen Images of 9/11 from Just About Every Angle. Except This One.

https://www.nytimes.com/2026/09/09/nyregion/911-disposable-camera.html
1•ChrisArchitect•32s ago•1 comments

OpenAI has solved the Navier-Stokes Millennium problem using $15M of AI effort

https://www.newscientist.com/article/2588063-openai-has-solved-the-navier-stokes-millennium-probl...
1•encodedrose•1m ago•0 comments

Show HN: A terminal Tetris game I made as my first Rust project

https://github.com/orangishcat/cursed-tetris
1•orangishcat•2m ago•0 comments

America Is the Outlier: What If We Privatized the Airport?

https://marbletech.us/p/america-is-the-outlier
1•kumarski•3m ago•0 comments

Antibody studies point the way to an HIV cure

https://www.aidsmap.com/news/sep-2026/we-finally-understand-what-we-have-do-antibody-studies-poin...
2•codebyaditya•5m ago•0 comments

A.I. Is Outsmarting Its Creators – The Daily

https://overcast.fm/+ABLPtsqdPGs
1•xaraya•8m ago•0 comments

Epstein Tycoon

https://www.reddit.com/r/aigamedev/s/Hj6oRheiQw
3•razodactyl•13m ago•0 comments

The Open Source AI Stack

https://www.together.ai/blog/the-open-source-ai-stack
1•simonpure•14m ago•0 comments

Spacefast: Hosting for Agent Publishing

https://spacefast.com/
1•handfuloflight•15m ago•0 comments

iPhone Duo has a large crease

https://www.reddit.com/r/pics/comments/1wbx1wo/there_is_a_crease/
2•FlamingMoe•15m ago•0 comments

HRF Condemns WP Engine for Blocking the Tyranny Tracker at the Kremlin's Behest

https://hrf.org/latest/hrf-condemns-wp-engine-for-blocking-the-tyranny-tracker-in-russia-at-the-k...
2•HotGarbage•17m ago•0 comments

Multigres v0.1 Alpha: an operating system for Postgres

https://supabase.com/blog/multigres-v0-1-alpha
1•znpy•18m ago•0 comments

FreeBSD working on new service manager

https://www.osnews.com/story/145933/freebsd-working-on-new-service-manager/
3•rguiscard•23m ago•0 comments

I'm sorry, you're not going to die from an AI-engineered supervirus

https://blog.genesmindsmachines.com/p/im-sorry-youre-not-going-to-die-from
21•jryb•25m ago•4 comments

The Software Engineering War

https://www.manager.dev/newsletter/the-software-engineering-war
1•fagnerbrack•26m ago•0 comments

Resting your laptop on your lap for long periods could risk skin disfiguration

https://www.scimex.org/newsfeed/resting-your-laptop-on-your-lap-for-long-periods-could-risk-skin-...
1•dabinat•28m ago•0 comments

WeWorm

https://calif.io/research/weworm
1•simonw•29m ago•0 comments

1900 Blizzard Developers Just Won a Union Contract

https://kotaku.com/blizzard-workers-union-contract-microsoft-2000732422
5•gpi•31m ago•0 comments

Belegio – Parsing grocery receipts down to the line item

https://belegio.loobia.net/en
1•MehrdadEshghi•33m ago•0 comments

iPhone 18 Pro Introduces 'Apple Reference Image' to Verify Photo Authenticity

https://www.macrumors.com/2026/09/09/apple-reference-image/
1•pgwhalen•33m ago•0 comments

Time, Clocks, and the Ordering of Events in a Distributed System (1978) [pdf]

https://lamport.azurewebsites.net/pubs/time-clocks.pdf
1•danbitengo•42m ago•0 comments

Screenmap

https://screenmap.dev/
1•handfuloflight•42m ago•0 comments

Ask HN: Why can I only downvote select comments?

4•socalgal2•42m ago•5 comments

Show HN: PCalen – Generate free printable calendar in seconds

https://pcalen.com/
1•aleker•43m ago•0 comments

Lean Game Server

https://adam.math.hhu.de/#/
3•abetusk•46m ago•0 comments

Natural Number Game (Lean4 Tutorial)

https://adam.math.hhu.de/#/g/hhu-adam/NNG4
3•abetusk•47m ago•1 comments

National Archives locations set to close without tribal consultation

https://ictnews.org/news/these-records-are-priceless-3-national-archives-locations-set-to-close-w...
1•mooreds•47m ago•0 comments

Agent Router: Powerful traffic handling for agent builders

https://aaif.io/blog/agent-router-powerful-traffic-handling-for-agent-builders
1•mooreds•49m ago•0 comments

Playship – idea to published Android app, automated

https://playship.dev/
1•bowwerick•51m ago•0 comments

RyTuneX 1.7.1: open-source Windows 10/11 optimizer adds per-item rollback

https://github.com/rayenghanmi/RyTuneX
2•wangxin199•54m ago•0 comments
Open in hackernews

Ask HN: Why is big O often used in CS when omega or theta should be used?

2•amichail•1y ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

adrianN•1y ago
Finding lower bounds is generally more difficult.
amichail•1y ago
People often use big O notation in all cases including for lower bounds.
adrianN•1y ago
BigO for lower bounds is plain wrong
numpad0•1y ago
Those aren't in the ASCII table.
compressedgas•1y ago
I've found some people on a well known QA site to be so strict with big-O notation that I don't use it anymore and instead only refer to constant, linear, quadratic time and so on. Even when O(1), O(n), O(n^2) would be actually easier to write even if they are technically wrong.