Personally I didn’t see it. Either ublock or consent-o-matic got rid of it for me
- 29 Posts
- 560 Comments
First they train AI on your data, then remove your attribution… Are they going full cartoon villains or what!?
I do upload my factorio memes/comics there as there’s just not really as many people interested in them here, but if they are doing this then I’m going to advertise Lemmy until I get banned lol
RustyNova@lemmy.worldto
linuxmemes@lemmy.world•Mint is for older laptops, "based on Ubuntu"
4·17 hours agoBefore I gone to nixos, I actually installed nix on mint, and it worked as great as flatpacks.
Ok yeah it’s complicated to use, but you can just use it as a traditional package manager with nix-env.
So if you want more recent packages, you may want to look into it (and ignore the complicated declarative part, unless you want to fall in the rabbit hole)
RustyNova@lemmy.worldto
linuxmemes@lemmy.world•Mint is for older laptops, "based on Ubuntu"
351·19 hours agoMint is for everyone. It’s still one of my favourite distro as it’s reliable, yet not too far behind. It’s also batteries included so I’d say it’s the best distro for learning, and you can stick to it too.
Went to nix for nerdy reason, but my emergency distro is still my old mint partition
RustyNova@lemmy.worldto
Lemmy Shitpost@lemmy.world•Unexpected item in the bagging area!
11·22 hours agoI once shoplifted pepper once. Purely accidentally.
Yeah that one’s on the store’s fault
Yeah if the url is https://i_hack.you/ yeah that will be easy to spot. But imagine an attacker just to a “patch update”, updating the url and hash to the malicious repository, and use a typo squatted domain/repository, that will make it harder to spot.
The AUR attack attacked the build files. On nix, you could easily set a new download url for the package, set the new hash, and claim the project has moved to a new repo/site.
That would require a second person to vet on it, but it could be seen as normal for a maintainer not in the know about the project.
New packages are harder to pass, but it could also work.
As a nix user, I wouldn’t laugh. We are vulnerable to this type of attack as well.
Heck, it’s surprising we aren’t full of malware considering how many packages there are, and an easy supply chain attack vector with auto RyanTM PRs.
That’s normal. Lemmy.world defederated most nsfw instances. So either switch instances or create a new one
I need to change my default bad gateway html to this at one point.
Idk if it’s possible using NPM
Idk how the AUR works but I like that nix fetch the source from the repo and also check its hash from a maintainer provided one. Prevents repo hijacking.
Although it’s still pretty much vulnerable if the attacker controls both the nix file and the repo
RustyNova@lemmy.worldto
Comic Strips@lemmy.world•Is this a war crime? [freneticwolf] [FRENCORE]
6·5 days agoMissed opportunity for making the rebel cover their eyes to prevent getting affected by the charm of the ball
RustyNova@lemmy.worldto
linuxmemes@lemmy.world•Holi: A Festival of Colors in the Southern Himalayas
11·5 days agoWrong community?
Routers are multiple things in one box:
-
Network gateway: this is the exit point for your home network. All the traffic going to the internet is routed here, then sent towards the internet. Traffic coming from the internet is also pass through here, and is directed towards the switch
-
Network switch: this is the “junction” of your network. Each device, the gateway, wifi, tv, etc… Is connected to it. It directs traffic where it wants to go
-
wifi module: this turns regular wired internet into wifi, handles connections, etc…
-
tv module: this is especially a device that connects to the internet and get the tv stream from it
-
The only correct answer is no.
Don’t give in to their tricks
The only true use I found for AI while programming is boilerplate, aka code that is really simple with only one way to do it.
I don’t really have an equivalent for 2d art, but in 3D art that would be basic shapes like spheres, cubes, pyramids
So actually, the analogy would be a robot that unwrap the ice-cream’s packaging for you.
Or you could just send her do crime and get you new parts. It’s sopmod after all…


If you ignore problems due to lack of permission to open a folder (good. Get sandboxed, idiot.), I don’t have any issues with flatpacks apart that it uses a lot of space.
Nix does too, but it actually reuse duplicate versions, and if you have BTRFS you can just dedupe it.
Nowadays I don’t use flatpacks. Nix got everything I need