I hereby claim:
- I am ifreilicht on github.
- I am ifreilicht (https://keybase.io/ifreilicht) on keybase.
- I have a public key whose fingerprint is A3E6 E11A 81B7 339B F1D9 E6E6 82C7 8DFB 006C 3990
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#include <ArduinoSTL.h> | |
void setup() { | |
Serial.begin(9600); | |
pinMode(13, OUTPUT); | |
} | |
bool led_on = false; | |
void loop() { |
#!/usr/bin/env python3 | |
import time | |
try: | |
while True: | |
print('Sleeping...') | |
time.sleep(1) | |
finally: | |
print('Reached finally clause!') |
git clone https://github.com/nix-community/nixd.git | |
cd nixd | |
nix build -L .# |