frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vanguard on Demand: Kernel Level Cheating (Prevention)

https://www.riotgames.com/en/news/vanguard-on-demand
1•internet-390•2m ago•1 comments

Offline Access and Authentication

https://fusionauth.io/community/forum/topic/3129/offline-access-authentication
1•mooreds•4m ago•0 comments

My Argument Against Self-Care

https://www.shirahaddad.com/writing/no-to-self-care
1•mooreds•5m ago•0 comments

Why Problem Statements Aren't Enough

https://letters.unchartedpathbreakthroughs.com/posts/why-problem-statements-arent-enough
1•mooreds•5m ago•0 comments

Local-first AI coding assistant for IntelliJ-based IDEs (paid)

https://plugins.jetbrains.com/plugin/31304-llamatik-code/
2•oogali•7m ago•0 comments

Why the Slate Truck Only Costs $25K

https://www.edmunds.com/car-news/2027-slate-truck-price-explained.html
2•RickJWagner•16m ago•0 comments

A Declaration of the Independence of Cyberspace (1996)

https://www.eff.org/cyberspace-independence
1•petermcneeley•18m ago•0 comments

Show HN: Bikepacking Planner

https://www.theinstant.cc/pack
3•Gshaheen•18m ago•0 comments

A data race that doesn't compile

https://corentin-core.github.io/posts/ruxe-type-level-disjointness/
9•stmw•30m ago•3 comments

Xbox follows Apple with price increases

https://techcrunch.com/2026/06/25/xbox-follows-apple-with-price-increases/
3•DR_MING•30m ago•0 comments

Rust Foundation Welcomes OpenAI as Platinum Member

https://rustfoundation.org/media/rust-foundation-welcomes-openai-as-platinum-member-announces-don...
2•stmw•31m ago•0 comments

Are Your Local Police Using Flock Safety ALPRs to Scan for Immigrants?

https://www.eff.org/deeplinks/2026/06/are-your-local-police-using-flock-safety-alprs-scan-immigrants
7•jhonovich•32m ago•0 comments

46mi/day: Free power from the sun in an Aptera

https://aptera.us/solar-data/
3•TeaVMFan•36m ago•3 comments

The Handcrafted Life of Dick Proenneke

https://lostartpress.com/products/the-handcrafted-life-of-dick-proenneke
3•mitchbob•37m ago•0 comments

AI is reshaping work. A new group aims to help people adapt and thrive

https://apnews.com/article/ai-job-losses-education-training-929986c149d415cd2ef4dc3eaf66ca8c
5•billybuckwheat•38m ago•0 comments

Small satellite operators confront a bottleneck to space access

https://spacenews.com/small-satellite-operators-confront-a-bottleneck-to-space-access/
6•d_silin•38m ago•0 comments

AI children's books, body horror edition

https://lcamtuf.substack.com/p/ai-childrens-books-body-horror-edition
9•surprisetalk•48m ago•0 comments

AI Email Template Design

https://madooai.com
3•andreponce•48m ago•1 comments

Show HN: Ludion – routing AI inference by observed WebGPU behavior

https://ludion.ai/
3•Littice•52m ago•0 comments

Framework's 10G Ethernet module exposes USB-C's complexity

https://www.jeffgeerling.com/blog/2026/framework-10g-ethernet-module-usb-c-complexity/
15•Alupis•52m ago•2 comments

Tabsmith-lint catches Chrome Web Store rejections before you submit

https://github.com/rsub122/tabsmith-lint
2•rsub122•1h ago•0 comments

Launchpad Is Down

https://launchpad.net/
3•rebelwebmaster•1h ago•1 comments

As SuperAgers age, they make at least twice as many new neurons as their peers

https://news.northwestern.edu/stories/2026/02/as-superagers-age-they-make-at-least-twice-as-many-...
7•Teever•1h ago•1 comments

Layoffs hit Bellevue-based video game studio behind 'Destiny' franchise

https://www.seattletimes.com/business/local-business/layoffs-hit-bellevue-based-video-game-studio...
5•ynac•1h ago•0 comments

Staff Framework – Tornando Desejos Em Metas Verificáveis (Smart Method )

https://fidelissauro.dev/staff-smart-methods/
2•lsferreira42•1h ago•0 comments

New $1M Vesuvius Challenge Grand Prize will be announced in coming days

https://www.youtube.com/watch?v=96oTlQm0KBw
2•janpaul123•1h ago•0 comments

Anthropic Accuses Alibaba of Largest AI Distillation Attack: 28.8M Fraudulent

https://yipzap.com/anthropic-accuses-alibaba-of-largest-ai-distillation-attack-28-8m-fraudulent-e...
4•noida•1h ago•2 comments

The Ticks That Cause Red-Meat Allergies Are Spreading Across the U.S.

https://www.wsj.com/health/the-ticks-that-cause-red-meat-allergies-are-on-the-move-this-summer-b5...
8•rawgabbit•1h ago•1 comments

Razor‐Sharp Edge–The Yakutat Slab Dissecting South‐Central Alaska

https://pubs.geoscienceworld.org/ssa/tsr/article/6/2/230/731510/Razor-Sharp-Edge-The-Yakutat-Slab...
4•gnabgib•1h ago•0 comments

Radxa Orion O6N Review: The Powerful and Silent ARM64 Beast

https://boilingsteam.com/radxa-orion-o6n-review/
4•ekianjo•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.