Custom icons in Windows Start Menu Medium Tiles

In the Windows 10 Start Menu, I used Pin To Start to a medium sized tile for Firefox - and the icon is nice and large - but is not the case for other shortcuts. I was wondered why… and how to make all the icons have a more consistent look. ...

21 Jan 2021

Running Linux GUI applications in a Docker container using Xpra

There are multiple ways to run Linux GUI applications in a Docker container, but today I’ll highlight a method that I found interesting: using Xpra to forward X11 screens from containers to a web browser. This post is based on Eugene Yaremenko’s docker-x11-bridge, which I simplified. ...

17 Jan 2021

Bulma customisation with Sass

I’ve been putting of this post for too long. I use Bulma as the CSS framework for this site. I previously used Bulma Customizer to customize some settings but this does not seem to work anymore. So here is how to customize Bulma CSS yourself. ...

8 Jan 2021

Setting up a Wireless Repeater using DD-WRT v3.0

I wanted to re-purpose an old Linksys WRT54GL by overwriting its firmware with the open source DD-WRT firmware, because the original Linksys firmware does not support a wireless repeater setup. A Wireless Repeater is used to “extend” the range of a primary wireless router by connecting a secondary wireless router (i.e. bridging), and routing Internet-bound traffic via the primary router. Here is how I got it working. ...

28 Dec 2020

RTSS layout for Cyberpunk 2077

I recently posted about configuring RTSS to overlay CPU and GPU information on games in Windows 10. Here is my setup for Cyberpunk 2077, so that I can keep an eye on my framerates (when testing the plethora of graphics settings), CPU / GPU / RAM utilization and temperatures. ...

13 Dec 2020

Cyberpunk 2077 settings for RTX 2060 @ 1080p

I though I’d quickly post my Cyberpunk 20774 settings running on a Nvidia RTX 2060 at 1080p (920×1080). The default Cyberpunk Ray Tracing Medium preset results in low frame rates and rather blur graphics, although all effects are enabled. Originally written with v1.04, but updated for version 1.05+ ...

12 Dec 2020

Creating Windows and macOS VMs

Just a bunch of un-related findings that may help when creating Windows and macOS VMs using VirtualBox. ...

29 Nov 2020

CPU and GPU Monitoring Overlay for Gaming

On my new Windows 10 desktop I wanted an on-screen display (OSD) of system performance overlay while gaming - similar those benchmarking videos one finds on YouTube. While I don’t overclock my CPU or GPU, I still do want to know the utilization and temperatures, as these give me a hint as to whether the system is thermal throttled or bottlenecked. ...

26 Nov 2020

iOS Shortcut to Join Cisco WebEx

Here is a quick iOS Shortcut to join Cisco WebEx personal rooms by email name. In my organization, once logged in to Cisco WebEx, we can join a colleague’s personal meeting room just by his or her email name. Here is a shortcut to either: Launch WebEx for the contact from the Contacts App share sheet, Or just run the shortcut to select email to launch WebEx. ...

1 Nov 2020

Running Sass in a container

Here is how to create a Docker container on macOS to “compile” Sass stylesheets to CSS. In my case, I wanted to (re)compile my Bulma-based theme with the latest version 0.9.0 with my variable overrides. ...

17 Jun 2020