frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Free-threaded Python: past, present, and future

https://lwn.net/Articles/1078367/
1•prakashqwerty•5m ago•1 comments

The US Army Issued Ocarinas to Soldiers in World War II

https://www.flutetunes.com/articles/my-flute-goes-to-war/
2•tomcam•5m ago•0 comments

Domino Tiling: From Dynamic Programming to Finite Fields

https://www.omegasyntax.com/domino/
1•vbrhjajcn•9m ago•0 comments

632nm Podcast: John Bowers – Silicon Photonics and the Future of AI Scaling [video]

https://www.youtube.com/watch?v=fjQ3Yorw-Ps
1•wwarner•12m ago•0 comments

Kids Act Would Require Age Checks to Get Online

https://www.eff.org/deeplinks/2026/06/kids-act-would-require-age-checks-get-online
1•mdp2021•15m ago•1 comments

Bluetooth T9 keyboard for smartphones (and other things)

https://jrainimo.com/build/2026/05/t9/
2•rcarmo•16m ago•0 comments

Chasing Fable – An illustrated engineering tale

https://adapt.com/blog/chasing-fable
1•ashumz•22m ago•0 comments

Every match of the 2026 World Cup as a generative poster

https://matchprint.info/
3•coinfused•23m ago•1 comments

Conductor Cloud

https://www.conductor.build/docs/cloud-beta
1•sklinkert•25m ago•0 comments

One-two punch delivered in global operation disrupts cybercrime "assembly line"

https://arstechnica.com/security/2026/06/one-two-punch-delivered-in-global-operation-disrupts-cyb...
1•joozio•26m ago•0 comments

LLM Refusal Behavior on Open-Weight Model

https://zentara.co/blog/llm-refusal-behavior/
1•tvalentius•27m ago•0 comments

Wikipedia Workers in Britain set global first by seeking union recognition

https://utaw.tech/news/wikipedia-recognition
2•chobeat•29m ago•1 comments

Ask HN: Optimal Journaling Book Choice?

1•herodoturtle•33m ago•0 comments

DRAM Price Fixing Scandal

https://en.wikipedia.org/wiki/DRAM_price_fixing_scandal
4•kamranjon•41m ago•0 comments

With crossplanes, Helm is all you need

https://medium.com/zencity-engineering/now-the-infrastructure-is-boring-too-and-thats-still-a-com...
1•alonisser•43m ago•1 comments

Cogent France: « perform an orderly shutdown of your equipment »

https://www.mail-archive.com/frnog@frnog.org/msg80526.html
1•southerntofu•45m ago•0 comments

Did AI write this article?

https://www.economist.com/graphic-detail/2026/06/16/did-ai-write-this-article
3•ijidak•51m ago•0 comments

Is AI Coming for Our Jobs?

https://jacobin.com/2026/02/ai-technology-productivity-growth-job-loss
2•one33seven•56m ago•0 comments

VSCode Blogs

https://code.visualstudio.com/blogs
2•saikatsg•57m ago•0 comments

The Tokenpocalypse:Companies Are Scrambling to Stop Spending So Much on AI

https://www.404media.co/the-tokenpocalypse-is-here-companies-are-scrambling-to-stop-spending-so-m...
2•Gedxx•57m ago•0 comments

Show HN:Another alternative against Codex Record and Replay

https://www.visualbuild.me
2•visualbuildme•58m ago•0 comments

Wikipedia advocacy shapes LLM values

https://arxiv.org/abs/2606.24890
2•50kIters•59m ago•0 comments

Make AI Boring Again

https://charitydotwtf.substack.com/p/make-ai-boring-again
3•BerislavLopac•1h ago•0 comments

Robert Schiller: This Doommaxxing Has Got to Stop

https://www.nytimes.com/2026/06/22/opinion/ai-doom-jobs-economy.html
2•benwen•1h ago•1 comments

Questions

https://forms.cloud.microsoft/r/PZDe3Z3Nzdhttps://forms.cloud.microsoft/r/PZDe3Z3Nzd
3•InjiChoe•1h ago•1 comments

Show HN: Japanese Language AI Tutor in 3D classroom

https://unihongo.com
3•trinhngocdieu•1h ago•0 comments

The Empty Field That Wasn't: GPS, OTAD and Two Decades of Encrypted Broadcasts

https://sjmurdoch.github.io/gps-special-messages/
1•fratellobigio•1h ago•0 comments

Measuring Is Not Enough Anymore

https://fi-le.net/evals/
2•fi-le•1h ago•0 comments

Vibecoded app giving you the vibes

https://wristbreak.app
3•qtl•1h ago•0 comments

AI-website-cloner-template: Clone any website using AI coding agents

https://github.com/JCodesMore/ai-website-cloner-template
4•vantareed•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.