frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Advertising Is Hard – a pay-to-rank leaderboard that resets every 90 days

https://advertisingishard.com
1•dylan_builds•22s ago•0 comments

Compress and Forget: Bitsandbytes Quantization Amplifies Proactive Interference

https://arxiv.org/abs/2608.18578
1•sbulaev•59s ago•0 comments

People prefer A.I. art because people prefer bad art (2024)

https://maxread.substack.com/p/people-prefer-ai-art-because-people
1•gavinsyancey•1m ago•0 comments

A Claude Code plugin that shows an English rewrite of each assistant message

https://github.com/gvzdv/claudish-to-english
1•iacguy•4m ago•0 comments

'The Data Center Has Taken Everything: Our Lands, Future, Happiness'

https://behanbox.com/2026/08/20/the-data-center-has-taken-everything-our-lands-future-happiness/
1•akbarnama•7m ago•0 comments

Guggenheim loan trades in distressed territory after investor call

https://www.ft.com/content/7069ffff-9534-489d-bf25-9965a1bc48bc
2•petethomas•10m ago•0 comments

Lot #4006: Steve Jobs 8th Grade Science Fair Project

https://www.rrauction.com/auctions/lot-detail/351632607484006-steve-jobs-personally-built-8th-gra...
1•rgovostes•12m ago•0 comments

Micron announces $10B research hub in Boise

https://investors.micron.com/news/press-release/2026/Micron-Unveils-Micron-Research-Labs-a-U-S--B...
1•osnium123•16m ago•0 comments

US debt is rising by about $90k every second, or $7.8B a day

https://www.bbc.co.uk/news/articles/c9d8z72nn02o
2•CircuitSeuss•16m ago•1 comments

Open source a book "Representation, Structure and Transformation"

https://github.com/bfzhao/rst
1•bingfeng•24m ago•0 comments

Trump wants to make a trade deal with Canada

https://asiaviewnews.com/gigabots/Threads?p=130067
1•mark336•28m ago•0 comments

Apple Music to Label AI-Generated Songs

https://www.macrumors.com/2026/08/20/apple-music-to-label-ai-generated-songs/
4•thm•29m ago•2 comments

Sweden became a country of big-state libertarians

https://www.economist.com/europe/2026/08/20/how-sweden-became-a-country-of-big-state-libertarians
1•andsoitis•29m ago•0 comments

Grimshaw vs. Ford Motor Co

https://en.wikipedia.org/wiki/Grimshaw_v._Ford_Motor_Co.
1•vismit2000•31m ago•0 comments

The Horse and Sparrow Economic Theory

http://the13thtribe.blogspot.com/2025/03/the-horse-and-sparrow-economic-theory.html
1•thunderbong•31m ago•0 comments

Anolisa – Agentic OS with runtime, security, observability and token compression

https://github.com/alibaba/anolisa
2•forrestly•32m ago•0 comments

Show HN: I built a permission layer for AI agents, then spent a day breaking it

1•rmanish2000•35m ago•0 comments

Stock indices no longer reflect equity reality

https://www.economist.com/finance-and-economics/2026/08/18/stock-indices-no-longer-reflect-equity...
3•andsoitis•36m ago•2 comments

Show HN: Fifteen – buy a spot on a board where your position decays 5% a day

https://fifteen.show
1•pevide•36m ago•0 comments

Roast my alarm mobile app (please lol)

https://apps.apple.com/us/app/unsnooze-challenge-alarm-clock/id6758871228
1•me_sleepy•37m ago•3 comments

Three ways to smuggle SQLite into Nix

https://fzakaria.com/2026/08/19/three-ways-to-smuggle-sqlite-into-nix
1•setheron•38m ago•0 comments

Can Reddit survive in the AI era?

https://www.economist.com/business/2026/08/20/can-reddit-survive-in-the-ai-era
1•andsoitis•39m ago•2 comments

Seedance 2.5 vs. Wan 3.0 for a 30-second AI video workflow

https://seevido.com/model/seedance-2-5/
2•AIFacefy•40m ago•0 comments

DolphinScheduler Manages Task Group Slots Without Timeout-Based Reclamation

https://medium.com/@ApacheDolphinScheduler/how-apache-dolphinscheduler-manages-task-group-slots-w...
1•DSOfficial•41m ago•1 comments

A Step-ByDeploying DolphinScheduler with Docker on Ubuntu for Data Workflows

https://medium.com/@ApacheDolphinScheduler/a-step-by-step-guide-deploying-apache-dolphinscheduler...
1•DSOfficial•42m ago•1 comments

Data Ingestion Must Never Be a "Black Box"

https://apacheseatunnel.medium.com/data-ingestion-must-never-be-a-black-box-20b4ace4b2d5
2•SeaTunnel•44m ago•0 comments

Codex as a platform: build on the open agent harness

https://developers.openai.com/blog/codex-as-a-platform
1•Alephinitesimal•45m ago•0 comments

Show HN: An autonomous AI agent running one project for two months in public

https://aitoolsinsiderhq.com/log/
1•atlasheyinsider•46m ago•2 comments

Bilibili IndexTTS-2.5

https://huggingface.co/IndexTeam/IndexTTS-2.5
1•linnoe•47m ago•0 comments

Newsletters should be the director's commentary of every creator

https://buttondown.com/blog/sending-cut-scraps
2•Tomte•48m 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.