We Got Giftbombed #
- [ruby-talk:231165], a ornament of obfuscation by chris2. (A three-year tradition, following [ruby-talk:172428] and [ruby-talk:124391].)
- The Humble Little Ruby Book is now a free HTML book! Since the PickAxe II, we’ve seen Ruby zoom off to the presses, leaving our free docs in the dust. Well-played, Mr. Neighborly.
- I’m sure you all followed the Ruby Inside Advent Calendar. I think my favorite day was the post Peter made about his Ruby Slum.
- Err the Blog’s Railsisms calendar, oh course.
I’m giving to Eigenclass this year. Plainly, Mauricio blows us all away. He’s operating at thetan level VII or something. His wmii stuff, his ftsearch stuff, his coverage of 1.9/2.0 materials. Hot skates, I love it!
My gift is an alt. design, which is still in-progress. Cheery-oh!
Oh wait! But not with out the DHH boogie elf from project.ioni.st.
Mike H
Looking at the redesign, turns out my why-brand slicer is also a dicer.
thomas
damn, that’s much easier on the eyes. I love reading Mauricio’s stuff, but that site is just painful to read.
andre
It’s about time for Mauricio and _why to start writing an advanced ruby book together.
LninYo
I second andre’s call for an awesomely cooky yet accessible book. etcetera.
andre
People are out on the streets demanding it.
phil
I’m watching out the window and those people in the street… they’re getting kind of violent with their demands. Wait… they’re throwing rocks & stuff! Pitchforks. Look over there! That guy’s lighting a Molotov cocktail! He’s throwing it! It broke through the win… BOOM ! That was close. They seem to be chanting: “Why, Mauricio! Why, Mauricio! Where’s the book? Where’s the Advanced Ruby book?!!!”
Why and Mauricio – can you help us?
mfp
_why: thank you, I’ll add some javascript to switch stylesheets when it’s done.
I don’t know about the book, but I sure don’t want people to have to choose between their eyesight and reading eigenclass. As of today, it’s 20% darker. (why didn’t anybody tell me that eigenclass kills your eyes before? I normally set my monitors to ~75% brightness, contrast idem, so I never noticed it until I saw this posting, I moved to another box and ouch my eyes)
andre, LninYo, phil: isn’t the poignant guide enough to appease the rioters? If they just want more meta, all they have to do is assault _why’s place, no, better siege it until he yields chapter 7 }:-)
What would “advanced ruby” cover anyway? General+interesting = hard to achieve.
why
mfp: i don’t mind the brightness at all. the whole web is made of white. it’s just a gift, just for entertainment.
eigenclass is in effect.
andre
mfp: I’d say it would cover anything you want ;P Me, I’d like to see in-depth docs of C extension writing, and a description of ruby internals (is the RHG translation project dead? I wish I knew japanese :/ )
phil
andre: which ruby internals? JRuby’s? Rubinius’? Matz’s traditional Ruby in C? Matz’s traditional Ruby in C with YARV ? The new OCaml implementation? (RedCamel – think PUGS ; watch out for the vapors, though)
andre
The traditional one, I guess… or all of them :D Didn’t know about an the ocaml thing, thanks for the heads-up!
andre
Actually… erm… got a link?
phil
andre: Heed the warning about RedCaml and vapor. It’s more like I’m daring someone to actually do it.
andre
Oh d’oh. I guess it would be weird to build something so dynamic using something so static.
phil
andre: How so? The current Ruby implementation is built in C which isn’t very dynamic. And PUGs (Perl 6 prototype) is built in Haskell which has some similarities to OCaml. One of the nice things about OCaml over Haskell is that OCaml supports OO programming and the ‘ml’ part makes it great for creating compilers/interpreters/DSLs.
andre
C is all dynamic with void* :P As for objects, I remember matz saying once that he didn’t use C++ for ruby because he didn’t want to mix his language’s object orientation with the implementation language’s one. I tried to learn ocaml a few times, but there’s always something stopping me… too bad that “practical ocaml” book is horrible according to everyone :/
mfp
_why: the world might be made of #fff white, but I live in a W-on-B console and avoid sunlight. This is definitely a good thing:
“But, I think the site has come a long way in the past 14 hours! No more eye cancer! Thanks!”
So, really, thanks for helping me realize that my stylesheets were a public health issue :-) Plus you motivated me to finish the new logo.
/me doesn’t like the Objective part of OCaml that much.
zem
I wish someone would write a ruby to scheme compiler – the scheme-to-native step has had a lot of really good work put into it.