Recent Posts
my alternative to google photos
Table of Contents
Introduction Walled garden The solution syncthing picman photoprism honorable mention: Photostructure Introduction Google photos was amazing in the beginning, the photos application did what I wanted and in general it was a good experience
I was somewhat of an early adopter, so I had a plethora of photos stored in google photos. I didn’t really have to think about photos, it was just handled for me.
read more
nix resources
Table of Contents
nix flakes nixos home-manager hydra (build system) Fun Stuff the biggest hurdle in getting into nix is having the revelvant documentation available. This page is just another collection of useful resources to support success.
nix nix the language
nixhub https://www.nixhub.io/packages/mysql
newer documentation https://nix.dev/
nix-search-cli https://github.com/peterldowns/nix-search-cli
nix-pills: Interesting information if you want to know how nix works. A little dated. https://nixos.org/nixos/nix-pills
nix packge versions - https://lazamar.co.uk/nix-versions/
unstable https://lazamar.
read more
picman: photo sorting tool
github https://github.com/sigmonsays/picman
I wrote a basic tool to replace my krufty bash scripts that imports my photos from various locations into their final resting place.
The tool operates in steps where each step is kind of idempotent. The set of all steps is called a workflow and operates on a single file. see code.
Each step operates on the same workflow object, which primarily has a state object
State Object code
read more