Tools

Software

Updating Arch Linux After A Long Time

Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..

Programming

Favorite Github Repos

Today I'm going to share with you some of my absolute favorite finds on Github. Some are rare gems, others are foundational or lifesavers. Each is worth a glance at the very least if not a deep delving into.

Programming

SSL With LetsEncrypt

This tutorial is a quick one. Cause generating an SSL certificate should be quick and painless anyway.

Design

Using Figma As a Primary Design Tool

Figma is the new hotness when it comes to designing, particuarly for the web, but for most anything really. It's a Javascript based web based application that essentially supplements (or replaces) a lot of vector based design tools like Sketch, Illustrator, and Photoshop.

Design

Using and Organizing Icons with IconJar

Recently I gave IconJar a try. It's a fairly simple program for Mac that allows you to browse and preview all your icons in one place. Similar to what Font Book or Extensis Fusion is for fonts.

Programming

PHP - Get All Links from a Website

A quick little script for PHP that will grab all the links in a page and output them in a human-readable format. Nothing special, but useful.