QuickEMU+SSH for school-related projects

I recently had to install some software in my computer that I knew would mess with system libraries and give me some trouble in the future, so it occurred to me that using a VM and connecting to it through the VSCode SSH Tunnel extension to write the code I needed could be a great alternative to installing it directly and it wouldn’t break anythin in my OS. Introduction My current setup This is a bit of a disclaimer of sorts....

March 31, 2024 · 8 min · (updated May 11, 2024) · Appuchia

SQLite configuration tips

This post covers some settings I have discovered about SQLite these days that help it perform better without losing consistency. The official reference and the sources of my discoveries will be listed in the References section below. This will be a short one, mainly to help future me, but also for anyone planning to use SQLite in production (including me). Configuring SQLite A few days ago I thought SQLite didn’t need any configuration but oh boy was I wrong....

January 20, 2024 · 2 min · (updated May 11, 2024) · Appuchia