frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Taxing the Wealthy Is Harder Than It Looks

https://ofdollarsanddata.com/why-taxing-the-wealthy-is-harder-than-it-looks/
1•speckx•35s ago•0 comments

OpenAI Dismissal Motion Says ChatGPT Is Mere Tool, Not Attorney

https://news.bloomberglaw.com/litigation/open-ai-dismissal-motion-says-chatgpt-is-mere-tool-not-a...
1•1vuio0pswjnm7•36s ago•0 comments

New Lifetime Plex Pass Pricing

https://www.plex.tv/blog/new-lifetime-plex-pass-pricing/
1•Larrikin•1m ago•0 comments

'De-Extinction' Startup Just Hatched Baby Chicks from 3D-Printed Artificial Egg

https://gizmodo.com/de-extinction-start-up-just-hatched-baby-chicks-from-a-3d-printed-artificial-...
1•austinallegro•1m ago•0 comments

The economics of superstar AI researchers

https://epochai.substack.com/p/the-economics-of-superstar-ai-researchers
1•gmays•1m ago•0 comments

The Two X's Problem: Why AI-designed brands feel like AI-designed brands

https://blog.codeyam.com/p/the-two-xs-problem
1•bastadani•3m ago•1 comments

Show HN: Childflow – command-tree network control(proxy/DNS/capture) for Linux

https://github.com/blacknon/childflow
1•blacknon•3m ago•0 comments

I vibecoded a Kalshi bot to $6k profit and opensourced it

https://mcinerney.ai/writings/how-i-botted-6k-prediction-markets-as-i-slept/
1•DanMcInerney•4m ago•0 comments

Tired?

https://budgetbites.website/login
1•ClarenceJackson•4m ago•0 comments

Show HN: Chidori – Fast web-to-Markdown fetching for AI agents

https://github.com/taishikato/chidori
1•taishikato•5m ago•0 comments

Singapore's royal descendants living low-key as taxi drivers and office workers

https://www.scmp.com/news/asia/southeast-asia/article/3107188/meet-singapores-royal-descendants-l...
1•teleforce•6m ago•0 comments

China deploys first wind-powered ocean-cooled underwater data center

https://www.tomshardware.com/tech-industry/china-says-worlds-first-offshore-wind-powered-underwat...
1•HardwareLust•7m ago•2 comments

Software's Centaur Era

https://twitchard.github.io/posts/2026-05-18-softwares-centaur-era.html
1•speckx•7m ago•0 comments

Echoform – unlimited LLM memory via a single 64 KB hypervector

https://github.com/OpenAgentic-Labs/echoform-ghost-memory
1•Nagendhra•8m ago•0 comments

Show HN: Og-zkp – Prove your Bitcoin OG status in zero-knowledge

https://og-zkp.com/
1•lukechilds•9m ago•0 comments

AI Coding Feels Like Using an Unreliable Compiler

https://tomassetti.me/ai-coding-feels-like-using-an-unreliable-compiler/
2•ftomassetti•9m ago•0 comments

The Science of Cities. 10 Books You Must Read

https://nautil.us/the-science-of-cities-10-books-you-must-read-1280919
1•Tomte•10m ago•0 comments

Kubernetes: Lessons learned from hosting an European alternative to Google Docs

https://georg-schwarz.com/blog/from-kubernetes-demo-to-production-platform/
1•theanonymousone•10m ago•0 comments

Interpol 'Operation Ramz' seizes 53 malware, phishing servers

https://www.bleepingcomputer.com/news/security/interpol-operation-ramz-seizes-53-malware-phishing...
1•Brajeshwar•11m ago•0 comments

Show HN: Try Tryke – the Rust-powered Python test framework – in the browser

https://playground.tryke.dev/
1•jchap•12m ago•0 comments

XSS Is Deadly for Passkeys: The Hidden Risk of Attestation None

https://scotthelme.co.uk/xss-is-deadly-for-passkeys-the-hidden-risk-of-attestation-none/
3•moebrowne•13m ago•0 comments

Discovering Dennis Ritchie's Lost Dissertation (2020)

https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
1•theanonymousone•15m ago•0 comments

OpenBSD 7.9 Released

https://www.openbsd.org/79.html
6•bradley_taunt•15m ago•0 comments

LLMs: code is just untrusted text until you validate it

https://hack8s.com/archives/244
1•justorius•15m ago•0 comments

Show HN: I built a linter for undocumented linter warnings. AI hates me now

https://github.com/BKDDFS/shamefile
1•BKDDFS•16m ago•0 comments

Make-No-Mistakes

https://github.com/thesysdev/make-no-mistakes
1•shantnutiwari•16m ago•0 comments

How Ukraine is driving doctrinal change in modern warfare

https://carnegieendowment.org/research/2026/04/ukraine-russia-war-changing-warfare-practice-milit...
1•mooreds•17m ago•0 comments

Show HN: BeaverCheck – Multi-region website audit with shareable result URLs

https://beavercheck.com/
1•apancyborg•17m ago•0 comments

The Chronicles of Prydain is the greatest fantasy series ever written (2017)

https://www.vox.com/2015/8/18/9166631/chronicles-prydain-alexander
1•mooreds•17m ago•1 comments

Trump started to decouple America from China

https://www.noahpinion.blog/p/trump-actually-started-to-decouple
1•mooreds•18m 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.