-> moved to https://gist.github.com/maxfenton/460fef3ab7c6902bd676
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| } |
Forked from Chris Bracco's Pen A Simple CSS Tooltip.
A Pen by Captain Anonymous on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // Full list of supported options and acceptable values can be found here: | |
| // https://github.com/csscomb/csscomb.js/blob/master/doc/options.md | |
| "config": { | |
| "remove-empty-rulesets": true, | |
| "always-semicolon": true, | |
| "color-case": "lower", | |
| "block-indent": " ", | |
| "color-shorthand": false, | |
| "element-case": "lower", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "binary_file_patterns": | |
| [ | |
| "*.scssc", | |
| "*.codekit", | |
| ".gitignore", | |
| "*.psd", | |
| "kirby/", | |
| "bower_components/" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias zshconfig="subl $HOME/.zshrc" | |
| alias ohmyzsh="subl $HOME/.oh-my-zsh" | |
| alias zshrc="source $HOME/.zshrc" | |
| alias reload!="source $HOME/.zshrc" | |
| ####### UPDATES | |
| alias brewupdate="brew upgrade; brew update; brew doctor; brew cleanup;" | |
| alias npmupdate="npm install -g npm@latest" | |
| alias yarnupdate="yarn global upgrade" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| span.name span { | |
| font-weight: normal; | |
| } | |
| .unread span.name span { | |
| font-weight: bold; | |
| } | |
| .is-unread span.v-MailboxItem-name span { | |
| font-weight: bold; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Git Reference | |
| ``` | |
| git submodule update --recursive | |
| ``` |
The thing about half-joking about things is that they sometimes become real. I said something about how the only alternative social network I’d trust now is a system where everyone runs their own secret RSS feeds (with no corresponding web component) and passes them around by word-of-mouth. No discovery, no stars, no pageviews, just semi-public paragraphs.
A range of options, depending on how much you want to do yourself:
- Use an existing publishing service – preferably something old and boring – that generates its own RSS feeds. Make the web component private. Pass your RSS feed around. Something like Tumblr or Livejournal would work well.
- Generate your RSS feed with a program on your own computer and put it up somewhere. A static site generator like Jekyll can turn a series of Markdown files into a RSS feed pretty easily, once you set up the template. You can put the generated RSS file into your [Dropbox P