I guess I'm doing recipes now on this blog... Anyway I hope this new category inspires you with simple vegan ideas to cook, none of the recipes should take more than 30 minutes and they will be scaled for a single serving. Also I'm not getting a commission from the links, it's just products I think work well. Quick Facts Price: CHF ~3.5 Preparation Time: 20-30 minutes Ingredients 10 green…
NixOS is great, but it is a bit tedious to always type out vim /etc/nixos/... etc to make changes to your system, nor do I want a complicated setup for my nix configuration files. So I devised a little script to speed up the progress, which I saved to configure.sh allowing me to configure NixOS by just opening my terminal and typing ./configure.sh #!/run/current-system/sw/bin/bash sudo $EDITOR…
Motivation Why would I do this? For my latest project, mapvoyage , I need to serve text files (wikitext to be specific), directly to the user if possible, as well as in a separate function select one wikitext file to display from a list of wikidata ids that may or may not have an associated wikitext file. Latency is important and I'd like the data to be edge-available if possible. R2 with workers…