Ben's Thoughts
Do the People Who Put AI in Everything Study Philosophy?
Ben's Thoughts
A Little JavaScript Library I Published
Array Stream Plus
After using Elixir enumerables and Rust iterators, going back to JavaScript was always a bit disappointing. So I made a builder class for array functions (that can also take generators) with most of the modern features such as take, filterMap, etc. It’s my first package published...
Ben's Thoughts
The Writer’s IDE, part 3: Researching popular document file formats
Ben's Thoughts
Triumph and failure: the long road of this blog’s redesign
Ben's Thoughts
The Writer’s IDE, part 2: A Latex parser
not-redis
A Rust implementation of the CodeCrafters challenge to build Redis. It uses Tokio to implement asynchronous behavior. While not feature complete, it includes basic operations such as set/get/delete, range operations, replication and has a black box testing suite.
not-git
A Rust implementation of some of the plumbing and porcelain commands in Git. It focuses on file-systems, IO and bitwise operations that I have never used before.
Ben's Thoughts