Computer Science

Exploring Neural Networks with TensorFlow in Visual Studio Code Dev Containers

Over the past few weeks, I’ve rekindled my interest in Artificial Intelligence research, spurred by the recent buzz surrounding topics like ChatGPT’s release a few months ago. Although I delved into this field back in 2016, the rapidly evolving landscape has motivated me to revisit it and delve deeper. My current focus revolves around delving …

Exploring Neural Networks with TensorFlow in Visual Studio Code Dev Containers + read more

vscode-binutils: Analyzing Binary Files directly within Visual Studio Code

As you know, Iā€™m a crazy person, and I have done a lot of different computer science research projects like developing my own RISC-based CPU and implementing my own x64-based operating system. But over the last weeks and months, I have spent a lot of time doing some low-level research in the Linux Kernel. This work …

vscode-binutils: Analyzing Binary Files directly within Visual Studio Code + read more

Configuring WSL on Windows Server 2022 for Visual Studio Code Remote Access

Over the last few weeks and months, I have spent a lot of time researching and experimenting with Linux on a very low level ā€“ mostly directly on the C and assembly level in combination with the official source code. For that reason, I had initially built a dedicated Ubuntu virtual machine to perform my …

Configuring WSL on Windows Server 2022 for Visual Studio Code Remote Access + read more