I haven’t given it a try yet, I’ll have to give it a read.
I haven’t given it a try yet, I’ll have to give it a read.
Not who you asked, jumping in until they reply: Windows and most GNU/Linux distros are much further apart than most GNU/Linux distros are to each other. Unless you’re doing a lot of manual meddling or using hacky tools, the biggest change between Mint (Ubuntu/Debian-based) and a Fedora-based distro, in my experience, was that apt
is replaced by dnf
, so if you install apps from the command line instead of a prettier software manager (I did lots of programming so this was normal for me) then the names of programs and libraries were a bit different. I’d also make a list of things you’ve installed (VPN software, chat apps, etc.) and look them up in the Fedora packages site or their own website and make sure they’re all available. I would assume they would be, Fedora is popular enough.
The desktop environment (Cinnamon vs. KDE) will be an initial change, but they’re both familiar enough with a program menu, task bar, like how Mint lets you carry over some of that same basic surface-level intuition that Windows taught.
Yep, if you have the means, I recommend having two SSDs until you feel confident using one of them full-time. The only downside is that if your computer is so small/cheap/old like mine was all those years ago and doesn’t have enough cables to keep both drives plugged in, switching between them can be annoying for a while.
(just checking you actually meant schizoid, which is notably different to schizophrenia. both could make sense here but imply different things)
Nearly all media is state controlled. Even privately owned media companies because both the media and the state are just tools the owning class uses to maintain power.
More info on this:
Yeah, props to the Nanoleaf team for helping the author out. Win-win. The author says at the end that they intend on sharing it around more once it has more polish, so I hope they upstream it properly and demonstrate to Nanoleaf that helping out volunteers helps their product reach more customers. (I know it’s iffy to suggest it’s ok to neglect Linux and let us sort it out ourselves, but if we get open-source drivers in the process with the help of the company, I think that’s a net win)
I know it’s been said, but Brave is a hard no. Replace it with Ungoogled Chromium. I haven’t seen the video so I don’t understand why it’s in the “not ideal for a normal human” list, and I am biased since I use plenty of “not for normal” tools.
Was tempted to troll lemmygrad with this classic meme: https://lefty.pictures/post/view/15726
Good to hear. I was very very slightly disappointed when I read Pelican was a Python tool. I’m also a Hugo user.
Take pride in a minimalist webpage.
Last week I was thinking of making a meme pointing out how all the famously ultra-minimalist http://motherfuckingwebsite.com/ and its many rebuttals are really put to shame by this one. Also, you’ve reminded me of some of those little webring banners people would put on their site bragging about being minimal, which are fun.
Keyboard has too many keys, bloat/10
probs don’t need that mouse either
I haven’t been around these communities in a while, so I can’t really speak for /c/privacy as much as /r/privacy and other communities, but I’ve noticed far far far far too many posts which are blindly perfectionist, with no consideration of threat capabilities or their motivations. Privacy is futile without a realistic threat model, that’s how you get burned out solving non-problems and neglecting actual problems.
My threat model is largely just minimizing surveillance capitalism and avoiding basement-dweller neo-nazi stalkers from connecting any dots between my online personas and real life identity. Even for that, my measures are a bit excessive, but not to the point where I’m wasting much time or effort.
Daily reminder: “more private” and “more secure” are red flags. If you see or say these, without a very specific context, it’s the wrong attitude towards privacy and security. They’re not linear scales, they’re complex concepts. That’s why Tor Browser is excellent for my anonymity situation but atrociously insecure to anyone who is being personally targeted by malware (tl;dr monoculture ESR Firefox[1]). That’s why Graphene is not automatically anti-privacy simply because it runs on a Google Pixel and Android-based OS. (Google is one of my main adversaries.) And I think this simplistic ‘broscience’ style of “[x] is better than [y], [z] is bad” discourse is harmful and leads people into ineffective approaches.
I don’t know, but my guess is it might still be able to detect some cross-platform malware signs and detect malware intended for Windows on Linux machines (e.g. I can download a PDF or .docx that is harmless on my machine, but if I reupload and a Windows user downloads it, I’ve spread malware regardless). IIRC ClamAV is sometimes used to scan attachments on an email server, often looking for Windows exploits being sent through the server.
Waterfox try to remove some blobs of Firefox out of the box, so it’s better for the normal user
How is removing blobs better for the normal user?
The write-up they link is also insightful. Notably, they “explicitly reject these accusations” of being Zionists and insist it’s a legal precaution required by their countries.
I’ve bought servers for hosting some small communities and I sometimes thought maybe I was paranoid for retaining anonymity and carefully picking the country and company to allow muh freedoms as far as speech goes, but it’s interesting seeing .world and feddit pull out the “just following legislation” card (which is understandable, given that staff imprisonment is obviously bad for their community, but also irresponsible and complicit to simply accept the situation instead of resolving it, and because this is an internet community there are safe ways to resolve it).
Assuming you’re using the default Lemmy UI, there’s a block settings menu in your account settings page. It’s worth exploring, there’s some good options to play around with.
That’s not the point. You can say the same about Blender, etc.
Yes it’s ToS, and also its structure - it’s basically a non-profit club rather than a for-profit business like GitHub (now owned by M$), which means it isn’t prone to enshittifying.
That spam was a troll who found a loophole in the notification system. It was obviously not a data breach. That’s clear to anyone who’s worked with software databases or web servers.
I haven’t used Illustrator, what does the shape tool do that makes it different to using boolean operations on shapes?
Here are three variants of Linux Mint with different Desktop Environments: (click their example image to make it larger)
All of those are Linux Mint, they use pretty much the same core tools under the hood, but the desktop environments change how you engage with them. Mostly the way things look, the way you organize programs on your screen, and the default apps (like which text editor it comes with by default). This can change your experience a lot, I think Cinnamon looks nice and is smooth, while MATE and XFCE are more lightweight and might be better for older computers or if you don’t like something about Cinnamon.
Now, those are all somewhat similar, they have a program start menu in the bottom left, a taskbar on the bottom, the basics are familiar. There are some (not officially supported by Mint) which are more different, like GNOME (Ubuntu’s desktop default) which has a different app launcher instead of a start menu and a different way of switching between programs. Then, as others mentioned, some people choose to not even install a pre-designed Desktop Environment and only install some of the more core components of a DE, like the Window Manager. People who really love the keyboard might use a tiling window manager, these tend to make you think “wow, this person’s a hacker”, where they’ll rapidly switch between programs using keyboard controls, with the window manager automatically shifting and dividing new windows so that they tile together to fill the screen. Loosely speaking, the opposite of a tiling window manager is a floating window manager, where windows just float and you move them around with your mouse, just like Windows (well, apart from the tiling options in more recent Windows versions when you can drag a window into the corner and it tiles to fill the screen.) I think the “best of both worlds” midpoint is a dynamic WM? I’m not sure. hyprland is an example of that.