Category: Computers
-
Mastodon setup challenges
A few weeks back, I set up my own Mastodon instance on a VPS. Normally, it’s not too difficult, but since I already had a LAMP stack running on it, there were more obstacles to get past! I had to ultimately use Apache as a reverse proxy instead of Nginx, as Mastodon recommends. Also, by…
-
I ordered a VPS some time ago.
Howdy, fellow readers! I’ve decided to order a VPS a few months back. That means I can host Discord bots and a lot more! In case you’re curious, here’re the specs. Nothing too fancy: I have a LAMP stack + a copy of Webmin installed on it. For now, I’m hosting a MediaWiki site on…
-
Compiling Code-OSS from source
Howdy, fellow readers! In this article I’ll be talking about my experiences of compiling a copy of Code-OSS (the open-source version of Microsoft’s Visual Studio Code) from source. Feel free to read on if you’re interested! Preparations First of all, obviously, I had to get the source somehow, so I cloned the official VS Code…
-
Not a good sign…
UPDATE: I got a replacement drive and transferred everything to it. Thankfully, all the data was fine. Yay! My 2TB Western Digital My Passport Ultra might fail anytime… I’m hearing some strange clicking/clunking sounds coming from it occasionally. Obviously, I’m really worried about the ~800GB of data I have on it. For now, I’m using…
-
TeX/LaTeX rock.
I mostly use LaTeX (which uses Donald Knuth’s TeX as its typesetting engine) for writing letters to friends, but it has tons of other uses as well. TeX’s typesetting is incomparable to a standard word processor! Its justification/hyphenation algorithm is superior to MS Word in my opinion, especially when paired with the microtype package. Any…
-
No more vanilla VS Code.
The post’s title says it all. I cooked up a copy of Visual Studio Code from source a few days ago. I added a few lines of code to product.json to enable the extensions gallery so that I wouldn’t have to keep downloading VSIX files manually: I also disabled telemetry in the options. In case…