frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tax penalties/interest during the pandemic? You may be eligible for a refund

https://www.washingtonpost.com/business/2026/07/10/dont-miss-this-tax-refund-deadline-whos-eligib...
1•MilnerRoute•1m ago•0 comments

GDP.pdf: Can Frontier Models Master the Documents That Run the World?

https://surgehq.ai/blog/gdp-pdf-can-100b-ai-models-master-the-documents-that-run-the-world
1•handfuloflight•2m ago•0 comments

Entire: Distributed Git for Agents

https://entire.io
1•momeara•2m ago•0 comments

Show HN: Vxpix – $50 Lifetime Screenshot API, Free Tier with No Signup

https://tool.vxpix.com/
1•vxpix•3m ago•0 comments

Forced Clicks and Stand-Down Violations by Shopping Plugin Phia

https://www.benedelman.org/phia-forced-clicks/
1•sanj•3m ago•0 comments

Pulsed electric field, oscillating magnetic field effect on supercooled chicken

https://www.sciencedirect.com/science/article/abs/pii/S0260877416303636
1•thunderbong•5m ago•0 comments

European History Trivia

https://www.earthsattractions.com/european-history-trivia-questions/
1•colinprince•8m ago•0 comments

Show HN: Velocity – a keyless 3D globe that fuses 15 live Intel feeds

https://github.com/AndrewCTF/osint-geospatial-console
1•AndrewCTF•8m ago•0 comments

Progress asks its ShareFile customers to turn their software off to be secure

https://www.reddit.com/r/sysadmin/s/iRXUSv1sHk
1•taspeotis•9m ago•0 comments

Apple sues OpenAI for stealing trade secrets, blockbuster Silicon Valley lawsuit

https://www.latimes.com/business/story/2026-07-10/apple-accuses-openai-of-stealing-trade-secrets-...
3•1vuio0pswjnm7•9m ago•0 comments

Symmatrics Introduces Quantum Secure VPN to Eliminate Credential-Based Attacks

https://finance.yahoo.com/technology/ai/articles/symmatrics-introduces-quantum-secure-vpn-1300005...
1•cipherdrew•11m ago•0 comments

Playbykey/theory – Music theory as code, TypeScript engine and MCP server

https://theory-engine.docs.playbykey.com/
2•codewithbre•13m ago•0 comments

AI models' values are different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
1•1vuio0pswjnm7•15m ago•0 comments

Emacs: A Tree and a Server Walk into a Core

https://www.chiply.dev/post-july-emacs-carnival
1•signa11•17m ago•0 comments

The FCC is cracking down on DJI tech that dodged the foreign drone ban

https://www.theverge.com/policy/964342/fcc-crack-down-dji-front-companies-xtra-skyrover-sgs-lab
1•thatxliner•17m ago•0 comments

Show HN: Persistent Claude Code sessions you drive as a terminal or a chat

https://github.com/thrinz/agentpeek
1•thrinz•20m ago•0 comments

State of Kubernetes Networking Report 2026

https://docs.google.com/forms/d/e/1FAIpQLSed1CxtJmCaiaf6fkwJwYN3DEWChdizL0TL4pWiFx0lnnF0Gw/viewform
1•mooreds•22m ago•0 comments

Terminal Control: Control, inspect, test, and capture terminal sessions

https://github.com/anomalyco/terminal-control
1•handfuloflight•25m ago•0 comments

Australia's 7 best-selling EVs are now all Chinese – even Tesla's

https://electrek.co/2026/07/10/australia-top-7-evs-all-chinese/
3•breve•32m ago•0 comments

Green is a Clojure library for building idempotent DevOps CLIs

https://github.com/amiorin/green
1•amiorin•34m ago•0 comments

Missouri declares state of emergency after life-threatening flash floods [video]

https://www.youtube.com/watch?v=yzx-XelvnMg
1•Bender•34m ago•0 comments

Red is a TypeScript/Bun library for building idempotent DevOps CLIs

https://github.com/amiorin/red
1•amiorin•35m ago•0 comments

Show HN: I made Claude explain like I'm 5, and AI fatigue disappeared

https://github.com/amebahead/explain-like-iam-five-rules
1•amebahead•36m ago•0 comments

OpenAI and Google sell AI models to blacklisted China groups

https://www.ft.com/content/5d6aafa1-5d47-4585-aa95-6ec06a6cd20f
2•1vuio0pswjnm7•39m ago•1 comments

Show HN: Rilavek – Stream FTP/SFTP/TUS uploads straight to S3, no disk buffer

https://rilavek.com
1•rilavek•43m ago•0 comments

DeepSeek-AI/DeepSeek-v3.2

https://huggingbay.xyz/artifact/hf-model-deepseek-ai-deepseek-v3-2
1•ASHOKGOUDK•44m ago•1 comments

Yiddish resource for elements of chaldean neo-aramaic and Biblical aramaic (1911

https://archive.org/details/nybc211294
1•marysminefnuf•44m ago•0 comments

Gilbert Strang Joins Anthropic

https://twitter.com/GilStrangMIT/status/2075666580990464489
3•elzed•44m ago•0 comments

Parsoid

https://www.mediawiki.org/wiki/Parsoid
2•debo_•46m ago•0 comments

What Every Python Developer Should Know About the CPython ABI

https://labs.quansight.org/blog/python-abi-abi3t
1•signa11•48m 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.