Viewing profile — Jake_Wharton
Jake_Wharton
HN member- Joined
- Wed, Aug 26, 2020, 3:25 PM UTC
- HN karma
- 15
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Jake_Wharton
No profile information was provided.
Recent public activity
-
comment
Comment #31226467
Android keyboard always runs in its own process. No distinction between first-party and third-party either as they're both just regular apps like the launcher or browser. One simpl…
-
comment
Comment #24283355
Removing `-dontobfuscate` will change all the package, type, and function names to be single letters for the same result of greater compression. The goal here was to just get it sm…
-
comment
Comment #24283340
The goal here was to get the binary size to be small enough, not the smallest it could possibly be. The tool was written in 2 hours because I used a language I was proficient in. W…
-
comment
Comment #24283307
The final section of the post was a Java port and size comparison. It also noted that while it was smaller, I simply don't want to use Java and the minute any external dependency i…