Testing Hydra

Install PostgreSQL. On NixOS, you need to configure configuration.nix with authentication = "local ..." and switch to root before running psql postgres.

Then follow the instructions here to get Hydra (add channel, install, set environment variables etc).

hydra-create-user to make an admin role, then run sudo hydra-server. Go to http://localhost:3000.

 
0
Kudos
 
0
Kudos

Now read this

Having some fun (and pain) with generics

Decided to try and wrap my head around generic programming and ended up sinking too much time trying to understand (or not?) some of the basic ideas. Just for fun, I tried to think how it would be possible to go from a homogenous list... Continue →