

Looks like not only the type of sabotage is genuinely smart, but also dropping those papers means the government is now entrenched in distrust and that’s an uncomfortable position to be in.


Looks like not only the type of sabotage is genuinely smart, but also dropping those papers means the government is now entrenched in distrust and that’s an uncomfortable position to be in.
I think that’s awesome that you’re trying to learn.
Linux only indirectly has to do with programming. Linux is an operating system, like MacOS or Windows. An operating system is basically everything on your PC that’s not the apps, so the desktop, task bar, start menu, settings menu, … are all part of it. And of course a lot of stuff you cannot see because apps need a lot of ground work to function properly.
First let me say, you should bother. No matter if it clicks for you or it doesn’t, trying something new is always a good idea.
If you want to get into Linux, you can install it instead of windows / MacOS on one of your devices. Make sure to backup all your files beforehand of course. Then you download an ISO from a Linux distribution (the flavour of Linux you want). if you just want something that works, Linux mint is one of the most straightforward ones. You download a “.iso” for that. Then you use a tool like “Rufus” and a USB stick, and put your iso file on that USB stick. After that, you plug that into the PC you wanna put Linux on, reboot, and look for the USB stick in the boot menu (different on every PC). And then you will be guided through the installation of Linux mint. After that you should be done and when the PC shows your new Linux mint desktop, you are done and you can unplug your USB stick. So much for Linux.
Getting into programming is a little bit less of a process, and more logic puzzles to understand how code works. I would recommend you look at an easier language, for example python, learn the basics of that and then set your sails on an intermediate project. For example a Webserver can be a cool one.
I know Lemmy hates AIs but I also gotta mention every time you wanna learn something, ask AI all the small questions. I personally like the free Claude AI; especially when you start out with a new hobby an AI will be helpful 99% of the time.
But most of all, do it for fun, stop when it’s too frustrating, just keep at it, everything else comes with time. You’ll quickly see if this is interesting to you or not, and I hope it is :)


You should be proud of yourself indeed
I’m an IT guy and I get mad anxiety with anything soldering, welding, …
I am incompatible with anything less digital than a PC so I got mad respect for this sorta stuff.


Yeah from my intuition it sounds like this file serves as a makeshift firewall / proxy. Allowing software to override it kinda makes this weak and basically useless for a lot of purposes.


Tbf it’s already write for admins only. But, if you completely remove write access that makes the file itself obsolete (there’s no use in a file that no one can edit) and if you restrict it to trusted installer / verified software, that’s not gonna eliminate Adobe.


yeah that’s the one


Literally today Chris Titus released a video where he emphasized that no one should be using secure boot because the default backend is Microsoft and no one changes their secure boot config.
If that’s true there’s an argument that the name “secure boot” is hardly detachable from the defaults and thus that name is kid of burnt and shouldn’t be recommended out of an abundance of caution for new users.


Alright fk EA with a rusty spoon


The point might be injunctions and judicial record, they might know they’re not getting their money back.
Then choose one at random. Or make a register page that lets you search for one using tags.
I genuinely don’t think this is hard, it just takes someone putting the time in.


Ok so when you’re talking about xmpp as a discord alternative, basically movim is kind of what people should be paying attention to.
I’ll def check that out. I am also passively observing progress on stoat.


Now this is a question: how far can you get with xmpp? Could you build an interface on top of it to look exactly like discord with all of it’s functions? Or does something like that already exist?
My first instinct with these older protocols is that there’s no way they could support 10 people in a voice call with concurrent camera streams and 3 screen captures. I’m genuinely curious how far xmpp goes.


Because the people make the platform, and not the functions, and for lots of people you need a lower entry barrier, and the entry barrier for both of those is a good bit higher than fluxer.
Don’t get me wrong, if matrix was a bit more convenient (easier to understand and to use like you would discord, and less bugs of which there are still a wide range of), I’d 100% advocate for it. But I can only tell my friends to use something if it’s convenient enough that they will genuinely avoid a degraded experience.


I assume that’s sarcasm in the article?


Yeah it’s deeply wrong on a technical, legal and ethical level. It violates a handful of doctrines in all of these disciplines.


Roblox is so fucked up, this would at least be “some” hurdle. It’s the worst way to go about it, but at this point it’s better than nothing. I just hope this will not become standard. You know, for privacy reasons.
I mean it depends on what you wanna do.
Of course if you goal is to make money, drawing comics might be a very tedious way, but if you do it for fun (which I assume) then just do it.
As some people here have mentioned there might be better ways to go about your creation process regarding language, but make it fun first, and then you’ll gladly adapt to make it digestible (at least in my experience).


You are not.
To me this sounds like one of these things where some of us lefties can get into the weeds of “perfect” language.
Sure, if you are talking to someone like that and using the wrong words, then that could be kind of shitty but even then if people care about you they will give you grace and just hope you will get it right at some point.
You don’t have to say the right words every time, but when it’s important, you should make an effort to try.
It feels a bit over the top of you’re not directly talking to someone affected. But maybe that’s a me thing.
TL;DR no. You’re good. Don’t take these comments personally but also don’t completely ignore them.


Man I’m so down to join a VC of lemmings.
I second syncthing as a solution.
I personally use an smb server and tail scale client + Headscale and then those smb files are locally backed up to a different drive / different PCs that remain in the network, but that doesn’t automatically sync and instead works by connecting to the server directly.
What you’re describing sounds like a solution that automatically resynchronizes on connection, and that means you’re looking for versioning / sync, thus probably syncthing is the easiest.