frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

World Models Can Change Everything

https://weightythoughts.com/p/world-models-can-change-everything
1•gmays•23s ago•0 comments

Prowl: Native macOS codings agent orchestrator

https://tangled.org/onev.cat/3mktize72cy22
1•nerdypepper•26s ago•0 comments

SpaceX backs Anthropic with data centre deal amidst Musk's OpenAI lawsuit

https://www.aljazeera.com/economy/2026/5/6/spacex-backs-anthropic-with-data-centre-deal-amidst-mu...
3•billybuckwheat•3m ago•0 comments

Any app on recent Android versions can leak certain traffic

https://mullvad.net/en/blog/any-app-on-recent-android-versions-can-leak-certain-traffic
1•jonah-archive•3m ago•0 comments

Show HN: Ranking every disease (the unmet needs index)

https://insights.convoke.bio/unmet-needs
1•snats•4m ago•0 comments

Smart Goals Are Overrated

https://arrowcoaching.net/blog/post.html?slug=smart-goals
1•Joboman555•5m ago•0 comments

My implementation of CVE-2026-31431(CopyFail) in C++, no dependency needed

https://github.com/gbonacini/CVE-2026-31431
1•bg_bg•6m ago•1 comments

Three things in AI to watch, according to a Nobel-winning economist

https://www.technologyreview.com/2026/05/11/1137090/three-things-in-ai-to-watch-according-to-a-no...
2•Brajeshwar•7m ago•0 comments

One engine, many tools – Introducing Rubydex

https://railsatscale.com/2026-05-12-one-engine-many-tools/
1•ufuk•8m ago•0 comments

Ploopy Bean: a trackpoint for every computer

https://ploopy.co/shop/bean-pointing-stick/
1•jibcage•8m ago•0 comments

3D renderings of 142 significant objects at the Metropolitan Museum of Art

https://www.metmuseum.org/art/collection/search?showOnly=has3d
3•bookofjoe•9m ago•0 comments

Android Auto home screen widgets look nearly ready

https://www.androidauthority.com/android-auto-home-widgets-3662452/
1•1970-01-01•10m ago•0 comments

Paper introduces Positive Alignment framework for AI

https://twitter.com/RubenLaukkonen/status/2054215967584944599
1•momentmaker•11m ago•0 comments

US Government Concedes First Amendment Violation in Berenson Settlement

https://foundationforfreedomonline.com/us-government-concedes-first-amendment-violation-in-berens...
2•iamnothere•12m ago•0 comments

Spar [KILL]: AI distribution agent for startups that identifies warm intro paths

https://sparit.vc/spar/d/BPCf3D6XsY
1•endofcoding•19m ago•0 comments

Markdown, the WD-40 of Digital Information

https://hoeijmakers.net/markdown-the-wd-40-of-digital-information/
2•speckx•19m ago•0 comments

Domain-level metacognitive monitoring in frontier LLMs: A 33-model atlas

https://arxiv.org/abs/2605.06673
1•Brajeshwar•19m ago•0 comments

Hey Bambu Lab: come sue us [video]

https://www.youtube.com/watch?v=1jhRqgHxEP8
3•Topfi•20m ago•0 comments

Short form video "clippers" are overrunning the internet

https://www.npr.org/2026/05/12/nx-s1-5794670/influencers-creators-video-clips
4•tolerance•20m ago•0 comments

Looking for design partners – Building Agent-mediated communication

1•ckerf24•21m ago•0 comments

The social contract between the user and the OS is broken

2•m348e912•24m ago•0 comments

Claude for the Legal Industry

https://claude.com/blog/claude-for-the-legal-industry
3•droidjj•25m ago•1 comments

Exim Mail Server Hit by "Dead.Letter" TLS Flaw, Admins Told to Upgrade

https://fossforce.com/2026/05/exim-mail-server-hit-by-dead-letter-tls-flaw-admins-told-to-upgrade/
2•speckx•26m ago•0 comments

Show HN: Free online lectures on Computer Science and Discrete Math topics

https://www.youtube.com/channel/UCaBw3oACBbnONFFRR2D-dpA
2•furcyd•26m ago•0 comments

Fast, Updatable Lookups with the Join Table Engine in ClickHouse

https://clickhouse.com/blog/join-table-engine
2•samaysharma•29m ago•0 comments

2 Mistakes, 1 weird trick, 27 years: an explainer of the OpenBSD SACK bug

https://www.studiodemby.com/standalone/sack-vulnerability/index.html
1•shrimplectic•30m ago•0 comments

How to make your text look futuristic

https://typesetinthefuture.com/2016/02/18/futuristic/
28•_vaporwave_•31m ago•2 comments

Ask HN: If AI has made engineers more efficient, why does everything feel worse?

3•ent101•32m ago•4 comments

More Thinking, More Bias: Length-Driven Position Bias in Reasoning Models

https://arxiv.org/abs/2605.06672
1•Brajeshwar•34m ago•0 comments

Slop-Amplified Fear of Privilege Escalation (Local, Not Remote) in Linux Kernel

https://techrights.org/n/2026/05/12/The_Slop_Amplified_Fear_of_Privilege_Escalation_Local_Not_Rem...
1•speckx•35m 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.