Live data from Hacker News

Viewing profile — spenczar5

spenczar5

HN member
Joined
Thu, Jul 12, 2012, 3:36 PM UTC
HN karma
4,818
Public activity
790 items

About spenczar5

spencer nelson

firetiger.com, previously twitch/aws, i like woodworking

s@spencerwnelson.com

Recent public activity

  1. 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…

  2. comment
  3. 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…

  4. 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…

  5. comment
    Comment #48095707

    Yep! The industry term is "co-marketing" and its hard to avoid seeing once you spot it.

  6. 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.

  7. 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…

  8. story
  9. comment
    Comment #47511100

    Does it matter that pen and paper dominate? How much of the business's expenses are overhead?

  10. 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…

  11. 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…

  12. 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…

  13. comment
    Comment #47352267

    Author here! I am pretty jazzed about these ideas and happy to dig into more detail than a blog post allows.

  14. 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 .

  15. 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…

  16. story
  17. comment
    Comment #46966901

    Its unexported for that reason. You only change it in tests.

  18. comment
    Comment #46866109

    It's in the article that you're commenting on, https://www.spacex.com/updates#xai-joins-spacex .

  19. 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) …

  20. 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…

  21. comment
    Comment #45843417

    no, "pdf" is a very typical shortening for "probability density function," its correct.

  22. comment
    Comment #45842892

    Its JSON schema, well standardized, and predates LLMs: https://json-schema.org/

  23. 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…

  24. 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 …

  25. 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…