2024/08/19 - DAG
by Shun Kakinoki ¡ Aug 19, 2024
605Â Views
Light Progress
Iâve implemented the core part of the Light Layer (WIP) but still figuring out the implementation details for production. Probably will take the whole day tomorrow, but kind of excited as it comes to life đ
Tomorrowâs Goals
Reading of the day
Kind of interesting that a lot of op companies like Facebook, Github, OpenAI all revolves around using one centralized monorepo codebase for all of their needs⌠sadly they are all closed source for obvious reasons, but if you need reference for a best-in-class monorepo, check here.
Github Repo of the Day
This is so fucking cool - of course tweeted here, local WASM embeddable postgres-lite, to the actual schemas + visualizations generated w/ AI, feels like really the future. I wonder how actual applications will generate revenue, though.
For context tweet: but basically this is the Agglayerâs core functionality implemented here: https://github.com/agglayer/lxly-bridge-and-call/blob/b765fb4a98bf947b6fa4a62f41da7b7657d10783/src/BridgeExtension.sol#L115 - synchronous composability may be just bridge + call on the destination chain(s).