This post shows how to download videos shared on Google Photos to another Gmail account. Meaning, the files are not publicly accessible via links, and another Gmail account to access
Rust Find Duplicate Files With The Same Digests
This post shows how to find duplicate files in Rust with the same digests. The codes display list of duplicate files under the same digest. Personal Use Case I have
Rust Array Size Limit To 32 No More In 1.47.0 Release
Before 1.47.0, there is the Rust array size limit size of 32. This is evident when we get the E0277 error that has the following message.
1 |
arrays only have std trait implementations for lengths 0..=32 |
When Do We
Origin Superior Coolmax® Latex Pillow Review
I must prepare for a prolonged WFH (Work From Home) arrangement to ensure I get back and neck pains way less frequently than I should. This post narrates my experience
Among Us Strategy: Defeat The Impostors
Among Us is an online space-themed multiplayer deduction game developed and published by InnerSloth. The game divides the players into two groups – space crews and impostors. The space crews
Turreta.com YouTube Channel
Turreta.com will soon release video content on a YouTube channel! For these past several weeks, I have been preparing myself to start a YouTube channel for Turreta.com. During those weeks,
Laravel 8 PHP Configuration For Local Development Environment
Yesterday, I wrote about how to enable PostgreSQL drive in PHP 7.4. Today, I noticed Laravel 8 is already available. So, I have decided to migrate to Laravel 8 from
PHP 7.4 – Enable PostgreSQL Driver
This post shows how to configure PHP 7.4 (or PHP 7.x, in general) php.ini to enable the PostgreSQL driver, which comes in handy when I need to work on a
Java Null Pointer Exception Processing With Try-Catch
In Java, we can handle exceptional events using the try-catch. But not all exceptions are the same. Java Null Pointer Exception processing requires using try-catch in a way that is
Rust IDE Plugin For Visual Studio Code – Install And Use
Have you been looking for a Rust IDE? Unfortunately, there are no IDEs specifically written for Rust. There are, however, Rust IDE plugins (or extensions) for IntelliJ IDEA and Visual