Live data from Hacker News

Viewing profile — joelburget

joelburget

HN member
Joined
Wed, Sep 08, 2010, 4:05 PM UTC
HN karma
694
Public activity
78 items

About joelburget

Building programming tools. Living in Portland. Former Khan Academy and Recurser (Hacker Schooler).

https://joelburget.com

https://twitter.com/joel_burget

https://github.com/joelburget

Recent public activity

  1. story
  2. story
    US AI Action Plan

    PDF: https://www.whitehouse.gov/wp-content/uploads/2025/07/Americ...

  3. story
  4. story
  5. comment
    Comment #43069955

    I wrote an OCaml implementation of this paper a few years ago, which I've now extracted into its own [repo]( https://github.com/joelburget/constructive-reals/blob/main/C... ) The l…

  6. comment
    Comment #42966781

    And more recently, [Language Models Use Trigonometry to Do Addition]( https://arxiv.org/abs/2502.00873 )

  7. story
  8. comment
    Comment #42614624

    This is a good idea, though one problem is that Einsum notation (as realized in Numpy and Pytorch) doesn't support the notion of co-contravariance, and the site is based on their E…

  9. story
  10. comment
    Comment #42266854

    A couple of these I'd like references on if anyone happens to have them. 1. "current science suggests that the actual health impact from consuming most types of plastic might well …

  11. story
  12. story
  13. story
  14. comment
    Comment #41531719

    o1 is an application of the Bitter Less. To quote Sutton: "The two methods that seem to scale arbitrarily in this way are search and learning." (emphasis mine -- in the original Su…

  15. comment
    Comment #40932934

    Vision Transformers do a shocking amount of compression in the tokenizer. In the [Chameleon paper]( https://arxiv.org/pdf/2405.09818 ) they say the tokenizer "encodes a 512 × 512 i…

  16. comment
    Comment #40608852

    Vision transformers should be our default guess as to how GPT-4o works, yet this article never mentions them.

  17. story
  18. comment
    Comment #34017258

    It works on all human languages, just inefficiently. I ran it over a sample I found on wikipedia: sample = "ฟองมันฟันหนู, ฟันหนูฟองมัน, ฝนทองฟองมัน" len(sample), len(enc.encode(sam…

  19. comment
    Comment #34017206

    A few interesting findings: * the cl100k_base tokenizer has ~100k tokens -- previous tokenizers had ~50k. (enc.n_vocab gives 100277 but some numbers in that range don't work, start…

  20. story
  21. story
  22. story
  23. comment
    Comment #27345285

    For those looking to run this on a Mac, the following seems to have worked for me (M1, Big Sur 11.2.3): ``` brew tap gcenx/wine brew install --cask --no-quarantine wine-crossover b…

  24. comment
    Comment #19610672

    You have a keen eye -- thanks for the close reading.

  25. comment
    Comment #19609341

    Thanks for the heads up. It never occurred to me the svg might render differently. I'll see if we can fix this.