Viewing profile — lsb
lsb
HN member- Joined
- Wed, Aug 22, 2007, 4:20 PM UTC
- HN karma
- 4,162
- Public activity
- 1,039 items
- HN profile
- View on Hacker News ↗
About lsb
leebutterman@gmail.com
Recent public activity
-
comment
Comment #49217173
Fixed!
-
comment
Comment #49215175
Neat! Similar to my graduate thesis, NoDictionaries: https://nodictionaries.com/cato/de-agri-cultura/156
-
comment
Comment #48974317
Homer is the Homer of America, unless you believe in fencing off universal properties of mankind into exclusive tribal ownership. (cf Saul Bellow asking “who is the Tolstoy of the …
-
comment
Comment #48139863
Happy to answer any questions :)
-
story
Show HN: Visualizing Tiny LLMs from OpenAI's Parameter Golf
The two from parameter golf (one I trained, one was the baseline) are just 16MB each! They produce barely plausible English
-
comment
Comment #47806889
Self Hosted object storage looks neat! For this project, where you have 120GB of customer data, and thirty requests a second for ~8k objects (0.25MB/s object reads), you’d seem to …
-
comment
Comment #47405846
The real world success they report reminds me of Simon Willison’s Red Green TDD: https://simonwillison.net/guides/agentic-engineering-pattern... > Instead of taking a stab in the d…
-
comment
Comment #46999737
It’s named after the multi-decade data compression test image https://en.wikipedia.org/wiki/Lenna Buy the book! https://qntm.org/vhitaos
-
comment
Comment #46630070
I'm using Sonnet with 1M Context Window at work, just stuffing everything in a window (it works fine for now), and I'm hoping to investigate Recursive Language Models with DSPy whe…
-
comment
Comment #46474759
The New York Times has said that the US president has reported capturing the president of Venezuela https://www.nytimes.com/live/2026/01/03/world/trump-united-s... Source about avi…
- story
-
comment
Comment #46322661
This is super interesting! Apache Arrow is trying to do something similar, using Flatbuffer to serialize with zero-copy and zero-parse semantics, and an index structure built on to…
-
comment
Comment #46169277
My threshold for “does not need to be smaller” is “can this run on a Raspberry Pi”. This is a helpful benchmark for maximum likely useful optimization. A Pi has 4 cores and 16GB of…
-
comment
Comment #45972886
Happy to answer any questions you have :)
-
story
Show HN: DSPy on a Pi: Cheap Prompt Optimization with GEPA and Qwen3
GEPA was very efficient at optimizing my LLM task description, and DSPy was effective at turning a soup of a prompt into something programmable with inputs and outputs
-
comment
Comment #45738562
Curious about comparisons with Apache Arrow, which uses flatbuffers to avoid memory copying during deserialization, which is well supported by the Pandas ecosystem, and which allow…
-
comment
Comment #45457420
fast.ai (some of the authors of this) was transformative for me, and the community was super nice. Cannot recommend looking into this highly enough.
-
comment
Comment #45232382
This is halfbakery! I love it! (For example, a recent half baked idea there is a perpetually burning flag. https://www.halfbakery.com/idea/Perpetually_20Burning_20Flag... )
-
comment
Comment #45080062
How are you a landlord if you're paying property taxes? Once you have everything else set up, you can migrate to a server hosted on your own internet connection. Running your own d…
-
comment
Comment #44970643
Interesting! Text files in git can work for small sizes, like your 100MB. That is what's known in FAISS as a "flat" index, just one thing after another. And obviously you can query…
-
comment
Comment #44963262
That’s wild that with a KV cache and compilation on the Mac CPU you are faster than on an A100 GPU.
-
comment
Comment #44956478
Also: this SSO tax is deceptively framed. Many of these services allow one to sign in through, for example, Google, which can count as a single sign on, and many organizations have…
-
comment
Comment #44904881
This is evocative of “cramming”, a paper from a few years ago, where the author tried to find the best model they could train for a day on a modern laptop: https://arxiv.org/abs/22…
-
comment
Comment #44860963
I used Claude Code to navigate a legacy codebase the other day, and having the ability to ask "how many of these files have helper methods that are duplicated or almost but not qui…
- story