- AIR Support (1)
- “Own the Stack” (1)
-
xkcd - A webcomic of romance, sarcasm, math, and language - By Randall Munroe (143)
on
xkcd.com (702) permalink
Shared by 4braham (0) Adrian (10) AJ (0) Alex C (29) alf (30) Alfredo Octavio (2) alice (8) Amit Panhale (4) Andrés David (3) Andrew (2) Andrew Boardman (61) Aneel (16) Annarella (20) Aracnus (29) Armish (7) arthur (12) ash (45) Babychen Mathew (264) Benjamin Shyong (7) BIGODE (10) Brian Wright (9) Brian.LeRoux (3) Brit (23) Caio (3) Cameron Yeager (12) cassio (0) Chris (15) Crutcher D (27) Dan (2) Danny (1) Data Vortex (0) David (1) David (2) David (14) David Arcos (28) Dedalus (16) djspark (53) Drew (3) Drew Olanoff (125) Dylan Thomas (2) Ed (3) Epaga (1) ephes (5) Eric Herboso (4) ervin (0) Fred (4) Germán Seckel Von Unger (0) GraemeW (15) Graham (3) Harper (75) Heidi Willow (0) Helvick (1) Ian (7) issa (18) j_aroche (3) Jai Mayers (0) Jase (13) Jeff Daly (42) Jeffrey (5) Jeffrey (6) Jen (27) jhota (2) John (4) John (16) John (0) Jonathan (8) Jordan T-H (5) Josh (10) Joshua (0) Juan Antonio Navarro (1) Justin (0) Justin Yost (48) Ken Hunt (2) Kevin Matheny (3) Kingsley (0) Kluzter (7) Lauro (6) lemele (0) llorch (2) Lloyd (4) Lorin (0) Lucindo (2) Luke G (2) madsimian (2) Maelstrom (2) Marco Schwarz (4) Marie (22) mario r (14) Matt (14) Matthew (47) Max (0) Maxim (1) mcphee (5) mernisse (0) Mike Aizatsky (0) Miss P (16) mz (9) Nathaniel Dean (5) Neil (1) nyenyec (3) odwl (2) Pierre Phaneuf (1) PJorge (2) Pozsi (14) Pramod (21) Quinny (17) Rafael Capanema (16) Rainer Wasserfuhr (66) rchk (22) Rick Dillon (6) Rishabh Manocha (9) ritesh (10) Rob (105) Robert Fischer, Smokejumper Consulting (4) Robert J. McGrath (15) Roberto Ruiz (4) Rogel (5) Roshni (17) schani (0) Scott Cederberg (0) Sean (2) Sean Blakey (11) Seth_ (5) Silas (0) SiliconViper (14) Solon (7) Spence (1) spiller (18) Stavros (17) swined (6) Ted (6) terry (1) Thiago (3) Tor Erling (69) udim (1) unicyn (12) Will (0) xabbott (0) xeophin (1) xrx (23) Zach (43) zar (5) Zhasper (43)Explore read 19 notes- Ed said: Well, I guess reading _Gödel, Escher, Bach_ in SRBC was worth it after all. I actually got this xkcd joke, and I surely wouldn't have otherwise!
- Fred said: There's a short book you should read called "Godel's Proof" that will step you through proving why this is and is not funny.
- zar said: Sesso e teoria degli insiemi: questo dovrebbe andare nel libro :-)
- Max said: Wow. Hand it to xkcd for mashing up divergent themes! Make sure to check out the mouseover.
- Joshua said: oooohhhhhhhhh! I get it! because grdel's incomplete! yay!
- j_aroche said: jauajauajauajaa mathz
- ervin said: rafinált! :)
- Armish said: xkcd'nin her karikaturunu paylasabilirim sanirim
- Ken Hunt said: I love jokes about the incompleteness priciple.
- mernisse said: Teehee, personally I enjoy asphyxiation and the inverted wheelbarrow myself.
- David Arcos said: Lo buena que es una tira de xkcd es directamente proporcional a la cantidad de gente que no la ha entendido, pero "cree" que si.
- Luke G said: Heh
- Kluzter said: such a wise pervert guy
- Jeffrey said: rofl
- Pierre Phaneuf said: Math and kink, together, uh, at last.
- Will said: Love it.
- Ian said: Gödel jokes :D
- Data Vortex said: Have not read yet, but I'd be surprised if I am not a list-breaker.
- Maxim said: Geniale!
Contribute comment -
Designer Resources for iPhone App Development (1)
on
Andre's Blog (0) permalink
From InsideRIA: It might be debatable whether a native app written Objective-C is an RIA, but most of the are internet connected at least part of the time and lots of the coolest iPhone apps I’m using run right in Safari on the iPhone. It’s not however debatable whether or not iPhone has raised the bar for slick and aesthetically pleasing UIs and if you’re going to develop a web app or native app for ...Shared by Brian.LeRoux (3)Contribute comment -
Reading and Writing Local Files in Flash Player 10 (5)
on
Mike Chambers (12) permalink
One of the new features in Flash Player 10 are new ActionScript FileReference APIs that allow Flash content to directly read and write data to the user’s system. Prior to Flash Player 10, in order to read or write a file to the user’s system, Flash content would first have to bounce it off of a server, and then load it back to the users system before it could be accessed. This was not only ...Contribute comment -
Getting method_missing, or _noSuchMethod into Harmony (3)
on
Ajaxian » Front Page (430) permalink
Yehuda Katz saw the Harmony news, and wondered if there was a change to get _noSuchMethod, which currently works in implementations such as SpiderMonkey, into the new JavaScript world of: Harmony = ES3.1++. In summary, it seems that the two groups agreed to focus cooperative effort of ECMAScript 3.1, a modest improvement of the current JavaScript that includes some new features like the ability to mark properties as non-enumerable and freezing objects (which can be ...- Brian.LeRoux said: yessssss
Contribute comment -
Reading ID3 tags with JavaScript (14)
on
Ajaxian » Front Page (430) permalink
Jacob Seidelin is up to more tricks, this time playing with the binary side of life and writing a library that can reading ID3 tags from MP3 files and such. PLAIN TEXT JAVASCRIPT: // URL of the mp3 file (must be on the same domain!) var file = "mymusicfile.mp3"; // define your own callback function function mycallback() { // either call the ID3.getAllTags([file]) function which returns an object holding all the tags alert( "All tags ...Shared by aemkei (2) akira (6) andrin (0) Bharath Balasubramanian (3) Brian.LeRoux (3) David LEVY (0) David Poblador (16) dprothro (0) el-such-n-such (5) Frank (3) lmjabreu (25) Matthew (12) Monsur (0) msanders (7)- Brian.LeRoux said: totally sweet
Contribute comment -
I tried to care, but you would not shut up. (42)
on
indexed (186) permalink
Shared by Aaron H. (7) ab_aditya (3) Adam (1) Adam Roderick (1) Alex (0) Amit Panhale (4) Andreas (2) badpazzword (0) Ben Shoemate (4) Brandon (5) Brian.LeRoux (3) Chris (16) Cornerhouse (2) Dustin (3) Eric (5) felix (1) Goktug (16) Gonzalo Jimenez (3) James and Tom (7) Jason (4) Joel Gil (10) John (16) Jon Host (0) Just Mohit (19) Kaye (16) Les (5) Linden (0) Mansi (2) marya (5) Maxim (1) Mi, de Camila (0) Mike (0) Moah (9) Ned (8) Raleigh (2) Ricky (2) RivenStar (8) Rob (19) Roberto Ruiz (4) Stupid Blogger (19) Wolfger (10) Zach (43)Contribute comment -
Super Mario 3 Powerups Wood Carving (1)
on
Sprite Stitch (0) permalink
Yosserg has some super mario bros 3 wood carvings…love ‘em! Available on Etsy - $29Shared by Brian.LeRoux (3)Contribute comment -
ongoing · REST Questions (29)
on
Hacker News (916) permalink
CommentsShared by Arne Janning (0) Avi Flax (1) Brent (38) Brian.LeRoux (3) cavorite (1) cody (1) Dave (0) Duncan Hull (7) evo (0) Hagen (2) J. (2) Kevin Marks (6) kevwil (1) Mark Masterson (1) Matt (0) Michael (12) Miles (0) Nico (5) olifante (12) Parker (2) Pete Johnston (10) Phil Barker (7) pmuellr (6) sc (16) Simon (2) stantont (6) Stoneford (1) Tim (0) Tim (0)- pmuellr said: good stuff!
Contribute comment -
method_missing in JavaScript? (5)
on
Katz Got Your Tongue? (2) permalink
I’ve posted previously about JavaScript 2 (also known as ECMAScript 4). Since I last discussed this topic, the debate over whether to continue with ES4, which extended JavaScript with type annotations and classes, got significantly less cooperative, and apparently came to a head at the meeting of TC99, the committee responsible for the future of JavaScript. In summary, it seems that the two groups agreed to focus cooperative effort of ECMAScript 3.1, a modest improvement ...Contribute comment -
post beer [Flickr] (1)
on
nickbouton.com (0) permalink
~nick posted a photo: - Camera phone upload powered by ShoZuShared by Brian.LeRoux (3)Contribute comment -
brock enjoying a beer at the Hab party [Flickr] (1)
on
nickbouton.com (0) permalink
~nick posted a photo: - Camera phone upload powered by ShoZuShared by Brian.LeRoux (3)Contribute comment -
The Initial Primer (1)
permalinkThe tutorial page on the new site is wrapped up. The idea behind this is to show a series of pairs, side-by-side. Code and window. Nothing needs to sink into too deeply. It’s just a casual reading. I think I prefer this to a tutorial which would focus on building one large thing gradually. Here, you get to scan over a wider variety. You can skip sections. And as time goes on, each little fragment ...Shared by Brian.LeRoux (3)
- Brian.LeRoux said: AIR is nice but Shoes is getting *very* mature and powerful.
Contribute comment -
Zelda Cross Stitch T-Shirts (1)
on
Sprite Stitch (0) permalink
Lauren sent in some zelda tshirts she stitched up using a waste fabric first and then cutting it away…Shared by Brian.LeRoux (3)Contribute comment -
This is what 2.0 means. (59)
on
indexed (186) permalink
Shared by $udhi™ (1) Aaron H. (7) Aloof (7) Amandine (0) Amit Panhale (4) ancameme (0) Andreas (2) Brian.LeRoux (3) brice (13) Carlos Villela (14) Chandoo (9) Christos (4) dani (10) Darren Draper (1) Dave Fleet (5) David (1) dmierkin (1) Doug Belshaw (1) GezD (18) Gianluigi Cogo (7) Heather (5) Insomnius (1) issa (18) Jay Jay (17) John (1) John D. Lemke (0) John Pederson (3) Jonathan (0) Josh (10) Karin (4) Linda Nitsche (1) Lloyd (4) Luke G (2) Luke M (1) Maelstrom (2) Marie Kaddell (0) Marina Martin (2) Mark (0) matthew hunt (23) MERc (0) Mi, de Camila (0) Miguel (4) Moah (9) Neal (1) Ned (8) Nice Fish Films (45) Paul O'Flaherty (9) Pistachio (3) plu (23) psd (2) Raleigh (2) Raymond (12) Ryan (1) Sarah (10) SFSlim (8) subcommandante (17) ted (1) timmyt (12) vim (72)Explore read eight notes- Marina Martin said: I know, everyone else shared this to. But it's my favorite Indexed so far.
- Darren Draper said: Wow.
- MERc said: Good one!
- Christos said: Καμια φορά συμβαίνει και το αντίθετο λόγω έλλειψης χρονου!
- Mark said: even my dad can understand '2.0' now!
- vim said: nice.
- $udhi™ said: not sure how true it is
- John Pederson said: Me likey.
Contribute comment -
Crows stealing coins from car wash? (28)
on
Boing Boing (2759) permalink
My favorite TED talk of 2008 was given by Joshua Klein, who built a vending machine that crows can deposit coins into in exchange for peanuts. (Here's the video of his talk.) Today, Phil Torrone posted news about a gang of thieving crows that are stealing coins from car wash vending machines. Bill is the owner of a company that manufactures and installs car wash systems. Bill installed one of these systems in in Frederick, ...Shared by alden (2) Alex (79) André (3) Ayrkain (2) barrie (13) BPluime (2) Brian.LeRoux (3) Can Özmen (3) chusemann (4) danb420 (9) DXL (1) Eebs (1) HokieGeek (25) Jassim (2) Jouni Seppänen (5) Lowell (0) Matt (15) Mike (5) NeonDemon (39) Paul (19) Randem (10) Scott (5) seanness (2) Theo (9) Walter DeFoor (28) ydant (15) Zak Nicola (23) Zinoc (4)- barrie said: I LOVE this!
Contribute comment -
Super Oors World (1)
permalinkSuper Oors World is a Mario-esque pixel-comic by French creator Jonathan Silvestre. The first two “episodes” are available as free pdf downloads, and copyrighted with a creative commons license leaving you free to distribute and remix the comic at will. Link to Super Oors World.Shared by Brian.LeRoux (3)
- Brian.LeRoux said: kickass!!!
Contribute comment -
Enterprise Ajax Live Lessons (1)
on
Dave Johnson (0) permalink
Get it while it’s hot! It looks like the Enterprise Ajax Live Lessons are now available on either Safari or Amazon. if you want to learn about Ajax in a format that is bit more easily digestible than reading a boring book then be sure to pick up the Live Lessons where we step you through all the pitfalls of building an Enterprise Ajax application. Topics covered include a framework review, testing, security and usability. ...Shared by Brian.LeRoux (3)Contribute comment -
Prefer Ruby syntax? See Red, and your Ruby will convert to JS (12)
on
Ajaxian » Front Page (430) permalink
I am a fan of Ruby, and when I saw Red the framework that allows you to write Ruby and get JavaScript out the other end I was excited. It allows you to write this: PLAIN TEXT RUBY: class MyClass @@my_var = 500 def initialize(arg) @arg = arg end def my_method alert(@arg) end end And you end up with: PLAIN TEXT JAVASCRIPT: 1| var MyClass = function(arg) { this.arg = arg;this.myMethod = function() { alert(this.arg); ...Shared by Brian Antonelli (4) Brian.LeRoux (3) Compuwizard123 (16) Constantine Nicolaou (0) gms8994 (1) IceskYsl (8) Marco Gomes (10) MDWeezer (6) Rav (0) Ted (6) TIGGR (43) 小影 (1)- MDWeezer said: I can see this useful in some areas, a little scary in others.
Contribute comment
