
on-ruby.blogspot.com
On RubyThe (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more ...
http://on-ruby.blogspot.com/
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more ...
http://on-ruby.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
23
SSL
EXTERNAL LINKS
141
SITE IP
172.217.11.33
LOAD TIME
0.469 sec
SCORE
6.2
On Ruby | on-ruby.blogspot.com Reviews
https://on-ruby.blogspot.com
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more ...
On Ruby: Reviewing Annual Reviews
http://on-ruby.blogspot.com/2012/11/reviewing-annual-reviews.html
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Thursday, November 01, 2012. Almost everyone seems to hate end of year performance reviews. Done correctly though, they could be celebrations of your accomplishments. What would it take to make them more exciting, more interesting, or at least less painful? How about this for an annual review? Here are some thoughts that might make your annual review a more positive experience:. Include comments fr...
On Ruby: CouchDB Contest
http://on-ruby.blogspot.com/2009/01/couchdb-contest.html
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Tuesday, January 27, 2009. Ok, it's contest time again! Has offered up two free keys to the rough-cut editition of Relax with CouchDB. So Jan and I decided to find a cool way to give them out. Have fun, and good luck! Posted by pat eyler. 1/27/09, 10:26 AM. 1/27/09, 11:10 AM. Because the data is different for each kind of listing, I would treat each listing as a document and use couchDB to get it f...
On Ruby: Blogging Contest: February Challenge
http://on-ruby.blogspot.com/2007/01/blogging-contest-february-challenge.html
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Wednesday, January 31, 2007. Blogging Contest: February Challenge. Update: It's time to get going on the March contest. Well, as we close up the January contest. Head of Ruby Inside. And this month's guest judge), Jason Gilmore (the Apress Editor), and I will take a week to pick our favorite and announce it. The winner will win three Apress. Books of their choice. What were your "Wow! What were the...
On Ruby: Author Interview - The Well-Grounded Rubyist
http://on-ruby.blogspot.com/2009/05/author-interview-well-grounded-rubyist.html
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Monday, May 04, 2009. Author Interview - The Well-Grounded Rubyist. Has released The Well-Grounded Rubyist. By David A. Black. I wanted to sit down with him and talk a bit about his new book. His Ruby for Rails. Set an awfully high bar as the. Book that really explained Ruby to Rails users (and everyone else). The current title has been called a "reworking" of the former to remove the Rails bias.
On Ruby: Ruby Hacker Interview: Kevin Tew
http://on-ruby.blogspot.com/2006/09/ruby-hacker-interview-kevin-tew.html
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Tuesday, September 12, 2006. Ruby Hacker Interview: Kevin Tew. How did you find your way to Ruby? What role does Ruby play in your day to day programming? Ruby definitely has its spot in my tool belt. I have a keen interest in programming language theory (PLT) so I know and use a wide variety of languages. How did you get interested in Parrot/Cardinal? Parrot aims to be the. JVM for dynamic languag...
TOTAL PAGES IN THIS WEBSITE
23
Green Programming: Saint Louis: The Pursuit of Rubyness ('06)
http://greenprogrammer.blogspot.com/2006/12/saint-louis-pursuit-of-rubyness-06.html
Saturday, December 30, 2006. Saint Louis: The Pursuit of Rubyness ('06). Mark and Rob Smith have taught various Ruby and Rails classes at OCI in 2006 with more to come in 2007. Ruby training has seen its biggest increase in 2006. The interest has led two of our members, Mike Sullivan and. Quite a few of us are active in the blogosphere (oh how I loath that particular term. Forgive me.) Besides Sean's check out Curt's writing on O'Reilly's Ruby web log. [11] Curt also has his own Blog featurin...Well, I h...
4thmouse.com » Composition vs. Inheritance (hint: usually not inheritance)
http://4thmouse.com/index.php/2011/12/17/composition-vs-inheritance-hint-usually-not-inheritance
Composition vs. Inheritance (hint: usually not inheritance). A co-worker of mine recently made the comment that a lot of times you see Java code using inheritance where composition is a much better solution. This is very true and worth pointing out. Basically the problem boils down to this: Although both inheritance and composition form a relationship between objects inheritance creates a strong bidirectional relationship between two objects while composition provide a loose coupling. Composition decoupl...
4thmouse.com » Wp-Wikipedia-Excerpt
http://4thmouse.com/index.php/wp-wikipedia-excerpt
Took this idea and improved it. This is the page for the Wp-Wikipedia-Excerpt plugin. At the moment it turns [wikipedia]c [/wikipedia] into c. The plan is to extend it to also have a hover-over containing an excerpt from the wikipedia entry. To use download wp-wikipedia-excerptphp.zip. An unzip it into the wikipedia wp-content/plugins directory and then activate from the wordpress plugins page. The original article is here. 1 Comment so far. Michel April 13th, 2009 10:50 am. And themed by Mukka.
4thmouse.com » 2011 » December
http://4thmouse.com/index.php/2011/12
Archive for December, 2011. The Evils of Equals and Autoboxing. December 18th, 2011 Category: Java. This was a fun, if particularly stupid, one:. Method check (. The previous works as long as x and value are small, but not when they are big. Why? Actually resolves to the same object as x, but once the number gets big enough Java has to create a new object and then suddenly the comparison fails. Seniority and Age in Software Engineering (No you aren’t a senior engineer). I think that sometimes the prevale...
4thmouse.com » C#
http://4thmouse.com/index.php/category/programming/c-programming-2
Archive for the 'C#' Category. Why C Switch Statements Should go the way of the GOTO. March 15th, 2008 Category: C. Statement keeps showing up in other languages presumably because the people who write new languages are familiar with C and don’t really think about it. The Skeptic’s Guide to the Universe. 4thmouse.com is proudly powered by WordPress. And themed by Mukka.
Ruby Merriment: A new appreciation for convention over configuration
http://kballcodes.blogspot.com/2009/03/new-appreciation-for-convention-over.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Sunday, March 15, 2009. A new appreciation for convention over configuration. At work, I'm working on revamping our logging infrastructure to use Hypertable. Clone) for storage, and Hadoop. Framework) for log processing.
TOTAL LINKS TO THIS WEBSITE
141
On-Route Aandacht voor uw wagenpark - On-Route
Uw wagenpark onder controle. Tom Tom Business Solutions. Maak uw auto compleet. Milieuvriendelijker door het brandstofverbruik van uw voertuigen en uw CO2-uitstoot te verminderen. Nieuw grijs en rood voor Veiligheidsregio Utrecht. Nieuwe dienstauto’s voor de districten Binnensticht-Lekstroom en Eemland. Voldoen aan regelgeving was nog nooit zo eenvoudig. De WEBFLEET Tachograph Manager is de betrouwbare oplossing voor het downloaden, analyseren en archiveren van de gegevens op uw tachograaf. Zo voldoe...
Blog de On-Rowmu - Production On-Rowmu² - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Com's : Rendu. Favoris : Qui je veux. Mise à jour :. Abonne-toi à mon blog! O w m u . S. Omuald , 1. Ix Fours , R. Omuald n'as pas la force de reprendre le contrôle de sa vie . N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le vendredi 13 mars 2009 13:53.
on-rprezt-la-3eme3.skyrock.com
ON-Rprezt-la-3eme3's blog - Blog de ON-Rprezt-la-3eme3 - Skyrock.com
Voila la 3 3 de Jean Rostand 2008/2009. 21/06/2009 at 5:59 AM. 04/07/2009 at 7:21 AM. Celui a kelk chose a me dire i mle di en. 8706;συηѕ! 1109;єιι ѕαℓωα, נмє ρєямєт ∂'ρяєη∂яє ℓє ℓανιєя . Subscribe to my blog! Celui a kelk chose a me dire i mle di en face o lieu de lacher un com em metan troi ptit point en expediteur ,sous ton air de jaloux(se) si tes un grand ou une vien mle dire en face ke jte regle tn pbm. Please enter the sequence of characters in the field below. Posted on Tuesday, 23 June 2009 at 1...
Blogue de ON-RPZ-LE-13-TKS - Blog de ON-RPZ-LE-13-TKS - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. KOOMPTE SUUR DEGUUN KE D PD. BZOiiN DE DEGUUN POOUR AVANCER SURTOOU PA DE VOOOU! KEE D TRAiiTREE ALER VOU FAiiRE VOiiRE PAA VOO DARRONNE WEiiSH `*. MARSEILLE s'la baaaaaze. (13). Mise à jour :. Abonne-toi à mon blog! NACiM, DOUNiA and MW! Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le dimanche 04 avril 2010 12:45. Modifié le samedi 19 juin 2010 05:44. Poster sur mon blog.
Hébergement, enregistrement de nom de domaine et services internet par 1&1 Internet
CE NOM DE DOMAINE VIENT D'ÊTRE ENREGISTRÉ POUR L'UN DE NOS CLIENTS. Avez-vous besoin, vous aussi, d'une VRAIE solution d'hébergement VRAIMENT accessible? Vous propose les solutions les moins chères du Net pour réaliser votre site web en toute simplicité, que vous soyez débutant ou expérimenté. Des solutions d'hébergement complètes. Une large gamme de logiciels offerts. Un espace de configuration intuitif. Une assistance technique efficace. Aucun engagement de durée. Garantie satisfait ou remboursé.
On Ruby
The (mostly) tech related musings of Pat Eyler. Ruby, Erlang, Haskell, Scala, Ocaml, Publishing, and more . Friday, January 03, 2014. Three thoughts from Ruby Under a Microscope Author, Pat Shaughnessy. I'm reading two great Ruby books right now (reviews will be posted soon): Ruby Under a Microscope. And Practical Object-Oriented Design in Ruby. I like them both, for very different reasons. Today, I'd like to share a little bit about the first. What do you hope others will take away from reading it?
On Ruby (the tumbleblog)
On Ruby (the tumbleblog). Issue #6: Meditations on Bad and Good Code (1 of 2). More good stuff from Gregory’s continuing efforts to make the Ruby world a better place. Posted 7 years ago. Tony Arcieri/Riea interview pt 2. Posted 8 years ago. Tony Arcieri/Riea interview pt 1. Posted 8 years ago. BDD: The sequel to ADD. Posted 10 years ago. Posted 10 years ago. My friends Anibal and Edgar, the developers behind has many :developers. Put up a banner ad for MountainWest RubyConf. Posted 10 years ago.
ON-Running
Friday, January 1, 2016. New Year Run with On Cloudsurfer 2016. Since 1981 I have been running over 100.000 km. Currently I have the following shoes and brands in my cupboard:. Supernova Sequence 7 m, Kanadia, Kanadia 3. Elite 2005, Gliderunner 2, Nike Structure 13. Cloudsurfer 2011, Cloudrunner 2012, Cloudster 2013, Cloudsurfer 2014. Cloudsurfer 2015, Cloudsurfer 2016. Before for this training route (see my Strava fig abouve) the Nike Structure was my favourite shoe. Posted by Hutashan Heinz Heer. Nachd...
SOCIAL ENGAGEMENT