Viewing profile — joelburget
joelburget
HN member- Joined
- Wed, Sep 08, 2010, 4:05 PM UTC
- HN karma
- 694
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About joelburget
https://joelburget.com
https://twitter.com/joel_burget
https://github.com/joelburget
Recent public activity
- story
-
story
US AI Action Plan
PDF: https://www.whitehouse.gov/wp-content/uploads/2025/07/Americ...
- story
- story
-
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…
-
comment
Comment #42966781
And more recently, [Language Models Use Trigonometry to Do Addition]( https://arxiv.org/abs/2502.00873 )
- story
-
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…
- story
-
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 …
- story
- story
- story
-
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…
-
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…
-
comment
Comment #40608852
Vision transformers should be our default guess as to how GPT-4o works, yet this article never mentions them.
- story
-
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…
-
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…
- story
- story
- story
-
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…
-
comment
Comment #19610672
You have a keen eye -- thanks for the close reading.
-
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.