frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Visit to id Software ft Bobby Prince (1993) [video]

https://www.youtube.com/watch?v=HpEBUV_g9vU
1•qmr•4m ago•0 comments

The History of TypeScript

https://www.visualsource.net/repo/github.com/microsoft/typescript
1•pro_methe5•13m ago•0 comments

Show HN: Rlsgate – Block the Supabase RLS leak before you deploy (CLI)

https://github.com/GerardoRdz96/rlsgate
1•gerardordz96•14m ago•0 comments

'We had to get out of the way': The backlash over delivery robots

https://www.bbc.com/news/articles/c0rygp005wjo
1•higginsniggins•17m ago•0 comments

Project Fetch: Phase Two

https://www.anthropic.com/research/project-fetch-phase-two
7•stopachka•29m ago•0 comments

Pondering routing more of my traffic via nodes outside the UK

https://neilzone.co.uk/2026/06/pondering-routing-more-of-my-traffic-via-nodes-outside-the-uk-beca...
1•ColinWright•30m ago•0 comments

Show HN: Agentic coding workflows built on Git worktrees and task evidence

https://github.com/alex-reysa/glueRun-go
3•alexreysa•32m ago•0 comments

Show HN: Money Simulator

https://simulator.money/play
1•pattle•40m ago•0 comments

Show HN: Codeflowmap – map a codebase's read/write/auth data flows

https://github.com/man-consult/code-mapper
1•brian-m•41m ago•0 comments

Beyond the $7.4B Headline: DeepSeek's Series A signals Chinese AI alliance shift

https://asiaai.fyi/east-asias-ai-capital-surge-homegrown-models-challenge-west-amid-mineral-tensi...
1•dweisinger•42m ago•0 comments

LiveKit Solves Turn Detection

https://livekit.com/blog/solving-end-of-turn-detection
3•piyussh•43m ago•0 comments

Trump and Netanyahu Have Stepped in It Now

https://www.nytimes.com/2026/06/18/opinion/israel-america-iran-trump-vance.html
4•duxup•50m ago•2 comments

Typewriter Tinnitus/Morse Code Tinnitus

https://hearinglosshelp.com/blog/typewriter-tinnitus-morse-code-tinnitus/
2•austinallegro•55m ago•0 comments

Show HN: FERNme – agent memory that updates with ~zero LLM calls

https://github.com/mirkofr/FERNme
3•mirkofr•56m ago•0 comments

Giant Banana Pulled Over: Driver Says Cops Have Stopped Him 100s of Times

https://cowboystatedaily.com/2026/06/18/giant-banana-pulled-over-in-montana-driver-says-cops-have...
3•speckx•57m ago•1 comments

Show HN: HN Game Stories – mini-documentary of games that hit the front page

https://video.intellios.ai
2•coolwulf•58m ago•0 comments

Show HN: Submarius – Global water clarity for divers

https://submarius.com
4•celloer•1h ago•0 comments

Show HN: Starchart and Repo Header Generator

https://shieldcn.dev
4•justinlevine•1h ago•4 comments

Ask HN: What are some good benchmarks for different agent harnesses?

2•Bnjoroge•1h ago•0 comments

A Leaked GitHub Token Exposed the Exact Ozempic Formula

https://www.pentesty.co/blog/novo-nordisk-ozempic-fulcrumsec-breach-2026
5•johnzoro107•1h ago•1 comments

Ask HN: After you ship a feature, what happens to what you learned?

3•gaggle_dk•1h ago•3 comments

Show HN: Vitrus – the company brain that tells you what it doesn't know

https://github.com/ahmetvural79/Vitrus
2•ahvural•1h ago•0 comments

Hackingpal

https://github.com/hackingpal/hackingpal
2•jadamsl•1h ago•0 comments

Ask HN: What are your parameter count estimates for Opus 4.8 and GPT-5.5?

2•ahriad•1h ago•0 comments

Query with Curl

https://daniel.haxx.se/blog/2026/06/21/query-with-curl/
3•Sami_Lehtinen•1h ago•0 comments

Extracted Value

https://extractedvalue.com/
2•turtleyacht•1h ago•0 comments

Multi Pong – multiplayer pong game

https://multi-pong.projects.lasz.uk/
2•dr_kretyn•1h ago•0 comments

New V4 encryption format that supports hardware-bound encryption using Yubikeys

https://www.vaultsort.com/
4•VaultSort•1h ago•0 comments

Epoll vs. Io_uring in Linux

https://sibexi.co/posts/epoll-vs-io_uring/
28•Sibexico•1h ago•5 comments

The Tiny Sailing Game That Feels Surprisingly Real [video]

https://www.youtube.com/watch?v=30n_fdzgjJA
3•coolwulf•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.