frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Unofficial Starlink Global Gateways and Pops

https://www.google.com/maps/d/viewer?mid=1805q6rlePY4WZd8QMOaNe2BqAgFkYBY&hl=en
1•jenders•46s ago•0 comments

Show HN: Agent Torrent, a BitTorrent inspired mesh for idle coding agents

https://github.com/raghavan/agent-torrent
1•raghavankl•1m ago•0 comments

PrimeNG is no longer open source

https://primeui.dev/nextchapter
1•charlesabarnes•5m ago•0 comments

Cannabis Users Face Substantially Higher Risk of Heart Attack

https://www.acc.org/about-acc/press-releases/2025/03/17/15/35/cannabis-users-face-substantially-h...
1•RickJWagner•6m ago•1 comments

Show HN: TraceTree – Sandboxed behavioral analysis for NPM and PyPI packages

https://github.com/tejasprasad2008-afk/TraceTree
1•Tejas_dmg•8m ago•0 comments

Sycophantic AI decreases prosocial intentions and promotes dependence

https://www.science.org/doi/full/10.1126/science.aec8352
2•delichon•11m ago•0 comments

Introduction to Compilers and Language Design

https://dthain.github.io/books/compiler/
1•AlexeyBrin•12m ago•0 comments

Show HN: Ferroterm – Rust / WebAssembly Terminal Emulator and Library

3•sylwester•14m ago•0 comments

Programmers need to start meditating now

1•pythonRon•14m ago•1 comments

Accelerating the Quantum-Safe Timeline

https://www.microsoft.com/en-us/security/blog/2026/06/30/microsoft-advances-quantum-safe-security...
1•giuliomagnifico•19m ago•0 comments

T3MP3ST autonomous red team platform multi-agent offensive-security meta-harness

https://github.com/elder-plinius/T3MP3ST
1•882542F3884314B•20m ago•0 comments

EU Council forces Chat Control via fast-track

https://www.heise.de/en/news/Chat-Control-1-0-EU-Council-forces-messenger-scans-via-fast-track-11...
2•stavros•22m ago•1 comments

Prediction Markets Let You Bet on Whether a Wildfire Will Burn Down Your Town

https://www.wired.com/story/prediction-markets-let-you-bet-wildfire/
2•beardyw•22m ago•2 comments

Peregrine Falcon: The Fastest Animal on Earth at 390 km/h

https://strangeanimals.info/birds/raptors/peregrine-falcon-fastest-animal
1•thunderbong•23m ago•0 comments

Ask HN: Is HN crowd a left-leaning?

1•eimrine•30m ago•0 comments

UK plans to give established media more visibility on YouTube

https://www.theguardian.com/media/2026/jun/22/uk-youtube-tiktok-established-media-prominence-misi...
1•j-bos•32m ago•0 comments

Latent Collaboration in Multi-Agent Systems

https://github.com/Gen-Verse/LatentMAS
1•_pdp_•34m ago•0 comments

DeltaChat 2.48: zero metadata, group description, native audio/video call & more

https://delta.chat/en/2026-03-31-zero
1•xeonmc•35m ago•0 comments

Spain's cadastre API is SOAP from 2003, so I built a JSON wrapper (+MCP)

https://prediohq.com/
2•guillermofc•36m ago•0 comments

The Revenge of the Philosophy Majors

https://www.nytimes.com/2026/07/05/business/philosophy-majors-ai-jobs.html
3•Kaibeezy•36m ago•0 comments

What We Can't Measure About AI Yet

https://aeon.co/essays/what-we-cant-measure-about-ai-yet
2•worldvoyageur•37m ago•1 comments

Wikipedia Is Battling for the Soul of the Internet

https://www.nytimes.com/2026/07/05/business/media/wikipedia-ai-elon-musk.html
3•cainxinth•43m ago•0 comments

Durian Montong

https://blog.cloudflare.com/welcome-to-connectivity-cloud/
1•basri•45m ago•0 comments

Was Homer's Ithaca an Island?

https://antigonejournal.com/2026/07/in-search-of-ithaca/
1•Hardy_Boy•46m ago•0 comments

I built a Figma for traders and investors – all in on tab

https://fynca.io/
1•adiabramov•46m ago•0 comments

Show HN: Skred – my opinionated sound/pattern engine and live coding thingy

https://octetta.github.io/pulp/doc/show-hn-1.html
3•octetta•54m ago•1 comments

Show HN: Runtime and install-time enforcement for NPM dependencies`

https://github.com/kratex-security/kratex
2•jackbeck•54m ago•0 comments

ActHub – EU AI Act compliance toolkit for small businesses (PHP, no framework)

https://sevinhub.com/acthub/
2•sergiuv•1h ago•0 comments

EPP spreading false claims on Chat Control

https://digitalcourage.social/@echo_pbreyer/116866154678577185
3•latexr•1h ago•0 comments

All Your Favorite Gadgets Are Getting More Expensive Again

https://www.wired.com/story/we-are-in-the-knockout-round-of-price-increases-for-consumer-electron...
2•joozio•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.