/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
| | bernsteinbear.com
2.7 parsecs away

Travel
| | Lifting a graph structure out of Python bytecode
| | mathspp.com
2.7 parsecs away

Travel
| | Today I learned how to disassemble Python code with the module `dis`.
| | 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...
| | reverseengineeringtogether.wordpress.com
10.7 parsecs away

Travel
| Bots are not always bad It might be tempting to just straight up set up a big firewall with lots and lots of rules to try and block each and every bot trying to access your website.You might want to try some "quick and dirty" hacks, such as checking the header's order to determine if...