https://www.gravatar.com/avatar/b58d02d20951bfe8120f4577f2d2e839?s=240&d=mp

Nittch
Nicolas TANDÉ

Virtual Reality: World Hopping, Photography
Flight Simulation
Senior Software Developer: C++ Expert, Agility

More details on About me page (contains professional links)

Home folders: having standard organization, OneDrive, S3

In this article, I’ll try to explain my thoughts on how to organize files in different home folders (Windows and Linux). It’s definitively not an easy question in term of synchronizations, backups, or even ease of use. Why having standard folders? We all have friends with a Desktop/ (or an home directory) full of things, everything at top level. While this is messy, it’s also really difficult to synchronize or backup because you can only take decisions globally.

A new start with OpenPGP

Revoking main key, creating a new elliptic curve key I’ve been using OpenPGP since years now (2008), with my lovely known-to-be-very-unsecure key (I know, I know). I recently discovered some changes in the community that I’ll describe bellow. It was a good time to revoke it and create a new one with up-to-date security standards. Elliptic Curves are default now for new keys in Fedora. Here is the old one that I revoked:

4U 19 inches adapter for 40-i profiles

It took me a while to publish it, but finally you can find on Thingiverse my solution to mount 19 inches rack units under 40-type-I profiles. I use it to mount two Behringer EPQ 304 under my home cockpit, they are used for haptic feedbacks. On the front side, it’s less heavy but still fonctionnal with a Power distributor and a 25 cm rack adapter. Feel free to 3D print it if you’re intestered!

Changing VRChat cache settings

By default, cache is limited to 20GB and is located in your user account (%AppData%..\LocalLow\VRChat\vrchat). It is possible to change the location by following this tutorial: https://help.vrchat.com/hc/en-us/articles/1500004572821-I-want-to-change-where-my-downloaded-content-cache-is-stored While we’re on it, we can also change cache size by following this documentation: https://docs.vrchat.com/docs/configuration-file Here is the config.json I use: { "cache_directory": "F:/Cache/VRChat/", "cache_size": 100 } (PS: Don’t forget to remove the old Cache-WindowsPlayer after updating config.)