Skip to content

Instantly share code, notes, and snippets.

View technomancy's full-sized avatar

technomancy technomancy

View GitHub Profile
@rgbkrk
rgbkrk / hubdecrypt.sh
Last active April 6, 2022 02:55
Encrypt a (short) file using someone's public key from github
#!/usr/bin/env bash
# HubCrypt
# ========
#
# Decrypt a file encrypted using hubencrypt (ok, it's just openssl + rsautl +
# your SSH keys). It needs the private key that matches your last public key
# listed at github.com/<user>.keys
#
@obra
obra / prep-for-seeed
Created August 20, 2014 23:38
A small script to prep kicad output to send to @seeedstudio
#!/bin/sh
pushd $1
for i in *.drl;
do mv $i `basename $i drl`txt;
done
for i in *Edge_Cuts.gbr;
do mv $i `basename $i Edge_Cuts.gbr`Edge_Cuts.gko;
done
popd
zip -r `date +%Y-%m-%d-`$1.zip $1
<bob> I am surround by air, but I seem to be drowning
<alice> Oh, maybe you are dry drowning?
<bob> well, no, I am actually very wet
<alice> oh, are you face down in a small amount of liquid
<bob> of course not, I am not an idiot
<alice> ok but why are you wet?
<bob> I am at the bottom of a pool, but air and water are both fluids so it shouldn't matter
@jenniferplusplus
jenniferplusplus / fedi.md
Last active November 19, 2025 08:55
More than mastodon

The fediverse is made by and for the people who use it. This is a not-comprehensive and lightly opinionated list of actively maintained, multi-user ActivityPub/fediverse software, and you can help.

Microblogging

Projects that feature assymetric relationships, flat feeds, and discovery through sharing.

Project Language Repo In development since
Bonfire Elixir https://github.com/bonfire-networks/bonfire-app February, 2021?
GoToSocial Golang https://github.com/superseriousbusiness/gotosocial February, 2021