frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CallEDD: A website that calls California EDD Paid Family Leave for you

https://infinitedigits.co/calledd/
1•surprisetalk•1m ago•0 comments

Show HN: OpenCycle – A fun, free virtual cycling platform

https://opencycle.net/
1•awormuth•1m ago•0 comments

Let Them Write RFCs

https://ohadravid.github.io/posts/2026-08-let-them-write-rfcs/
1•ohr•1m ago•0 comments

Show HN: The terminal I live in all day: comment on anything coding agents print

https://github.com/albertwujj/agent-term
1•aywu•1m ago•0 comments

Kitty Chases the Mouse

https://lwn.net/Articles/1080821/#Comments
1•leephillips•2m ago•0 comments

Activist charged with felony, gave border agent "duress code" that wiped phone

https://arstechnica.com/gadgets/2026/07/activist-charged-with-felony-after-giving-border-agent-du...
1•ColinWright•4m ago•0 comments

Woman Calls Out Dr. Wearing Smart Glasses During Consultation

https://www.fashiontimes.co.uk/patient-privacy-concerns-meta-smart-glasses-1762492
1•DemiGuru•4m ago•0 comments

Arizona's Illegal Surveillance Program Sweeps Up Financial Records

https://www.aclu.org/news/privacy-technology/how-the-arizona-attorney-general-created-a-secretive...
2•hedora•5m ago•0 comments

Show HN: Lemma – A declarative language for business rules

https://lemma.run/
2•benrogmans•6m ago•1 comments

I gave Claude's Reimann paper to GPT-5.6-Sol Pro. It's now 67.30%

https://twitter.com/kaizero_ainta/status/2087036655714890052
2•porridgeraisin•7m ago•0 comments

PyPI: The HTML representation of the index API is frozen

https://blog.pypi.org/posts/2026-08-11-html-index-is-frozen/
1•woodruffw•7m ago•0 comments

A layered HTML component system

https://profpowell.github.io/vanilla-breeze/
1•bartonhammond•8m ago•0 comments

2. Ask HN: We built a solution for 100B-node P2P. Does anyone care about this?

1•ikhrabry•8m ago•0 comments

What kind of harness are you building?

https://themainthread.substack.com/p/what-kind-of-harness-are-you-building
1•alediaferia•8m ago•0 comments

We Need to Talk About Leopold [video]

https://www.youtube.com/watch?v=rE75WvOtcu8
2•tartoran•9m ago•0 comments

Federal vendor with $50M in contracts leaves portal broken for a month

https://www.propublica.org/article/foia-requests-responses
3•ams1•9m ago•0 comments

DNSValidate, SPF and DMARC checks with the include chain resolved

https://dnsvalidate.com/
1•taller•10m ago•0 comments

Unsloth Desktop

https://unsloth.ai/docs/desktop
1•sequence7•10m ago•0 comments

Show HN: SquadCue – local-first mission control for AI CLI agents

https://github.com/hsienchuc/squadcue
1•hsienchuc•10m ago•0 comments

Gemma Translator

https://github.com/google-gemma/gemma-translator
1•droidjj•12m ago•0 comments

Show HN: NextBlock CMS – Open-source full-stack CMS for NextJS 16 and Supabase

https://github.com/nextblock-cms/nextblock
1•nextblock•12m ago•0 comments

Show HN: Atlarix – local-first AI coding agent that runs on grep, no index

https://www.atlarix.dev/
1•Amariah•13m ago•0 comments

How Europe can prevent a repeat of this year's devastating wildfires

https://www.science.org/content/article/how-europe-can-prevent-repeat-year-s-devastating-wildfires
1•Brajeshwar•14m ago•0 comments

The US tried to stop cartel money-laundering; devastated mom-and-pop businesses

https://www.theguardian.com/us-news/2026/aug/11/us-mexico-border-area-money-transfer-rule-change-...
2•hedora•14m ago•0 comments

Agentic Coding: Running the Nightshift

https://dibranmulder.github.io/2026/08/11/lights-out-03-running-the-nightshift/
1•dibranmulder•15m ago•0 comments

Prompt Library: 65 Production-Tested Claude Prompts for Legal Work

https://github.com/danlorry/superlawyers-prompts
1•wertyk•16m ago•0 comments

Manna (2003)

https://web.archive.org/web/20260725174355/https://marshallbrain.com/manna1
2•OgsyedIE•17m ago•0 comments

Electrostates vs. petrostates: the US, China, and the Hormuz energy shock

https://www.brookings.edu/articles/electrostates-vs-petrostates-the-us-china-and-the-hormuz-energ...
4•andsoitis•18m ago•0 comments

Show HN: Sqnc.run – a live cipher stream inspired by number stations

https://sqnc.run
1•nee_oo_ru•18m ago•0 comments

Rocket Lab's GHOST packs a whole launch pad into shipping containers

https://investors.rocketlabcorp.com/news-releases/news-release-details/rocket-lab-unveils-ghost-d...
2•MarcoDewey•18m 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.