I don't need pubic har in my face.

Speak for yourself.

34
relatively easy to unwrap it (lemmy.cringecollective.io)
65
relatively easy to unwrap it (lemmy.cringecollective.io)

Doctors in the US never ever prescribe herbs or supplements. On rare occasions when you have a legitimate vitamin deficiency, verified by blood work, they will prescribe medical grade vitamin tablets, from a pharmacy that has actually tested the vitamin content of the product. Vitamin D deficiency is quite common, and while rare, scurvy (vitamin C deficiency) can happen if someone is malnourished.

My doctor has told me on more that one occasion that herbal supplements are completely unregulated, many don't contain even a bit of the claimed herb, and sometimes have legitimately harmful plants mixed in, as if someone just gathered a bunch of weeds, dried and ground them up.

False. If the flesh covering the skull has decayed there's a good chance the brain tissue has also decomposed or been eaten by insects.

Also it's called craniotomy or possibly osteotomy not an "incision".

153
111

Probably never had a Pan-Galactic Gargle Blaster or ducked and turned to defeat a Somebody Else's Problem Field either.

  1. There is always some level of distrust of secretive organizations like the NSA/FBI/CIA/
  2. Usually it's the previous gen / obsolete tech filters out of them, because they do want people to protect themselves a bit. I'd almost guarantee they have better / more advanced tools they aren't sharing.

if by "most" you mean "a scant few applications that can't tolerate it" then sure. US to Germany pings are currently ~120ms. Not many things that can't tolerate 500ms outside of gaming.

[-] listless@lemmy.cringecollective.io 2 points 3 weeks ago* (last edited 3 weeks ago)

And there's your problem. You're echoing using double quotes which will interpret characters. Don't do that. That's a bug. cat or cp the file to the destination; printf if the contents are all in that variable.

Here's what I'm reading:

startup-script line 27 threw the error.

I'm reading this and interpreting that line 27 of that script is

sudo echo "# FYI quotes(") must be escaped with \ like \"

I am confused why there is no trailing double quote, the last 3 chars should be \"" so perhaps this is a bad assumption but the best I can do with the available information.

So the fix here is to change startup-script line 27 so that you're not echoing things that might contain characters that might be interpreted by echo or your shell.

Now if startup-script is provided by your distro, there may be a reason that it's using echo, but I will tell you now whatever dipshit reason they provide they're fucking wrong because EXHIBIT A: # " fucks the script and rule 0 of linux is "don't break userspace".

Everything else allows any printable char after the # in a comment, that script is not special, comments are not to be interpreted by the program. That is a show-stopping bug in startup-script and must be fixed.

EOF

145
know your history (lemmy.cringecollective.io)
272
know your history (lemmy.cringecollective.io)

i think the real error was that you started the echo with a double quote and ended with a single quote. had you properly wrapped it with single quotes it would have worked. even if you had escaped the double quote, there still would have been an error because you'd have a multi-line string with no ending " (the 2nd double quote was properly escaped so that would not have terminated your string)

Also, you didn't escape your slashes.

Either it should have looked like this:

echo '# FYI quotes(") must be escaped with \ like \"'

or this:

echo "# FYI quotes(\") must be escaped with \\ like \\\""

Don't forget the best place to whistleblow and/or change the system is from within. Privacy minded people can better influence what policies and practices happen at a company when they work there.

I have a nice group of friends who will remain nameless. They are pretty good people.

๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ

389

cross-posted from: https://lemmy.cringecollective.io/post/75583

why isn't it ok? why????

Meme "the number of people who think this is an abomination" over a photo of a USB-A to USB-A cable, "but think this is perfectly acceptable" over a photo of a USB-C to USB-C cable, "makes me sick."

226
549
don't ever change you're perfect (lemmy.cringecollective.io)

cross-posted from: https://lemmy.cringecollective.io/post/43035

don't ever change baby you're the best

295
the struggle is real (lemmy.cringecollective.io)

cross-posted from: https://lemmy.cringecollective.io/post/24212

the struggle is real

146
the struggle is real (lemmy.cringecollective.io)

cross-posted from: https://lemmy.cringecollective.io/post/24212

the struggle is real

438
neither will moving to the cloud (lemmy.cringecollective.io)
view more: next โ€บ

listless

joined 4 months ago