You are here |
www.laurentluce.com | ||
| | | |
acorwin.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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... |