Generative worlds
I’m very excited about immersive worlds. Worldbuilding is the “process of constructing an imaginary world or setting.”
personal website
I’m very excited about immersive worlds. Worldbuilding is the “process of constructing an imaginary world or setting.”
Rough notes on interesting crypto stuff (mostly for the uninitiated since it’s pretty high-level), in no particular order.
This piece serves as a short pre-read to JAX for my Ray Tracer in JAX.
Last year, I implemented the Ray Tracing in One Weekend tutorial in Rust but the rendering was painfully slow on my machine. Instead of adding parallelization to my Rust code, I decided to rewrite my ray tracer again in JAX to get really good performance gains without too much effort. Ray tracing is an ideal JAX application: it’s computationally intensive but parallel (each pixel is independent),…
AI editor interfaces usually fall into one of two buckets: (1) back-and-forth chat, or (2) drag-and-drop canvases. That’s why I wanted to explore building a different AI generation interface at the first Gemini Nano Banana hackathon (and won 4th place!).
Google’s latest model, Nano Banana, is promising for use cases like marketing, branding, and storytelling due to its generation speed and consistency across many images.
I’ve lived in San Francisco for a grand total of 6 months (plus 1 summer) so I know I am truly the most qualified person to give some city recommendations. But ALAS…
I’m a casual keyboard hobbyist who got into the craft two and a half years ago. Back when I was an intern at Uniswap, I started nerding out over keyboards with my co-worker and co-intern and that evolved into a company-wide mechanical keyboard building workshop (led by the Team Clickity Clack trio).
Prediction markets allow participants to bet on outcomes of future events. They are historically accurate, canonical, and valuable financial instruments when constructed well.