frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DeepMind Says Its AI Can Predict Hurricanes Earlier Than Everyone Else

https://www.wired.com/story/deepmind-ai-model-can-predict-hurricanes-earlier/
1•WithinReason•2m ago•0 comments

The Illusion of Visual Tool-Use: A Causal Audit of Thinking with Images

https://arxiv.org/abs/2608.06270
1•sbulaev•3m ago•0 comments

A Rare 4.5-Hour Interview with Huawei's Chief Scientist for Semiconductors

https://chinatechbite.substack.com/p/a-rare-45-hour-interview-with-huaweis
2•hunglee2•4m ago•0 comments

Jujutsu 0.44.0

https://github.com/jj-vcs/jj/releases/tag/v0.44.0
1•birdculture•5m ago•0 comments

A Mirror of Trumps Posts

https://fakenews.social/
1•calypso•7m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
1•vcfgdev•7m ago•0 comments

Building an LLM Agent to Play Dwarf Fortress

https://blog.trine.dev/posts/2026-02-28-df-ai-exp/
1•totetsu•9m ago•0 comments

Regex is (almost) all you need (2025)

https://lookingatcomputer.substack.com/p/regex-is-almost-all-you-need
1•aleda145•10m ago•0 comments

Blaise v0.14.0 is here: macOS, BlaiseGuard, math and more

https://github.com/graemeg/blaise/discussions/211
1•mariuz•11m ago•0 comments

Anthropic AI Mandatory Employee Stock Trading Plans for IPO – This Will Not Go W [video]

https://www.youtube.com/watch?v=zi9LsoKISEc
1•xbmcuser•11m ago•0 comments

LLM intelligence vs. cost per task, Dec 2024–Aug 2026

https://www.reddit.com/r/dataisbeautiful/comments/1vhw02h/oc_llm_intelligence_vs_cost_per_task_de...
2•theanonymousone•11m ago•0 comments

I built a free, instant technical and on-page SEO tool and keyword checker

https://www.sitealyser.com
1•johnnyfwk•12m ago•0 comments

Show HN: Benchmark local LLMs fit for your device specs

https://github.com/SupermodularAI/local_bench
1•andrelago•13m ago•0 comments

Informing HTTP Extension Design with Data

https://mnot.net/blog/2026/linting_the_web
1•jiehong•13m ago•0 comments

Show HN: ToolHoard – Compare power tool prices across major US retailers

https://toolhoard.com/
1•wesman5060•19m ago•0 comments

New Mexico Court Orders Meta to Pay $567M

https://www.techpolicy.press/new-mexico-court-orders-meta-to-establish-567-million-fund-to-abate-...
1•DeepLogin•22m ago•0 comments

I wonder if you could make a useful DOS executable with just emoji

https://oldbytes.space/@gloriouscow/117044736309312697
2•birdculture•24m ago•0 comments

Render of the Ford Fathom: Ford's affordable electric pickup truck at $28,350

https://evwire.com/p/ford-fathom-electric-truck-name-price-28350
1•juurikas•27m ago•0 comments

CrossPoint 1.5 has officially been released

https://www.reddit.com/r/xteinkereader/s/AZbairiJzJ
3•kokada•27m ago•0 comments

Show HN: I built a local multi-agent AI for Android on my phone

https://molfar.nova-hata.com/
1•Gucul_Molfar•27m ago•1 comments

Runtime instances: persistent compute for production AI agents

https://aws.amazon.com/blogs/aws/runtime-instances-persistent-compute-for-production-ai-agents-on...
1•bzooka•30m ago•0 comments

The Trump factor in India's proposed new UPI transaction levy

https://indianexpress.com/article/explained/explained-economics/upi-transaction-levy-trump-us-dea...
2•thisislife2•32m ago•0 comments

How Cursor Router chooses the right model for the task

https://cursor.com/blog/how-cursor-router-works
1•alexhandru•33m ago•0 comments

Peko vs. Competitors: Which All-in-One Business Platform Suits Your Needs?

https://adilrashidlone.substack.com/p/peko-vs-competitors-which-all-in
1•digitaldaddyme•36m ago•0 comments

Ukrainian attacks on Wildberries strike at heart of Russia Inc

https://www.reuters.com/world/ukrainian-attacks-wildberries-strike-heart-russia-inc-2026-08-07/
3•TechTechTech•40m ago•0 comments

Microdot Tattoos

https://cipherx.tech/
2•geox•41m ago•0 comments

Show HN: Recipe Jar, a local-first recipe keeper with no account or ads

https://recipejar.app/
2•sbmagar13•42m ago•0 comments

Show HN: File-based HTTP endpoints for Python with its own isolated dependencies

https://github.com/tanrax/bitpoint
1•andros•43m ago•0 comments

From Open Source Software to Open Source Strategy

https://p3institute.substack.com/p/from-open-source-software-to-open
1•theanonymousone•47m ago•0 comments

Python string literals are kinda funny

https://sebsite.pw/w/20260806-pystrings.html
1•theanonymousone•47m 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.