frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building a High-Throughput Fix Server

https://akinocal1.substack.com/p/building-a-high-throughput-fix-server
1•klaussilveira•2m ago•0 comments

A Baseless Copyright Claim Against a Web Host–and Why It Failed

https://www.eff.org/deeplinks/2026/03/baseless-copyright-claim-against-web-host-and-why-it-failed
1•laurex•3m ago•0 comments

Show HN: PromptShark – MitM proxy, C++ loop detector and replay for AI agents

https://github.com/apvcode/PromptShark
1•apvcode•3m ago•0 comments

Please, Use a Link

https://idiallo.com/blog/use-a-link-please
2•firefoxd•6m ago•0 comments

Show HN: Karpenter Provider for Hetzner

https://paperclip.inc/blog/karpenter-hetzner
1•stubbi•7m ago•0 comments

Data Compression Explained

https://mattmahoney.net/dc/dce.html
1•mtdewcmu•8m ago•0 comments

I Built Our Data Lake on DynamoDB Streams Instead of Kafka

https://medium.com/@yalovoy/i-built-our-entire-data-lake-on-dynamodb-streams-instead-of-kafka-218...
1•zero-ground-445•8m ago•0 comments

The Rain Spell

https://notas.grod.es/the-rain-spell
2•grodes•12m ago•0 comments

OpenAI's leaked financials reveal soaring losses as it prepares to go public

https://groups.google.com/a/netflix.com/g/ios-ui-kickoffs/c/772e4-hycBE
1•andsoitis•14m ago•2 comments

DOJ assists Musk's xAI in NAACP air pollution suit, asks court to toss case

https://www.cnbc.com/2026/06/16/usdepartment-of-justice-calls-for-dismissal-of-naacp-xai-lawsuit-...
1•ChrisArchitect•15m ago•0 comments

Workday isn't 75% of the ATS market. I checked 337 companies

https://withresumeai.com/blog/workday-ats-market-share-myth-2026
1•kzahiri•15m ago•0 comments

Drone Physics

https://iahmed.me/post/drone-physics/
3•hazrmard•19m ago•0 comments

Show HN: Steam City – Your Steam game library as a 3D city

https://thesteamcity.com
1•m1rsh0•20m ago•0 comments

Welcoming Our Newest Core Team Members

https://ziglang.org/news/welcoming-new-team-members/
2•yurivish•20m ago•0 comments

Swift-OS – operating system written in Embedded Swift for aarch64

https://github.com/asaptf/swift-os/tree/main
1•de_aztec•22m ago•0 comments

Eno – General Purpose Humanoid Robot

https://www.genesis.ai/
1•cheeko1234•23m ago•0 comments

UK Government Goes All-In on Digital Surveillance, Censorship and Control

https://www.nakedcapitalism.com/2026/06/the-uks-most-unpopular-government-on-record-just-went-all...
4•boticello•25m ago•1 comments

Software Is Not a Single-Player Game

https://www.davidpoll.com/2026/06/software-is-not-a-single-player-game/
2•depoll•25m ago•0 comments

How to Demolish a Bridge [video]

https://www.youtube.com/watch?v=7oi4yMr8Rjk
1•mhb•30m ago•0 comments

Ten Years of Just (and Lists)

1•rodarmor•31m ago•0 comments

Seattle Underground

https://en.wikipedia.org/wiki/Seattle_Underground
1•axelfontaine•33m ago•0 comments

AMD Pulls Memory Encryption from Ryzen CPUs

https://www.technology.org/2026/06/16/amd-strips-memory-encryption-consumer-ryzen-cpus/
4•KAMSPioneer•34m ago•0 comments

Update: Acabei de abrir O SDK no GitHub → github.com/mathhMadureira/orka

1•matteusmadu•36m ago•0 comments

The Battle with Anthropic Is the Start of a New Kind of Conflict

https://www.nytimes.com/2026/06/16/opinion/anthropic-fable-ai-trump-administration.html
1•furcyd•38m ago•0 comments

I built a fail-closed execution gate for AI agents

https://kronyqldemo.netlify.app/demo/ase-proof
1•Auditome•39m ago•0 comments

Total Iran Economic Damage Estimate

https://www.fdd.org/analysis/2026/04/23/total-iran-economic-damage-estimate/
10•littlexsparkee•41m ago•2 comments

Qode – The first AI agent that can generate 50k line codebases in one prompt

https://github.com/akshaylakkur/Q
1•akshayl284•42m ago•1 comments

Silicon Motion exec: Retail SSD market has almost disappeared

https://www.tomshardware.com/pc-components/ssds/the-retail-ssd-market-has-almost-disappeared-says...
7•Lihh27•47m ago•0 comments

Guardrails for Reuse in AI from ClimateSOS Foundational Charter

1•safiume•47m ago•0 comments

An Interview with Eugene Jarvis of Robotron, Defender and Stargate Fame

https://www.gamedeveloper.com/production/eugeneology-an-interview-with-eugene-jarvis
1•evo_9•50m 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.