Jason Pearson
banner
kaeawc.bsky.social
Jason Pearson
@kaeawc.bsky.social
Staff Software Engineer, AI/mobile/backend
Funny what breaks down when internet services fall apart. Seems like their payment system is based on Toast status.toasttab.com but their status page is at least accurate
October 20, 2025 at 2:21 PM
AutoMobile is OSS on GitHub! Come check it out at zillow.github.io/auto-mobile #LiveDemo #AndroidDev #dcnyc25
June 26, 2025 at 8:00 PM
Metaprogramming with @anthonycr.bsky.social 🎉🙌🤠

Programming programs that program programming programs #AndroidDev
June 25, 2025 at 9:05 PM
@stacydevino.bsky.social bit.ly/notandroiddev definitely the keynote we needed for 2025
June 25, 2025 at 2:26 PM
Think Cursor is having some time dilation as its been about 30 seconds since that duration got updated.
April 14, 2025 at 3:12 PM
Whats also interesting is how putting this in a loop will just keep spawning more and more threads for the Gradle Daemon. Stopping it will eventually see those threads die off... at least some of them.
November 29, 2024 at 11:44 AM
So I went back through Gradle versions 8.10.2, 8.11, etc and the behavior is consistent:

Run a simple build task, can even be ./gradlew tasks, and you'll see the Gradle Daemon slowly but surely grow memory to fill the maximum heap before GC events take it down. But then keep growing again.
November 29, 2024 at 11:44 AM