Viewing profile — WilliamBerglund
WilliamBerglund
HN member- Joined
- Sat, Mar 18, 2023, 9:48 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About WilliamBerglund
No profile information was provided.
Recent public activity
-
comment
Comment #37133924
Only tangentially related, but this documentary is quite good https://www.imdb.com/title/tt2475454/
-
comment
Comment #36599245
My favourite demo of all time https://www.pouet.net/prod.php?which=56112 It features programming in multiple languages: cobol, fortran, lua, pascal, ruby, vala, ada, d, java, objc,…
-
comment
Comment #36322937
Yes, tiktoken, here's a client side visualizer for it https://github.com/functorism/gpt4-tokenizer-visualizer
-
comment
Comment #36023333
Hello (author here), I found the OpenAI tool ( https://platform.openai.com/tokenizer ) for visualising tokens really useful when working on token optimisation strategies (and other…
-
comment
Comment #35214197
D does this "the right way", which is to say free of side-effects. https://tour.dlang.org/tour/en/gems/compile-time-function-ev... https://wiki.dlang.org/Compile-time_vs._compile-t…