frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI scraperbots keep hammering us from residential proxies

https://fosstodon.org/@sourceware/116982983262820236
1•aendruk•2m ago•0 comments

Microsoft seeks Supreme Court lifeline in pre-owned license battle

https://www.theregister.com/software/2026/07/27/microsoft-seeks-supreme-court-lifeline-in-pre-own...
1•DemiGuru•2m ago•0 comments

Prickly present: dancing cactus toy that raps in Polish about cocaine goes viral

https://www.theguardian.com/lifeandstyle/2021/nov/30/dancing-cactus-toy-raps-polish
1•Tomte•2m ago•0 comments

Rethinking Security for the Age of AI – The Official Microsoft Blog

https://blogs.microsoft.com/blog/2026/07/27/rethinking-security-for-the-age-of-ai/
1•corvad•3m ago•0 comments

Show HN: Phonetic ASR transcript correction tool

https://github.com/notnotrishi/sonic_edit
1•notnotrishi•3m ago•0 comments

Mayor Mamdani Unveils New Municipal Grocery Stores

https://www.nyc.gov/mayors-office/news/2026/07/mayor-mamdani-unveils-30--discount---including-all...
3•willmeyers•8m ago•0 comments

Turn business SOPs into AI agents with real API endpoints

https://studio.tramenterprise.com/Account/Login?ReturnUrl=%2F
1•TR_Studio•10m ago•0 comments

API Testing Chrome Extension(REST, Soap, WebSockets, SSE)

https://chromewebstore.google.com/detail/repost-api-tester/eipmeckflplenlbnlhbpmjojahephhkp
1•info-chirila•13m ago•0 comments

The Rise and Fall of Google's Privacy Sandbox

https://arxiv.org/abs/2607.00693
1•omrigross•19m ago•2 comments

CME launches single stock futures to trade SpaceX, Micron and others 23h/day

https://www.cnbc.com/2026/07/27/cme-launches-single-stock-futures-enabling-investors-to-trade-spa...
1•mfiguiere•19m ago•0 comments

Someone made TempleOS temple-run port

https://github.com/dzumq/TempleRun-in-TempleOS
2•matan-h•20m ago•0 comments

Should you still use Python-dotenv in 2026?

https://infisical.com/blog/should-you-still-use-python-dotenv
1•FinnLobsien•21m ago•0 comments

Kimi-K3 on Ollama

https://ollama.com/library/kimi-k3
2•bluebirdfirewin•23m ago•0 comments

Tesla to make design and software for Model S and Model X open source

https://www.notateslaapp.com/news/4490/tesla-to-make-design-and-software-for-model-s-and-model-x-...
3•jp191919•24m ago•0 comments

Xbox Outage: Sign-in, Store, Playing/Launching Apps & Games Fails

https://support.xbox.com/en-US/xbox-live-status
3•corvad•24m ago•1 comments

Ads in Software Are Like Stickers on Laptops

https://daringfireball.net/2026/07/ads_in_software_are_like_stickers_on_laptops
1•speckx•26m ago•0 comments

Closing the data loop in AI-driven drug discovery

https://www.technologyreview.com/2026/07/27/1139667/closing-the-data-loop-in-ai-driven-drug-disco...
1•joozio•28m ago•0 comments

I buy belgian

https://www.ikkoopbelgisch.be/nl
8•mooreds•29m ago•0 comments

Health Insurance Companies Are a Union for You the Consumer

https://nicholasdecker.substack.com/p/health-insurance-is-a-big-union
1•paulpauper•29m ago•0 comments

I created an AI boyfriend. He was charming – and deeply troubling

https://theconversation.com/i-created-an-ai-boyfriend-he-was-charming-and-deeply-troubling-286740
1•neom•29m ago•0 comments

Birgitta Boeckeler on Harness Engineering for AI Agents [audio]

https://se-radio.net/2026/07/se-radio-730-birgitta-boeckeler-on-harness-engineering-for-ai-agents/
1•mooreds•29m ago•0 comments

Vigilant PR – adversarial AI code review that posts as you, not a bot

https://github.com/tllongdev/vigilant-pr
1•tllongdev•29m ago•0 comments

How Small Can a Video Game Be?

https://www.youtube.com/watch?v=9zE42ffDPKo
1•skibz•29m ago•0 comments

Singles Are So Burned Out They're Letting Spreadsheets Evaluate Their Dates

https://www.wsj.com/lifestyle/relationships/dating-singles-love-hackers-spreadsheets-711a493b
1•JumpCrisscross•30m ago•0 comments

The North Star for AGI

https://arcprize.org
1•barbacoa•31m ago•0 comments

Show HN: FeyNoBg – Automatic background removal model and training library

https://usefeyn.com/blog/feynobg/
4•snyy•31m ago•0 comments

Fire-loving fungi are nature's first responders after wildfire, renewing soil

https://www.cbc.ca/radio/day6/fire-loving-fungi-9.7233110
2•hn_acker•31m ago•1 comments

Atlas Discovery launches AI models to predict responses in clinical trials

https://runtimewire.com/article/atlas-discovery-launches-ai-models-to-predict-patient-response-in...
1•ryanmerket•32m ago•0 comments

Just Let Agents Write Code

https://redo.com/eng-blog/just-let-agents-write-code/
1•joshmoody24•34m ago•0 comments

When Canceling Subscriptions Is Not Easy

https://www.mouseprint.org/2026/07/27/when-canceling-subscriptions-is-not-easy/
1•speckx•35m 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.