October 2012
1 post
Oct 13th
448 notes
September 2012
2 posts
Sep 7th
408 notes
Sep 7th
176 notes
August 2012
5 posts
Aug 28th
1,117 notes
Aug 18th
2,473 notes
Aug 18th
16,869 notes
Aug 18th
8,867 notes
Aug 17th
296,068 notes
July 2012
4 posts
Jul 26th
216 notes
Jul 24th
2,137 notes
Jul 9th
567 notes
Jul 9th
463 notes
June 2012
1 post
Jun 25th
2,757 notes
April 2012
1 post
Apr 13th
65 notes
February 2012
4 posts
Feb 22nd
672 notes
Feb 19th
901 notes
Feb 10th
3,762 notes
Feb 8th
563 notes
January 2012
2 posts
Jan 9th
55,767 notes
Jan 8th
284 notes
November 2011
3 posts
Matt Galligan: Apple iMessage and Poor User... →
mattgalligan: When iMessage was announced, I immediately thought it was brilliant. Not only for getting away from the ancient SMS protocol, but as a method of delivery of messages across multiple devices. Now that plenty of people had both an iPhone and an iPad, how great would it be if I could message…
Nov 28th
28 notes
Nov 24th
2,190 notes
Nov 15th
452 notes
September 2011
7 posts
There’s so much bad opinion out there on the internet. I don’t feel the motivation to correct people.
Sep 25th
1 tag
quick question. https://gist.github.com/1228170 --> in function(rs), success() is called. is that calling the variable in function test1(success)? is that a javascript design pattern?
jyap: What do you mean?
yes and yes jyap
Oh. Yes
in mean i see success() is called. i don't get how it works.
Wa: where can i read up more about this design pattern? does it have a name?
success is an identifier, it doesn't matter whether it was a variable name or function name. You can set a function reference to a variable and call the variable etc
it's just a callback
in such a case, success s- yeah that ^
you can call back to the same function? is that what it's doing?
test1(function(){console.log("complete")}); it'll execute that function
it's a different function (success), which is used to "call back" from within test1
well that was an example but I guess they have that inline
test1(function() { util.log("SUCCESS"); process.exit(0); }) see that part
that function they made is passed as the success argument
test1(function() { util.log("SUCCESS"); process.exit(0); }) --> that's an inline function?
well it's called an anonymous function
or just a function expression
test1(function namedFunctionExpression() { })
but yes, it's just creating that function and passing it as the first argument (ie. success)
yes
oh, i see, it's passing in that function as the argument
i'm less confused now. thanks all.
Sep 20th
Metro and no Flash →
Running Metro style IE plug-in free improves battery life as well as security, reliability, and privacy for consumers. Plug-ins were important early on in the web’s history. But the web has come a long way since then with HTML5. Providing compatibility with legacy plug-in technologies would detract from, rather than improve, the consumer experience of browsing in the Metro style UI. Every...
Sep 16th
Thoughts on: Marketing Hacks for iOS: How we got... →
Some thoughts. The single biggest driver of sales is the App Store itself. So very true for 99% of apps. Other methods are advertising, cross-promotion, etc… Don’t do your big push at Version 1.0. Instead, release v1.0 early and get as much feedback as possible. That’s debatable. Think about paid versus free. True. Build social / sharing features directly...
Sep 12th
1 tag
Promoted Tweets soon to invade your Twitter feed →
“We’re expanding Promoted Tweets,” Costolo said. “You’ll start seeing them from companies you don’t follow. We’ve been super cautious about that, we didn’t want to sacrifice user experience.” Any time you introduce ads you’re sacrificing user experience.
Sep 11th
Early Dash programming language mailing list post  →
Even smaller-scale apps written by hobbyist developers have to navigate a confusing labyrinth of frameworks and incompatible design patterns. That’s been my experience when dealing with Node.JS. There is no standard library with JavaScriot and documentation sucks. Overall very inconsistent, ideosyncratic and confusing. Dash will be designed so that a large subset of it can be compiled...
Sep 10th
Title goes here
So this is probably as self referential as it gets. Tumblr has a nice interface for multiple blogs. I’m trying to create something simple.  Kind of like http://parislemon.com. “No Seriously…” I’m trying to keep that thematic to photography. And Tumblr has a simple interface overall. And I don’t buy ads so I’m not a Google customer.  Blogger just...
Sep 9th