• 148 Posts
  • 1.49K Comments
Joined 3 years ago
cake
Cake day: June 24th, 2023

help-circle
  • If I delete this post, will it be completely removed across all instances that synchronized it?

    It will send out a message to relevant servers that it should be deleted. There is no guarantee that they will comply with that message. If your post has been copied to hundreds or thousands of other servers, there is no guarantee that they will all receive or understand that message. Some may even be actively malicious, for example because they are controlled by exactly the people you want to hide from!

    I remember once deleting a comment (on this account) a few seconds after posting it. After that, I kept getting upvotes for it! I found out that that was happening because one very popular instance had for some reason not deleted the comment, so its users had no idea that it was supposed to be gone.

    Is a deleted post traceable in any way?

    Everything on the public Internet is. Anyone can set up a bot that just scrapes and archives everything on the Internet that it can find; and governments certainly have the resources to do so!

    Is it kept in a log or a database on ferdiverse instances?

    Potentially.

    With governments across the globe increasingly surveiling us online and scrutinizing everything we say, I’m starting to think I should plainly delete any account that has personally identifiable information like my real name and photo. I initially thought it would be easier to connect with family and friends, but now I’m growing increasingly worried about how this can be used against me.

    Posting things on the public Internet, especially under one’s real name, inherently comes with that risk. Always has.





  • The etymology is that a “datum” (the plural of which is data) is something that is “given”.

    So data is information that has been given.

    In computers, data (information) is stored in bits (zeroes and ones). Eight bits are a byte, a billion bytes are a gigabyte, so the plan you describe allows you to download (or transmit overall?) 2*8*1000000000 = 16000000000 ones or zeroes that are used to encode data for computers (which they will decode into text, images, videos, whatever).


  • It’s the same for me honestly. Reading fiction isn’t enjoyable for me most of the time, though reading nonfiction (ie learning about the world) absolutely is.

    I remember this being somewhat different in my childhood, and my hypothesis is that the fact we got somewhat uninteresting fiction reading assignments in school killed my interest in it.

    It’s not screens vs books because I have tried reading fiction on my phone or tablet too, no difference.













  • Considering SteamOS includes Valve’s proprietary bits for the Steam client, this likely still applies to Valve and any hardware shipping with SteamOS

    Where is the line? Most Linux distros have some nonfree software too, does it apply to them?

    IMHO the correct legal and constitutional analysis ought to be: distributing software, in either source or binary form, is free speech protected under the US constitution as well as state constitutions. Therefore the government cannot pass laws requiring that operating systems, in general, implement certain features, doesn’t matter which.

    What the government can do is engage in product regulation. It can require that operating systems preinstalled on devices sold in their jurisdiction have certain features. The correct thing to do wouldn’t have been to distinguish FOSS from nonfree operating systems, but operating systems preinstalled on devices from those distributed on the Internet which the user needs to install. That would have covered Android, iOS, macOS and Windows, which is obviously what the legislators were thinking of.




  • In many cases it’s both.

    Most western legal systems work in this way: there are two separate domains of law: criminal law and civil law. Explained in a very simplified way:

    Criminal law is about people having done wrong things to society as a whole. Prosecuting crimes is the job of the state (prosecutor) and not (usually) of the victim. People who do things that are defined as crimes may be imprisoned, or they may be fined (forced to pay money to the state). There are also crimes that do not directly have victims, but you can still be fined or imprisoned for committing them. Most offenses against traffic law are like that, e.g. who is the victim of someone driving too fast…?

    Civil law is about how people treat each other. More specifically, tort law is about people doing wrong things to each other. If a person has harmed another person (even if it wasn’t a criminal offense, which may have higher standards of proof or intention), the victim can sue the offender in a civil court in order to collect damages. But that requires the victim taking action; neither you nor the state can usually take civil action against someone who didn’t harm you, only someone else.

    In some legal systems it’s possible that those things can be combined to some extent, for example someone convicted of a crime may also be ordered to pay damages to the victim at the same time. In others they are completely separate.