You use the cleaning function first, then the dry function. Don't just dry the shit on there (well, maybe you would, but everyone else washes first, that's the point of a bidet).

Mostly correct. Trump was found guilty of significantly inflating the value of his properties already. There are still charges over falsification of business records, insurance fraud, and conspiracy to commit fraud. Those don't have guilty verdicts yet. Damages haven't been decided, as you note.

It's also worth noting that this is a civil trial. That means that refusal to answer questions can result in "adverse inference" where the assumption will be that the worst possible answer was given (an admission of guilt). It may still be worthwhile to refuse to answer, e.g. under 5th amendment protections to avoid incriminating oneself on criminal charges. Criminal charges can be brought based on testimony given in civil trials, but adverse inference isn't enough to get criminal charges.

#define max(x,y) ( { __auto_type __x = (x); __auto_type __y = (y); __x > __y ? __x : __y; })

GNU C. Also works with Clang. Avoids evaluating the arguments multiple times. The optimizer will convert the branch into a conditional move, if it doesn't I'd replace the ternary with the "bit hacker 2" version.

Same. I'd rather pay than have advertising.

If you can't stop within the range of visibility, you're driving faster than road conditions allow. That part is on the driver. The lack of barriers or warnings is on the municipality.

Because AIs are (partly) trained by making AI detectors. If an AI can be distinguished from a natural intelligence, it's not good enough at emulating intelligence. If an AI detector can reliably distinguish AI from humans, the AI companies will use that detector to train their next AI.

They also separate concerns better than classical distros. Executable binaries & libraries are separate from configuration which is separate from data. It makes backups much simpler, makes configuring new machines easier than something like Ansible, etc.

They were pushing that line before the civil war. Claimed that forcing Christianity on them made up for the slavery.

It's especially funny because systemd isn't one program any more than GNU is. It's a project. systemd-initd handles init. systemd-journald handles journal logs. systemd-resolved handles DNS resolution. Etc. Each systemd daemon has one area of responsibility!

Yip. Everything is always going to shit, but manure makes good fertilizer.

Encrypt then sign. Always authenticate before any other operations like decryption. Don't violate the cryptographic doom principle.

1: Anything that's federated is public (to instance admins) and can't be reliably deleted.

For ActivityPub, that's pretty much everything except user account.

For email (SMTP) that's sender, recipient, subject, and usually body.

Etc. Instance admins can log whatever they want. Laws like the GDPR or CCPA don't apply to all instances.

2: User signup is much harder because choice paralysis over which instance to join often sets in. That in turn leads to default recommendations, resulting in centralization in a few instances. E.g. lemmy.world, beehaw.org, sh.itjust.works, lemmy.ml for lemmy, Gmail, Apple mail, MS Live email, AWS email options for email.

view more: next ›

Eufalconimorph

joined 2 years ago