frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Frank Zappa Interview That Still Feels Dangerous Today (1984) [video]

https://www.youtube.com/watch?v=PUJ9aFS2GbA
1•mdp2021•12s ago•0 comments

Clojure FFI layer for libgdx-core

https://github.com/damn/com.badlogic.gdx/tree/main
1•resatori•1m ago•0 comments

All you never wanted to know about corporate bond market issuance

https://www.ft.com/content/47a66129-548e-45c6-8855-0691616e92da
1•JumpCrisscross•6m ago•0 comments

Package Management as Org Chart

https://nesbitt.io/2026/07/10/package-management-as-org-chart.html
1•zaik•6m ago•0 comments

AI developers are buying up old books in Germany in large numbers

https://logos-pres.md/en/news/ai-developers-are-buying-up-old-books-in-germany-in-large-numbers/
1•koeploade•6m ago•0 comments

iPod: No wireless. Less space than a nomad. Lame. (2001)

https://slashdot.org/story/01/10/23/1816257/apple-releases-ipod
1•simonebrunozzi•7m ago•0 comments

Show HN: Spacemap.co – A 3D, real-time, real-scale map of the solar system

https://spacemap.co/b/399/Earth
1•juliie•7m ago•0 comments

I think I was part of a model distillation attack

https://sebastianmarines.com/post/i-think-i-was-part-of-a-model-distillation-attack/
1•marinesebastian•9m ago•0 comments

Is OpenRouter miss pricing GPT 5.6 models?

https://openrouter.ai/models
1•tmaly•10m ago•2 comments

Announcing Linkwarden 2.15

https://linkwarden.app/blog/releases/2.15
1•daniel31x13•15m ago•0 comments

Welcome back, cable? Netflix could be getting live TV

https://www.neowin.net/news/welcome-back-cable-netflix-could-be-getting-live-tv/
1•bundie•15m ago•0 comments

Tempolocus looks at time-series activity patterns to infer a location

https://github.com/ail-project/tempolocus
1•adulau•17m ago•0 comments

The Game Disc May Be Dying and I Think I'm Okay with It

https://www.zenofdesign.com/the-game-disc-may-be-dying-and-i-think-im-okay-with-it/
3•speckx•19m ago•0 comments

Karmic Predicament

https://www.guidavid.com/writing/karmic-predicament
1•gdss•19m ago•0 comments

GPT-5.6 Sol Wrote a 50k-Word Novella in 8 Hours

https://gamecult.org/Blog/gpt-5-6-sol-wrote-a-50000-word-novella-in-8-hours
1•pixelbro•20m ago•1 comments

Don't discontinue Gemini 2.5 Flash

https://discuss.ai.google.dev/t/please-dont-discontinue-gemini-2-5-flash/174246
2•NickDob•24m ago•0 comments

Streaming Taylor Swift on Mac OS 9 via Gopher

https://debene.dev/posts/casquinha-macos9/
2•fdebene•25m ago•0 comments

Show HN: Cactus v2 – On-device AI with cloud fallback

1•rshemet•27m ago•0 comments

Book Summaries

https://brettfisher.dev/posts/book-summaries/
1•fisher-brett•29m ago•0 comments

Superfile: Terminal File Manager

https://superfile.dev/
1•thunderbong•32m ago•0 comments

The oceans are full of heat, and it's coming ashore

https://grist.org/climate/heatwaves-oceans-record-temperatures-el-nino/
1•speckx•32m ago•0 comments

Show HN: chwire – Native-Format ClickHouse JavaScript Client over HTTP/TCP

https://github.com/maxjustus/chwire
1•maxjustus•33m ago•0 comments

Guy is banned by OpenAI for cyber abuse, his AI appeals, another AI approves it

https://twitter.com/endpointarena/status/2075245286339846145
3•binyu•34m ago•2 comments

An OpenAI model crushed top human programmers at a world coding competition

https://www.understandingai.org/p/an-openai-model-crushed-top-human
1•speckx•39m ago•1 comments

Do Smart Glasses Have a Surveillance Problem?

https://www.vogue.com/article/do-smart-glasses-have-a-surveillance-problem
2•cdrnsf•42m ago•0 comments

Casual Viewing: Why Netflix looks like that (2025)

https://www.nplusonemag.com/issue-49/essays/casual-viewing/
1•zem•43m ago•0 comments

An Update on the scraper situation

https://lwn.net/SubscriberLink/1080822/990a8a5e2d379085/
5•chmaynard•46m ago•1 comments

MAGA's attack on science is worse than it looks

https://www.noahpinion.blog/p/magas-attack-on-science-is-even-worse
7•gumby•47m ago•0 comments

Ask HN: Experiences of Working in Big Data

1•theginger•47m ago•0 comments

Capitalism Gone Wrong

https://kasperjunge.com/blog/capitalism-gone-wrong/
21•juunge•48m ago•24 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.