Full text searching with SQLite, PHP, and Pure.js Last night I started to dive into creating a web-crawler for some ancient forum software that didn't have text searching. I came across crawler4j which is a really cool Java package. A couple hours in and I was able to crawl the whole site
Redirecting traffic from port 80 to 8080 on OSX This week I've been working on a Java project where I needed to integrate login using OpenID Connect. Since OIDC does a post to a URL (e.g. ry4n.pw), I wanted my local machine to handle requests while I worked on a solution
SSH without a password There are times you SSH into a server frequently enough to not want to always enter a password. Here's how to avoid the password prompt. 1. Create your SSH key ssh-keygen Note: Just hit enter for each of the prompts. If you actually enter