Even the Title seems wrong, we have a very hard time find a lane that does not have Leagues going.
Even the Title seems wrong, we have a very hard time find a lane that does not have Leagues going.
Filed in the “WTF Maybe We Should Think Wacky Like Nintendo To Beat The IPod” Department:
Half Aibo, half iPod, the Sony Rolly ($450) is an MP3-player/robotic gadget that rolls around your room playing music from one of two built-in 20mm active speakers.
Whole Foods: “PBR me ASAP!” (note: you may want to install yesterday’s greasemonkey script before dereferencing this url with your preferred user-agent)
// Based on a script in Mark Pilgram's upcoming "Dive into Greasemonkey",
// based off another script based off that
// ==UserScript==
// @name replaceannoyingwords
// @namespace http://modcult.org/userscripts
// @description Sick of this word
// @include *
// ==/UserScript==
(function() {
var replacements, regex, key, textnodes, node, s;
replacements = {
"hipsters": "members of the bohemian community",
"Hipsters": "Toddlers",
"hipster": "slick johnny",
"Hipster": "Prussian",
"Zen and the Art of ": "How to Good-bye depression: "
};
regex = {};
for (key in replacements) {
regex[key] = new RegExp(key, 'g');
}
textnodes = document.evaluate( "//body//text()", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = 0; i < textnodes.snapshotLength; i++) {
node = textnodes.snapshotItem(i);
s = node.data;
for (key in replacements) {
s = s.replace(regex[key], replacements[key]);
}
node.data = s;
}
})();
I hear Greasmonkey is the rage among Gr’ups.
nice ascian ref.
also, ry, I think I’m going to have to kill you for reminding me of the existence of that fucking nymag article.
It’s big with the New Victorians too.
please, both of you, just stop.
hey man, for me, its strike one. for ry, its strike two.
Cool public-art-hypertext (or maybe “walking novel” is a better term for this medium) project images in this photoset. I missed the original press when it went up, but will try and see if any are still up this weekend.
“The mission stencil story is an interactive, choose your-own-adventure story that takes place of the sidewalks of the Mission district in San Francisco. It is told in a new medium of storytelling that uses spraypainted stencils connected to each other by arrows. The streetscape is used as sort of an illustration to accompany each piece of text.”
I could see some awesome possibilites for this- perhaps merged with say new books in the City Noir series.
(via if:book)
Figwit Lives! The former career of Bret McKenzie of Flight of the Conchords fame.
I was about to post a link to this article, about the popularity of the Martha Stewart homes. I’m posting an image instead… I got freaked out about the next gen of targeted advertising for a second.
offtopic but “The Martha homes target a broad market, with prices ranging from $148,990…” we have to move out of our respective towns. I can’t believe there is a place where you can buy a sub-$150k BRAND NEW house, in the USA.
“This is southern living,” said Beverly Clermont, while passing through a massive kitchen in a model of a Martha home in Fairburn. Her sister, Anges Young, corrected her: “I think Martha is from Connecticut.”
“Yeah, but she lives like she’s from the South,”
we have to move out of our respective towns
for reals. the other day I caught myself thinking that the 250k and up prices my friend was describing as expensive sounded totally reasonable.
also, infrequently heard sentences (for me): “I just knew this was going to be a good subdivision.”
things you can buy here for ~200k: parking space, closet, tiny bit of roof.
OTOH, I suspect wherever they sell brand new houses for $150k, they don’t hire too many Rails developers.
“Wonderful Subdivision” is one of my favorite Drunks With Guns songs.