Skip to content

Instantly share code, notes, and snippets.

@maxfenton
maxfenton / books2015.md
Last active September 4, 2018 19:20
Books I finished reading in 2015
@maxfenton
maxfenton / ApplySyntax.ext-list
Last active March 11, 2020 17:03
Sublime Text preferences (sync)
{
}
@maxfenton
maxfenton / addons.md
Last active August 29, 2015 14:10
Chrome Extensions

Addons for Chrome

  • 1Password
  • Adblock Plus
  • Boomerang for Gmail
  • Chroma
  • Chromoji
  • ChromeVox
  • CSSViewer
@maxfenton
maxfenton / csscomb.sublime-settings
Last active November 12, 2015 17:55
csscomb.sublime-settings
{
// 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",
{
"binary_file_patterns":
[
"*.scssc",
"*.codekit",
".gitignore",
"*.psd",
"kirby/",
"bower_components/"
],
@maxfenton
maxfenton / .aliases
Last active May 1, 2024 20:01
dotfiles for oh-my-zsh + MacOS
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"
@maxfenton
maxfenton / stylebot.fastmail.com.css
Last active August 29, 2015 14:08
Stylebot: Fastmail.com
span.name span {
font-weight: normal;
}
.unread span.name span {
font-weight: bold;
}
.is-unread span.v-MailboxItem-name span {
font-weight: bold;
# 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.

Ways to get a standalone RSS feed

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