frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Plug and Pwn: physical zero-click chain

https://plugandpwn.com/
1•882542F3884314B•5m ago•0 comments

TSMC Sales Jump 45% YoY on Strong AI Chip Demand but Investors Shrug

https://www.investors.com/news/technology/tsm-stock-tsmc-july-sales-sox-index/
1•Jimmc414•5m ago•0 comments

University of Michigan to switch to pass/fail grades for first-semester students

https://www.theguardian.com/us-news/2026/aug/11/university-of-michigan-pass-fail-grading-system
1•bookofjoe•6m ago•3 comments

Show HN: I made an MCP server that checks 172 cloud and SaaS status feeds

https://outagedeck.com/developers/mcp
1•koko3tallah•6m ago•0 comments

Unauthenticated Root Access to the Enphase IQ Gateway

https://j027.net/enphase-rce/
1•j027•6m ago•0 comments

My retrieval can't tell a question it can answer from one it can't

https://github.com/asanabrial/leteo/blob/main/docs/nothing-worth-tuning.md
1•asanabrial•7m ago•0 comments

Coinbase stopped using trading volume as a key metric after 38%/48% decrease

https://hachyderm.io/@molly0xfff/117079279583581292
3•u1hcw9nx•10m ago•1 comments

How to Self-Host n8n on a VPS in 2026

https://veerhost.com/how-to-self-host-n8n-on-a-vps/
5•betterornotss•10m ago•0 comments

Is 99.9x% cache hit always better?

1•ozer_23•10m ago•0 comments

Tales of the Autistic Developer – Bringing It into Focus

https://baweaver.com/writing/2026/08/10/tales-of-the-autistic-developer-bringing-it-into-focus/
3•mooreds•12m ago•0 comments

LLM Inference lecture series [video]

https://www.youtube.com/watch?v=Yf51-__QeN8&list=PL5vCjAyS9QP_Pze76CYAlidc0hpdTXFLV
1•bobrenjc93•13m ago•0 comments

Auger load test, scan and inspect HTTP from one rust binary

https://github.com/user123cy/auger
1•user123cy•17m ago•0 comments

SEC exempts certain data center bonds from key securitization rules

https://www.reuters.com/legal/government/us-sec-exempts-certain-data-center-bonds-key-securitizat...
4•vinyl7•18m ago•0 comments

The renter-owner wealth gap is wider than ever, as many are priced out of buying

https://text.npr.org/nx-s1-5910711
4•mooreds•20m ago•1 comments

AI vibe coded game projects suck

https://asecretarea.com/2026/08/10/ai-vibe-coded-game-projects-suck/
2•spicyjpeg•21m ago•0 comments

Predictions for the Era of Continual Learning

https://www.dwarkesh.com/p/era-of-continual-learning
1•in-silico•21m ago•0 comments

A Simple Answer to AI Job Loss: Tax Capital, Not Labor

https://www.wsj.com/tech/ai/a-simple-answer-to-ai-job-loss-tax-capital-not-labor-cb900e62
2•mooreds•21m ago•1 comments

Flight Is Canceled After a Child Refuses to Be Seated

https://www.nytimes.com/2026/08/09/travel/flight-canceled-child-seatbelt-porter-canada.html
4•whack•23m ago•0 comments

Threads Is Now Available as a Native VR App on Meta Quest

https://www.meta.com/blog/threads-is-now-available-as-a-native-vr-app-on-meta-quest/
1•allenc•23m ago•0 comments

Show HN: Quantum Foosball

https://polkerty.github.io/quantumfoosball/
1•tibbar•26m ago•0 comments

Anthropic Posts 'How Claude Marks AI-Generated Content' Without Explaining How

https://daringfireball.net/linked/2026/08/11/anthropic-claude-watermarks
2•nozzlegear•26m ago•0 comments

Is A.I. A Massive Lie?

https://www.youtube.com/watch?v=4xztOygLnNk
1•root-parent•28m ago•0 comments

Help me build a better bot blocker

1•nerdralph•32m ago•0 comments

People and Clothes

https://www.autodidacts.io/people-and-clothes/
1•Curiositry•32m ago•0 comments

Claudish to English

https://github.com/gvzdv/claudish-to-english
2•bryan0•33m ago•1 comments

The Oval Office: ET's, UAP's and Disclosure – Bigelow Podcast Ep. 1 [video]

https://www.youtube.com/watch?v=TNRb0GJXmS8
1•avonmach•34m ago•0 comments

Aristotle's Physics: A Physicist's Look

https://arxiv.org/abs/1312.4057
1•lordleft•34m ago•0 comments

The Last Generation of Mathematicians

https://www.youtube.com/watch?v=6uIJdXmB4vE
1•root-parent•36m ago•0 comments

Issue Has Been Resolved

https://robss2020.github.io/sol-vnc-elapsed/
1•logicallee•37m ago•3 comments

I Quit Google to Work for Myself (2018)

https://mtlynch.io/why-i-quit-google/
3•downbad_•38m 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.