Hello, I'm Raimonster

Human being and software developer

Posts

Scripting Field Guide

I’ve been writing a booklet with many tricks related to bash/zsh scripting. The aim of it is to have a guide for non-trivial scripting. The link to Scripting Field Guide

Dynamic libs with Nix+Racket

When installing a package with nix-shell, you get a temporary profile that contains everything that was on your parent profile (where you ran nix-shell) plus the installed packages from that nix-shell command. nixpkgs repo is big and generally ok, but there are hurdles here and there, that you must be able to jump if you want to walk least-walked-paths. Let’s see what happens (from my dimm understanding still) when you install a dynamic library that is not directly linked from your installed packages.

Fridge-O-Mattic

Parts: arduino uno Ultrasonic Distance Sensor (HC-SR04) 2 leds buzzer? lcd screen a fridge MAGNETS! (of course, the secret sauce) Story Small hacky project where by installing an arduino with some very basic sensors, you can detect when the fridge’s door is left open. Maybe you can relate, maybe not, but the fridge at my new place has some issues when closing the door, and sometimes it doesn’t close properly (you have to make sure every time it’s been properly closed, and not 99% closed)

Constraint Programming with CL Screamer

I’ve been wanting to get into Lisp again and last week it came to my hands a problem that looked like a perfect case for giving CL another try. The problem is about a very special sudoku with only 4 initial values. The sudoku has, of course special rules: The square in the middle is a magic square (all rows,columns, and digonals add up the same). Both diagonals of the board can’t have repeated numbers.

This site

Setting up this website

Hello World!

Hello, world!