RSSAmplifier

Blog

Alex Klibisz

alexklibisz.comRSS feed ↗10 posts

Latest posts

Terrifi: a Terraform provider for UniFi networks (built with Claude Code and hardware-in-the-loop testing)

This post summarizes a new project I've been working on recently. It could be useful to some other UniFi and Terraform enthusiasts.

Some basic smartphone-free controls for the Eight Sleep using Flic buttons and Alexa

This post covers how I've setup some basic smarthphone-free controls for my Eight Sleep cover, using Flic buttons and the Eight Sleep Alexa skill.

My Homelab, September 2024 (TrueNAS, Proxmox, Tailscale, a 2014 Mac Mini, and more)

This post is a tour of my homelab as of September 2024.

Accessing a Docker Compose application via Tailscale with TLS (HTTPS)

In this post I'll show how to self-host a Dockerized application that I can access from my Tailnet with HTTPS/TLS.

A script to dim my Macbook display when an external display is detected

To save a bit of energy while my laptop is mirrored to my external display.

Connecting a Gli-Net SFT1200 Travel Router to a pfSense OpenVPN server

Summarizing the rabbithole of getting this travel router connected to a VPN.

Accelerating vector operations on the JVM using the new jdk.incubator.vector module

This post shows how we can accelerate vector operations on the JVM using the new `jdk.incubator.vector` module, introduced in JDK 16 as part of Project Panama.

Are Postgres functions faster than queries? (a very simple benchmark)

This post compares the performance of Postgres functions and queries on a very simple benchmark.

My takeaways from _Effective Software Testing_ by Maurício Aniche

This post summarizes my takeaways from Effective Software Testing. Overall, I recommend the book to any professional software engineer.

Optimizing Postgres Text Search with Trigrams

In this post, we'll implement and optimize a text search system based on Postgres Trigrams