Posts - Page 1
-
Auto-Labeling Unlabeled Images with CLIP and K-Means
July 4, 2026Combining modern embeddings with traditional ML: how to use CLIP, PCA, and K-Means for unsupervised image labeling.
Justin Nguyen · 4 min read ·machine-learningcomputer-vision+1 -
RainML: Real-Time Rain Map with Traffic Webcams
July 1, 2026How I built a live rain map for HCMC using traffic cameras and Uber H3 hexagons.
Justin Nguyen · 1 min read ·machine-learningpython+1 -
De-Modularization: Merging Android Repos without Losing Git History
January 12, 2026How I Merged Multiple Git Repositories Without Losing History. A Guide to Consolidating My Android Projects
Justin Nguyen · 3 min read ·androidmodularization+3
-
Enhancing Performance with Indexing in SQLite
July 6, 2024In this article, we will explore how indexing works in SQLite, differentiate the performance when applying indexing, and experiment with scenarios where it may break the utilization of the index.
Justin Nguyen · 8 min read ·databasesqlite+3 -
Mock Data Strategies for Faster Android App Development
June 24, 2024When developing Android applications that interact with backend services, developers often face challenges such as backend unavailability or incomplete APIs. Utilizing mock data and mock servers can significantly boost the development process.
Justin Nguyen · 7 min read ·mockandroid+3