Skip to content

Instantly share code, notes, and snippets.

View sleaze's full-sized avatar

Mr. Sleaze sleaze

View GitHub Profile
@sleaze
sleaze / install-go.sh
Last active May 23, 2020 18:28 — forked from jpillora/install-go.sh
Install latest version of Go in Linux
#!/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
export INSTALL_GO_SH="$0"
main() {
if [[ "${1:-}" =~ ^(-v|--verbose)$ ]]; then
@sleaze
sleaze / dynamically_append_virtualenv_to_path.py
Last active September 23, 2022 15:09
Snippet for dynamically updating sys.path to include virtualenv when import fails
import os
import sys
try:
import sqlite3
import yaml
except ImportError:
# n.b. Dynamically activate virtualenv if needed.
sys.path.append(os.path.realpath('%s/venv/lib/python3.6/site-packages' % os.path.dirname(__file__)))
import sqlite3
@sleaze
sleaze / hn-search-filters.md
Last active June 20, 2023 18:03
HN Search Filters
@sleaze
sleaze / Schmidt_Stanford_AI_Leak_Transcript_2024_08_15.md
Created August 16, 2024 18:20
Eric Schmidt Stanford AI Leaked Talk transcript from 2024-08-15

Migrating from Authy

A guide written by Green, an ente.io lover


Migrating from Authy can be tiring, as you cannot export your 2FA codes through the app, meaning that you would have to reconfigure 2FA for all of your accounts for your new 2FA authenticator. But do not fear, as there is a much simpler way to migrate from Authy to ente!

A user on GitHub has written a guide to export our data from Authy (morpheus on Discord found this and showed it to us), so we are going to be using that for the migration.

Exporting from Authy