Skip to content

Instantly share code, notes, and snippets.

@maxfenton
maxfenton / .aliases
Last active May 26, 2023 15:33
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
<?php
/* This is Bastian's original file extended with the function for the quote tag. This file goes in the plugins folder */
class kirbytextExtended extends kirbytext {
function __construct($text, $markdown=true) {
parent::__construct($text, $markdown);
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
@maxfenton
maxfenton / SassMeister-input.scss
Created September 11, 2014 13:49
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
// Notifications
// =============
.notification {
border-radius: 0.2em;
@maxfenton
maxfenton / SassMeister-input.scss
Created September 11, 2014 13:39
Generated by SassMeister.com.
// ----
// Sass (v3.4.3)
// Compass (v1.0.1)
// ----
// Notifications
// =============
.notification {
border-radius: 0.2em;
@maxfenton
maxfenton / .csscomb.json
Created September 2, 2014 19:30
CSScomb settings (@maxfenton)
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**",
".sass-cache/**"
],
"always-semicolon": true,
"block-indent": "\t",
"color-case": "lower",
@maxfenton
maxfenton / books2014.md
Last active August 29, 2015 14:04
Books read in 2014

Books I finished reading in 2014.

Challenging myself to finish some books I've started before starting new ones.

Finished:

  • Open City — Teju Cole
  • It’s Complicated – danah boyd
  • Every Day is For the Thief – Teju Cole
  • The People’s Platform – Astra Taylor
  • The Dark – Lemony Snicket