Hacker News
- A Rubyist's Walk Along the C-Side (Part 10): Benchmarking https://blog.peterzhu.ca/ruby-c-ext-part-10/ 5 comments
- Hunting Down the Ruby 'Inplace' Bug https://blog.peterzhu.ca/ruby-inplace-bug/ 5 comments
- 1.5 is the midpoint between 0 and infinity in Ruby https://blog.peterzhu.ca/ruby-range-bsearch/ 121 comments
Lobsters
- 1.5 is the midpoint between 0 and infinity in Ruby https://blog.peterzhu.ca/ruby-range-bsearch/ 2 comments ruby
- Garbage Collection in Ruby https://blog.peterzhu.ca/notes-on-ruby-gc/ 7 comments ruby
- A Rubyist's Walk Along the C-side (Part 9): Circular Buffer Project https://blog.peterzhu.ca/ruby-c-ext-part-9/ 4 comments ruby
- rb_gc_force_recycle is deprecated in Ruby 3.1 https://blog.peterzhu.ca/rb_gc_force_recycle-deprecation/ 8 comments ruby
- A Rubyist's Walk Along the C-side (Part 7): TypedData Objects https://blog.peterzhu.ca/ruby-c-ext-part-7/ 2 comments ruby
- To Free or Not to Free: A Story About a Memory Leak in Strings https://blog.peterzhu.ca/ruby-str-mem-leak/ 3 comments ruby
- A Rubyist's Walk Along the C-side (Part 6): Classes & Object Oriented Programming https://blog.peterzhu.ca/ruby-c-ext-part-6/ 4 comments ruby
- A Rubyist's Walk Along the C-side (Part 4): Primitive Data Types https://blog.peterzhu.ca/ruby-c-ext-part-4/ 6 comments ruby
- A Rubyist's Walk Along the C-side (Part 1): Hello World! https://blog.peterzhu.ca/ruby-c-ext-part-1/ 7 comments ruby
- 1.5 is the midpoint between 0 and infinity in Ruby https://blog.peterzhu.ca/ruby-range-bsearch/ 169 comments programming
- 1.5 the midpoint between 0 and infinity in Ruby https://blog.peterzhu.ca/ruby-range-bsearch/ 14 comments ruby
- A story about memory corruption in Ruby: The Ruby inplace bug https://blog.peterzhu.ca/ruby-inplace-bug/ 3 comments ruby
- Curious how the Ruby garbage collector works? I've written an article all about it https://blog.peterzhu.ca/notes-on-ruby-gc/ 11 comments ruby