• 3 Posts
  • 164 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle








  • For me it’s I can make Linux do this when I see another system perform well, in contrast with they took my vertical taskbar in windows 11 and I have to gut the system to get it back

    I do have to remind myself that I’m still used to living in a world where Linux enjoyed immunity to most “consumer” malware just because it wasn’t a popular desktop. Ultimately Linux is not more secure than any other system unless someone put in the work to make it that way.



  • For possibly more information on why the core is dumping (lol) try running jellyfin from the cli (probably just typing the path to the jellyfin executable and pressing enter)

    If nothing interesting is printed, try adding strace before the jellyfin executable (Google strace, it intercepts all system calls and logs them) if that doesn’t work tell strace to follow forks.

    Other than that you could start using binary debugging tools to see what shared libraries jellyfin is looking for? Maybe run it in gdb…



  • Parquet 4 eva

    Csv is for arcane software or if you don’t know where it’s going.

    Hdf5 is for Matlab interoperability

    Otherwise I use parquet (orc could also work, but I never actually use it). Sometimes parquet has problems with Pandas or polars but I’ve always been able to fix it by using pyarrow