Series: operations, images, opacity In my previous post I examined the performance of various drawing operations in Java 2D rendering. Here I look at … ...more
Series: operations, images, opacity I want to remodel the desktop UI of my game Rabbit Escape to be more convenient and nicer looking, so I took a new… ...more
It was a pleasure to go to the London Python Meetup organised by @python_london. There were plenty of friendly people and interesting conversations. I… ...more
Docker is useful for some things, and not as useful as you think for others. Here's something massively useful: get a throwaway bash prompt inside any… ...more
Windows was missing from my grub menu after I installed Ubuntu. Fortunately it was fixed by running: sudo grub-mkconfig -o /boot/grub/grub.cfg and reb… ...more