I have been using GitHub copilot inside of PyCharm for a few years now, and it has been very handy for stuff like creating test skeletons or rubber duck debugging, but it never felt well integrated or very useful. Then Jetbrains introduced me to Junie, and...
Continue reading...Coding
Everything related to code, from programming to review and usage.
Setting up your RTX 5070, 5080 or 5090 for AI – ComfyUI – on Windows through WSL
One of the things you are probably trying to do if you have a RTX 5090 is try out some AI tasks with it. Sadly, a lot of the software isn’t ready yet for the brand new hardware. In this quick guide we will walk you...
Continue reading...The GPL is Evil
Most people are blasé at best on the different open source licenses, and don’t take any time to chose between them. So if you only read this first paragraph, make sure to use a license like Apache, MIT, or BSD and not GPL! No other license...
Continue reading...You Should Use __all__
In the latest Python Weekly issue 607, there was a well written article by James Turk called You Don’t Need __all__ (waybackmachine backup link) which seemed to miss an important point I wanted to discuss. With no way to comment on his blog, I decided might...
Continue reading...Box 7 is out! But should you use it?
Box is not going away, nor is the author going away, nor is it dangerous to use or anything like that. But after a decade after Box was released, Python 3.11 has better built-ins and other tools may have better specific use cases for you!
Continue reading...