mwsherman
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Making Unicode things fast in Go (clipperhouse.com)
- Show HN: Go Allocations Explorer for VS Code (marketplace.visualstudio.com)
I’ve learned that my intuitions about where an allocation is coming from aren’t always correct. One tracks it down by creating a -memprofile then go tool pprof, and then some searching. It’s all fine, but tedious. So,…
- Allocations Are a Dependency (clipperhouse.com)
- I deal with copyright claims [video] (youtube.com)
- Yagni for Distributed Rate Limiting (clipperhouse.com)
- Show HN: A more composable rate limiter for Go (github.com)
Having seen how complex rate limiting becomes in production, I thought layering should be more expressible.
- Casey Handmer on powering data centers [video] (youtube.com)
- Is a "routing" LLM isomorphic with a single large model? (twitter.com)
- Designing a Composable Rate Limiter (clipperhouse.com)
- Self-Hosted x86 Back End Is Now Default in Debug Mode (ziglang.org)
- Poor spill decisions making code 14% slower (github.com)
- The River, the Village, and the Fort: Nate Silver's New Book, "On the Edge" (statmodeling.stat.columbia.edu)
- C# almost has implicit interfaces (clipperhouse.com)
- Splitting Words Correctly in C# (github.com)
- Tips for moving between Go and C# (clipperhouse.com)
- Tips for moving between Go and C# (clipperhouse.com)
- A fast Unicode tokenizer for C# (github.com)
- Go-style "alongside" testing in C# (clipperhouse.com)
- Apple as MVNO for LLMs (clipperhouse.com)
- Apple as MVNO for LLMs (clipperhouse.com)
- CLI for splitting words the Unicode way (github.com)