-
Easy(ish) Setup for Using Locally Installed and Free AIs
Today I’d like to show you how to set up text-output language learning models (LLMs, or “AIs”) to run locally, on your own hardware, without any subscriptions or accounts required. If you’re worried about costs or privacy, running open-source models locally is a great way to learn LLM usage, or even to use these tools professionally if you don’t require cutting edge or massive models.
... -
Speeding Up System Tests Part 2: Test Parallelization in RSpec
Part 1 in this series, factory-built fixtures, can be found here.
... -
Android E-ink Tablets as Healthier Middle Ground Digital Devices
I’ve begun wanting to reduce my usage of smartphones and tablets.
... -
Speeding Up System Tests Part 1: Factory-Built Fixtures
Over the past few months, I’ve been working part-time on an overhaul of the RSpec test suites belonging to two mid-sized Ruby on Rails applications. Both possess a few hundred system tests, with nearly no existing unit tests. The system tests are great for regression testing and getting to understand how these applications are supposed to work.
...