HN user

gordonhart

1,163 karma

GitHub: https://github.com/gordonhart

Co-founder: https://kolena.com

Atlas of Space: https://atlasof.space

Posts1
Comments172
View on HN

Moonshot (Kimi) has raised $3.77B and been around for >3 years, Thinking Machines raising $2B and releasing a decent open weights model in 16 months is actually quite comparable.

GPT-5.6 13 days ago

First impression of 5.6 Sol in Codex is fantastic — the model asks dozens of clarifying questions before starting to implement where other models (including 5.5 and Terra) just yolo it with assumptions that needed to be walked back later.

Grok 4.5 14 days ago

The gas generators powering the datacenter rented by both Google and Anthropic? Where is the moral stance against Gemini and Claude?

Organic Maps 17 days ago

Migrated all of my pins to Organic Maps from Maps.me when it started to aggressively monetize. Smooth process. Been a happy user for years!

Neat, implementing this would be a great marketing move for Google/OpenAI/Amazon/MS. Relatively cheap way to win a lot of goodwill from the millions of people who don't know much about the space but are swayed by current water usage arguments.

Of course location matters a ton in the water usage argument but I'm not sure how relevant this actually is when it comes to winning over hearts and minds.

Tons of traditional companies have x-relations employees, they're just not titled as such. Attending trade shows, developing distributor relationships, constructing and distributing demo materials, building local/state/federal government support networks, driving the branded truck around town — all of these are very common in non-tech industries and are basically analogous to DevRel engineer responsibilities.

I find golf courses to be a more effective framing. Even if the alfalfa is consumed by animals, it's still a part of the food supply chain and gives people the easy response, "yeah, but we need to eat, we don't need datacenters."

Google's 10.9B gallons in 2025 is equivalent to ~55 18-hole golf courses (200M gallons/year average in the US). Which provided more value to the economy and to you as an individual last year? Google or 55 out of ~15k total golf courses in the US?

Vite+ Beta 21 days ago

My first thought too. "$name+" is strongly coded now as "subscription service for $name"

Appreciate the long answer. Why is it more likely that Gemini 3 Pro/Flash/Lite are distillations of the same parent model than that they’re different training runs on the same dataset, with minor version bumps being different post-training setups?

it's likely they're distilled from the same source

Any credible references for this? The implication that Anthropic has an even bigger and better model that they haven't released is hard to believe.

The risk here is severely overblown. Low earth orbit is self-cleaning with atmospheric drag. There’s comparatively little in MEO and even in a catastrophic Kessler syndrome scenario it’s still safe to transit through. Polluting higher orbits is so far beyond our current capabilities that it’s not even worth discussing.

Collect and sell data would be my guess. Without ZDR by default they are in a position to collect a crazy amount of data that I’m sure various buyers would be interested in (not just the big labs).

For Python backends I've seen good success with just making it company policy that everything is synchronous (normal-colored) and bypassing the developer overhead from async/await. Cooperative multitasking is a pain because, well, it requires cooperation. You can go pretty far by just adding more threads, processes, and replicas before it's worth the overhead.