Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Create LaTeX documents in Visual Studio Code with LaTeX Workshop

Posted 18th December 2024

1 comment

If you need to write LaTeX on your machine, this can be achieved comfortably with Visual Studio Code and Windows Subsystem for Linux.

Read the full story...

Switch off the GPU in a Python script

Posted 28th October 2024

No comments

Here’s a simple piece of code which effectively directs a Python script to use the CPU rather than the GPU.

Read the full story...

Installing RStudio in WSL2

Posted 22nd July 2024

No comments

Installing RStudio within the Windows Subsystem for Linux was not as simple as expected, once I started installing packages in R. Here’s my procedure for getting it all to work seamlessly.

Read the full story...

Dark Theme in WSL2

Posted 9th November 2023

3 comments

Implement a “dark theme” for GUI apps in Windows Subsystem for Linux (WSL2)

Read the full story...