Your Android App Isn't Compiled When You Install It
16 Jul 2026Install an app from the Play Store, tap its icon, and it opens and works right away the first time, with no “compiling…” step you...
Install an app from the Play Store, tap its icon, and it opens and works right away the first time, with no “compiling…” step you...
Say your app starts up and sends three requests to the same host at almost the same time, three different pieces of data your screen...
Two weeks ago I built FlashAttention v1 from scratch in Triton and got 22% of peak bandwidth on an A10G. The v1 to v2...
I spent the last two weeks building FlashAttention from scratch in Triton. Not to use it in production - vLLM already ships a better one....
Since Android 10, Environment.getExternalStoragePublicDirectory method was deprecated, then you was unable access public external storage directory directly to save your file. This short post...