Miro's Notes
github rss
/blog /about
Posts.

    Depending on Apple Frameworks in your Nix Flakes

    2024-01-08

    How do I add a dependency on an Apple Framework to Nix?
    Read more ⟶

    Controlling macOS Settings with nix-darwin

    2024-01-03

    How to find and change macOS settings with nix-darwin
    Read more ⟶

    Snowflake vs Redshift

    2023-12-14

    My experience migrating a sizeable codebase from Redshift to Snowflake
    Read more ⟶

    Merging configurations with Nix

    2023-11-03

    A brief tutorial on splitting Nix configurations into multiple files
    Read more ⟶

    Getting Started with Nix

    2023-10-27

    Bits that I was missing when going through other Nix tutorials
    Read more ⟶

    Using macvlan networking with Nixos containers

    2023-10-04

    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

    2023-05-19

    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

    2023-02-20

    How to leverage tmux to quickly navigate through projects
    Read more ⟶

    Everything is a migration

    2023-01-14

    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

    2016-07-30

    Completely overhauled keyboard shortcuts for Intellij IDEA on macOS.
    Read more ⟶

    Lamp Project: Printed Circuit Boards

    2015-03-19

    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

    2015-03-12

    Bluetooth 4 Low Energy protocol implementation on the Lamp
    Read more ⟶

    Lamp Project: The Hardware Prototype

    2015-03-07

    The detailed description of the prototype hardware used for the lamp project.
    Read more ⟶

    Lamp Project: Assembly Timelapse

    2015-01-18

    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

    2015-01-18

    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)

    2014-07-10

    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)

    2014-07-10

    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)

    2014-07-10

    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

    2014-02-21

    Fixing my Python install
    Read more ⟶

    Macbook Pro SSD Upgrade

    2014-02-20

    Upgrading the disk in my machine
    Read more ⟶

    Performance of the unwrapIris()

    2014-02-11

    Preformance optimization of a Python function
    Read more ⟶

    Performance of the getOrientationAndMagnitude()

    2014-02-10

    Profiling and performance optimization of a Python function
    Read more ⟶

    Unwrapping the iris

    2014-02-01

    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

    2014-02-01

    A Safari Extension to convert common imperial units to metric in a website's text
    Read more ⟶

    Basic Iris Detection

    2014-01-30

    How to detect the iris in an image of an eye.
    Read more ⟶

    Basic Pupil Detection

    2014-01-29

    How to detect pupil in an image of an eye
    Read more ⟶

    Intro

    2014-01-28