Viewing profile — raymondtana
raymondtana
HN member- Joined
- Wed, Oct 01, 2025, 7:32 PM UTC
- HN karma
- 92
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About raymondtana
No profile information was provided.
Recent public activity
-
comment
Comment #46744648
I've been learning Zig, and needed a refresher on memory layout (@sizeOf and @alignOf). Wrote this blog post to summarize what I think are the right ways to understand alignment an…
- story
-
story
Show HN: An LLM response cache that's aware of dynamic data
Raymond here from Butter.dev, an LLM response cache built as a chat-completions proxy. Today we're launching a key feature for the platform: the ability to generalize on dynamic, t…
-
story
Show HN: Langr: a daily language guessing game
"Langr" is a language guessing game, similar to other Wordle variants, and is unique for its multimodality. The game provides a sample of a given language of the day, revealing mor…
-
comment
Comment #45572733
In the n-by-n case when n is even, all of them are possible :) In the n-by-n case when n is odd , that's not the case... it breaks into a few equivalence classes that you can separ…
-
comment
Comment #45545467
Hi everyone, I'm the OP and wanted to share a few comments that might come as spoilers. So read with caution! 1. The default game has a simple winning strategy : the app begins wit…
-
story
Show HN: Lights Out: my 2D Rubik's Cube-like Game
"Lights Out" is a mathematical puzzle that lives on an grid where each cell of the grid is one of two colors: either red or white. The goal is to eventually get all the cells in th…
- story
-
comment
Comment #45442897
For AutoGPT, there is the option to set a llamafile endpoint, which follows the Chat Completions API. So, theoretically, you should be able to use that to point to Butter's LLM pro…