

no, CP is copypasta, the thing you put into your food boxes.
no, CP is copypasta, the thing you put into your food boxes.
this looks amazing! (from the youtube video. also the controls/features seem to be well thought-through) i’ll give it a shot tomorrow
you have to go there in person to cast a piece of paper with your account name on it, similar to a vote in a ballot. it’s anonymous because the pieces of paper cannot be associated to a physical human, just like voting ballots are anonymous, but it still transports the information that a human registered this account.
Cameras (or human observer) undo any sense of anonymity. A bad actor could link participant with account.
hence the mixing (shuffling) of paper cards before they are being registered. so there’s no one-to-one mapping of humans and account names anymore.
today, yes. it’s a very simplistic worldview to assume that AI won’t becomes less distinguishable from humans when writing applications in the future, and i don’t expect it to hold true
if the group of people registering their account names is big enough, facial recognition doesn’t do much, as it can only link the person to one-of-a-hundred-or-thousand account names.
“crypto parties” often refers to key signing parties, i.e. parties where you exchange cryptographic keys. sorry i should have made that clearer
Lol. So we trust local governments and communities now?
I trust my local community more than i trust Amazon, that’s for sure.
Communities might be incompetent with IT (today), but maybe they just need a while to catch up. It could work in 10 years from now, and we gotta work towards that point.
Also, note that “local community” doesn’t have to mean municipality; it can also be your local nerd working part-time at your local library.
emailing his photos to his friends
that’s sometimes difficult, e.g. when you have thousands of photos, and emails have a size limit of 20 MB per email. using matrix chat or sth is also not ideal since the other side will have to download images one-by-one. sending a zip file might work, but the matrix protocol might have a size limit for attachments.
an FTP server might work. also consider that you want to store the images somewhere, not just send them once. how do you do that with messaging services?
the keyword you need is “DDoS protection” i guess
it keeps the server from getting overloaded due to too many requests
What’s bothering you?
I’m not sure whether this should be a “standard”, but we need a Linux Distribution where the user never has to touch the command line. Such a distro would be beneficial and useful to new users, who don’t want to learn about command line commands.
And also we need a good app store where users can download and install software in a reasonably safe and easy way.
What distro are you using, and how difficult was it for you to get started with it?
I’m currently making a list of distros and looking at each’s pros and cons, including:
May i suggest a technique for remembering the password?
write it down
but instead of writing down the password, write down questions that only you can reasonably answer. For example:
and the answer would be: “mary beach rodeo” or idk what. this way, you construct a password out of multiple words that each are an answer to a simple question.
Only encrypt the home partition, for the root partition it just unnecessarily slows down the system.
Also, I think, there could be different approaches instead of encryption. AFAIK, android doesn’t use encryption underneath, but uses a semi-closed bootloader (which means, if you install a different OS, all user data gets wiped). I’m currently investigating the feasibility of such an approach in the long term.
deleted by creator
this just reminds me of please
which runs the previous command with sudo
socat
- connect anything to anything
for example
socat - tcp-connect:remote-server:12345
socat tcp-listen:12345 -
socat tcp-listen:12345 tcp-connect:remote-server:12345
nmap *your_local_ip_address*
for example
nmap 192.168.1.43/24
will show you what devices are connected to the local network, and what ports are open there. really useful, for example, when you forgot the address of your printer or raspi yet again.
you can also use it to understand what ports on your computer are open from an attacker’s perspective, or simply to figure out what services are running (ssh service).
it would be a lot of work