Skip to content

Instantly share code, notes, and snippets.

View majestrate's full-sized avatar
👀
my favorite web3 project is mTvare6/hello-world.rs

jeff majestrate

👀
my favorite web3 project is mTvare6/hello-world.rs
  • Boston, MA
  • 10:09 (UTC -04:00)
View GitHub Profile
@cmahns
cmahns / otrdm.md
Last active September 24, 2024 14:40
HOWTO: Twitter DM with OTR

Twitter DM + OTR: A quick and dirty tutorial

With the recent removal of the 140-character limit in Direct Messages by Twitter, DM's have now become a much more useful platform for communicating between individuals and groups. Sadly, DM's are still sent in plaintext between users and Twitter has no plans currently on encrypting these messages, at least as of August 2015. Since these are stored in plaintext at rest, an adversary can see the content of the message you are sending, which the two parties might not wish to happen. Fortunately as a few applications with basic Twitter support which also have excellent support for OTR, all hope isn't lo

@matthieuprat
matthieuprat / git-rsync
Last active August 18, 2021 05:01
Sync a local Git work tree with a remote one
#!/bin/sh
#
# Author: Matthieu Prat <[email protected]>
# Date: 01/22/2015
#
# Sync a local work tree with a remote one.
# It's rsync on steroids within large Git repositories.
USAGE='<repository>'
LONG_USAGE='Sync a local work tree with a remote one.'