Skip to content

Instantly share code, notes, and snippets.

View RichardLitt's full-sized avatar

Richard Littauer RichardLitt

View GitHub Profile
{
"name": "orbit-db",
"version": "0.19.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@nodeutils/defaults-deep": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nodeutils/defaults-deep/-/defaults-deep-1.1.0.tgz",
"integrity": "sha1-uxEk3I184LxdodZorOWBSSWO8gs=",
@RichardLitt
RichardLitt / lrl-data.json
Created April 26, 2018 21:31
RichardLitt/low-resource-languages JSON from mntnr/name-your-contributors
{
"prCreators": [
{
"login": "cesine",
"name": "cesine",
"url": "https://github.com/cesine",
"count": 17
},
{
"login": "HughP",
@RichardLitt
RichardLitt / deprecation-checklist.md
Created August 14, 2017 14:32
deprecation-checklist.md

How To Deprecate A Repository on GitHub

A simple checklist for deprecating a repository. See https://github.com/RichardLitt/knowledge/blob/master/how-to-deprecate-a-repository-on-github.md.

Deprecating a project no one uses

  • Change the GitHub description. This is often the first thing people see for the repository, and the first line that people will see if looking at the repository in the Organization view. The most important thing to do is to add the word DEPRECATED at the front of the description. This clearly marks it will not be updated. You can also add an emoji to it. ⛔️ DEPRECATED <former description> makes it pop out a bit more.
  • Add GitHub topics: deprecated, obselete, and archived are all good ones.
  • Edit the title of the README. Remove the current title, and instead write # DEPRECATED.
@RichardLitt
RichardLitt / stephenson-age-vocab.md
Created June 28, 2017 03:10
The Diamond Age vocabulary

Vocabulary

hinky, but it still made him a little hinky on those skates carillon, The volume went up but couldn't scour away the deep tones of the carillon, which resonated in his long bones. gallimaufry, n. a confused jumble or medley of things. mid 16th cent.: from archaic French galimafrée ‘unappetizing dish,’ perhaps from Old French galer ‘have fun’ + Picard mafrer ‘eat copious quantities.’ Bud's relationship with the female sex was governed by a gallimaufry of primal impulses, dim suppositions, deranged theories, overhead scraps of conversation, half remembered pieces of bad advice, and fragments of no-doubt exaggerated anecdotes that amounted to rank superstition. calla, like a spray of hundred-meter-long calla lilies. calabash, like the germs of some moon-size calabash. natty, in their best crinolines and natty short-pants suits, natty beige linen suit fabricules, constructed of infinitesimal fabricules that knew how to eject dirt

Settings.

What I Wish I'd Known About Equity Before Joining A Unicorn

Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.

This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would

$ frankenstein libp2p/go-libp2p
Found: master for libp2p/go-libp2p — libp2p implementation in Go — 513⭐️ — last updated 1 day ago
🏃 Processing links for libp2p/go-libp2p ...
🔎 Checking 14 links
⚪ https://travis-ci.org/ipfs/go-libp2p.svg?branch=master
✅ https://godoc.org/github.com/ipfs/go-libp2p?status.svg
✅ https://raw.githubusercontent.com/diasdavid/specs/libp2p-spec/protocol/network/figs/logo.png
✅ https://github.com/libp2p/specs
✅ https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square
@RichardLitt
RichardLitt / .gitconfig
Created August 23, 2016 23:37
Add this to ~/
[alias]
co = checkout
ca = !git add -A && git commit -v
function license {
echo "## License
[MIT](LICENSE)"
}
function contribute {
echo "
## Contribute
#!bin/sh
FILE="log/$(date +%Y-%m-%d).md"
echo "# $(date +%Y-%m-%d)\n" >> $FILE
cat "daily_routines.md" >> $FILE
echo "\n" >> $FILE
cat "todo.md" | head -5 >> $FILE
## TODO
# - [ ] Send anything from yesterday's ## Tomorrow section into the new day