• 0 Posts
  • 642 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle
  • I’m not a law expert, but I think even in Germany you would need to prove a pattern not a one off banned a black/trans person to accuse of discrimination. Otherwise any negative repercussion to a black/trans person would generate a discrimination lawsuit, and that just seems absurd.

    I assume that if codeberg forces this it will do so with the most egregious offenders, because like you have pointed out it’s impossible to differentiate good code written with AI tools from good code written without them, but bad code written with AI tools is sometimes very differentiable from bad code written without them. And at the end of the day they’re trying to safe-guard against lawsuits over it (as the person uploading the code is not the owner) and becoming a slop repository.

    But also, here’s the thing, they’re not making money of you hosting your code there, so it’s much harder to force them to take someone’s data. You could force Google to host your photos if you were unjustly banned, you can’t force me to do so if you found a loophole to use my server for that.


  • How would it be legally challengeable? No one can be legally forced to host someone else’s data against their will, that sounds ludicrous, otherwise people could sue YouTube for removing their videos before they were legally required to.

    The TOS are essentially a way to let you know what they will consider, but legally they can remove your repo without any reason, they’re not legally required to host your data.


  • Yeah, I can see that. But I don’t think that knowing Ansible will teach you that difference. OP seems to know enough about Linux to be comfortable so I would expect him to be able to distinguish between those.

    I agree that Nix has a steep learning curve and it’s not for everyone, but OP specifically asked for a way to declare their system, and Ansible doesn’t work for something you’ll setup now to use in 6 months when you decide to reinstall the system, because the best case scenario is you get your system as it was 6 months ago, but more realistically it doesn’t work and you have to spend time fixing it or doing it manually.

    Don’t get me wrong, Ansible is great, I manage my home server with it, but if I go a while without running the pipeline when I do it rolls back several changes I made manually to test and forgot to consolidate. Nix is annoying because it forces you to declare everything every time, but you’re guaranteed to get the same result you have now, which is very important for the case OP asked about.


  • You should have a look at NixOS. It’s a Linux distro where you declare the whole system in configuration like files, in a language called Nix (hence NixOS), then you run a command and that gets resolved into your system.

    It takes a long time to setup the first time, but it’s a breeze when you need to reinstall, and you will never need to reinstall as every boot is a fresh copy of the system you declared.

    There’s also a thing called home-manager which uses the Nix language to declare your home configuration. That part can be used in any other Linux by installing the home-manager package.

    You can declare your OS in a way that the home part is portable for machines running other systems. I do that, then my machines are very easy to declare, and with some groups for things like Base (Terminal, prompt, some things I expect to have on every system like Python, nvim fully configured, etc), Gaming (Steam mostly), UI (Sway, many GUI things I use like browser with extensions, etc) I can add configs for a new machine in instants depending on what I expected for it, and if I ever want to convert my “Steam machine” into a desktop it’s just a couple line changes, regenerate the config and it’s exactly the same as my laptop.

    Honestly I don’t think Nix is for everyone, but it’s a very niche thing that works extremely well for what it sets up to do, and if you’re in the target audience it’s a game changer.


  • Just post the same info on any Linux sub. Linux users bash on Linux a lot (pun intended) when it’s deserved. The thing that most people from the outside miss is that we’re very sensitive to what is and isn’t a Linux problem, your game/software not working is not a Linux problem, just like how it’s not an Android problem not to run the same game.

    I haven’t seen that community but I would guess the majority of posts there are not actual Linux problems, therefore you might be downvoted and corrected if you post those links on a normal Linux community, but I don’t think any of them would outright ban you unless you were constantly spreading missinformation.

    Edit: just gave that community a quick look, currently the top threads are:

    • The one you replied, which makes no sense, no one says that’s a bonus, it’s a known issue and is in fact a fault somewhere in the Linux ecosystem. So posting about that issue would be acceptable in any Linux community.
    • A post about someone being banned from an online game for using Linux. This is not Linux’s fault, but still would be allowed in any Linux community, the general answer would be to stop giving money to a company that bans people for no good reason, but it is a valid topic of discussion as to how Linux users are mistreated by different companies. But as is the post is a Straw man of “Linux users say X” when no one has said X.
    • A post making a joke about Linux being good for development, yet under-develop. The content is about how professionals don’t use Linux, and I think that’s bullshit. A post about how companies force people to use Windows would be better and get the same point across. I have worked in several different companies, one of them I worked for over a year on Linux, writing backed server code, and one day they decided I couldn’t work on Linux anymore. It happens, it would be a valid post on Linux communities as well but it’s not a Linux problem, some companies allow it and it works well for them. Also a Straw man, the joke has no link with the content, and the content is about how people are forced to use a different system and act as if that’s their choice. Bb
    • A post about sudoedit, that’s a good one can be reposted as is.
    • Meme post that makes no sense outside of that community
    • A post about a long list of arguments from Linux users. There are a lot of interesting points of discussion there, but posting everything together is not insentivising discussion. A lot of the arguments there are simply wrong, but a good faith discussion can be had on each of those individually, however the answer to a lot of them will be among the lines of “but that IS Windows fault, or hardware manufacturer purposefully not targeting Linux”. In short this is Gish Gallop, which is not to say there aren’t good critics, but this should be split inyo multiple posts to allow proper discussion of all of them.

    So, in short if you reword things I expect you can post most of them on any Linux sub, but word for word might get you downvoted as they’re mostly fallacious arguments.


  • If I had to put a name I would say customizability and ease of use. I dual booted for several years, it started as Linux was my programming OS and everything else was on Windows, but organically I started to spend more time on Linux and at some point I noticed Windows had become my gaming system, anything else I was doing in Linux. I fiddled with Wine and some games I could get to run on Linux so I only had to reboot for some games. Then Humble Bundle gave me a few games for Linux and I found other ones that offered Linux builds like Project Zomboid and I decided “you know what? I don’t even game all that much, between Humble Bundles and Wine I can probably get enough games to keep me entertained and I don’t have to keep dual-booting” so I nuked windows from my system and a short while later Steam came to Linux consolidating my choice.

    So yeah, it wasn’t that I chose Linux it was that using both for long enough pulled me to one side. I can’t tell you exactly what pulled me, but whenever I try to use Windows everything seems so clunky and rigid that I think that played a large role. I remember several times when I had issues on one OS I would jump to the other, the issues in Linux were mostly self-inflicted (even though I didn’t knew it at the time), whereas the Windows issues were random, unpredictable and unfixable with time the Linux ones became fixable and even predictable.




  • I’m not saying its not possible, I am disagreeing that his is a valid point as an argument for “the distro does not matter” statement.

    But when the question is between Ubuntu and Kubuntu you can “convert” between them very easily. Not to mention that the fundamental difference between all Debian based distros is the version of the packages they offer, so you can very easily jump between them expecting most things to be the same.

    These are not the only reasons, but good reasons WHY the distribution matters. BTW I also think that some distributions are technically superior for certain use cases. In example CachyOS is more up to date, has optimizations even on Kernel level, compared to an old Debian distribution that is focused on stability. These are technical differences that matter, for whatever you want to achieve. It’s not just a personal taste.

    Yes, that matters for you, it doesn’t matter for someone who just wants something to use. That contributes to the decision paralysis of switching to Linux, when we say distro doesn’t matter we’re trying to remove that hurdle, because for the average guy that will just use his computer the difference between Debian and CachyOS is the name. Someone without experience in Linux doesn’t understand what stability means, they think it means the system won’t crash so they always try to use stable distros and get frustrated because they’re out of date, or alternatively they think they want bleeding edge until it cuts them. And that’s the crux of the issue, when we make a distro choice, it matters because we understand the differences, when a new user is trying to pick their first distro they’re essentially throwing a dice, it doesn’t matter where it lands, it matters how they feel about it.

    It’s hard for us to put ourselves back in the shoes of someone just getting started,

    They are thetorical questions

    But they’re not, they might be to you or me, but for someone without Linux knowledge they’re very real questions. I have answered some form of some of those from people in the past.

    If they don’t understand the differences, then they SHOULD research and debate until they do.

    Oh really? Would you mind telling me what’s the difference between Pop, Ubuntu and Mint in a way that would matter for someone who doesn’t understand anything about Linux?

    Choosing a random distribution and hopping until they understand is not only waste of time and resources, it will teach them wrong lessons this way.

    Having to research what to use before understanding the difference will teach them nothing and make them give up before starting.

    I for myself researched for months before I landed on Ubuntu in 2008 as the default, to replace Windows XP. Then I kept using it for… I think 15 years straight or so (forgot the exact numbers).

    Yeah, but 2008 was a very different playing field than it is today. 2008 we were almost unanimously recommending Ubuntu or Mint, every forum you asked, every thread you found online it would have been essentially the same recommendation. It’s easy to make the decision then. Today if you open 4 different articles from 4 different sites you will likely get at least 4 different answers to which distro you should choose. And theyake it seem like it’s this big important decision that you have to get right the first time around, that’s the mentality we’re trying to fight.

    I don’t like the analogy of “clothes” or someone else with “colors”. Distributions are extremely complex and there is way more work and knowledge involved, they have way more impact and dependencies.

    An expert in clothes might tell you the same about them, and that’s what you’re missing, you are an expert, to you the difference between Mint and Pop is concrete and mensurable, to someone who doesn’t understand what I package manager is it’s just vague words without any meaning.

    And to your point if someone asks me “do clothes matter?” i will say “off course”. Not just to contradict you, but because I think clothes do matter depending on how they fit to me, to the situation I am and how nice it feels, how it looks and so on. Even on practical side, if it rains or if I want to swim. While I don’t like this clothes analogy, I still wanted answer that question you assumed I would say “no”.

    Cool, now explain to an alien who walks around naked why this jean and t-shirt is different from that jeans and t-shirt.

    Just because it does not matter for most, does not mean that it does not matter at all.

    And if the alien above asked you what clothes to wear to go to the supermarket, you would just say “any jeans and t-shirt would do”, only to have dozen of other people telling him “use this shirt and this pants”, “No, that’s a bad color combination for your eye color, use this one instead”, “No, that show is hard to lace, use this outfit instead”, “You’re not really dressed unless you wear a custom tailor suit”, etc, etc…

    They don’t know it does not matter.

    Precisely why we tell them it doesn’t.

    I think there are choices better suited to them, even if they don’t know and say it does not matter - it does, they just don’t know it yet.

    Yes, exactly, but they won’t know until they understand, and you won’t know until they understand, and they won’t understand until they do, and no amount of reading will make them understand. The initial choice between 5 different “noob” friendly distros doesn’t matter, the understanding you get from that will guide your next step, trying to take the next step before knowing where you’re standing is a recipe for disaster


  • I see often people say that the distro you are using doesn’t matter.

    For certain things it doesn’t. Usually this is brought up in the context of someone wanting to choose between 5 possible valid alternatives to start using Linux, and the advice is “it doesn’t matter, just pick whichever and when something annoys you you might understand the difference”

    One can turn any distro into another. And I do not agree with that.

    You can disagree all you want, it’s 100% possible, stupid, but possible.

    If that was true, why do we even have so many distributions?

    Because philosophy matters. You don’t pick a distro because it’s technically superior or because it has features others don’t have (with some exceptions like NixOS). You pick a distro because it’s philosophy speaks to you, be it “I aim to be user friendly” or “I aim to follow KISS”. This is why for the most part distro doesn’t matter for newcomers, because they’re looking at 5 examples of “I aim to be user friendly and…” distros.

    • … why distro hop?

    Because I want to try something different and see how I feel about it.

    • … why don’t you use Ubuntu then?

    I did, for a long time, then I decided that building my system up was easier than tearing it down. If I was using Plasma or Gnome I wouldn’t have switched probably.

    • … why don’t you recommend Archlinux to a newcomer?

    Because Arch philosophy is KISS, meaning you have to build everything from the ground up and you’re expected to understand the steps and read the manual. This is why I believe distros like Manjaro or CachyOS cause issues, they remove the initial hurdle of Arch but don’t change the core philosophy, making them ticking time bombs for people who don’t know their way around Linux.

    • … why don’t you use Kali Linux as a server?

    You do you, my servers don’t usually need all of the extra tools a distro with the philosophy of “I’m a pen tester tool” has.

    • … why don’t you use Batocera or SteamOS as your daily driver?

    Because usually I want my daily driver to do computer stuff, and those distros philosophy is “I’m a gaming console”

    • … why do you trust a community distro more than a corporate distro? (or vice versa)

    I don’t trust either more inherently than the other, I trust distros that have a track history of good behavior.

    I don’t think that distros only matter to newcomers. Maybe it matters for experienced users even more.

    Distros matter, they tell a lot about what you’re trying to accomplish. But most newcomers are debating for days whether they should use Ubuntu, Pop, Mint, Fedora or CachyOS, and realistically they’re unlikely to even understand the difference between those. Think on distros like clothes, if you’re just going to the market it doesn’t matter what clothes you wear, if you’re going to a job interview it matters, and if you’re going to do something very specific like swimming some clothes are simply better than others. But if someone asks you “do clothes matter?” You will probably reply no, because for most stuff you do as long as you’re not wearing clothes with holes in them you’re fine, but you can tell a lot about people by the clothes they decide to wear. It’s a similar thing for distros, for most stuff it doesn’t matter, for certain things it’s important for others it gives some information and for some specific cases it makes a huge difference, but for the most part it’s a personal choice.


  • Glad you solved it yourself, but I’m still struggling to understand what happened, how did you have them all in a single folder if the filename for docker compose has to be one of a few predetermined things? I mean, you could have them all in a single file, which makes some things easier, but then you wouldn’t have been able to move them into individual folders. Would you mind explaining what happened there so that if someone else in the future has the same issue they might find the solution here?

    Also, note that even if someone had given you an example of a working docker file you would still have to configure the service. For future reference, this site is great and has working examples of docker compose files for a lot of services, e.g. https://hub.docker.com/r/linuxserver/radarr

    Finally, welcome to the club, sorry you had a bad experience the first time, it’s hard for us to know what’s obvious and what isn’t: https://xkcd.com/2501/


  • Pros

    I get to own my system. I get to do what I want, if something is not to my liking there’s likely a way to make it work like how I want.

    Cons

    I have to own my system. If something breaks I have to fix it, if something doesn’t work I need to figure it out.

    and what if any do you miss from windows?

    Expect things to work. Linux is a minority of users, any manufacturer or dev HAS to make their products work for Windows, so much so that Windows users don’t even consider the possibility that something is not made for Windows.


  • Plex server doesn’t need to be “portable”

    Strongly disagree, I’ve switched my media server several times in the past decade for a multitude of reasons, having things in docker has allowed me to do this seamlessly.

    Also you’re ignoring all of the other benefits of running in docker, from isolation to automation.

    and running it in docker definitely doesn’t make it easier.

    Plex is the only self-hosted service that is purposefully trying to block you from being ran in docker. All other things are just much easier to run in docker, that’s part of the appeal, reproducible builds eliminate the “it works on my machine” errors.

    There absolutely are programs that make sense to run in docker, but Plex server isn’t one of them.

    Why do you think it doesn’t make sense? Does Jellyfin make sense to you to run in docker? Why are they different?

    Also, Plex only supports Ubuntu and CentOS, none of which I run on my server, so the only OFFICIAL way to run Plex is Docker.



  • What Plex does is closer to having an embedded tailscale client, you can access Jellyfin remotely with tailscale for free, but OP specifically asked for no VPN.

    That being said, I’m not opposed to Plex charging for that service, even a tailscale like server costs something to maintain. My gripe with Plex is that it purposefully shoots itself in the foot to force you into their paid service, i.e. it actively tries to isolate itself so you can’t access it remotely, which means that it can’t run inside a docker container unless you give it network host access, otherwise it only considers other docker containers locals and doesn’t let you watch your own content from another machine in the same network.





  • Except most people have almost the same structure because of media organizers like radarr/sonarr. At the very least they should hide that behind a setting to not require auth (since the header should be there for most clients) so only people running an old client would be affected. They could also add an extra salt to that hash or something similar.

    I agree, it’s not critical, but it shouldn’t be hand waved either. And like I said, security is relative, I would argue for most people this is fine, but I still think this should be taken more seriously.