Kenta Iwasaki (@lithdew) 's Twitter Profile
Kenta Iwasaki

@lithdew

Theorist at heart; engineer at scale. @thielfellowship @mozillabuilders

ID: 1246106821732872193

linkhttp://github.com/lithdew calendar_today03-04-2020 16:06:44

381 Tweet

1,1K Followers

50 Following

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

With inspiration from kysely ... bsky.app/profile/kysely.dev, Solana web3.js will soon see a noticeable type-checking performance improvement for complex user-defined binary codecs. Many thanks to Loris for helping me out with implementing the DrainOuterGeneric trick. github.com/solana-labs/so…

EasyA 🤳📱 (@easya_app) 's Twitter Profile Photo

🥈 ($8,000) Thiel Fellow Kenta Iwasaki and gigabrain engineer codycode launched HealthDB. Their AI agent on Aptos helps users better manage & enrich their health data via a weighted Monte Carlo tree search 🌳

🥈 ($8,000) Thiel Fellow <a href="/lithdew/">Kenta Iwasaki</a> and gigabrain engineer <a href="/codycode_0209/">codycode</a> launched HealthDB. Their AI agent on <a href="/Aptos/">Aptos</a> helps users better manage &amp; enrich their health data via a weighted Monte Carlo tree search 🌳
Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

Open-sourced a library, `statin`, which deals with time-series analytics, statistics, and probabilistic data structures on top of `bun:sqlite`. github.com/lithdew/statin

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

Re-implemented DDSketch from scratch based off of its reference Go, Python, and TypeScript implementations. There are inconsistencies and numerical errors across the codebases. The new implementation additionally implements DenseStore as a Float64Array. github.com/lithdew/statin…

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

Updated statin to now persist all recorded events to a table. Raw events may be paginated through in order to potentially implement additional aggregate statistics. github.com/lithdew/statin…

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

Published native, up-to-date chDB bindings for Bun. chDB is automatically downloaded upon install, resources are properly cleaned up when garbage-collected, and streaming queries and chDB's connection-based API's are supported. github.com/lithdew/chdb-b…

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

This codebase I’m working on has 78 different dependencies that get slotted through each other’s constructors now … maybe DI w/ IoC containers isn’t so bad after all.

Kenta Iwasaki (@lithdew) 's Twitter Profile Photo

Given that text has very little information and is non differentiable, wouldn’t it make more sense to produce models off of differentiable features such as images and audio instead? We could still work off of existing text data by rendering them into images.