Python, Vue, Chinese-LLaMA-2 and The Three-Body Problem
Translating The Three-Body Problem book to English with Chinese LLMs, making visualizations with stable diffusion and running n-body simulations with CUDA
Last updated November 23, 2023
On-demand, serverless Valheim server setup with AWS CDK, Discord Interactions and GitLab CI
This is a detailed guide showing how to setup a dedicated Valheim server using serverless technologies on AWS
Last updated March 18, 2021
Scraping, analyzing and generating companies, founders and job postings from YC's Work at a Startup
Scraping, analyzing and generating companies, founders and job postings from YC's Work at a Startup
Last updated January 16, 2021
Generating MIDI files from guitar tablatures with Python and regular expressions
Recently I have been playing lots of classical guitar. I use classtab.org, a website with hundreds of classical guitar pieces in tab form. Here's an example of a guitar tab:
Last updated April 26, 2018
Reading 13F SEC filings with python
How to read SEC filing data with Python
Last updated January 30, 2018
Finding the best poker hand in five-card draw with python
Last updated January 2, 2018
Getting started with Python's Twisted Framework
Last updated December 22, 2017
Analysis of AUR and Official Arch Repository data
Arch Linux provides packages through the official Arch Linux repositories and the Arch User Repository (AUR). I recently gathered data on ~50,000 packages from these repositories on archlinux.org to better understand the makeup of the packages. In this article I will share some visualizations I made as well as some key takeaways about the data set I gathered.
Last updated December 2, 2017
Installing the GPU version of Tensorflow with Docker on Arch Linux
A walkthrough of Tensorflow setup and usage on Arch Linux with docker
Last updated November 19, 2017
Reading RSS with Python
On my other personal website, briancaffey.com, I have a blog. The content on that blog has mostly mirrored what I put on this github pages site, briancaffey.github.io. I want to display my most recent blog posts from briancaffey.github.io on briancaffey.com, and to do this I will be using the RSS feed that comes with a Jekyll site. This should be pretty simple, we are going to use the requests librrary, as well as the feedparser library.
Last updated October 17, 2017
Python script for generating 2D n-state Langton's Ant animations
Visualizing variations of the classic Langton's Ant cellular automata
Last updated April 2, 2017
Related subreddit graph exploration with NetworkX
This notebook explores some basic concepts of graph theory. A few weeks ago I set up a script to scrape data from reddit.com with the goal of visualizing the network of related subreddits (forums on specific topics) and related data.
Last updated March 3, 2017
PCPartPicker data
In the summer of 2016 I built two high-end computers, something I haven't done since 2011. I used PCPartPicker to research the components and read about PC builds similar to the ones I had in mind. It's a relatively new site that has a strong community of builders, helpful tools to help with part compatibility as well as extensive user reviews on PC components.
Last updated January 1, 2017