frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: LangDrift – test AI agents across languages

https://github.com/RubenGlez/langdrift
1•rubenglez•49s ago•0 comments

Cambridge Elements

https://www.cambridge.org/core/publications/elements
1•lordleft•1m ago•1 comments

Four nuclear reactors hit a big milestone in the US

https://www.technologyreview.com/2026/07/09/1140235/nuclear-reactor-milestone-criticality/
2•joozio•2m ago•0 comments

Shooting Starlink: The "no limits" partnership between Russia and China

https://theins.press/en/inv/294635
1•harscoat•2m ago•0 comments

MongoDB Schema Design: Embedded vs. Referenced with Examples

https://visualeaf.com/blog/mongodb-schema-design-embedded-vs-referenced/
2•mike_codes•4m ago•0 comments

Why electric cars cost more to insure – and what's being done about it

https://www.bbc.co.uk/news/articles/cgk6606j6zeo
1•AndrewDucker•9m ago•0 comments

Asker: A Socratic AI auditing agent using 3D cross-verification

1•tygerlee•15m ago•0 comments

SpaceX and AI startup wealth fuels demand for private jets

https://www.reuters.com/legal/government/spacex-ai-startup-wealth-fuels-demand-private-jets-2026-...
1•adithyaharish•17m ago•0 comments

Frieve Vinyl Explained – Microscopic stylus/groove physics simulation

https://frieve-a.github.io/sound_toolbox/vinyl_explained/vinyl_explained.html
1•XzetaU8•18m ago•0 comments

The true cost of saying "Hi" to an AI agent

https://quesma.com/blog/the-true-cost-of-saying-hi-to-an-ai-agent/
4•stared•19m ago•0 comments

Employer of Record Services for Distributed Tech Teams

https://www.globalization-partners.com/employer-of-record-solutions/
1•avanticc•20m ago•1 comments

XTX Markets Launches UK Dynamism Fund

https://ukdynamism.fund/
1•hendzen•22m ago•0 comments

Show HN: Baulist – Outfit discovery/shopping app in a scrolling feed of yourself

https://www.baulist.com
1•rafaelero•27m ago•0 comments

All Products and Supplements User Reviews 2026 Revealed

https://wanderlog.com/view/ehbzasctvc/burntide-reviews-2026-we-tried-it-my-honest-review
1•palirast•34m ago•0 comments

Show HN: Self-Hosted AI That Sees, Plays Minecraft, and Reacts

https://github.com/Alradyin/wallie-V2
1•Alrady•34m ago•0 comments

Show HN: Agentic FC – a football management SIM played by AI agents over MCP

https://github.com/gaemi/agentic-fc
1•gaemi•34m ago•0 comments

Limiting web server bandwidth the brute force way

https://utcc.utoronto.ca/~cks/space/blog/web/ServerBruteForceBandwidthLimit
2•1317•35m ago•0 comments

The internet does not want readers. It wants livestock

https://grumpywelshman.com/the-internet-doesnt-want-readers-it-wants-livestock/
2•toofy•37m ago•2 comments

Agentic Coding Arena – Compare OpenAI, Anthropic, and Other Models

https://arena.logic.inc/
1•gurjeet•39m ago•0 comments

Please Delete Your Repository

https://github.com/Vandivier/ladderly-3/issues/652
7•figmert•41m ago•0 comments

Get started with the Forgix board the $50 FPGA dev board

https://www.hackster.io/adam-taylor/getting-started-with-forgix-4c72eb
1•signalhound•41m ago•0 comments

Show HN: Internationalizationstack – Fix AI Localization Bugs in Claude Code

https://github.com/i18n-agent/i18nstack
1•lokinkl•44m ago•0 comments

We Are Living in a 'ChatGPT Flyer Pandemic'

https://www.404media.co/we-are-living-in-a-chatgpt-flyer-pandemic/
7•xz18r•44m ago•0 comments

You don't need to work on hard problems (2020)

https://www.benkuhn.net/hard/
2•downbad_•45m ago•1 comments

Chasing the Hallucinations: KPMG's AI-Powered Attempt at "Redefining Excellence"

https://gptzero.me/news/investigations-kpmg/
1•antondd•46m ago•0 comments

Show HN: Jacobian Fingerprinting in LLM's

https://author2vec.com/jlens
1•tristenharr•47m ago•0 comments

Vivaldi 8.1: Rowing in calm waters

https://vivaldi.com/blog/vivaldi-on-desktop-8-1/
2•calebgcc•48m ago•0 comments

Finnish Supermarket truck appears in Khamenei funeral procession

https://www.helsinkitimes.fi/world-int/29028-k-group-branded-truck-appears-in-khamenei-funeral-pr...
3•helsinkiandrew•48m ago•1 comments

The US should pull out of the Middle East

https://phillipspobrien.substack.com/p/the-us-should-pull-out-of-the-middle
1•JumpCrisscross•52m ago•0 comments

97% of websites expose zero tools an AI agent can use

https://sitespeak.ai/research/ai-readiness-report-2026
2•kizum•55m ago•2 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.