ESC fuse fix
I ordered a bunch of RushFPV Mini Tank Stacks that were rated for 30 A and connected them to some DYS Samguk 2600 Kv motors without propellers. This minimal load blew the fuse on the ESC, making th...
I ordered a bunch of RushFPV Mini Tank Stacks that were rated for 30 A and connected them to some DYS Samguk 2600 Kv motors without propellers. This minimal load blew the fuse on the ESC, making th...
This post shows the steps involved in making a 2S pack with 21700 cells. This guide is also relevant for constructing with 18650 cells. Materials needed: 2x 18650 or 21700 cells (they must bo...
I did a write-up on how to improve merge request (or pull request) quality control on ING’s Medium Blog.
This is a step-by-step guide describing the steps I took to install Linux Mint 19.2 on a Surface Go device as the sole OS. After a botched Mint installation, I succeeded in my second attempt a d...
I’ve been working hard on Spork 4.0.0 since last summer. Spork is a high performance runtime annotation processing framework with implementations for Android and for dependency injection. It is ...
Writing multi-threaded code for Java/Android is not the easiest of tasks. Making it testable can also be a challenge. In this post I will share with you a way to make multi-threaded code more te...
Not all projects can be easily migrated to Kotlin, but that doesn’t mean we can’t benefit from Kotlin within other languages. One of the things we can borrow from Kotlin in Java/Android is its c...