Yay, plurals accepted! :D
It took me a long time to comprehend that most people don't need to be friends first to feel attraction.
Can bisexual people have any friends 🤔
C's compiler prevents common type bugs and handles things like register allocation for you? So does skill.
If it's paid, you're actually still the product
Governments could bribe or steal from certificate authorities (CAs) to host a copy of the website while your device still says it's encrypted and secured. Then they can change that key (random looking characters) on the website, which is used for encrypting information so that only the journalists can decrypt what you sent for confidentiality, but if the government changes it to their own key then they can decrypt it and catch you. Having it physically printed means now they'd have to change that too somehow, which is much harder and especially hard to target only to specific people so nobody finds out they were trying to spy.
I thought the joke here was that your unbalanced parentheses would make me angry (they did))
Sleeping outside is a crime. Sleeping inside is trespassing and also a crime.
Now, I can't find legal text specifically banning that sort of thing, but that definitely seems like a "bill of attainder" and against the spirit of the 8th amendment to to the US constitution. Of course, I know the courts don't actually care, but if they had spines they would.
It makes more sense if you think of const
as "read-only". Volatile just means the compiler can't make the assumption that the compiler is the only thing that can modify the variable. A const volatile
variable can return different results when read different times.
okay, let me elaborate: the hardware acceleration requires custom software to interact with it yes, BUT, they probably still use ffmpeg and just pass
-vcodec custom_thing
to it