-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: Serif
Python: function memoization
First a little question. What do you expect the following (Python 2) code to return? Maybe try it and see? If the answer of “[2]”, followed by “[2, 3]” wasn’t what you had in mind then you need to understand … Continue reading
Posted in programming
Comments Off on Python: function memoization
Providing an IPv6 address for an IPv4 legacy web server
We have a corporate web server which doesn’t have IPv6 connectivity. It’s behind firewalls which haven’t yet been updated for IPv6 and the server itself is managed by others in our company who are still getting up to speed with … Continue reading
Posted in systems
Comments Off on Providing an IPv6 address for an IPv4 legacy web server