Skip to content

Instantly share code, notes, and snippets.

View maisieccino's full-sized avatar

Maisie Bell maisieccino

View GitHub Profile
@maisieccino
maisieccino / README.md
Created February 18, 2020 21:55
kombucha owners guide

Congratulations! You're now a proud owner of some of my kombucha tea. These instructions should help you build a nice strong culture.

The starter culture

I saved a bottle from my last first fermentation. You should have about 400 ml of tea there. It's pretty strong, I brewed for a bit over 2 weeks so it's nice and tart and should get you off to a good start. I also added a bit of sugar to keep the culture going.

Do not put this in the fridge. the culture will go dormant and will take time to wake back up, and you might end up developing mould in your brew as a result. Until you use the starter culture, keep it at room temperature, and just burp the bottle (open it) daily to let the gas out. Ideally you should use this within a week or so, but you can keep it going for longer by adding some freshly brewed black tea and a couple of teaspoons of sugar. Let it cool down to room temp before adding it to your starter culture otherwise you'll burn it!

Babby's First Fermentation

@maisieccino
maisieccino / middleware.go
Created August 22, 2019 16:28
Go is a beautiful language
λ go run cmd/releaser/main.go
API: 2019/08/22 16:27:51 Starting API server on 0.0.0.0:8080
Metrics: 2019/08/22 16:27:51 Starting metrics server on 0.0.0.0:8090
2019/08/22 17:27:53 'GET /' 404 from localhost:8080, User-Agent: curl/7.54.0
2019/08/22 17:27:53 'GET /' 404 from localhost:8080, User-Agent: curl/7.54.0
@maisieccino
maisieccino / find_empty_maps.py
Created July 29, 2018 13:26
Finds empty maps and surveys using the UCL API
import requests, json
from os import environ
import sys
uclapi_token = environ.get("UCLAPI_TOKEN")
response = requests.get("https://uclapi.com/workspaces/surveys", params={"token":uclapi_token})
if not response.ok:
print("failed to get survey data", file=sys.stderr)
sys.exit(1)

Keybase proof

I hereby claim:

  • I am himaisie on github.
  • I am mbellgb (https://keybase.io/mbellgb) on keybase.
  • I have a public key ASBQH8nax9AFpsTTd_7arpCkTP3BWwQzLS2Ra5S6qtweYwo

To claim this, I am signing this object:

@maisieccino
maisieccino / coredump
Last active October 27, 2017 13:24
oh-my-zsh issue #80 tab complete segfault
PID: 2077 (zsh)
UID: 1000 (mbell)
GID: 1000 (mbell)
Signal: 6 (ABRT)
Timestamp: Fri 2017-10-27 14:08:11 BST (10min ago)
Command Line: zsh
Executable: /usr/bin/zsh
Control Group: /user.slice/user-1000.slice/user@1000.service/gnome-terminal-server.service
Unit: user@1000.service
User Unit: gnome-terminal-server.service
@maisieccino
maisieccino / PKGBUILD
Created December 25, 2016 13:17
ttf-sanfrancisco
pkgname=ttf-sanfrancisco
pkgver=1.0
pkgrel=1
pkgdesc="San Francisco, the system font for OSX, iOS, watchOS and tvOS."
arch=(any)
depends=(fontconfig xorg-font-utils)
source=()
install=$pkgname.install
package() {
@maisieccino
maisieccino / .Xresources
Created February 23, 2016 01:37
dotfiles for xx-blue theme
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
URxvt.scrollBar: false
URxvt*transparent: false
@maisieccino
maisieccino / PKGBUILD
Last active January 19, 2016 15:05
ttf-sanfrancisco
pkgname=ttf-sanfrancisco
pkgver=1.0
pkgrel=1
pkgdesc="San Francisco, the system font for OSX, iOS, watchOS and tvOS."
arch=(any)
depends=(fontconfig xorg-font-utils)
source=()
install=$pkgname.install
package() {
set $foreground #666699
set $background #000000
set $color0 #333366
set $color8 #333399
set $color1 #6666cc
set $color9 #9999ff
set $color2 #0099cc
set $color10 #00ccff
set $color3 #3366cc
set $color11 #6699ff
@maisieccino
maisieccino / .Xresources
Last active June 20, 2019 22:44
dotfiles for "Up Again"
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
URxvt.scrollBar: false
URxvt*transparent: false