back
user profile

cckolon

185karma·47submissions·January 31, 2024
about
carlkolon.com
recent activity (47 total)
comment
Thank you :)
8d ago·view thread
comment
I love these! “Not Quite the Same” sounds a lot like “The Wrong Abstraction” from my list. It’s a really important point and I’m glad to see there are more articles about it!
9d ago·view thread
comment
Thanks for the callout! I have much more experience with geography but you’re totally right. I’ll add a note
9d ago·view thread
comment
The US Navy still uses nomograms for chemistry control on nuclear reactors!
1mo ago·view thread
comment
This is so cool. I would have loved this in college.
1mo ago·view thread
comment
I’m implementing the Lox programming language (from Crafting Interpreters [0]) in Rust. https://github.com/cckolon/rlox [0] https://craftinginterpreters.com/ …
2mo ago·view thread
comment
Exploration-exploitation tradeoff strikes again
2mo ago·view thread
comment
How does this differ from something like MarineTraffic?
5mo ago·view thread
comment
Your computer is a sweet machine
6mo ago·view thread
comment
Nice, that’s really cool.
6mo ago·view thread
comment
I use full length vectors (512 dimensions) and have seen very fast lookups with pgvector (HNSW index) and sqlite-vec on 20k vectors. I think any decent vector database should be able to handle 44k ent…
6mo ago·view thread
comment
This is really cool. How is reranking built in? Is there a model that runs inside the database? If so, how did you choose it?
6mo ago·view thread
comment
Thanks! Yeah embedding is simple enough and my needs were small enough that I didn’t want to pay. Both llama-server and ollama are great options, and if container size isn’t an issue you get a greater…
6mo ago·view thread
comment
This is a really cool idea. By “different models” do you mean models fine tuned on different sources? How would you decide how to classify chunks?
6mo ago·view thread
comment
Aren’t most inventions anti-labor by this rationale? We employ fewer farmers than we used to, but this is good for society because people who would be farmers are now working on other things.
6mo ago·view thread
comment
https://carlkolon.com My submarine combat game was on the front page a while ago! https://bearingsonly.net …
7mo ago·view thread
comment
> 5 - 9 means strong effects, definitely not placebo. It’s impossible for anyone to say this convincingly about their own experience. If it were easy to tell whether an effect was due to placebo, w…
1y ago·view thread
comment
Reminds me of Randall Monroe’s obsession with Simple English https://xkcd.com/547/
1y ago·view thread
comment
Example 01 is basically the “green jellybeans cause acne” problem https://xkcd.com/882/
1y ago·view thread
comment
My wife is a doctor. When I showed her this paper she said “that’s true for humans as well”.
1y ago·view thread
comment
I do think it’s common for managers (especially new ones) to desire too much validation from their reports. James Stockdale offered some advice here in a 1980 Proceedings article [1] > [Leaders] mu…
1y ago·view thread