YAG'B /yag-bee/ noun: Yet Another Geek Blog       Dev       Hard       Misc       About

NAS Upgrade - Synology or Freenas?

In order to replace my old Netgear Readynas DUO v1, I spent a lot of time to choose the right NAS for home purpose. Synology NAS are great products but expensive if you need more than two disks. Few month ago I made a great deal buying a HP n54l gen7 on amazon for less than ~$200. This is where the story began.
Read more...

Diving into Python Memory to track leak and ballooning

Memory leaks in python can’t really happen due to the work done by the garbage collector. However, ballooning is still possible, and cyclic references sometimes are hard to track. Let’s see with a real example how these tools can be useful to track and fix these memory issues.
Read more...

comments powered by Disqus