Which distro do you believe deserves more recognition?
Chobbes @ Chobbes @lemmy.world Posts 0Comments 465Joined 2 yr. ago
I’m hesitant to share my opinion because I think it’s unpopular and I don’t want to upset anybody, but in the interest of making others like myself not feel so alone… I think if we’re being deeply honest with ourselves, it probably isn’t? I have a good enough life, but if I never existed I couldn’t be sad to not experience it. I want to enjoy things to the best of my ability (and have made some pretty good strides towards this lately), and don’t want to go through the potentially painful and scary process of dying, and some people depend on me, so I’m here for the time being and I think that’s good enough for now :). But truthfully if I had the choice I think I’d rather not go through this, even though I’m perfectly happy right now. I just find it very hard to go through life and I’d be grateful to not have to work and worry so much. I kind of wish it was less taboo to talk about this because it’s hard to have these thoughts alone, and I think it’d be nice if we could come up with better answers.
Skiff is improving every day
I consider marketing something as “for free thinkers” as a huge red flag.
Permanently Deleted
Packages can share dependencies in NixOS, and often do for packages in the same version of nixpkgs. It’s not quite the same as statically linking everything, but it basically gives you the perks of that with fewer downsides and other advantages.
Ah okay! Whew! I’d be super disappointed if full disk encryption wasn’t available to users.
Wait… I’ve never been a windows user, so forgive my ignorance… is full disk encryption really not available to all windows users? And most people buy the home version that lacks it?
I feel like when there is a small phone released, though, it has compromises on battery life and camera quality that people might not accept. I think a lot of people who “want a small phone” want a small phone with no other compromises other than the size of the phone.
For what it’s worth, this has not been my experience after self hosting my email for nearly a decade. It has not been a constant battle at all… it has just worked, and I get responses whenever mailing random people all the time and have not had delivery issues to my knowledge. That said, I have talked to people who have had issues and every time there has been something wrong with their configuration (usually DKIM or rDNS is not set up properly). There’s enough that can go wrong that I wouldn’t recommend people send important emails with it unless they’ve been doing it for a while and they’re sure it’s working, but in my experience this is all fear mongering. Self hosting your email is very doable and is generally not a constant battle against getting put in the spam slammer. There’s a lot of picky little things to set up at first, but once it’s set up it’s usually fine.
In my experience the problems with self hosting email mostly occur when something is misconfigured. I think it’s good for people to try to self host it, and if you pull it off it’s great (I love having mine self hosted, and it’s convenient to be able to have as many email addresses, storage, and accounts as I want). It is difficult to get right and debug when something is going wrong, but it’s far from impossible. If you set up SPF, DKIM, and DMARC and have rDNS pointing to your mail server’s domain name you’ll likely find success. It’s possible I’ve just gotten lucky, but I have never had a problem with IP ranges getting banned.
Tunnel broker blocks port 25 by default, but you can ask nicely and they’ll open it for you. It’s a good option if you don’t have an IPv6 address otherwise.
Having an IPv6 only mail server is potentially risky, though… some other mail servers may only talk IPv4.
I’ve had good luck on a couple of cheap providers. I think a lot of them block port 25 by default, unless you ask, which maybe gives you a better chance. Plus DKIM and stuff are starting to help. There’s probably always some stupid mail server that will block huge swaths of IPv4 if somebody farts in the neighborhood, but I think the situation is improving.
The best solution I’ve found for the YouTube shenanigans on iOS is the baking soda and vinegar apps.
This reminds me of a George Carlin skit: https://m.youtube.com/watch?v=o25I2fzFGoY
Por que no los dos?
I believe the Apple Watch is far better for privacy than Fitbits are. Health data is end to end encrypted on Apple watches. Fitbit requires you to sync things with their cloud services and they have access to all of the data AFAIK.
Yeah, I think publicly funded news is an important model to consider because in many ways it seems like the only good way to do it… but obviously people have concerns about conflicts of interest, which is fair, but you’re going to have them no matter what, so maybe we need a mix of differently funded news sources… or maybe we just need other systems in place that decrease the conflict of interest and make it unlikely for the public funding to be manipulated in order to control the news or whatever. This is one reason that some system of universal basic income seems like an appealing solution to me. If everybody is just guaranteed a livable wage, then it’s not really a source of income that could be altered just to manipulate journalists (ideally anyway). Though, obviously there’s potentially problems with that too, and journalists may have additional expenses which would not be covered, so it could limit what they can actually do.
Yes, this is what I’m saying. Distribution is essentially free now (not entirely, but it’s absurdly cheap). As long as you can fund the work it’s only a win if more people can have access to it. Of course this falls apart if people can’t make a living doing good journalism. Does this mean paywalls / ads are the only / best solutions? Maybe! But I think it’s fair to dream of other systems which could allow this to function and allow for broader access. Maybe we use libraries as a crutch, maybe some form of universal basic income could allow people to do this work and provide it for free, maybe there could be grants, or donations, or whatever. Of course people need to be able to make a living off of this work, and there’s obviously going to be issues with every way we could approach this… but that doesn’t mean it’s not a shame when people who want to read it can’t access it (or can’t access it at a price they’re willing to pay).
I think there’s some of this, but I do honestly believe the internet has fundamentally changed and the makeup of it is a lot different. This isn’t all bad, but there’s a lot of things that we’ve lost now that the internet has become more centralized and corporate in general. At least proportionally I think there’s far fewer passion project websites and a lot of people gather on big websites instead, and there’s fewer communities that are strictly about a niche topic. In some sense this is good because things are generally more accessible to the average person, but I feel like the niche weirdos have been drowned out a bit in the eternal September, and there’s something a little sad about that too!
While it’s understandable that in the current economic systems news outlets have to make money somehow and one way is through paywalls, I think it’s also fair for people to value free access to information. Assuming that news outlets and journalists can still make a living, most people would probably agree that it’s better for everybody if the content can be accessed freely, especially since copying it and transmitting it on the internet is super cheap (particularly for text articles). This isn’t some absurd concept. Libraries are respected and valued institutions precisely because they serve a similar role, and we have the tools to do it on an even larger scale. Of course it might not be practical with how things are structured economically right now (and heck, maybe there isn’t even a better way to do it) but I think it’s fair to recognize that there’s a lot of untapped potential for sharing information, and it’d be nice if we could find a way to do it more equitably :).
In my experience prosody is pretty easy to set up, but there’s also Snikket now which is built on prosody and hopefully makes setup even easier (but I haven’t used it).
In fairness, when you install the nix package manager you’re going to get a full toolchain with all necessary dependencies in addition to your system ones. On NixOS these are your system ones as well so you don’t necessarily have duplicates. The same will be true of Guix afaik.