Unload: everything about nothing (maybe).
Welcome to Unload!
This site will contain many things that I discover throughout the free time I have and feel like I should share or unload.
Please note that all the things I post here are from my experience, and are purely based on my individual research and investigation into related topics and are all posted with the intent of documenting and informing others about my obscure experiences.
Posts
-
Home Soda Machine Mixes (non-artificial sweeteners)
Just noting some somewhat decent mixes I discovered for my soda machine: Also, of note having tried a SodaStream Terra machine from Costco, I highly recommend the FIZZpod/DRINKPOD machines that…
-
3D Printed Drone Arms on a 3-inch Quadcopter is Unstable
Just a random throwback to another obscure thing- when I was working on my university’s senior design project, we had some 3D printed drone arms in what I think was…
-
Laravel – Enable SSL on MySQL/MariaDB Connections
In database.php modify to have these lines, yours might not have it already included: ‘sslmode’ => env(‘DB_SSLMODE’, ‘prefer’),’options’ => extension_loaded(‘pdo_mysql’) ? array_filter([ PDO::MYSQL_ATTR_SSL_CA => env(‘MYSQL_ATTR_SSL_CA’) !== null ? base_path(env(‘MYSQL_ATTR_SSL_CA’)) :…
-
OpenSSL Reference Sheet
I’ve been exploring OpenSSL and other encryption stuff and making a Certificate Authority etc. etc.Here’s some helpful commands that I’ve been referencing and some options that I thought would be…
-
Laravel – Fix 419 Page Expired with config:cache
I’m working on a project that uses Laravel and sessions for login and other forms. I’ve encountered an issue where I would encounter a 419 Page Expired error when running…
-
Unifi Camera Proxy – Stream not loading
Running the IMX415 camera from this post about H264 streaming, I was trying to get it to work with Unifi Protect through the unifi-camera-proxy. At first I had issues finding…