/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

www.pmatiello.me
| | nithinbekal.com
1.5 parsecs away

Travel
| | Nithin Bekal's blog about programming - Ruby, Rails, Vim, Elixir.
| | paulbutler.org
0.7 parsecs away

Travel
| | [AI summary] A tutorial on implementing a generic tail recursion decorator in Python to overcome the language's recursion depth limitations, inspired by Scheme.
| | 2ality.com
3.3 parsecs away

Travel
| | Update 2018-05-09: Even though tail call optimization is part of the language specification, it isn't supported by many engines and that may never change. The ideas are still interesting, however and explained in this blog post. ECMAScript 6 offers tail call optimization, where you can make some function calls without growing the call stack. This blog post explains how that works and what benefits it brings.
| | robertnealan.com
20.9 parsecs away

Travel
| After reading entirely too many articles and a lot of trial & error, I've written this guide on how to get HTTPS working on a DigitalOcean-powered, Nginx-backed Ghost blog using LetsEncrypt's free SSL certificates. For years people have argued whether it's worth setting up SSL on websites that have no inherent