How to upgrade stereo and install a reverse camera

Quick tutorial on how to (in general) upgrade your stereo system and install a reverse camera. Intended for older cars as they generally do not have complicated stereo systems or reverse cameras.

Full Article

Recommendation Systems (quick blurb)

A quick blurb on various methods of recommending items, utilizes recent advances as well as well known facts.

Full Article

Intro To Rust

A set of notes I made while learning Rust.

Full Article

Deep Q Learning Basket Ball Agent

In this blog post I described how I created a basket ball RL agent that learned from a text based environment. I used deep Q learning and some other simple probability concepts to accomplish this. I also have a little report on how here.

Full Article

Recover Windows Boot Loader After a Fresh Linux Install

Oh No! You deleted your windows install after distro hopping yet again! How will you ever recover from this!

Full Article

Smash Burger Palooza

Me and my friends decided to go on a smash burger tour before hand. the results of that tour are below.

Full Article

How to Create A K-Armed Bandit

A tutorial on how to code a K-armed bandit problem and see results. This is based on algorithms found in chapter one of Reinforcement Learning an Introduction. I will describe both a stationary and a non-stationary version.

Full Article

Introduction To Reinforcement Learning Chapter 3 Solutions and Notes

My second week on this RL grind, unfortunately this week was all readings/proofs, and nothing I had to code, but to be fair, this weeks was mostly abstract and about markov decision process.

Full Article

Introduction To Reinforcement Learning Chapter 2 Solutions and Notes

I started to learn Reinforcement learning thru this goated ass textbook called Reinforcement Learning An Introduction (the version I am using came from a coursera course, but the exercises seem to be the same (most of them atleast). This is chapter 2.1-2.7 notes and solutions.

Full Article

How to Use Selenium

This blog post is a quick tutorial on how to use selenium, how it works, etc.

Full Article

How To Create A Neural Network From Scratch Using Python and Numpy

A walk through on how to create a neural network from scratch using python and numpy and the sklearn iris dataset (any dataset would work, but the iris dataset was very simple only 5 inputs).

Full Article

Tutorial: Video Wallpaper on KDE Linux

On this post I walk you through the very simple process of creating a video wallpaper for your KDE Desktop environment.

Full Article

How I Set Up SSL (Mostly) For My Website On My Personal Server.

I talk about how I set up my SSL certificate for my website using a cheaper SSL I found on namecheap. I also recommend different sites to get SSLs cheaper.

Full Article

How I Set Up and Got My First Django Project Running On My Own Server

I talk about why I developped my first server to host this site and how I did it. This is a very short, not very detailed tutorial, just more of a general outline of how one should go about starting their own server and host their own django app.

Full Article