Codehouse: my digital life

  • You trust in AI blindly ? Think again…

    You trust in AI blindly ? Think again…

    I\’ve decided to write my own DHCP server, for a variety of reasons: every time the DHCP of my router have to be resetted, I have to fill again, bit by bit, the manual static entries of every network component. In other words, having a server of my own making, I can more easily move……


  • Creating a minimal python development environment under Windows

    Creating a minimal python development environment under Windows

    This article explains how to get a minimal running Python environment under Windows. After exploring several alternatives, like using micromamba script which is based in anaconda, I went on researching to obtain a stripped version of Python to use as a stub for running non compiled code under Windows. Python.org has the embedded Python distribution……


  • Synchronize a remote Dropbox directory with a local one in Python

    Synchronize a remote Dropbox directory with a local one in Python

    This is the reciprocal of the latter post, in this case the remote changes are cloned locally.