Viewing profile — spenczar5
spenczar5
HN member- Joined
- Thu, Jul 12, 2012, 3:36 PM UTC
- HN karma
- 4,818
- Public activity
- 790 items
- HN profile
- View on Hacker News ↗
About spenczar5
firetiger.com, previously twitch/aws, i like woodworking
s@spencerwnelson.com
Recent public activity
-
comment
Comment #48809562
> This is still $150M of pure gravy every single year. The issue is rate of return. They are evidently spending $4.85bn on Xbox per year. The US federal interest rate is 3.5% so if…
- comment
-
comment
Comment #48108957
Sometimes you get there by accident. You make a thing, it grows or is used in unexpected ways, now suddenly performance matters. Sometimes Python is just the language used in the d…
-
comment
Comment #48095747
It's in the first sentence of your quote: "our continued collaboration with Anthropic" Read this as: "we get discounts, rate limit increases, a direct line to responsible product m…
-
comment
Comment #48095707
Yep! The industry term is "co-marketing" and its hard to avoid seeing once you spot it.
-
comment
Comment #48095637
No, but they go on strike when negotiating their collective contracts, and put terms in the contract that govern how failures like this are investigated and punished.
-
comment
Comment #48095604
> A correction was made on May 6, 2026: An earlier version of this article misstated the country where Guy Goma grew up. He is from the Republic of Congo, not the Democratic Republ…
- story
-
comment
Comment #47511100
Does it matter that pen and paper dominate? How much of the business's expenses are overhead?
-
comment
Comment #47373196
Sure, llms.txt is a convention for this. Compare https://docs.firetiger.com with https://docs.firetiger.com/llms.txt and https://docs.firetiger.com/llms-full.txt for a realy exampl…
-
comment
Comment #47354413
That's a pretty interesting idea! I guess 160+ is sort of doing some of that for us - it compiles to SQL WHERE clauses, right - but generally, we found good results giving it a SQL…
-
comment
Comment #47352622
Yes! This works really well from Sonnet 4.5 onwards, in our experience. Sonnet 4.0 was a little rocky - we had to give it tons of documentation - but by now it works without much e…
-
comment
Comment #47352267
Author here! I am pretty jazzed about these ideas and happy to dig into more detail than a blog post allows.
-
comment
Comment #47327218
Is this a clone of the Google AIPs? Like https://aep.dev/160/ seems to just copy https://google.aip.dev/160 .
-
comment
Comment #47155606
"Cheap" how? I have a friend who works on Seattle's bus planning. Removing a stop is a _lot_ of political work. When an elderly person depends on that bus stop being within a block…
- story
-
comment
Comment #46966901
Its unexported for that reason. You only change it in tests.
-
comment
Comment #46866109
It's in the article that you're commenting on, https://www.spacex.com/updates#xai-joins-spacex .
-
comment
Comment #46467702
I feel like I see an independent low-noise phone project like, every 3 months. Clearly there is some latent demand here. I wonder why the big players (Google, Apple, Samsung, HTC) …
-
comment
Comment #45848363
"But accepting the full S3Client here ties UploadReport to an interface that’s too broad. A fake must implement all the methods just to satisfy it." This isn't really true. Your mo…
-
comment
Comment #45843417
no, "pdf" is a very typical shortening for "probability density function," its correct.
-
comment
Comment #45842892
Its JSON schema, well standardized, and predates LLMs: https://json-schema.org/
-
comment
Comment #45814142
Thanks for the detailed answer! I use DuckDB today to query Iceberg tables. In some particularly gnarly queries (huge DISTINCTs, big sorts, even just selects that touch extremely h…
-
comment
Comment #45814026
Very cool. One question that comes up for me is whether pg_lake expects to control the Iceberg metadata, or whether it can be used purely as a read layer. If I make schema updates …
-
comment
Comment #45813873
I think I don't understand postgres enough, so forgive this naive question, but what does pushing down to the remote tables mean? Does it allow parallelism? If I query a very large…