frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rapid spread of AI may worsen global inequality, UN warns

https://www.theguardian.com/technology/2026/jul/01/un-report-ai-inequality
1•andsoitis•48s ago•0 comments

Show HN: Grammar-to-marser, input a PEG/Pest grammar and get a full rust parser

https://grammar-to-marser.arnedebo.com/
1•ArneCode•1m ago•0 comments

Show HN: Infini-News – 1.36B news articles from Common Crawl, queryable in ms

https://cs2.uni-graz.at/blog/infini-news/
2•ruggsea•1m ago•0 comments

California Is Chasing Wealth That Has Feet

https://progressandpoverty.substack.com/p/california-is-chasing-wealth-that
1•surprisetalk•2m ago•0 comments

Why expertise makes you solve the wrong problem

https://www.thesignalist.io/s/the-cost-of-knowing/
1•kodesko•2m ago•0 comments

Show HN: Yogile – Photo sharing without accounts

https://www.yogile.com
1•tekkertje•3m ago•0 comments

An interactive museum about courage

https://couragemuseum.org/
1•mooreds•4m ago•0 comments

Meta Is Building a Cloud Business to Sell Excess AI Compute

https://www.bloomberg.com/news/articles/2026-07-01/meta-is-building-a-cloud-business-to-sell-exce...
1•jmsflknr•5m ago•0 comments

Understanding Signing Key Configurations and Shadow Keys in FusionAuth JWTs

https://fusionauth.io/community/forum/topic/2968/understanding-signing-key-configurations-and-sha...
1•mooreds•6m ago•0 comments

Canada Officially Joins Eurovision

https://variety.com/2026/tv/global/canada-joins-eurovision-song-contest-1236791260/
1•bhouston•6m ago•0 comments

Nobody Cares About the Code in the Box

https://www.codenaked.com/code-in-the-box
1•code_naked•7m ago•0 comments

Baidu's CFO on How It Became a Full-Stack AI Player [video]

https://www.youtube.com/watch?v=o5QiW-jvAag
1•mooreds•8m ago•0 comments

The iPhone contributed to 'a collapse in US fertility,' claims scientific study

https://9to5mac.com/2026/07/01/the-iphone-contributed-to-a-collapse-in-us-fertility-claims-scient...
1•bhouston•8m ago•1 comments

The Power of the Powerless

https://www.metanoia-research.com/review-001-the-power-of-the-powerless/
1•metanoia_•9m ago•0 comments

Machine Learning finds previously unknown ECG signal for cardiac death risk

https://www.scientificamerican.com/article/ai-finds-hidden-ecg-signal-that-predicts-sudden-cardia...
2•ck2•9m ago•2 comments

Pitwall – an MCP server for Formula 1 data

https://github.com/darshjoshi/pitwall
1•darshjoshi•9m ago•0 comments

Show HN: OpenLily – turn your device into an Alexa-like assistant powered by LLM

https://github.com/getlark/openlily
1•crush_robo_1536•9m ago•0 comments

They tell us surveillance makes us safer. It undermines our democratic rights

https://werd.io/they-tell-us-surveillance-makes-us-safer-it-undermines-our-democratic-rights/
1•benwerd•9m ago•0 comments

Show HN: Functional Programming Strategies, the book I'm working on

https://functionalprogrammingstrategies.com/
1•noelwelsh•10m ago•1 comments

Postgres data stored in Parquet on S3: LTAP architecture explained

https://www.databricks.com/blog/lakebase-ltap-rethinking-database-storage
2•andrenotgiant•13m ago•0 comments

Show HN: Author2Vec

https://author2vec.com/
1•tristenharr•14m ago•0 comments

Symbiote: Free up Mac disk space by symlinking files to an external drive

https://symbiote.app/
2•pixelbud•15m ago•0 comments

SDR tiles for spatial RF vision and beamforming that scales as a phased array

https://www.crowdsupply.com/scale-rf/quadrf
1•Confiks•16m ago•0 comments

Fatherhood Is a Psychedelic Experience

https://mrmarket.lol/fatherhood-is-a-psychedelic-experience/
2•mrmarket•16m ago•0 comments

Fable 5 will be using Opus 4.8 for coding tasks pending fix

https://www.reddit.com/r/ClaudeAI/s/wdtTqw3wfc
1•bhouston•16m ago•0 comments

Show HN: I got tired of granting mailbox access to trigger workflows by email

https://emailconnect.eu/
2•axtg•18m ago•1 comments

Star Trek – LCARS from scratch in C

https://blog.mihaisafta.com/posts/lcars_voice/
1•saftamihai•18m ago•0 comments

Sony will no longer produce discs for PlayStation games starting in January 2028

https://www.eurogamer.net/sony-ending-playstation-discs-physical-media-january-2028
4•Wju•18m ago•0 comments

Landing a Patch in Firefox

https://fratellobigio.com/posts/landing-a-patch-in-firefox/
1•fratellobigio•19m ago•0 comments

Ask HN: Move to Private Models?

3•gootz•19m 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.