Tech Nerd Derg.

Arch BTW.

Mastodon @ https://pawb.fun/@Confetti_Camouflage

  • 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle




  • The 32bit libtcmalloc_minimal.so.4 that all Source 1 games ship with needs to be updated. You can symlink it to your system’s version to get TF2 running again. It’s usually only a matter of time before it starts to effect more downstream distros.

    The other problem I have with TF2 is queueing for casual just stops for no discernable reason or error every time, even if I’m not the party host. But then I come back later and it works again? Only real solution I’ve found is to have my friends queue without me and then join after they’ve found a match.


  • The XDG Base Directory Specification is a set of guidelines to tell application developers where they should store their application’s config files, cache, etc.

    There are many applications that don’t follow the guidelines and put their files in a hidden folder directly in your home directory, which is what the guidelines are trying to combat.






  • Nothing inherently wrong with NTFS itself as a filesystem besides being proprietary, and Microsoft supplies absolutely no support for using it in Linux. All the work done to get it running in Linux has been from the ground up and it shows. Many times I’ve had a hiccup on my external drives and they completely lock up until they’re repaired on a windows machine. Unfortunately NTFS is one of the only journaled file system that works on both Windows, Apple, and Linux.

    There has also been a lot of advances for filesystems like checksumming so you know when you get bitrot. Or copy-on-write which can take snapshots of a file and then further changes are stored as the difference. You can then rollback to any snapshot you’ve taken.