Posts.
Depending on Apple Frameworks in your Nix Flakes
How do I add a dependency on an Apple Framework to Nix?
Read more ⟶
Controlling macOS Settings with nix-darwin
How to find and change macOS settings with nix-darwin
Read more ⟶
Snowflake vs Redshift
My experience migrating a sizeable codebase from Redshift to Snowflake
Read more ⟶
Merging configurations with Nix
A brief tutorial on splitting Nix configurations into multiple files
Read more ⟶
Getting Started with Nix
Bits that I was missing when going through other Nix tutorials
Read more ⟶
Using macvlan networking with Nixos containers
I have encountered some problems with Nixos containers and macvlan while setting up a homelab, so here are my notes from that.
Read more ⟶
Slow dependency resolution in Poetry
Poetry is a newish dependency management / packaging software. Recently I've come across a surprising performance issue with its dependency resolution, so I wanted to share a workaround I found.
Read more ⟶
My tmux workflow
How to leverage tmux to quickly navigate through projects
Read more ⟶
Everything is a migration
The Migration mental framework of pre-refactoring, change, post-refactoring is very useful also outside of the typical narrow definition of program or database migrations.
Read more ⟶
Better IDEA Keymap
Completely overhauled keyboard shortcuts for Intellij IDEA on macOS.
Read more ⟶
Lamp Project: Printed Circuit Boards
The journey of the PCB from start to finish. Designed using Eagle CAD, printed at OSH Park, delivered, assembled to build the final lamp.
Read more ⟶
Lamp Project: Arduino Software
Bluetooth 4 Low Energy protocol implementation on the Lamp
Read more ⟶
Lamp Project: The Hardware Prototype
The detailed description of the prototype hardware used for the lamp project.
Read more ⟶
Lamp Project: Assembly Timelapse
I have recorded a couple of timelapse videos during project assembly, including sanding the PCB, inserting components and soldering them. I trust some of you might find it interesting, it's about one minute long.
Read more ⟶
Lamp Project
In this series I will share my experiences with building an Rfduino-based RGB LED lamp from start to finish, including iOS and other apps for remote control.
Read more ⟶
Roulette I (in Slovak)
Pred časom sa mi dostal do ruky link na [zaujímavý článok o rulete](http://braniblog.info/2/?fb_action_ids=10204512621958174&fb_action_types=og.likes), nazvaný "Ako som zarobil peniaze a kúpil si Lexus SC430-2003". Veľmi som tomu neveril, ale snažím sa mať hlavu otvorenú, tak som si to aspoň prečítal. V tomto poste by som teda chcel zhrnúť svoje postrehy.
Read more ⟶
Roulette II (in Slovak)
Pred časom sa mi dostal do ruky link na [zaujímavý článok o rulete](http://braniblog.info/2/?fb_action_ids=10204512621958174&fb_action_types=og.likes), nazvaný "Ako som zarobil peniaze a kúpil si Lexus SC430-2003". Veľmi som tomu neveril, ale snažím sa mať hlavu otvorenú, tak som si to aspoň prečítal. V tomto poste by som teda chcel zhrnúť svoje postrehy.
Read more ⟶
Roulette III (in Slovak)
Pred časom sa mi dostal do ruky link na [zaujímavý článok o rulete](http://braniblog.info/2/?fb_action_ids=10204512621958174&fb_action_types=og.likes), nazvaný "Ako som zarobil peniaze a kúpil si Lexus SC430-2003". Veľmi som tomu neveril, ale snažím sa mať hlavu otvorenú, tak som si to aspoň prečítal. V tomto poste by som teda chcel zhrnúť svoje postrehy.
Read more ⟶
Python Pip Crashes
Fixing my Python install
Read more ⟶
Macbook Pro SSD Upgrade
Upgrading the disk in my machine
Read more ⟶
Performance of the unwrapIris()
Preformance optimization of a Python function
Read more ⟶
Performance of the getOrientationAndMagnitude()
Profiling and performance optimization of a Python function
Read more ⟶
Unwrapping the iris
Previously we have looked at detecting the iris in an image of an eye, now we'll look at transforming the circular image into a rectangular one.
Read more ⟶
Units Safari Extension
A Safari Extension to convert common imperial units to metric in a website's text
Read more ⟶
Basic Iris Detection
How to detect the iris in an image of an eye.
Read more ⟶
Basic Pupil Detection
How to detect pupil in an image of an eye
Read more ⟶