frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The world first agentic AI radio

https://www.twitch.tv/newsmyimaginationai
1•myimaginationai•7m ago•1 comments

Recurse Center Halftime Reflection

https://holistudio.github.io//2025/11/02/RC-half/
2•luu•13m ago•0 comments

Four Time Scales for Technology Development and Deployment

https://rodneybrooks.com/four-time-scales-for-technology-development-and-deployment/
5•jeffreyrogers•23m ago•0 comments

Design Thinking Is B.S. (2018)

https://www.fastcompany.com/90166804/design-thinking-is-b-s
3•walterbell•32m ago•0 comments

DeepMind Disbands AlphaFold Team, Pivots to Gemini

https://unusualwhales.com/news/deepmind-disbands-alphafold-team-gemini-pivot
3•gmays•34m ago•1 comments

Building agents that survive their own execution

https://conol.ai/blog/building-agents-that-survive-their-own-execution
2•greatony•40m ago•0 comments

When random.bytes() runs but doesn't work

https://insider.btcpp.dev/p/when-randombytes-runs-but-doesnt
2•Funes-•41m ago•0 comments

Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

https://github.com/tom-ilan/cycloidal_gearbox
17•tomilan•42m ago•2 comments

What 'Pluribus' Gets Right About the Hive Mind (2025)

https://www.psychologytoday.com/us/blog/priceless/202512/what-pluribus-gets-right-about-the-hive-...
2•walterbell•44m ago•0 comments

Portal: Current Events

https://en.wikipedia.org/wiki/Portal:Current_events
4•adm4•45m ago•0 comments

Fuck the Algorithm. Own Your Data

https://github.com/adnqcr7-code/privacy-yt-downloader
3•kairos_agent•46m ago•0 comments

Living in the Math World Means Threading the Needle

https://www.quantamagazine.org/hong-wang-wins-2026-fields-medal-the-third-woman-ever-20260723/
3•gmays•46m ago•0 comments

Show HN: CostPerPrompt – Live AI API pricing and real-workload cost calculators

https://costperprompt.com/
2•ahmed_hassan7•53m ago•0 comments

Inverseminar

https://phys.org/news/2026-07-inverting-seminar-recover-scientific-papers.html
3•sundarurfriend•53m ago•0 comments

'Death by organ donation' floated for patients approved for euthanasia

https://nationalpost.com/news/death-by-organ-donation-for-maid-patients
3•walterbell•54m ago•0 comments

Hiring FDE's (full stack software eng) // 100K+ & equity // AI for Manufacturing

https://www.tryharmony.ai/
2•georgeharmony•56m ago•0 comments

I made a free directory to submit your games

https://www.twelve.games
3•mattmerrick•59m ago•0 comments

Token diplomacy: How China is shaping the AI future

https://www.semafor.com/article/07/28/2026/token-diplomacy-how-china-is-shaping-the-worlds-ai-future
3•qwikhost•1h ago•2 comments

Bessent and the Fed help Japan reverse months of yen losses

https://www.japantimes.co.jp/business/2026/08/01/economy/us-treasury-yen-support/
5•mikhael•1h ago•0 comments

The Linux distro and desktop brawler

https://distrofighter.com/
6•ashitlerferad•1h ago•0 comments

AUR Packages Adoption And Pushes Disabled

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/message/YPJ3FQYJTJXXY3R...
2•Alien1Being•1h ago•0 comments

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/index.html
44•Hixon10•1h ago•8 comments

ASRock BC-250: Building the Budget Steam Machine

https://plug-world.com/posts/2026/asrock-bc250-the-budget-steam-machine/
16•plug_world•1h ago•1 comments

Ask HN: ChatGPT free tier just stopped working, is this just me?

3•jacquesm•1h ago•0 comments

People Who Called for Averting Nuclear War Are Calling for AI Slowdown

https://allevato.me/2026/08/01/rome-declaration
3•kukanani•1h ago•1 comments

How to Model the True Cost per Token Across GPU Architectures

https://www.softwareseni.com/inference-economics-how-to-model-the-true-cost-per-token-across-gpu-...
2•thunderbong•1h ago•0 comments

Fast access to Trump's 'Truth Social' posts goes on sale for $100k per month

https://www.france24.com/en/americas/20260801-fast-access-trump-truth-social-posts-sale-for-100-0...
8•donbox•1h ago•5 comments

The Prospects for 128 Bit Processors ( John Mashey SGI 1995)

https://yarchive.net/comp/128bit.html
4•Alien1Being•1h ago•0 comments

Firstdrop

https://nuoy.app/firstdrop
3•bookofjoe•1h ago•0 comments

Crap: Conditional Resource Access Protocol

https://ajaxdavis.dev/crap/
2•thomasfromcdnjs•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.