Changes in Ruby 1.9 – (matched in keyword)
Legitimate uses of micro-benchmarks: parameter passing and function call costs – [[[blog post that triggered all this|http://antoniocangiano.com/2007/11/28/holy-shmoly-ruby -19-smokes-python-away/]]]
ruby-wmii updated for use with wmii 3.6 – (matched in keyword)
rcov 0.8.1: compatibility with Ruby 1.8.6-p11[01], intentional testing with RSpec, etc. – (matched in keyword)
Conclusions about Wide Finder, C++, OCaml, JoCaml, Erlang and friends – [# interpreted languages (Gawk, Groovy, Perl, PHP, Ruby …)]
Aim for the Top! Beating the former #1 Wide Finder log analyzer with the join-calculus. – [[[Ilmari Heikkinen’s OCaml implementation|http://fhtr.blogspot.com/2007/10/parallel-ruby -wide-finder.html]]]
Addressing the ORM problem, typed relational algebra – [There’s another more general advantage in practice to type checking vs. unit/functional testing in a dynamic language. Take Ruby , and consider some nicely duck-typed code. If something goes wrong, you’ll probably get a NoMethodError/NameError where you shouldn’t at runtime,]
Experimental features withdrawn from Ruby 1.9 – (matched in keyword)
Fast image enlargement through seam insertion in OCaml – ["" Perl/Python/Ruby /PHP used for command-line or web applications.]
rocaml-0.6.1: fast, easy Ruby extensions in Objective Caml – (matched in keyword)
rocaml: fast, easy Ruby extensions in Objective Caml – (matched in keyword)
Changes in Ruby 1.9, Oct. 07 update – (matched in keyword)
Object removal using seam carving, still fast – [!!ORuby ? – Daniel Berger (2007-10-05 (Fri) 10:39:03)]
Code hosted at eigenclass.org – [* [[rcov |rcov]]: Ruby code coverage]
ruby-wmii: Ruby configuration/scripting for the wmii window manager – (matched in keyword)
What’s eigenclass.org? – [eigenclass.org is mostly Ruby stuff: code, information on the internals, news about the 1.9 branch, unusual hacks… I’ve tried to stay away from the most trivial things, so you won’t find tutorials that rehash the basics of blocks, higher-order methods or modules (the set of things I consider basic is seemingly larger than for most people, though).]
ruby-wmii community: plugins and configurations – (matched in keyword)
ruby-wmii FAQ – (matched in keyword)
On GC and finalizers in Ruby, corrected weak hash table implementations – (matched in keyword)
simplefold: better vim folding (Ruby, Objective Caml, Perl, PHP, Java) – (matched in keyword)
evil.rb wants love – (matched in keyword)
The Neo-Rails controversy and a language generator – (matched in keyword)
Rails on 1.9: first benchmarks, YARV exposed to non-synthetic tests – (matched in keyword)
The PostRailsMonkey Manifesto – (matched in keyword)
Message-oriented (duck-typed) exceptions – (matched in keyword)
Rich exception hierarchies, multiple inheritance in Ruby – (matched in keyword)
Towards compatibility with Ruby 1.9: Rails, Rake, RubyGems… – (matched in keyword)
Ruby interpreting Prolog’ interpreting Lisp interpreting Lisp solving FizzBuzz – (matched in keyword)
rcov 0.8.0 (Ruby code coverage): new output modes, fix for RSpec woes, superior emacs integration – (matched in keyword)
More logical programming in Ruby: solving Einstein’s riddle (Zebra puzzle) – (matched in keyword)
Bounded space memoization, another new twist – (matched in keyword)
Ruby, SEX and STDs: infectious practices – (matched in keyword)
What’s new in Ruby 1.9, Feb. 07 update – (matched in keyword)
Firebrigade: automated, sandboxed testing of RubyGems packages by other developers – (matched in keyword)
FastRI 0.3.0: standalone mode (DRb not needed), more search methods, extended class info… – (matched in keyword)
rcodetools 0.5.0: additional code completion info, path settings – (matched in keyword)
Railisms (core/stdlib extensions in Ruby on Rails) – (matched in keyword)
Related document discovery, without algebra – (matched in keyword)
URL rewriting with WEBrick – (matched in keyword)
rcov FAQ – [The tarballs can be obtained from [[rcov]] or [[ruby forge|http://ruby forge.org/frs/?group_id=1750]].]
rcodetools: TDD/BDD++, automagic assertions, 100% accurate completion, doc/code browsing… – (matched in keyword)
eigenclass.org "Happy 2007!" Ruby mini-contest started – (matched in keyword)
eigenclass.org ‘Happy 2007!’ Ruby contest, Sat 2007-01-06 20H UTC – (matched in keyword)
Ruby rewrites my CSS, eigenclass.org repainted (think of the children and their eyes) – (matched in keyword)
Doing some n-gram analysis over Ruby’s docs – (matched in keyword)
Running your tests automatically with autotest + wmii, emacs and ratpoison – (matched in keyword)
Ruby’s branching plan, a pic worth more than a ML thread (now with mput’s explanation) – (matched in keyword)
Outperforming Ferret at searching, 3X faster indexing, code online – (matched in keyword)
When the GC is doing its job, but your app still needs too much RAM – (matched in keyword)
Indexing faster than Ferret with some algorithmic help (an order of magnitude faster than Lucene? can’t be) – (matched in keyword)
Naïve suffix array search engine vs. Ferret vs. Lucene – (matched in keyword)
Accessing the non-perishable information on eigenclass.org – (matched in keyword)
FastRI 0.2.0: full-text searching, smarter search strategies – (matched in keyword)
A simple full-text search engine in 200 lines of Ruby – (matched in keyword)
FastRI 0.1.1: not only faster, also smarter than ri (the Ruby documentation browser) – (matched in keyword)
FastRI: faster, smarter RI docs for Ruby, DRb-enabled – (matched in keyword)
IRB+RI: still room for improvement – better completion, method definition site discovery – (matched in keyword)
Introducing FastRI: faster RI docs for Ruby, across machines – one Ring to find them (via DRb + Rinda) – (matched in keyword)
Logic programming in Ruby: a tiny prolog interpreter and symbolic computation – (matched in keyword)
VimInAnger competition, how about Project + simplefold + taglist + rcov + bufferlist + xmpfilter? – (matched in keyword)
xmpfilter 0.3.1: RSpec support, emacs love, win32 compatibility – (matched in keyword)
xmpfilter: automagic Test::Unit assertions/RSpec expectations and code annotations – (matched in keyword)
Ruby HEAD’s been evolving in the last 4 months (2006-10) – (matched in keyword)
Changes in Ruby 1.8.5 – (matched in keyword)
Inspecting a live Ruby process, easier if you cheat. – (matched in keyword)
Ruby internals: a self-study guide to the sources – (matched in keyword)
Using introspection to get method arguments and other info – (matched in keyword)
call_stack 0.1.0: making ruby-breakpoint/Rails’ breakpointer work with Ruby 1.8.5 – (matched in keyword)
call_stack: backtrace data and 1.8.5-safe breakpoint/Binding.of_caller – (matched in keyword)
Ruby 1.8.5 released. What’s new? – (matched in keyword)
Binding.of_caller and breakpoint breaking in 4 days (Ruby 1.8.5) – (matched in keyword)
Extending the wmii WM with more plugins; thanks, Nathan – (matched in keyword)
Functions accepting blocks in Ruby’s C API make for tricky bugs – (matched in keyword)
ruby-wmii 0.3.1: bookmark manager, generalized menus, view history… – (matched in keyword)
Opening up my hiki wiki: bliki.rb plugin – (matched in keyword)
More archeolinguistics: unearthing proto-Ruby – (matched in keyword)
Trivial AJAX, encoding gotchas: comment previews – (matched in keyword)
rcov 0.7.0: code coverage and callsite/defsite data aggregation across multiple runs – (matched in keyword)
The ICFP Programming Contest 2006: a VM that challenges YARV as far as the fun factor goes – (matched in keyword)
Cheaper alternative to Binding.of_caller – (matched in keyword)
Reworked semi-automagic test generator and code annotator – (matched in keyword)
Ruby releases beyond 2007, and some news about 1.9/2.0 too. – (matched in keyword)
The dangers of #undef_method, #instance_exec recalled for memleaking! – (matched in keyword)
Symbols, meta-programming and leaks. On harakiri and DoSing Rails? – (matched in keyword)
A minimalistic yet much more powerful bookmark manager, kicking del.icio.us’ and Firefox/you-name-it’s ass – (matched in keyword)
ruby-wmii 0.3.0: extensibility via plugins, easier upgrades, new applets (MPD, battery monitor)… – (matched in keyword)
Preincrement plays, not about arithmetics actually – (matched in keyword)
Plugins in your Ruby application – (matched in keyword)
Automagic (generalizable) working set discovery, improved ruby-wmii WM scripting 0.2.1 – (matched in keyword)
Ruby 1.8.5 in time for the Lantern Festival – (matched in keyword)
Line numbers, error reporting and backtraces – (matched in keyword)
rcov 0.6.0: "differential code coverage", full (faster) cross-referenced reports, vim integration – (matched in keyword)
Dissecting matz’s monster patch: lots of activity in 1.9 (2006-06) – (matched in keyword)
A better Kernel#caller – (matched in keyword)
rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support, improved heuristics – (matched in keyword)
Scripting the wmii-3 window manager with Ruby – (matched in keyword)
A small teaser (rcov 0.5.0) – (matched in keyword)
rcov 0.4.0: more accurate code coverage, scriptability, unrotten internals – (matched in keyword)
rcov: code coverage for Ruby – (matched in keyword)
Adding regression tests to rcov – (matched in keyword)
Not quite a SuperStruct, maybe a SuperClass? automatic attributes and initialization – (matched in keyword)
SimpleFold 0.4.0 and visual comparison of (vim) folding methods – (matched in keyword)
Rethinking the Benchmark module – (matched in keyword)
rcov 0.3.0: happier Rails (code coverage analysis) – (matched in keyword)
Changing filename encodings in a tarball, and a small refactoring tale – (matched in keyword)
Can we trigger some .vimrc editing frenzy? Chapter (n): ruby-run-and-vsplit. – (matched in keyword)
Memory overhead for small objects: often underestimated – (matched in keyword)
Purging referrer URLs concurrently – (matched in keyword)
Making concurrency simple, and a multi-threaded downloader in 4 (long) lines – (matched in keyword)
A small FS in DATA and a pure Ruby compiler (in the classical sense) – (matched in keyword)
Cross-compiling Ruby extensions for win32: rcovrt – (matched in keyword)
Piping logs and stuff through HTTP – (matched in keyword)
Persistent URLs: really easy (thank you open-uri, SOAP4R, Ruby) – (matched in keyword)
CPAN vs. RAA: costs – (matched in keyword)
WEBlog.Ruby – (matched in title)
Estimating how many people are subscribed to my RSS feeds – (matched in keyword)
On the value of the RAA, and some statistics – (matched in keyword)
Call graphs to analyze code dependencies, or just because. – (matched in keyword)
Unexplored corners of Ruby’s syntax – (matched in keyword)
Cheapest rsync replacement (yep, with Ruby) – (matched in keyword)
Last month, in Ruby 1.9… (2006-03) – (matched in keyword)
rcov 0.2.0: speedy, prettier, more convenient code coverage – (matched in keyword)
Over two orders of magnitude faster with YARV, yay for algorithmical optimization – (matched in keyword)
Tricking that old, picky interpreter: prototype-based OOP – (matched in keyword)
Frost-safe DSL’ing with instance_exec – (matched in keyword)
Low-level introspection to save brain bits: Ruby object model, class hierarchy and method dispatching – (matched in keyword)
YARV merged into 1.9? not that soon – (matched in keyword)
A taste of evil.rb: using DL to unfreeze objects – (matched in keyword)
WeakHash, WeakRefs and lambda evilness – (matched in keyword)
Better code coverage for Ruby: rcov 0.1.0 prerelease – (matched in keyword)
Differential RSS feeds – [differential feeds [[as promised|Changes in Ruby 1.9 update 2]].]
Failed acceptance tests… that means they actually passed?! – (matched in keyword)
Changes in Ruby 1.9, second update (2006-01) – (matched in keyword)
1.8.4 upgrade frenzy to solve the plastic (explosive) Ruby puzzle? – (matched in keyword)
A Ruby challenge: defuse the code bomb and test your Ruby fu – (matched in keyword)
More self-references: Ruby speaking languages in ASCII demos – (matched in keyword)
Hashes with default procs as memoized functions – (matched in keyword)
More about naming conventions – (matched in keyword)
Analyzing the stdlib – (matched in keyword)
How complex is your Ruby? Time for some lexical variability analysis – (matched in keyword)
A blog quine and deferred type checks in Ruby – (matched in keyword)
Usable Ruby folding for Vim – (matched in keyword)
Usable Ruby folding for Vim, second update – (matched in keyword)
The double inclusion problem – (matched in keyword)
Yet another way to wrap methods in Ruby – (matched in keyword)
sort_by{rand}’s bias makes BigDecimal cry – (matched in keyword)
Picking and renaming methods from included modules—tastes like Eiffel? – (matched in keyword)
Pattern matching over Ruby objects – (matched in keyword)
Structural equivalence of Ruby objects – (matched in keyword)
Recursive data structures, #hash and #eql? – (matched in keyword)
xmp redux: expanding test assertions for profit – (matched in keyword)
My mind and continuations, callcc seen graphically – (matched in keyword)
Continuations are so much easier to grasp than 2ch and Japanese – (matched in keyword)
Ruby block conversion macros for Vim – (matched in keyword)
First update to the Ruby change summary – (matched in keyword)
Ruby support for Vim – (matched in keyword)
Ruby – (matched in keyword)
Enhanced xmp code evaluation and annotation – (matched in keyword)
Turning Hiki into a simple CMS – (matched in keyword)
SideMenu – [* [[Classified nodes (Ruby stuff)|Ruby ]]]
TextFormattingRules – [ [[Four-leaf clover|http://jp.ruby ist.net/theme/clover/clover_h1.png]]]
WEBlog -> Ruby – (matched in title)
InterWikiName – [*[[ruby -list|http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby /ruby -list/]]]