1. Reducing friction in static blogs with DeCAP CMS

    Switching to static blogs such as Pelican (this blog), Hugo or others has lots of advantages, one major disadvantage is friction, in Setup but then in then in writing posts.

    Setup takes a while (though this is one area where LLMs can really help).

    There seems to be a cliche …

    Tagged as : blog
  2. Python WHL naming and platforms

    Mon 25 September 2017
    By stu

    Experimenting with Pypy, I wanted to try Panda3D - while its WHL builds OK,

    attempting to install it generates an error about the platform -

    $ pip install ./panda3d-1.10.0-cp35-cp35m-linux_x86_64.whl
    panda3d-1.10.0-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
    

    Pypys CPython support keeps improving so I wanted to …

    Tagged as : python

Page 1 / 10