Blog like it's 2002

tech and stuff

Latest articles

Friends challenge 4: Lasagnapp or my styling experiments with NiceGUI

in #Tech
How this project started (Part 1) (Part 2) (Part 3) During my sabbatical time after my Agfa Healthcare career, I did a few things. Oh, nothing crazy. Repaired properly my arm, did yoga, went for many school activities with my kids, rented a van for a week with the family …

How to center elements in NiceGUI

in #Tech
My pet project arewebro as useless as it was, deserved a little bit of extra love in terms of UI. I noticed afterwards that the UI elements were annoyingly not centered in the frame I declared in Native mode. Thanks to a Reddit post, I discovered that you can use …

Friends challenge 1: Bromance application

in #Tech
Preamble: I suck at programming. In my friends group I probably am the nerdiest guy but I have been working with so many brilliant developers minds in my career that I have a low (or acute) self-esteem with regards to my programming skills. But truth is: I do develop for …

Python modern UI toolkit: NiceGUI

in #Tech
Yesterday I discovered a modern-looking UI toolkit for Python called NiceGUI and I played around a bit. Installation: pip install nicegui Hello world application from nicegui import ui ui.label('Hello world!') ui.run() To go a bit further, I decided to use the 2024 Olympic Games open data to …