Experimental browser for the Atmosphere
Loading post...
{ "uri": "at://did:plc:grjr4il5dredrsuj7nosb4pq/app.bsky.feed.like/3lmsf5e7lvo2c", "cid": "bafyreiehteikqjvdmfxkytuuxmsynr4z3y4ungaiordnm5ckewxot7vuoa", "value": { "$type": "app.bsky.feed.like", "subject": { "cid": "bafyreihmtvgj7w4aq62rvomx4awgr5kqecse7ekc4tvwyqv7vtpezzhem4", "uri": "at://did:plc:5wdnwfs45bghuedlj3rdmani/app.bsky.feed.post/3lmsf45yr7s2a" }, "createdAt": "2025-04-14T20:19:57.694Z" } }
These were the big two: 1. We replaced a slow, general-purpose API call that was fetching a bunch of unnecessary data (invoked on every command boot). 2. We changed the meat of each command to be lazy-loaded (`await import()` at invocation time), which avoids loading the rest of the codebase.
Apr 14, 2025, 8:19 PM