/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

blog.quarkslab.com
| | tenthousandmeters.com
2.5 parsecs away

Travel
| | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...
| | bernsteinbear.com
2.7 parsecs away

Travel
| | Lifting a graph structure out of Python bytecode
| | akaptur.github.com
1.6 parsecs away

Travel
| | [Edit: A significantly expanded version of this series appears as a chapter in The Architecture of Open Source Applications, volume 4, as A Python ...
| | blog.jonlu.ca
13.2 parsecs away

Travel
| A couple years back I built Uber Trip Stat's (now renamed to RideShare Trip Stats after a C&D from Uber), because I was interested in how much money I had spent on Uber over the last few years. Luckily Uber's web portal lets you see all your past rides, and it was fairly trivial to reverse the API through Chrome. The Chrome Extension just injects some javascript into the page, makes a few requests to get the entirety of your ride history