🇵🇱 / 🇨🇱 / 📍🇪🇸
Ranting over https://wojtek.be
social.vivaldi.net/@wojtek (for now at least, probably will migrate to my own, self-deployed instance :) )
https://www.phoronix.com/news/JPEG-XL-Possible-Chrome-Back
The JavaFX Properties/listeners approach if really powerful to bind UI components to changing values.
But it is often over-used and the main source of performance issues. It's very easy to kill performance by adding a listener to a property that is modified during layout.
The JavaFX Properties/listeners approach if really powerful to bind UI components to changing values.
But it is often over-used and the main source of performance issues. It's very easy to kill performance by adding a listener to a property that is modified during layout.
https://github.com/JosefNemec/Playnite/issues/59#issuecomment-3542246599
Why is that so hard to do as an adult?
Why is that so hard to do as an adult?
I was pondering this whole fuckup which is #python development and environment and… it occured to me, that quite a lot of people use Python for UI development because of… #qt and #qtpython (or rather #pyside)…
However, looking at #anki […]