2024/08/19 - DAG

by Shun Kakinoki ¡ Aug 19, 2024

625 Views

I took three days off on the Journal from 8/16~8/18, I’m back 🙌

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).