• 2 Posts
  • 181 Comments
Joined 1 year ago
cake
Cake day: April 27th, 2024

help-circle



  • Actual answer for 3:

    • put jellyfin behind a proper reverse proxy. Ideally on a separate host / hardware firewall, but nginx on the same host works fine as well.
    • create subdomain, let’s say sub.yourdomain.com
    • forward traffic, for that subdomain ONLY, to jellyfin in your reverse proxy config
    • tell your relatives to put sub.yourdomain.com into their jellyfin app

    All the fear-mongering about exposing jellyfin to the internet I have seen on here boils down to either

    • “port forwarding is a bad idea!!”, which yes, don’t do that. The above is not that. Or
    • “people / bots who know your IP can get jellyfin to work as a 1-bit oracle, telling you if a specific media file exists on your disk” which is a) not an indication for something illegal, and b) prevented by the described reverse proxy setup insofar as the bot needs to know the exact subdomain (and any worthwhile domain-provider will not let bots walk your DNS zone).

    (Not saying YOU say that; just preempting the usual folklore typically commented whenever someone suggests hosting jellyfin publicly accessible)




  • Neovim, because I wanted something that would not just disappear.

    I never really got along with VSCode, opting for Atom instead. Microsoft bought GitHub, which owned Atom, and promptly discontinued it.

    Nvim has such an active community (and no “owner”) that I’m certain that this won’t happen again. At the same time, the plugin system is so flexible that I’m also certain that I will never miss out on any shiny new features.

    Over the years, my config has matured, and is mine. The thought of going back to an editor, any editor, less flexible in its configuration than nvim is just… an absolute “no”.

    It’s a steep learning curve, but well worth it.









  • Iain M. Banks’ Culture.

    I’m deathly afraid of the day some big studio manages to buy the rights and produce a Hollywood version of the Culture. Mostly because it is very easy to flip through the Wikipedia entries and then take the superficial aesthetic of the Culture and misunderstand or ignore the rest.

    For an example on how easy it is to do this: I remember vividly when the German translations of the later books came out, and they all had some variation of

    The Culture is the galaxy-spanning empire of mankind. Unbeknownst to its citizens however, their supposedly benevolent machine gods are about to dispense with the needs for humans at all"

    in the blurb. Someone scanned the wiki page until they read something about “superhuman AI” or the like, then went “ah, got it, I’ve seen Terminator”.

    In a similar vein, I cannot imagine that Hollywood would portray the Culture as an unquestionably good Utopia. They’d not be able to resist to paint the luxury gay space communists as “…with a dark secret / actually dystopian /…” tones.



  • Computer Science (at a rather “prestigious” university for CS, for that matter, at least as far as that’s a thing here). Not in the US though, and none of the three universities I’ve studied at had mandatory attendance, for anything (exception: seminars, where attending talks by your fellow students was mandatory). As a result, I’ve never seen any prof take attendance.

    A lot of comments on this post say that attendance was called esp. for freshmen classes, but frankly, I don’t see how that would even have been possible here, with sometimes 500+ students in a lecture hall.

    In regards to assignments, at least in my experience, studying the lecture material and consulting it while solving the exercises was usually the fastest way to understand them and get them done.