Recent Posts

Gemini Search Engine Part 1a: Crawling

In this post I will go into the first part of building my Gemini Search Engine WhichFire: Crawling/Spidering.

Contine reading...

I Don't Like Mocks

I don’t like software Mocks or Mocking frameworks in general. In my experience they don’t really help when it comes to testing software, at least the kind I work on, and the frameworks themselves are a nightmare to deal with.

Contine reading...

Creating a Gemini Search Engine

This is the first post in a series about creating a search engine for the Gemini internet technology. In it, we will briefly discuss what Gemini is and the basics of creating a Search Engine.

Contine reading...

Fixing a Kernel Panic after a Manjaro Update

This morning I ran into a major issue with my Manjaro Linux install. After an update and a reboot I was faced with this error (cut for brevity):

Contine reading...

Interfaces & Impetuous Defaults

A little bit of a cryptic title but bear with me, this is a post about how when you build an interface, or any code really, you should consider the effect of your decisions.

Contine reading...