Home
Guilherme's website
Cancel

Analysis of the occurrence of loss-streaks in Phil Jackson's rule teams

I did a small python script to retrieve this data. I’ll probably do a better job and round up a better analysis later on when I can fully work on it. I’ll probably do some sort of blog post about i...

Predicting the 23-24 Celtics rotation and its current needs

Assumptions The Celtics are pushing for more double-big lineups Both Payton Pritchard and Sam Hauser need to improve Robert Williams needs to be somewhat healthy Kristaps Porziņģis needs ...

Re-learning DSP

Why re-learn DSP Its been a few years since I last really worked with DSP and SDRs effectively, since I graduated in my masters. While I still remember the basic concepts (specially because I’m cu...

Getting started with GNU Radio

Installation & Setups I’m installing my GNU Radio using radioconda, this was recommended to me in the Matrix community of GNURadio. Most of the setups can be checked there. Learning I’ll sta...

Python script for NBA subreddits sidebar update

This is, hopefully, an in-depth (ELI5) post on how I designed the script. We will use the github repository README as a starting point. Installation and usage The premise of the code is to use a ...

Automatic Post Generator

Automatic Post Generator This post is about the creation of an automatic post generator (at the current date of 16/10/2022). The idea is to make possible, down the line, to automatically generate ...

How I setup this website

How I set up this website Firstly I’ve found Techno Tim’s video about Jekyll, which uses the Chirpy’s Theme. From there was just a matter of following the different tutorials available. However, I...