

Exactly.
They generate the keys, that’s all you need to know in order to know that it isn’t secure.
Exactly.
They generate the keys, that’s all you need to know in order to know that it isn’t secure.
The same way they prevent you from transmitting any other illegal content: they fine you and/or throw you in jail if they know you’re doing it.
It’s trivially easy to detect encrypted messages just by measuring the entropy of each message. A messaging provider would just turn you in if they detect it.
You could probably get away with peer-to-peer messaging, but your ISP would be able to detect that you’re using unapproved encryption and then turn you in to the government.
It’s okay for asking some kinds of questions. But when you get down to specific packages you’re better off just reading the README.
You can always just ask here if you can’t figure something out
How dare you sir/ma’am? There are children reading this
Terminal commands, maybe some Python, I don’t remember all of my comments.
I’m a system administrator. I write technical articles for non-technical people and am primarily paid to sit around and keep things from exploding.
I have plenty of free time to get into slap fights on social media and I can probably type faster than I speak, so it isn’t a huge time investment to write a paragraph or two.
The insinuation that I’m a bot is a nice pivot, at least it’s more direct than a vague reference to my comment count. Though, you probably should have went with implying that I have no life or some other personal failing.
Implying that a bot can produce a large volume of coherent text will get you kicked out of the Luddite club…
It’s a condescending tone, actually.
I’m sorry if you think typing a few paragraphs is some herculean effort. I know it’s painful to have to step away from TikTok for so many seconds but keep at it and maybe one day you too can string more than two thoughts together in the same comment.
“You talk a lot” isn’t quite the burn you think it is but maybe if you keep rephrasing it a few more times it’ll land.
This is how I do it. I’ll see something and think ‘hmm, interesting’ and completely forget any of the details but I’ll remember vaguely that something exists then I can search for it.
Language models are pretty good at solving the ‘I think I remember something that does this specific thing but don’t know where to look’ kinds of problems (don’t just blindly run LLM generated commands, kids). Then once you have a lead, traditional searching is much easier.
It’s not too common that this happens, worst case you can just drop the text into duck.ai or something to get an English translation.
Or you could just learn Spanish, ez
If you use -Qeq, you should be able to skip the awk part of the command.
TIL
Looks like I gave up on RTFM and turned to awk too early.
Everyone understands that social media is the primary vector of disinformation, but if you ever try to point out this process in actual practice people act like you’re talking nonsense.
Here we have a post started by some random account less than a day old which is suddenly rocketed to the top of the community.
The OP lives in the thread full time for the entire day, not commenting anywhere else on Lemmy, and then disappears.
This person simultaneously knows all of the anti-AI arguments by rote and also seems clueless as to why anti-AI posts get a lot of traction.
The post is brigaded/botted, the vote:comment ratio is off, the downvoters are primarily accounts with no comment/post history (you can see upvotes and downvotes with moderation tools, they’re not private).
I would bet money that if a site admin were to look into the primary participants of this thread, you’d find that they’re all using VPNs. None of this on its own is suspicious, but taken all together it makes the thread very suspect.
I could be wrong, this isn’t exactly an easy thing to prove even when you have server admin tools. But I participate in the community quite heavily and am a moderator of a fairly populated instance (so I can see the server logs for our instance) and this post is giving off a lot of red flags.
Ah, I see we’re being mature now.
FauxLiving: na na na! I don’t like their opinion so this must be nonsense! stupid silly forum users cannot even have real values like me…
WhyJiffie: blah blah blah, I don’t have opinions of my own so I follow the downvoting winds to sling shit and ask dumb questions.
I would be interested in how did you amass 1400 comments in mere 5 months!
In Lemmy, if you type words into the text field and press the reply button it creates a comment. If you do it 2 times, then you have 2 comments. I’ll leave the rest of the exercise to the reader.
inxi -Fazy
That’s a pretty neat tool. I’ll definitely be using that for future troubleshooting.
My only, minor, gripe is that it shows kernel parameters which can contain the UUID of the LUKS partition containing your sysroot. This isn’t a factor in most people’s threat model, but it’s worth pointing out.
I am a proud resident of Spain 🇪🇸🇪🇸🇪🇸
So, what model did the OOP use?
Adobe has a massive company with a huge amount to lose if they’re lying to their customers. They have much more credibility than a random anti-AI troll account. Of course you’d want to dismiss them, it’s pretty devastating to your arguments if there are models which are built using artwork freely given by artists.
Just to add a bit more to this for the newbies who are using Arch (god help you).
pacman -Qe | awk '{print $1}' > packages.txt
Will write this list to a file, run without the ‘> packages.txt’ if you just want to see the output and;
sudo pacman -S --needed - < packages.txt
Will install all of the needed (i.e. not installed) packages from that list.
apt-mark showmanual
Should only show you the packages that you’ve explicitly installed (i.e. were not installed as dependencies).
If you installed meta packages (say, KDE Plasma) then it’ll mark each component of that install as manually installed.
apt-mark minimize-manual
Will mark the meta packages as auto instead of manual.
VPN to Spain, you’ll find that a lot more options for deleting your account will be available.
(Spain aggressively pursues GDPR violators)
All of my services are in a WireGuard VPN. The Internet only transports my VPN traffic. My cloud services run in a locked box, in my house and the only thing coming out of that box is VPN traffic.
To my devices, they just think that they’re on a LAN.
I do use this site, but I limit/lie about personal details and use a VPN. I assume I’m identifiable and act accordingly.