Skip to content

Instantly share code, notes, and snippets.

View mko's full-sized avatar
🥃
Design. Code. Whiskey.

Michael Owens mko

🥃
Design. Code. Whiskey.
View GitHub Profile

Fragmentation

This is a really long header that should have some sort of limit on the fragmentation conversion but does not appear to have one.

These all have their own linkable fragmentation IDs

Cool, huh?

Yep.

<div class="block"><img src="../../photos/12345678/90123456.jpg" /><div><div class="meta">Thursday, January 5, 2012 at 6:45pm PST</div><table class="meta"><tr><th>Upload IP Address</th><td>174.129.159.135</td></tr></table><div class="comment"><span class="user">Scott Breaux</span>Mike, what kind of filter are you using/or is it a setting? That&#039;s an amazing pic!<div class="meta">Monday, June 25, 2012 at 7:24pm PDT</div></div><div class="comment"><span class="user">Michael Owens</span>It&#039;s a combination of Camera+&#039;s &quot;Clarity&quot; filter with Instagram&#039;s &quot;Lux&quot; and I believe the &quot;Hefe&quot; filter. It might have been &quot;Sutro&quot;, though. Can&#039;t remember.<div class="meta">Monday, June 25, 2012 at 7:26pm PDT</div></div></div></div>
In file included from ../src/batch.cc:5:
../node_modules/nan/nan.h:318:13: error: no member named 'New' in 'v8::String'
return _NAN_ERROR(v8::Exception::Error, errmsg);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../node_modules/nan/nan.h:298:50: note: expanded from macro '_NAN_ERROR'
# define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
~~~~~~~~~~~~^
../node_modules/nan/nan.h:322:5: error: no member named 'ThrowException' in namespace 'v8'
_NAN_THROW_ERROR(v8::Exception::Error, errmsg);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Keybase proof

I hereby claim:

  • I am mko on github.
  • I am mko (https://keybase.io/mko) on keybase.
  • I have a public key whose fingerprint is A2AA 7EAD 4A71 2532 45E2 3134 7825 B087 2749 05DC

To claim this, I am signing this object:

Verifying that +mko is my Bitcoin username. You can send me #bitcoin here: https://onename.io/mko
@mko
mko / result_actual.json
Last active August 29, 2015 14:10
microformats2 person-tagging use case (as parsed by `php-mf2` as of 11/24/2014)
{
"items": [
{
"type": ["h-entry"],
"properties": {
"category": [
{
"type": ["h-card"],
"properties": {
"name": ["Person Bee"],
@mko
mko / oath.txt
Created March 4, 2015 20:54
Hippocratic Oath
I swear by Apollo the physician, and Aesculapius the surgeon, likewise Hygeia and Panacea, and call all the gods and goddesses to witness, that I will observe and keep this underwritten oath, to the utmost of my power and judgment.
I will reverence my master who taught me the art. Equally with my parents, will I allow him things necessary for his support, and will consider his sons as brothers. I will teach them my art without reward or agreement; and I will impart all my acquirement, instructions, and whatever I know, to my master's children, as to my own; and likewise to all my pupils, who shall bind and tie themselves by a professional oath, but to none else.
With regard to healing the sick, I will devise and order for them the best diet, according to my judgment and means; and I will take care that they suffer no hurt or damage.
Nor shall any man's entreaty prevail upon me to administer poison to anyone; neither will I counsel any man to do so. Moreover, I will give no sort of medicine to any pregnant
@mko
mko / Node.js + Sphero
Created August 21, 2012 23:47
Example of Node-like callback behavior with Sphero SDK
bot.setRGB(req.param('red'), req.param('green'), req.param('blue'), function(err, data) {
if(err) {
reply.error = new Error(err.message);
} else {
reply = data;
}
});
res.send(reply);
return;
9/27/12 7:33:29.514 PM Prototypes[7709]: error image 2: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x111b28740 {NSUnderlyingError=0x115eb47f0 "The request timed out.", NSErrorFailingURLStringKey=https://prototypesapp.com/prototype-api/v1/image/0B6E79FC-CC19-4071-8D93-E5BDAD310BDB/7D17F5BA-B947-4CE4-BAB7-AA6559FC7B00, NSErrorFailingURLKey=https://prototypesapp.com/prototype-api/v1/image/0B6E79FC-CC19-4071-8D93-E5BDAD310BDB/7D17F5BA-B947-4CE4-BAB7-AA6559FC7B00, NSLocalizedDescription=The request timed out.}
9/27/12 7:42:48.442 PM Prototypes[7709]: error image 2: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x10c9c56a0 {NSUnderlyingError=0x1267eacd0 "The request timed out.", NSErrorFailingURLStringKey=https://prototypesapp.com/prototype-api/v1/image/0B6E79FC-CC19-4071-8D93-E5BDAD310BDB/15941B37-8068-4A72-85A3-6091CF368346, NSErrorFailingURLKey=https://prototypesapp.com/prototype-api/v1/image/0B6E79FC-CC19-4071-8D93-E5BDAD310BDB/15941B37-8068-4A72-85A3
data:text/html;charset=utf-8, <html contenteditable><script>var t=prompt("What do you want to call this file?","TextEditor");document.title=t;</script> <link rel="shortcut icon" href="http://g.etfv.co/https://docs.google.com"/> <style> html{height: 100%;} body{background: -webkit-linear-gradient(#f0f0f0, #fff); padding: 3%; height: 94%;} .paper { font: normal 12px/1.5 "Lucida Grande", arial, sans-serif; width: 50%; height: 80%; margin: 0 auto; padding: 6px 5px 4px 42px; position: relative; color: #444; line-height: 20px; border: 1px solid #d2d2d2; background: #fff; background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px; background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px; background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px; background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px; background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px; background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px; -webkit-background-size: 100% 20p