Full node list
2006-09-30 (Sat) 16:00:31: Changes in Ruby 1.8.5
2006-09-23 (Sat) 10:21:37: ruby-wmii configuration and plugins ("community")
2006-09-23 (Sat) 04:44:29: Inspecting a live Ruby process, easier if you cheat.
2006-09-15 (Fri) 04:54:01: Ruby internals: a self-study guide to the sources
2006-09-08 (Fri) 08:22:46: Using introspection to get method arguments and other info
2006-09-07 (Thr) 05:58:52: call_stack 0.1.0: making ruby-breakpoint/Rails’ breakpointer work with Ruby 1.8.5
2006-09-07 (Thr) 05:49:32: call_stack: backtrace data and 1.8.5-safe breakpoint/Binding.of_caller
2006-09-04 (Mon) 11:45:51: rcov FAQ
2006-08-25 (Fri) 03:46:44: Ruby 1.8.5 released. What’s new?
2006-08-23 (Wed) 10:42:36: ruby-wmii FAQ
2006-08-22 (Tue) 12:09:55: Binding.of_caller and breakpoint breaking in 4 days (Ruby 1.8.5)
2006-08-22 (Tue) 03:21:01: Extending the wmii WM with more plugins; thanks, Nathan
2006-08-18 (Fri) 05:40:38: Functions accepting blocks in Ruby’s C API make for tricky bugs
2006-08-14 (Mon) 02:40:18: ruby-wmii 0.3.1: bookmark manager, generalized menus, view history…
2006-08-12 (Sat) 13:57:09: Opening up my hiki wiki: bliki.rb plugin
2006-08-07 (Mon) 03:01:10: More archeolinguistics: unearthing proto-Ruby
2006-08-06 (Sun) 06:38:52: Trivial AJAX, encoding gotchas: comment previews
2006-08-04 (Fri) 03:00:00: rcov 0.7.0: code coverage and callsite/defsite data aggregation across multiple runs
2006-07-25 (Tue) 13:18:25: The ICFP Programming Contest 2006: a VM that challenges YARV as far as the fun factor goes
2006-07-20 (Thr) 05:38:09: Cheaper alternative to Binding.of_caller
2006-07-15 (Sat) 10:01:58: Reworked semi-automagic test generator and code annotator
2006-07-12 (Wed) 03:27:33: Ruby releases beyond 2007, and some news about 1.9/2.0 too.
2006-07-10 (Mon) 03:14:15: The dangers of #undef_method, #instance_exec recalled for memleaking!
2006-07-09 (Sun) 06:18:59: Symbols, meta-programming and leaks. On harakiri and DoSing Rails?
2006-07-08 (Sat) 12:04:12: A minimalistic yet much more powerful bookmark manager, kicking del.icio.us’ and Firefox/you-name-it’s ass
2006-07-04 (Tue) 04:08:58: ruby-wmii 0.3.0: extensibility via plugins, easier upgrades, new applets (MPD, battery monitor)…
2006-07-04 (Tue) 04:06:32: ruby-wmii: Ruby configuration/scripting for the wmii window manager
2006-07-02 (Sun) 08:56:21: Preincrement plays, not about arithmetics actually
2006-06-30 (Fri) 02:05:09: Plugins in your Ruby application
2006-06-21 (Wed) 03:56:02: Automagic (generalizable) working set discovery, improved ruby-wmii WM scripting 0.2.1
2006-06-14 (Wed) 11:29:51: Ruby 1.8.5 in time for the Lantern Festival
2006-06-14 (Wed) 03:42:18: Line numbers, error reporting and backtraces
2006-06-12 (Mon) 03:22:17: rcov 0.6.0: "differential code coverage", full (faster) cross-referenced reports, vim integration
2006-06-11 (Sun) 11:41:11: Dissecting matz’s monster patch: lots of activity in 1.9
2006-06-11 (Sun) 11:33:34: Changes in Ruby 1.9
2006-06-06 (Tue) 09:43:54: A better Kernel#caller
2006-05-30 (Tue) 03:34:40: rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support, improved heuristics
2006-05-29 (Mon) 05:10:39: Scripting the wmii-3 window manager with Ruby
2006-05-27 (Sat) 10:10:22: A small teaser (rcov 0.5.0)
2006-05-22 (Mon) 04:03:27: rcov 0.4.0: more accurate code coverage, scriptability, unrotten internals
2006-05-22 (Mon) 03:34:24: rcov: code coverage for Ruby
2006-05-18 (Thr) 04:18:16: Adding regression tests to rcov
2006-05-15 (Mon) 09:36:56: Not quite a SuperStruct, maybe a SuperClass? automatic attributes and initialization
2006-05-12 (Fri) 14:16:13: SimpleFold 0.4.0 and visual comparison of (vim) folding methods
2006-05-10 (Wed) 06:05:14: Rethinking the Benchmark module
2006-05-05 (Fri) 03:08:45: rcov 0.3.0: happier Rails (code coverage analysis)
2006-05-01 (Mon) 05:53:09: Changing filename encodings in a tarball, and a small refactoring tale
2006-04-28 (Fri) 09:47:27: Can we trigger some .vimrc editing frenzy? Chapter (n): ruby-run-and-vsplit.
2006-04-18 (Tue) 04:44:58: Memory overhead for small objects: often underestimated
2006-04-17 (Mon) 04:57:38: Purging referrer URLs concurrently
2006-04-14 (Fri) 09:28:15: Making concurrency simple, and a multi-threaded downloader in 4 (long) lines
2006-04-08 (Sat) 11:18:49: A small FS in DATA and a pure Ruby compiler (in the classical sense)
2006-04-03 (Mon) 10:17:15: Cross-compiling Ruby extensions for win32: rcovrt
2006-03-31 (Fri) 06:26:18: Piping logs and stuff through HTTP
2006-03-29 (Wed) 08:04:13: Persistent URLs: really easy (thank you open-uri, SOAP4R, Ruby)
2006-03-24 (Fri) 06:02:33: CPAN vs. RAA: costs
2006-03-23 (Thr) 05:30:21: Estimating how many people are subscribed to my RSS feeds
2006-03-18 (Sat) 08:28:46: On the value of the RAA, and some statistics
2006-03-14 (Tue) 09:33:15: Call graphs to analyze code dependencies, or just because.
2006-03-10 (Fri) 05:41:04: Unexplored corners of Ruby’s syntax
2006-03-06 (Mon) 06:01:38: Cheapest rsync replacement (yep, with Ruby)
2006-03-01 (Wed) 10:26:48: Last month, in Ruby 1.9…
2006-02-25 (Sat) 05:47:16: rcov 0.2.0: speedy, prettier, more convenient code coverage
2006-02-16 (Thr) 06:17:41: Over two orders of magnitude faster with YARV, yay for algorithmical optimization
2006-02-15 (Wed) 09:48:25: Tricking that old, picky interpreter: prototype-based OOP
2006-02-09 (Thr) 09:57:56: Frost-safe DSL’ing with instance_exec
2006-02-07 (Tue) 15:17:16: Low-level introspection to save brain bits: Ruby object model, class hierarchy and method dispatching
2006-02-06 (Mon) 09:41:58: YARV merged into 1.9? not that soon
2006-02-03 (Fri) 13:36:57: A taste of evil.rb: using DL to unfreeze objects
2006-01-24 (Tue) 13:47:32: WeakHash, WeakRefs and lambda evilness
2006-01-24 (Tue) 05:15:14: Better code coverage for Ruby: rcov 0.1.0 prerelease
2006-01-17 (Tue) 11:02:21: Failed acceptance tests… that means they actually passed?!
2006-01-15 (Sun) 16:41:26: Changes in Ruby 1.9, second update
2006-01-11 (Wed) 06:32:05: 1.8.4 upgrade frenzy to solve the plastic (explosive) Ruby puzzle?
2006-01-10 (Tue) 06:16:30: A Ruby challenge: defuse the code bomb and test your Ruby fu
2006-01-03 (Tue) 05:18:55: More self-references: Ruby speaking languages in ASCII demos
2005-12-28 (Wed) 18:19:54: Hashes with default procs as memoized functions
2005-12-25 (Sun) 07:01:40: More about naming conventions
2005-12-20 (Tue) 12:10:12: Analyzing the stdlib
2005-12-19 (Mon) 10:36:44: How complex is your Ruby? Time for some lexical variability analysis
2005-12-14 (Wed) 12:07:21: A blog quine and deferred type checks in Ruby
2005-12-12 (Mon) 09:35:17: Usable Ruby folding for Vim
2005-12-12 (Mon) 06:31:59: Usable Ruby folding for Vim, second update
2005-12-09 (Fri) 07:39:12: The double inclusion problem
2005-12-07 (Wed) 10:50:17: Yet another way to wrap methods in Ruby
2005-12-05 (Mon) 12:29:20: sort_by{rand}’s bias makes BigDecimal cry
2005-12-01 (Thr) 03:31:23: Picking and renaming methods from included modules—tastes like Eiffel?
2005-11-30 (Wed) 09:37:34: Pattern matching over Ruby objects
2005-11-29 (Tue) 05:59:51: Structural equivalence of Ruby objects
2005-11-25 (Fri) 02:21:14: Recursive data structures, #hash and #eql?
2005-11-23 (Wed) 16:36:21: xmp redux: expanding test assertions for profit
2005-11-21 (Mon) 07:06:01: My mind and continuations, callcc seen graphically
2005-11-17 (Thr) 06:30:02: Continuations are so much easier to grasp than 2ch and Japanese
2005-11-14 (Mon) 08:53:53: Ruby block conversion macros for Vim
2005-11-08 (Tue) 12:06:09: First update to the Ruby change summary
2005-11-08 (Tue) 12:06:09: First update to the Ruby change summary
2005-11-08 (Tue) 03:28:40: Ruby support for Vim
2005-11-08 (Tue) 03:28:40: Ruby
2005-11-06 (Sun) 05:09:04: Enhanced xmp code evaluation and annotation
2005-11-01 (Tue) 03:14:33: Turning Hiki into a simple CMS
Keyword(s):[ruby]
References:[SideMenu]