frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Never Use Emdashes"

https://github.com/search
1•gitgud•40s ago•0 comments

Bitcoin falls back under $60k, hitting its lowest level since October 2024

https://www.cnbc.com/2026/06/24/bitcoin-falls-back-under-60000-hitting-its-lowest-level-since-oct...
1•1vuio0pswjnm7•1m ago•0 comments

Human Dignity

https://www.nubero.ch/blog/017/
1•speckx•1m ago•0 comments

UN hypocrisy in AI Environmental demands

https://www.thatprivacyguy.com/blog/un-tracking-without-consent/
2•AlexanderHanff•1m ago•1 comments

Len Sassaman – Satoshi Nakamoto Evidence

https://pmarengo.medium.com/len-sassaman-satoshi-nakamoto-evidence-byzantine-generals-problem-c57...
2•binyu•2m ago•0 comments

Empower Others

https://pointc.co/empower-others/
2•benwerd•2m ago•0 comments

3D Rotations – From Zero to Geo 3.9 [video]

https://www.youtube.com/watch?v=-9Da8kolAQU
2•surprisetalk•2m ago•0 comments

Good clarity on AI observability and in simple terms

https://posthog.com/blog/what-is-ai-observability
3•pineapple_opus•3m ago•1 comments

Dappfort – Right Technology Partner for Cryptocurrency Exchange Business

https://www.dappfort.com/cryptocurrency-exchange-development-company/
2•shakshichinnah•3m ago•0 comments

Tokenmaxxing is dead, and the real AI cost reckoning hasn't started yet

https://mimetiq.substack.com/p/the-tokenmaxxing-hangover
2•greg_V•3m ago•0 comments

Tech billionaires hire Democratic dealmakers in push to build a Bay Area city

https://calmatters.org/politics/2026/06/california-forever-solano-shipyard-deal/
6•cdrnsf•9m ago•0 comments

Federating Clusters for Zero-Downtime Kubernetes

https://linkerd.io/2026/06/24/federating-clusters-for-zero-downtime-kubernetes/index.html
2•PagCatOli•10m ago•0 comments

Tell HN: OpenAI has started putting ads on paid programs

2•shantnutiwari•10m ago•0 comments

Synth beats Fable 5 on deep research

https://trustedrouter.com/blog/synth-iris-prometheus-zeus
4•ljlolel•14m ago•2 comments

Interactive TUI for Terraform Plans

https://github.com/omarismail/terraform-plan-tui
2•omar-terraform•14m ago•0 comments

No More Free Lunch for Consistency Across Microservices

https://medium.com/@pivotfakie/no-more-free-lunch-for-consistency-across-microservices-f9f7aca9a956
2•feeblefakie•15m ago•0 comments

A Tiny Compiler for Data-Parallel Kernels

https://healeycodes.com/a-tiny-compiler-for-data-parallel-kernels
3•healeycodes•16m ago•0 comments

Show HN: Pith – A local-first desktop LLM wiki without vector DBs or embeddings

https://github.com/l-zhi/pith-wiki
3•a569171010•16m ago•0 comments

Your Last Paycheck was 726 Days Ago

https://uberpub.com/posts/your-last-paycheck-was-726-days-ago/
2•pcbmaker20•17m ago•0 comments

Formal Verification Benchmarks Are the Key to Ironclad Software Infrastructure

https://www.galois.com/articles/formal-verification-benchmarks-are-the-key-to-ironclad-software-i...
2•surprisetalk•17m ago•0 comments

Benchmarking four open-source geo-experiment tools against known ground truth

https://research.getrecast.com/geolift-sim-study/
2•mrsoli•19m ago•0 comments

Machine learning rediscovers equations governing ocean biogeochemistry

https://phys.org/news/2026-06-machine-rediscovers-equations-ocean-biogeochemistry.html
2•brandonb•20m ago•0 comments

Meta debuts AI-powered Meta Glasses, starting at $299

https://finance.yahoo.com/technology/article/meta-debuts-ai-powered-meta-glasses-starting-at-299-...
2•gmays•20m ago•0 comments

Show HN: Network-Attached Serial Mouse

https://github.com/NTICompass/NetworkAttachedMouse
2•nticompass•21m ago•0 comments

MAGA Congresswoman Denies Using AI to Write Bill

https://gizmodo.com/maga-congresswoman-denies-using-ai-to-write-bill-love-claude-but-grok-is-way-...
4•AdmiralAsshat•22m ago•0 comments

Sixth Technology: who we are, what we do, and how we do it

https://medium.com/@6thMind/sixth-technology-who-we-are-what-we-do-and-how-we-do-it-8695d2d12e2c
2•smanuel•23m ago•0 comments

Notes from inside China's AI labs

https://www.interconnects.ai/p/notes-from-inside-chinas-ai-labs
2•agnosticmantis•24m ago•0 comments

How do you feel about AI today?

https://vote.how-you-feel-about-ai.workers.dev/
2•irln•24m ago•0 comments

China's 360 says it has developed tools to match Anthropic's Mythos

https://www.reuters.com/legal/litigation/chinas-360-says-it-has-developed-tools-match-anthropics-...
2•toomuchtodo•26m ago•0 comments

In a Class of Its Own: The Thematic Cartography of Dr. George F. Jenks

https://blogs.loc.gov/maps/2026/06/in-a-class-of-its-own-the-thematic-cartography-of-dr-george-f-...
2•bryanrasmussen•27m 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.