Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SM
Posts
7
Comments
586
Joined
1 yr. ago

  • On many trackers, you get "paid" for time seeded. Usually in the forms of bonus points or the like. You can then exchange these for improving your ratio (or a freeleech token, or an invite,...).

    It's a system that also rewards keeping media available even if you are not uploading to anyone.

    Also, keep in mind that often, a large part of the available content is freeleech (meaning leeching it doesn't affect your ratio), but seeding those torrents usually still does improve your ratio.

  • Pimsleur. It's very different than Duolingo, in that it is almost entirely audio-based. However, at least in my experience, it actually gets you to the point of speaking and understanding a language much more rapidly than Duolingo. Way, way less gamified though. It expects you to put in half an hour a day where you just concentrate on the lesson.

  • Sorry, I should have mentioned: liking bare-metal does not mean disliking abstraction.

    I would absolutely go insane if I had to go back to installing and managing each and every services in their preferred way/config file/config language, and to diy backup solutions, and so on.

    I'm currently managing all of that through a single nix config, which doesn't only take care of 90% of the overhead, it also contains all config in a single, self-documenting, language.

  • Permanently Deleted

    Jump
  • YES, WATCH STEINS;GATE!

    Not Steins;Gate Zero though, that's a sequel.

    The most common criticism is that the first handful of episodes are slow, but I hard disagree. Every moment is either re-contextualized later on, or is important character work.

  • Containers != services.

    I don't think I am better than anyone. I jumped into these comments because docker was pushed as superior, unprompted.

    Installing and configuring does not an expert make, agreed; but that's not what I said.

    I would say I'm pretty knowledgeable about the things I host though, seeing as I am a contributor and / or package maintainer for a number of them...

  • OK, but I'd rather be the expert.

    And I have no troubling spinning up new services, fast. Currently sitting at around ~30 Internet-facing services, 0 docker containers, and reproducing those installs from scratch + restoring backups would be a single command plus waiting 5 minutes.

  • No, I actually think that is a good analogy. If you just want to have something up and running and use it, that's obviously totally fine and valid, and a good use-case of Docker.

    What I take issue with is the attitude which the person I replied to exhibits, the "why would anyone not use docker".

    I find that to be a very weird reaction to people doing bare metal. But also I am biased. ~30 Internet facing services, 0 docker in use 😄

  • I would say yes, it's still self-hosting. It's probably not "home labbing", but it's still you responsible for all the services you host yourself, it's just the hardware which is managed by someone else.

    Also don't let people discourage you from doing bare-metal.

  • Yeah why wouldn't you want to know how things work!

    I obviously don't know you, but to me it seems that a majority of Docker users know how to spin up a container, but have zero knowledge of how to fix issues within their containers, or to create their own for their custom needs.

  • AFAIK I'm neurotypical... No, trains of thought like these are common (see also other respondents on here), and they can also happen in the blink of an eye. It's just that when the question or comment has formed, I'll make a mental note to either ask/mention it later after the current topic has concluded, if I think the other person also has interest in hearing it, or to google it later if not. Or to just drop the thought if I come to the conclusion that it doesn't matter all that much to myself either.

  • Numpad/pin input. Utterly useless in my opinion. Also apparently activates itself pretty regularly by accident from palms resting when typing. YouTube comments are full of people desperate for a windows/driver update which lets you deactivate this thing.

    Oh, btw, I did not go through the trouble of enabling support under Linux (you can, but it's optional, because, well... Linux)

  • I think it's a matter of preference. Haven't noticed the screen being a mirror yet, but then again I feel like any even mildly matte screen looks like it's being viewed through a veil...

    I am a bit worried/curious about how the oled will deal with my very static waybars though, lol

  • Decided on this:

    Still had some issues under Linux / NixOS a couple of weeks ago (hardware-wise everything worked; but specific programs, esp. Librewolf, will randomly start eating CPU and battery out of nowhere, with what looks like noops. Haven't investigated further, yet.

  • That's not fair! I care! A lot!

    Just had to buy a new laptop for new place of employment. It took real time, effort, and care, but I've finally found a recent laptop matching my hardware requirements and sense of aesthetics at a reasonable price, without that hideous copilot button :)

  • Never in my life hage I known people (in Germany, but probably everywhere) to he happy with politics. I would also argue that for the vast majority (again, here in Germany) life has improved over the past decades.

    IMO the reason for right wing surges aren't actual real-world problems or failings of ruling parties (though flawed they are), but the new forms of propaganda and outreach that right wing parties have mastered, and left wing parties have failed at.

  • Sorry, saw this only just now. I don't really have any guides to point to, so just the basic steps:

    • host jellyfin locally, e.g. on http://192.168.10.10:8096/
    • configure some reverse proxy (nginx, caddy, in my case it's haproxy managed through OPNSense)
    • that proxy should handle https (i.e. Let's Encrypt) certificates
    • it should only forward https traffic for (for example) jellyfin.yourdomain.com to your Jellyfin server
    • create a DNS entry for jellyfin.yourexample.com pointing either to your static IP, or have some DynDNS mechanism to update the entry

    90% of this is applicable to any "how to host x publicly" question, and is mostly a one-time setup. Ideally, have the proxy running on a different VM/hardware, e.g. a firewall, and do think about how well you want/need to secure the network.

    In any case, you then just put in https://jellyfin.yourdomain.com/ in the hotel TV.

  • I have never used Tailscale. I have also Jever seen anyone in the wild recommend it and explain what exactly the use-case is beyond plain, old, reliable, open source WireGuard.

    So yeah, agreed.

    Also I have been hosting Jellyfin publicly accessible for years with zero issues, so idk... I also dint k ow what the "you have to use Tailscale for jellyfin" people are doing with TVs/Firesticks/... in hotels, airbnbs,...