/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

andrewshitov.com
| | packy.dardan.com
3.1 parsecs away

Travel
| |
| | jacoby.github.io
7.2 parsecs away

Travel
| | Responding to Perl Weekly Challenge #56
| | blog.firedrake.org
6.1 parsecs away

Travel
| | I've been doing the Weekly Challenges. The latest involved more string manipulations. (Note that this ends today.)
| | rcoh.me
23.5 parsecs away

Travel
| As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out.