Doubtful, unfortunately. FUTO seems like the sort of narcissistic assholes who won’t be swayed in any way, shape, or form
- 1 Post
- 81 Comments
There’s no third option between FOSS and proprietary (unless there are licenses that match the Free Software definition but not the Open Source definition or vice versa, I suppose, but I’m not aware of any). All software that is not FOSS is proprietary by definition, whether the source is available or not. It’s not “disingenuous” to call FUTO software proprietary. It’s simply factual.
They’re openly disdainful of all things Open Source and OSI, and their software is not Open Source.
They’re a fully for-profit company using consumer rights kind of rhetoric to manipulate people in service to FUTO’s own pocketbook. Don’t fall for their use of the
.orgtld or promises to “never abuse customers”.I’ve written many times about what assholes FUTO is. I’m fully convinced they’re way more part of the problem than part of the solution and they’re not to be trusted.
They’ve soured me on Rossman. Back when he was doing coverage of things like the court cases around right to repair and tractors and stuff, I watched a few videos of his and thought he was awesome. And then he got involved with FUTO and started billing Grayjay as “Open Source” and I’ve gotten sufficiently disillusioned with FUTO that I haven’t followed Rossman at all. I’ve got coworkers changing their avatars to Clippy and shit, and I believe their hearts are in the right place, but I can’t in good conscience really get behind anything or anyone associated with FUTO.
Edit: Oh. I honesty didn’t even see this OP was a link to an article. Lol. Now I’m very interested to go read that article.
Edit 2: Shite. I’ve now read the article. I knew FUTO was assholes in a lot of different ways, but now I know how deeply, completely irredeemable they really are.
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Is there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?English
412·1 month agoThe differences are all the parts you don’t want anyway.
TootSweet@lemmy.worldto
Linux@lemmy.ml•What will MS do when Linux becomes a serious threat to their monopoly ?English
71·2 months agoJust my guess here, but…
The desktop/laptop sort of form factor is associated in people’s minds with unlocked bootloaders. People expect to be able to install Linux on them if they want to. Tablets, game systems, and other sorts of consumer electronics, not so much. I’m thinking Microsoft will do what it can to push hardware manufacturers and the software industry as a whole more in the direction of the kinds of devices that consumers already expect to be locked down like tablets or game systems that are “streaming” game systems. And that way, the bootloader will prevent folks from switching to Linux.
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Changing direction for my lifesim game, looking for opinionsEnglish
10·3 months agoYeah, I think it’s smart to be making an MVP that’s just the engine with plugin support. I think you’ll need a minimal reference mod at least to show how you’d go about making a proper mod that’s actually a “game”. It’s totally valid for that minimal reference mod to be really minimal. Like, more of a testing tool than a “game” per se. Use stick figures. Or even worms or something.
Once you’ve got something that can support mods that other folks could make, folks can jump on board and help if they want to. If not, you can start focusing on a mod that’s an actual “game” later, if you’re still able and willing to continue working on the project.
Importing from Sims games is pretty cool. I’d definitely be interested in that as a feature. But if that was never supported, that’d honestly be fine as well.
If someone wanted something that was “true” to the Sims games, they could make a mod. There was a mod for Luanti called “Mineclone2” (that I think has renamed since, but I don’t recall what to) that was a relatively faithful reproduction of Minecraft in Luanti. Someone could do that if they wanted to. Especially if what you’re building (“SimGine”) get a pretty active modding community like Luanti has.
TootSweet@lemmy.worldto
Linux@lemmy.ml•Useful CLI tools like ffmpeg, ani-cli, yazi, etc.?English
9·3 months agoI’m a big fan of jq. It’s a domain-specific language for manipulating JSON data.
ImageMagick is like ffmpeg but for images.
inotify-tools has command-line utilities that can be used in a Bash script or a Bash one-liner to make arbitrary things “happen” when something “happens” to a file or directory. (Then the file is opened or written to or renamed or whatever.)
I probably should mention rsync. It’s like a swiss army knife for copying files from one place to another. And it supports “keeping files syncronized” between two locations.
Of course, there’s tons of stuff that you pretty much can’t talk about Bash scripting without mentioning. Sed, awk, grep, find, etc.
Also, I totally relate about the terminal giving more dopamine. I kinda just hate going on a point-and-click adventure to do things like image editing or whatever. To the point that I’ve written a whole-ass domain-specific-language to do what I want rather than use Gimp. (And I’m working on another whole-ass domain-specific-language to do a traditionally-GUI-app sort of task.)
So, I’ve been using Arch Linux ARM on Raspberry Pis for some “desktop systems” as well as for a janky-ass NAS solution, but that project is kindof dying. They go many months in a row sometimes without any package updates. It’s wild. And when people ask WTF is going on and
offerbeg to be allowed to help in some way, the admins lock the thread.So, I’ve been looking to switch my Raspberry Pi’s to something that doesn’t depend so much on some “project” out there to be able to continue to use.
The main Gentoo project fully supports ARM. And even if it didn’t, it’d be a lot easier to use Gentoo without support than Arch.
Switching my main box (not a Raspberry Pi – it’s an x86_64 system) to Gentoo was basically for the purpose of trying out Gentoo again and evaluating whether I want to take the plunge and switch everything to Gentoo.
Aside from that, there’s SystemD which is yucky. (Yes, I know about Artix, but when last I tried it, it didn’t really feel “ready for prime time”. It depends a lot on the main Arch repos.)
Plus, I do kindof like the idea of “more control over my system(s)”. Configuring/compiling my own kernel (yes, you can do that on Arch, it’s much less “in the spirit of” Arch) to make it as minimal as possible and disable everything I don’t need. And of course USE flags are a plus if you want a light system.
Anyway, those are my main reasons.
Me too!
I used Gentoo almost exlusively from like 2003 to maybe 2012 or 2013. I switched to Arch about then. But quite recently I made the switch back to Gentoo on my primary box and I’m happy I did.
Only thing I still need to do to really make it long-term sustainable for my particular use is to set up a build server on my network. My “primary box” is in the room where I sleep and I need it dark and quiet when I’m sleeping. Can’t have MOBO color-shifting LEDs and fan sounds overnight. And I can’t compile something like Chromium in less than the 15-to-16-ish hours I’m awake in a given day. (And I’d prefer to compile it myself rather than using a binary package.) Hence the need for a build server.
TootSweet@lemmy.worldto
Linux@lemmy.ml•Screwed up permissions, ownership, attributes on large fs. How to reset?English
8·5 months agoI want everything to be owned by myuser, group media
Wait, “everything?” Yeah, that’s probably contraindicated. You don’t want to be changing ownership of stuff in, say, /etc or /bin or whatever to your user. For the most part, stuff in those locations should be owned by root:root. If there are exceptions (things that should be owned by root:<something else>), the package manager will make sure they’re set as they should be.
TootSweet@lemmy.worldto
Linux@lemmy.ml•Linux kernel is leaving 486 CPUs behind, only 18 years after the last one madeEnglish
521·6 months agoWhew. My 586 is safe.
I wonder if there’s a way to prevent people from even knowing that two different votes came from the same user.
What I outlined above should prevent anyone from knowing two different votes came from the same user… without specifically trying that user’s id on each. That’s what the salt (the comment/post id) is for.
I’ve personally been banned from one community for downvoting too consistently.
Votes should be anonymous.
I tend to agree, but the fact is that they aren’t anonymous. This tool just exposes the already-existing fact that Lemmy expressly does not guarantee anonymity for votes. The solution isn’t to not for the poster to not publish this tool. Believe me, such tools already exist in private even if none other than this one are published. Publishing this one only democratizes access to that information. (
And not entirely, I don’t think. From what I’m seeing on the page, it looks like it still requires an admin account on an instance.Update: Actually, I’m not sure if it requires an admin account or not. Either way, though.) The solution is (if it’s possible) to make Lemmy itself protect voters’ anonymity.The reason why instances know who has up/down voted things (rather than only keeping an anonymized “total” for each post/comment) is so it can prevent double-voting.
Maybe instead of usernames, the instances could store/trade… salted hashes of the usernames where the salt is the title or unique identifier of the post/comment being voted on? It wouldn’t be perfect, but it would allow the instance to figure out whether the currently-viewing or currently-voting user has already voted while also making it harder for anyone else to get that information. About the only way a tool could tell you exhaustively who had voted if that were how things worked that I can think of off hand is to try every username on Lemmy one-by-one until all the votes were accounted for.
(Of course, malicious instances could still keep track of usernames or unique user ids who up/downvoted, but only on the instance on which the vote was cast. Also, one downside of this approach would be increased CPU usage. How much? Not sure. It might be trivial. Or maybe not. Dunno.)
And there may be much better ways to do this. I haven’t really thought about it much. I also haven’t checked whether there is an open ticket asking for improved anonymity for votes already.
(Also, full disclosure, all of the above was written after only an extremely brief skim of the linked page.)
(One more edit. Something IHawkMike said led me to realize that the scheme I described above would allow instances to manipulate votes by just inventing hashes. Like, grabbing 512 bits of data from /dev/urandom and giving it to other instances as if it was a hash of a username or user id when, in fact, it’s not a hash of anything. Other instances wouldn’t be able to easily tell that it wasn’t the hash of a valid user id. I haven’t thought how to go about solving that yet. Maybe if it occurs to me, I’ll update this post.)
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Trusting Open Source: Can We Really Verify the Code Behind the Updates?English
271·7 months agoI’ll take FOSS over the proprietary software we can be sure will do malicious things to us.
TootSweet@lemmy.worldto
Self Hosted - Self-hosting your services.@lemmy.ml•Wondering if I should switch my #RaspberryPi OS from #Stormux, based on #ArchLinuxARM, to #HomeAssistantOS. I mostly work with it over SSH anyway and this might allow me to do more with it. What doEnglish
1·8 months agoI don’t know anything really about Stormux or HomeAssistantOS, but ArchLinuxARM is honestly going down the tubes. I use it a lot, but I’m pretty well decided to switch away from it.
The ArchLinuxARM package repos are constantly ridiculously out of date, and the folks in charge of ArchLinuxARM a) aren’t doing anything to fix it and b) won’t let the community help or even talk about the issue. (They lock threads and otherwise shut down conversation on the topic.)
It’s a bummer. Arch is a great OS (coughasidefromsystemdcough) and it’s nice to be able to run it on a Raspberry Pi. But as it is, it’s hard to see it as usable for real-world use cases. Maybe someone someday will create a new Arm-focused version of Arch (maybe Arch proper will even decide to start supporting Arm) unrelated to the existing ArchLinuxARM project. But for now, it’s terrible.
That’s awesome! Welcome to the club and don’t be afraid to explore your system and ask questions!
Original prose is a marvelous spectacle.
But AI? I dunno. I remain skeptical.
(The above is not written by an AI. I promise. ;) )

I can’t imagine you’re the only one in this situation. If I were in your shoes, I’d search for similar stories online and see if I could get a sense of how friendly the company is to swapping OSs. For some companies, changing the OS is a complete deal breaker. Other companies are pretty willing to assume the issue was indeed strictly hardware and had nothing to do with changing the OS, and thus will go ahead and do the repair.
If you find that company is more like the former, install Windows. If not, just start the warranty repair process.