frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SodaSlim Refreshing Wellness Drink

https://finance.yahoo.com/healthcare/articles/sodaslim-releases-updated-2026-highlights-122400710...
1•miskaash•2m ago•0 comments

My PM agent suggests firing my coding agents and creating a replacement

https://twitter.com/samliuhappy/status/2083437451729949004
1•Bobby_Liu•9m ago•1 comments

Migrating pynfra gh actions pipeline to dsci

https://gemini.google.com/share/2cb21bc5b39a
1•melezhik•11m ago•1 comments

Fast Rust Library for PDF text extraction

https://github.com/firecrawl/pdf-inspector
1•abrbhat•12m ago•0 comments

UPC grants InterDigital second 11-country injunction against Disney

https://ipfray.com/breaking-upc-grants-interdigital-second-11-country-injunction-against-disney/
1•ksec•13m ago•0 comments

A Ton of Space Junk Tumbles Unpredictably to Earth Every Week

https://www.nytimes.com/2026/07/31/world/asia/space-debris-falling-crashing-earth-risk.html
1•0in•19m ago•0 comments

8u9iuh

https://kjjkjj.com
1•ewaawefawefawef•20m ago•0 comments

The Screen Act Threatens Privacy Far Beyond Adult Websites

https://www.eff.org/deeplinks/2026/07/screen-act-threatens-privacy-far-beyond-adult-websites
2•mdp2021•22m ago•0 comments

NeverWrite, the ultimate agentic Markdown workspace

https://github.com/jsgrrchg/NeverWrite
1•jsgrrchg•23m ago•0 comments

What Happened to NeXT Computer? Why Steve Jobs' Failed Workstation Became macOS

https://www.youtube.com/watch?v=2mrwr21XkBc
1•cable2600•24m ago•1 comments

The Old Man and the App

https://zhenyi.gibber.blog/the-old-man-and-the-app
1•zhenyi•26m ago•0 comments

Dependency Cultures [video]

https://www.youtube.com/watch?v=E82ly38YEEQ
1•bobajeff•26m ago•0 comments

Show HN: TikTok Coin Calculator – viewer costs vs. creator earnings

https://coinvaluecalc.com/
1•zhonglinxin•32m ago•0 comments

Audio8 TTS Preview 0.6B

https://huggingface.co/Audio8/Audio8-TTS-Preview-0.6B-ONNX-INT4
1•MehrdadKhnzd•35m ago•0 comments

Stateless MCP has recaptured my interest

https://simonwillison.net/2026/Jul/31/stateless-mcp/
1•tosh•40m ago•0 comments

Show HN: One no-subscriptions online search for all your agent needs

1•freakynit•43m ago•0 comments

Cross Validation vs. Leaderboard: When CV Is Too Timid

https://medium.com/@alanscottencinas/cross-validation-vs-leaderboard-when-cv-is-too-timid-2092156...
1•encinas88•45m ago•0 comments

Web and multimedia discovery, code search and local file exploration

https://kurzioai.vercel.app/
1•curzio•48m ago•0 comments

OpenAI Usage Reset 4th time in 7d

1•bavovna•52m ago•1 comments

Ten Ways NAS Is Getting Enshitified

https://nascompares.com/2026/07/31/the-10-ways-nas-is-getting-enshitified/
10•giuliomagnifico•53m ago•2 comments

LLMs can't trade and higher reasoning doesn't help

https://twitter.com/RRicefan/status/2082513323489202664
2•tosh•53m ago•0 comments

Thomson Reuters Built Its Own AI Model That Now Ranks Among the Best

https://www.thomsonreuters.com/en-us/posts/innovation/thomson-reuters-built-its-own-ai-model-that...
3•doener•54m ago•0 comments

PostgreSQL and the Linux OOM Killer: A Better Default

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•56m ago•0 comments

Why one of the best mathematicians is joining OpenAI

https://www.theatlantic.com/technology/2026/07/jacob-tsimerman-math-fields-medal-openai/688120/
1•bryan0•56m ago•0 comments

The Four Horsemen of the AI Bubble Apocalypse

https://www.derekthompson.org/p/the-four-horsemen-of-the-ai-bubble
2•nreece•1h ago•0 comments

A 15-day autonomous coding run spent five days building no product code

https://github.com/nelsonwerd/proof-ate-the-project
1•nelsonwerd•1h ago•0 comments

The AI Data Center Explained – From Electricity to ChatGPT [video]

https://www.youtube.com/watch?v=ckoi0RTEgcY
1•chirau•1h ago•0 comments

Show HN: Best Books Guide – curated books list with tracking, rating, reviews

https://bestbooks.guide/
1•gste•1h ago•0 comments

Turtle Type

https://john.fun/turtles
1•memalign•1h ago•0 comments

Battle of the Beams

https://en.wikipedia.org/wiki/Battle_of_the_Beams
3•petethomas•1h 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.