Explore >> Select a destination


You are here

www.laurentluce.com
| | acorwin.com
12.7 parsecs away

Travel
| | Have you ever thought, "huh, I wonder how easily I could DDoS myself despite all the hard work of library and framework authors?" In that case, have I got news for you! In the vein of Uses and Abuses Of Python's Excessive Dynamism, I have found a way to DDoS yourself via hash collision in...
| | andreasgal.com
21.0 parsecs away

Travel
| | At our last meeting with the Spidermonkey developer team up at Mozilla Edwin Smith from Adobe gave a presentation about pathological cases for trace trees. Amongst others Ed talked about the massive tree that gets recorded for John Conway's Game of Lifealgorithm. It essentially consists of a nested loop over a matrix that counts for...
| | tenthousandmeters.com
12.8 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...
| | ugross.dev
68.5 parsecs away

Travel
| Linked list is a linear data structure, this means that there is a sequence and an order to how they are constructed and traversed. The...