Basically what I did was to put tow-boot on the SD card, then boot from the official debian image on a USB. From there I did a chroot install to another USB with the aarch64 rootfs tarball, and finally configured extlinux manually for the void kernel. I used the debian extlinux config as a template.
Install Python 3.7 without sudo on Ubuntu 22.04
This guide will show you how you can install Python 3.7 (or any other version) for a single user without using sudo. Note that it will only be available for that user, and can be convenient if you don’t want to affect other users on the same machine. 1. Download the source code First download
Outcome of metropolitan walkabout
I found exactly what I was looking for, which was to see what it was like to go. Being in a state of travel is great because it keeps your mind busy, since there are so many new things to worry about, like where and what to eat, where to sleep, the logistics of traveling,
Metropolitan walkabout
I’m not even sure if I want to go on this journey, but I know more certainly that I don’t want to not go. It’s an excitingly unpleasant feeling, the anticipation of entering the unknown. Will I die? Will I be bored? Will I feel lonely? Very much of this endeavor is up in the
About anatview.com
After I quit my job at a bioinformatics startup here in Oslo, Norway, I had a lot of time on my hands, and wanted to do something productive with it. I’m not sure what I want in life as a whole, but in general I know I’d appreciate if we progress the human understanding and
Soundboard1 App released by Modularity AS!
We are very excited to announce that our affiliate company Modularity AS has released a new application called Soundboard1! It is an online web application that allows users to easily create their own soundboard and customize with their own sounds. As it is a native web application, it uses some clever tricks to run smoothly
Inject Adsense into Production React Application
Adsense is great and a very easy way to put ads in your web content. A problem I encountered however when developing single page applications (SPAs) with React is injecting it into the header of index.html. We have this script from Google Adsense that we have to inject inside the <header></header> tag: You could still
Presenting the upcoming art show by Simen Russnes
If you’re in the Oslo area this summer in the middle of June, make sure to check out the art show at the fantastic gallery Galleri Kunstgress, hosting the art by painter Simen Russnes! The event will take place on the weekend of the 14th to the 16th. To find more detailed information, make sure
How to make a Python package with compiled Rust (and why you should to increase performance)
Without going into too much detail on academic source referencing because this is a just a blog, I think it is fair to say that Python is at least one of the most commonly used programming languages in scientific application development. Python is great in that is is easy to learn, is very popular and