• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle
  • PDF is a complicated format, and the hacking vectors are often thanks to embedded javascript, or vulnerabilities in the parsing libraries.

    ‘avi’ is technically a container format, kind of like ‘zip’, it can contain more than video/audio.

    That said, I’ve been pirating movies since the mid 1990’s and haven’t gotten hacked through a .avi/.mkv/etc. The ‘bad stuff’ was always in a obvious .exe/.bat or some sort of executable, but sometimes named to exploit people, eg ‘foomovie.avi.exe’.

    If in doubt, run your videos using mplayer on Linux and not on Windows, most of that stuff tends to target the easier to exploit and more commonly deployed systems, eg Windows.





  • Thanks for hosting the server. Scaling while being slammed is tough! I’ve noticed a few times the server is too loaded and try to come back later. With reddit down you’re essentially feeling ‘the slashdot effect’ (is that still a thing? lol). I’ll keep coming back and checking =)

    I’ve done infra/ops for years, and been in your situation more than once. Take your time, you’ll get it all sorted out. John Allspaw wrote a good book about this subject, “The Art of Capacity Planning: Scaling Web Resources”. There is a new edition out that I haven’t read, but all of the lessons learned in that book are still applicable today. The biggest thing that helped me was learning haproxy and figuring out how to spread out the load, minimize response times, as well as queue time.