This is a 3 part series of Deep Q-Learning, which is written such that undergrads with highschool maths should be able to understand and hit the ground running on their deep learning projects. This…| Bruceoutdoors Blog of Blots
Yet another “build a WireGuard VPN” guide! This setup here is mostly automated with scripts and Infrastructure as Code. It is meant to be quick temporary VPN setup; you spin it up in a few minutes, do whatever and destroy after use. There’s only about 50 lines of bash to put everything together. This guide […]| Bruceoutdoors Blog of Blots
So I was briefly involved in some project that was probably built back in the early days of the web – back when most developers wrote vanilla PHP scripts and thought JQuery was cool, before the enlightened era of batteries included web frameworks like Rails or Laravel. I was faced with security practices so ancient […]| Bruceoutdoors Blog of Blots
Installing phan (PHP static code analysis) extension for VSCode| Bruceoutdoors Blog of Blots
Sometimes you just want to quickly prototype a streaming system that uses pubsub. You don’t need the full power of the production version in Google Cloud. You don’t want to go through all the long prerequisite setup steps as with the official pubsub emulator guide. You just want to summon pubsub with a single command. […]| Bruceoutdoors Blog of Blots
Today I have been doing some experiments in embedding interactive content into this blog: It is a basic example; useful as a template to get started with. In the remainder of this post, I detail how I got here. A quick search on the internet shows that various people have attempted to embed p5.js content […]| Bruceoutdoors Blog of Blots
This post is a guide to setup disk encryption on Ubuntu 20.04 using LUKS2, while still being able to dual boot to Windows 10. Unlike most guides out there, I intend to keep the setup as simple as possible: One partition for boot, and another for everything else (no separate data partition) Boot partition is […]| Bruceoutdoors Blog of Blots
So I have these self-contained C++ files and with a shortcut key I want to automatically build and run active file, and then use a debugger as well if I want to. Who would want to do this? Either you are just learning the language and want a quick way to prototype, or you are […]| Bruceoutdoors Blog of Blots
This is a 3 part series of Deep Q-Learning, which is written such that undergrads with highschool maths should be able to understand and hit the ground running on their deep learning projects. This…| Bruceoutdoors Blog of Blots
This is a 3 part series of Deep Q-Learning, which is written such that undergrads with highschool maths should be able to understand and hit the ground running on their deep learning projects. This…| Bruceoutdoors Blog of Blots
Flyway VS Liquibase VS Alembic VS Rails Active Record VS Entity Framework VS Django Migrations VS Skeema| Bruceoutdoors Blog of Blots