HN user

arnaudsm

4,829 karma

Software Engineer - https://arnaud.at

Posts13
Comments621
View on HN

Google Chrome is likely around $400M, while Mozilla's core browser team is around $200M but are technologically far behind. Hard to find precise numbers, it's just an order of magnitude estimate

There's an elephant in the room: why is maintaining a web browser costing $400M/y?

The web standards are growing faster than non-profit engines can implement them. Google & Apple are bloating the web specs in what looks like regulatory capture.

If Blink/Webkit dominate for long enough, they will lock everything down with DRMs & WEI. Maybe it's time to work on lighter protocols like Gopher & Gemini that don't need 20GB of RAM to open 20 tabs ?

GPT-5.2 7 months ago

#1 models are usually priced at 2x more than the competition, and they often decrease the price right when they lose the crown.

Running an LLM by default when I open your site is the most energy-consuming thing a computer can do, and the thing consumers hate the most in 2025.

Geometric mean of MMMLU + GPQA-Diamond + SimpleQA + LiveCodeBench :

- Gemini 3.0 Pro : 84.8

- DeepSeek 3.2 : 83.6

- GPT-5.1 : 69.2

- Claude Opus 4.5 : 67.4

- Kimi-K2 (1.2T) : 42.0

- Mistral Large 3 (675B) : 41.9

- Deepseek-3.1 (670B) : 39.7

The 14B 8B & 3B models are SOTA though, and do not have chinese censorship like Qwen3.

Now that SO is almost dead, how will the AI labs train their LLMs on all the programming edge cases it used to document?

Will synthetic data and documentation RAG really be enough? Or will we be stuck at 2022 debugging knowledge forever?

This is great, I wish tech giants focused more on latency.

Gmail, Notion, Facebook, are painfully slow on my high-end laptop with gigabit ethernet. Something is wrong in our modern engineering culture.

Project Gemini 8 months ago

The Gemini protocol started in 2019, before Google's Gemini in 2023.

It's proably a popular word for tech workers fans of the american space race.

Steam Frame 8 months ago

This is the first standalone headset with an open ecosystem. That's a big deal.

Meta Quests & Apple Visions require developer verification to run your own software, and provide no root access, which slowed down innovation significantly.

Genuine question : why are hyperscalers like OpenAI and Oracle raising hundreds of billions ? Isn't their current infra enough ?

Naive napkin math : a GB200 NVL72 is 3M$, can serve ~7000 concurrent users of gpt4o (rumored to be 1400B A200B), and ChatGPT has ~10M concurrent peak users. That's only ~4B$ of infra.

Are they trying to brute-force AGI with larger models, knowing that gpt4.5 failed at this, and deepseek & qwen3 proved small MoE can reach frontier performance ? Or is my math 2 orders of magnitude off ?

This is exciting, exceptionally the firmware & binary blob foundations that are the biggest roadblock.

Concerning the UI, I wish we had another attempt at a web-based mobile OS. FirefoxOS was too early, but APIs are much more mature now, and WASM offers great performance for low-level stuff. I might work on this full time when I retire.

My other favorite best practice with SQL is to have unique ID column names, so you never mix up IDs, and can use JOIN with the USING syntax:

  SELECT *
  FROM customer
  JOIN order USING (customer_id)
Morse Code Translator 11 months ago

As a kid I didn't have a phone, but my parents gave me a cheap iPod Nano. I flashed a custom OS on it (RockBox), which used Morse code as the primary input, since iPods only have a single button.

Programming in lua and writing my diary in Morse code on this microscopic device was a lot of fun.

Morse was a clever way to bypass limitations, which is the definition of hacking itself.