Debugging Your Operating System: A Lesson in Memory Allocationlukasa.co.uk4 points·by kngl·vor 10 Jahren·0 comments
Sony blocks Creative Commons movie with bogus DMCA takedowntorrentfreak.com4 points·by kngl·vor 12 Jahren·0 comments
When Weebly Meets Shopify: A Bootstrap Based eCommerce In Pythonopenerp.com3 points·by kngl·vor 13 Jahren·1 comments
kngl·vor 9 Jahren·discussI like the idea.Using `s/foo/bar/f` for a `git commit --fixup` of the last commit who modify this change (only if part of the current PR)
kngl·vor 11 Jahren·discussThere is also pgrowlocks[1] that can be usefull.[1] http://www.postgresql.org/docs/current/static/pgrowlocks.htm...
kngl·vor 12 Jahren·discuss[Gastrointestinal tract](http://en.wikipedia.org/wiki/Gastrointestinal_tract) or how to make crap
kngl·vor 13 Jahren·discussMaking python 2 a little bit more compatible with python 3 is not the way to go.What about make python 3 fully retro-compatible with python 2.7 with the help of magic imports from __past__ import byte_strings from __past__ import except_tuple first this will output warnings, then it will raise RuntimeError.