Posts from '2025'

Posts from '2025'

TIL that we can also use walrus operator in Python. To be fair, I didn't learn about it today, but I had an use case to use it today and I remembered. Example: if (my_env := os.getenv("MY_ENV", None)): do_something(my_env) read more →

After years using only Windows and Linux, I finally decided to try some Apple stuff now. I used to have a Windows PC for "everything bureucratic" and my Debian for studying/developing, but I started to feel quite tired to keep switching be ... read more →