/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

postmodern.github.io
| | blog.djy.io
3.6 parsecs away

Travel
| | [AI summary] The author rediscovered Rubeque, a Ruby-based problem set, and solved a specific challenge to build an S-expression evaluator by leveraging Ruby's dynamic symbol-to-method mapping and monkey patching.
| | rubyreferences.github.io
4.2 parsecs away

Travel
| | Ruby 2.7 full and annotated changelog
| | ruby-for-beginners.rubymonstas.org
3.1 parsecs away

Travel
| | Ruby for Beginners
| | mazzo.li
26.9 parsecs away

Travel
| Let's say that you have a program which relies on huge pages for performance. I couldn't find a resource fully explaining how to allocate huge pages at runtime, making sure that the huge page allocation was successful, so here it is.