I hereby claim:
- I am bmann on github.
- I am boris (https://keybase.io/boris) on keybase.
- I have a public key ASBr3eMAPCTEbqIYoCt6X8ZKhcouHWQYjIcPB7zDo-X0SAo
To claim this, I am signing this object:
#!/bin/sh | |
/usr/local/bin/parse deploy | |
exit 0 |
{ | |
"require": { | |
"ext-gd": "*", | |
"ext-mbstring": "*", | |
"ext-mysql": "*", | |
"ext-mysqlnd": "*", | |
"ext-xmlrpc": "*" | |
} | |
} |
Verifying that +bmann is my Bitcoin username. You can send me #bitcoin here: https://onename.io/bmann |
Maybe sandwiches from Big Lou's? | |
Save on Meats. Comfort food. | |
Lost and Found has good salads. Healthy, too. | |
Just run and get a burger from Vera's. | |
Across the street, Rainier Provisions. | |
Nelson the Seagull. Goooood bread. And salad! | |
Bestie! It's the wurst. | |
Pourhouse. A little pricey, but nice and private. And beer. | |
Nuba! Get the daily juice. And Najib's | |
Why don't we ever go to New Town Bakery? |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html lang="en-US" prefix="og: http://ogp.me/ns#"> | |
<head> | |
<meta charset="utf-8"> | |
<title>{% if is_home %}{{ site.author }} {% elif is_post %} {{ post.title }} {% elif is_link %} {{ link.title }} {% elif is_tag %} {{ tag }} {% elif is_page %} {{ page.title }} {% endif %} | {{ site.name }}</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
<% | |
if (public.images[current.source]) { %> | |
<div id="slider" class="swipe"> | |
<div class="swipe-wrap"> <% | |
for (image in public.images[current.source].contents) { %> | |
<div><img src="/images/<%= current.source %>/<%= public.images[current.source].contents[image] %>" class="image image-full" /></div> | |
<% } %> | |
</div> | |
</div> | |
<% } %> |
My bias is towards PaaS compatible implementations (i.e. no full LAMP server required). Russell Beattie has the definitive and updated list of all readers right now: http://www.russellbeattie.com/blog/readerpocalypse-the-players
require 'rubygems' | |
require 'sequel' | |
require 'fileutils' | |
require 'yaml' | |
# NOTE: This converter requires Sequel and the MySQL gems. | |
# The MySQL gem can be difficult to install on OS X. Once you have MySQL | |
# installed, running the following commands should work: | |
# $ sudo gem install sequel | |
# $ sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config |
#!/usr/bin/env ruby | |
# Script to import tumblr posts into local markdown posts ready to be consumed by Jekyll. | |
# Inspired by New Bamboo's post http://blog.new-bamboo.co.uk/2009/2/20/migrating-from-mephisto-to-jekyll | |
# Supports post types: regular, quote, link, photo, video and audio | |
# Saves local copies of images | |
# via gist at https://gist.github.com/867468 | |
require 'rubygems' | |
require 'open-uri' |