Skip to content

Instantly share code, notes, and snippets.

View nwawrzyniak's full-sized avatar

Nico Wawrzyniak nwawrzyniak

View GitHub Profile
@nwawrzyniak
nwawrzyniak / entanglement_symbol.md
Last active April 4, 2022 18:33
Suggestion for a (quantum) entanglement symbol

I hereby suggest the following symbol as a symbol which means "is entangled with".

This is just a quick and dirty created graphic only for the purpose of suggestion and finding someone who redraws it in a more beautiful way.

is entangled with

@nwawrzyniak
nwawrzyniak / Building Node.js from source on the Raspberry Pi 1.md
Last active August 3, 2023 04:05
A tutorial to build any version of Node.js on the original Raspberry Pi.

First of all: Building a modern version of Node.js on (and for) the Raspberry Pi 1 / Raspberry Pi 1B takes a really long time. We're talking about around 2 and a half days.

As an alternative you should think about cross-compiling for the Raspberry Pi, as it is way faster once you got it working.

If you still want to compile Node.js on the RPi 1, here is how to do it:

  1. Go to the official Node.js download page and grab the latest source files (from the section "Source Code"). I recommend the latest long-term-support version (currently version 14.17.5). This will also include npm 6.14.14.

  2. Extract the .tar.gz file into a new directory (e.g. cd ~/Downloads/node-[version]). I will refer to the new directory as the source directory.