Skip Navigation

Cynetri (he/any)
Cynetri (he/any) @ cynetri @midwest.social
Posts
0
Comments
125
Joined
3 yr. ago

  • Meh... I don't think defederation is necessary. Personally, my biggest issue with Hexbear is, as with most other socialist-oriented online spaces, is that it's hard to find discussion that isn't focused on it, and especially international socialism since my main focus is my community (hence why I chose this instance). It's not really my thing, I hate terms like "shitlib" and "tankie" and my big interests are outside of my worldview- that's not to say I don't care about it, far from it, but it's not something I talk/think about all the time.

    That being said, it can be refreshing once in a while to have an explicitly anti-capitalist instance whose discussions don't puppet ones pushed by massive, capitalist news organizations. Not only is it another perspective but there's sometimes totally new stuff that I end up learning.

    Idk. I think the biggest reason we shouldn't defederate as opposed to, say, lemmygrad, is because Hexbear explicitly supports left unity as far as I can tell, so I think it's fine to keep federating.

  • I don't mind just filters, but reporting it to the parent doesn't sit right with me. It probably depends on the parent though

  • At the end of the day I think peoples' systems should be made with open-source components, like firmware and OS, and then they can choose whether to put closed-source apps on it or not.

    That being said, I personally moved away from proprietary social media (except youtube) mostly because they're proprietary, plus ad tracking, so I don't like the idea of throwing it all away just to put another closed-source app on my phone. But that's just me

  • I kinda get it because I'm pretty sure they still do, but the article's presented like it's new and I just wanted to make it clear that it's not

  • This article was written in 2007, not to cast doubt on anything I just wanted to clarify for anyone who reads comments first like I usually do

  • Yes, I would want to resist it. Life is about ups and downs, and I think the better idea would be to have an open-source augmented reality, maybe through glasses that you wear or contacts on your eyes, that can project shared images, like virtual props that everyone else can see, or just act as a VR HMD and replace all your vision with a virtual world for a while.

    But bodily autonomy is very important, give people a choice and let them be informed by publishing the source code, PCB diagrams and all that kinda stuff so they know how it works and that they're not being controlled.

  • The Xitter has Xcrements in it

  • The article didn't mention a protest, but the server being compromised due to some sort of unrelated charges was the main topic for a lot of the article

  • The issues tab on the Github linked in the post, I should've clarified mb

  • Idk if it was intentional or not but that last sentence is a great pun lmao

  • wasn't linus's issue a rare packaging issue or something that happened and was fixed within a few days' period?

  • Got a long one. I've gone back and forth a few times (I've landed on a dual-boot Windows 10 and Arch setup, maining Arch) (btw) and my biggest takeaway is this:

    Mainstream Linux distros, like Mint, do have admittedly very polished basic experiences. The problem is, though, is that it breaks down as soon as you introduce it to unique use-cases or hardware features.

    Linux, specifically stable distros like Mint, are already ready for mainstream use for people who use it for basic stuff like email, web browsing, desktop social media like Facebook, and so on. It's also very usable for gaming, as we saw with Steam Deck, but still has issues primarily with adoption.

    But if you have for example, a 2-in-1 laptop or a VR setup, things break down very quick. I had to configure my 2-in-1 manually and not everything works still, and VR is a joke if you don't have a Vive or Index, and even that's iffy. SteamVR is still extremely buggy and missing features.

    Linux is, by design, configurable and open. This is both its greatest strength and weakness, because it allows users to set up their systems how they want, but only if they know how to. A truly "user-friendly" distro is simply not possible if you retain the configurability, which Valve knows, and is why SteamOS is locked down the way it is. This model is growing in popularity but it's not quite here yet.

    At the end of the day, I still use it despite these shortcomings because I feel it's important. I should be able to look at the code and know what my machine is doing, and trust that it respects my rights and freedoms. This is why Linux, and maybe BSD, have to win. But for now, I still have a drive with Windows 10 because it's just simply not a full experience yet, and that's okay. For now

  • To be fair, there's a difference between a tax-funded service or a common utility, and software built by a new company that's getting shoved into production way quicker than it probably shohld

  • And (if they're American) when they go "well, MY government wouldn't do that!" counter with how Meta has already, numerous times, gotten people arrested for talking about getting abortions on Facebook

  • Get rekt Ubunoobs

    Jump
  • Yeah as far as I can tell, the current big user-friendly distros are either PopOS or Linux Mint because Ubuntu is doing the whole snap thing, and also Mint (maybe Pop too, i havent looked into that one much) is Ubuntu-based just without snap

  • I have an example: a little whole ago I put Arch on my 2-in-1 laptop just because I prefer open-source philosophy, and although a lot of things worked out-of-the-box, my biggest problem was the actual 2-in-1 function. I know that, like Windows, I'd have to do a little digging to get it working (except Windows would involve drivers, Linux required settings) and I got a makeshift solution working: KDE has its own screen-rotating feature, and I made 2 shell commands on the desktop that, when pressed, disable/enable the keyboard/trackpad. Turns out it only works on Xorg, and Wayland requires a way more complicated setup to work, so I just gave up using Wayland on it. Something to do with udev rules or something