Skip to content

Carson Blog

Illustration of a bird flying.
  • GPUs Are Cool

    Expect no witty sayings or clever analyses here – I just think GPUs are cool. And here are a few reasons why: Exhibit A: Machine Learning Training a standard feed forward neural net on CIFAR-10 progresses at 50usec/sample; my 2.4 Ghz i7 takes almost 500usec/sample. The total set takes around 5 min to train on…

    April 1, 2020
  • Hosting a Minecraft Server

    We decided to try out minecraft as a family. Our setup includes a half dozen devices (some iOS, some android, Xbox one, etc) with users spread out across the country. Rather than pay for a realms subscription, we chose to host our own server. Besides being cheaper this gives us flexibility and control over the…

    March 29, 2020
  • Installing pytorch/torchvision on centos7

    The installation command shown on pytorch.org didn’t quite work for me on centos7. Instead of using the anaconda installer provided on pytorch, I just used the yum-provided conda: However when i went to run the command as specified I got the following error: It seems the problem is that pytorch is assuming you’ve set up…

    September 21, 2019
  • Installing OpenCV 4.1.1 on Raspberry Pi 4

    Recently I purchased a raspberry pi 4 to see how it performs basic computer vision tasks. I largely followed this guide on building opencv https://www.learnopencv.com/install-opencv-4-on-raspberry-pi/ However, in the guide there are several missing dependencies on a fresh version of raspbian buster. There are also some apparent errors in the CMakeLists.txt file which other users already…

    September 21, 2019
  • ssh reverse tunnels

    ssh -R 3333:localhost:22 -p 2222 root@website.com

    July 29, 2018
  • Setting up GPG/qtpass/pwgen for windows

    This is a predicate for a distributed password management system. At the end of this exercise you have a secure password manager for one device, but with a small step or two the full solution can be implemented. Download and install GPG; At least install kleopatra, as this will give you a nice GUI for…

    October 23, 2017
  • The Wonder Of Open Source And Web Development

    I am not a web developer. Notwithstanding this fact I have been doing web development almost every year for the past two decades. This has helped me see a recurring trend: every year I find that all the things I hated about web development have been replaced by new and exciting things. These exciting things…

    January 21, 2017
  • Oh Blue Apron!

    Blueapron is just plain awesome. Even if you don’t pay for it – the recipes are free! Here are a few of my all time favorites: Roasted Cauliflower Meunière – Oh browned butter and lemon juice (aka Meunière), delicious is thy name! It is hard to describe how well the flavors agree in this dish.…

    December 22, 2016
  • Random Opinions of MATLAB

    While working on my Masters at BYU I had a professor that did all his demonstrations in MATLAB. It was as if nobody had told him that they had invented other languages. Or he just really loved MATLAB. Lately I’ve been doing a project where I’ve had to experience the joy of using MATLAB. As…

    September 13, 2016
  • How to get an ovpn file onto iOS device via HTTP

    Recently I wanted to get a VPN connection from a phone to an openvpn server. The openvpn app only provides two or three options for getting your ovpn file: 1) use itunes, 2) go to a website in safari that has the .ovpn file, or 3) send via mail. Option 1 was out since the…

    August 7, 2016
←Previous Page
1 2 3 4 5 6 … 10
Next Page→

Carson Blog

Proudly powered by WordPress