You Should Know

61 readers
13 users here now

What do you know the rest of us might not?

Please share interesting facts that help provide a more complete picture of the world we're living in.

  1. Posts and comments must be true and supported by verified, factual evidence

  2. Posts must begin with the acronym "YSK"

  3. No misinformation/propaganda/alarmist claims

  4. Be civil to other users

Please report any violations

founded 2 weeks ago
MODERATORS
1
 
 

This makes it much easier to set your screen's brightness to a comfortable level at each time of the day.

(For Windows, see the very bottom of this post.)

On Linux, if you currently have no keyboard shortcuts for that available, a good way to create them is via ddcutil. Once you have ddcutil installed, have your displays' properties printed in the command line by typing ddcutil detect.

This should show you a list of parameters for each of the displays you have connected. For a display of your choice, try these commands:

ddcutil -n <Serial number> setvcp 10 - 5 # reduces brightness by 5 %
ddcutil -n <Serial number> setvcp 10 + 5 # increases brightness by 5 %

ddcutil -n <Serial number> setvcp 12 - 10 # reduces contrast by 10 %
ddcutil -n <Serial number> setvcp 12 + 10 # increases contrast by 10 %

ddcutil -n <Serial number> setvcp 10 0 # sets brightness to minimum
ddcutil -n <Serial number> setvcp 10 100 # sets brightness to maximum

If these commands all work, you can create in your desktop environment's settings (e.g. KDE) custom keyboard shortcuts that execute these commands. Personally, with my two displays and with dedicated "Brightness up" and "Brightness down" keys (macros) on my keyboard, I am using combinations with the modifiers Alt to address the secondary instead of the primary display, Shift, to adjust contrast instead of brightness, and Control to set an absolute value (0% or 100%) instead of going by increments.


Further notes:

Instead of addressing your displays via their serial number, you can also address your display via most other parameters shown in ddcutil detect by using another option than -n, e.g. via bus number or manufacturer name, but I've found that bus number is not persistent over the years, and manufacturer name ("Mfg id") may contain spaces which may lead to problems.

A full list of all other possible vcp commands (the numbers after setvcp) can be obtained through ddcutil vcpinfo.

If you're using a laptop, brightness adjustments for its internal screen are of course almost always a no-brainer.


On Windows 10 and perhaps 11 as well, you can apparently do the following:

Step 1: Press the Win + A to open the Action Center.

Step 2: Press Shift + Tab to select the brightness slider.

Step 3: Use the left and right arrow keys to adjust the screen brightness.

2
 
 

psilocybin, the active ingredient in magic mushrooms, has proven itself to be effective against depression and physiologically safe. there are over 100 therapeutic psychedelic experiments going through the FDA approval process since the breakthrough status designation.

"At Day 21, following the second dose, 53% and 44% of patients in the 12 mg and 16 mg groups, respectively, were classified as responders (achieving a 50% or greater reduction in MADRS scores). By Day 126 (four months after the initial dose), the percentage of responders increased to 75% in both dosing groups."

https://www.pharmacytimes.com/view/fda-breakthrough-therapy-designation-granted-to-novel-psychedelic-molecule-cyb003-for-major-depressive-disorder

https://pubmed.ncbi.nlm.nih.gov/37247807/

3
 
 

caffeine only needs 190 mg per kilogram of body weight to have a 50/50 chance of killing you, whereas you would need 280 mg per kilogram of body weight of psilocybin.

caffeine

psilocybin

4
 
 

Weird that the nearly ubiquitous US pay-for- stay incarceration policy is never mentioned on TV, huh?

5
 
 

A conspiracy is "an unlawful, harmful, or evil plan formulated in secret by two or more persons; plot."

A conspiracy is not inherently fictional or nonfictional, it is a plan secretly devised by multiple people for an often harmful purpose.

In the same way books can be fictional and nonfictional, conspiracies can be fictional and nonfictional.

Fictional book: Harry Potter

Nonfictional book: The Diary of Anne Frank

Fictional conspiracy: Vaccines contain microchips - there is no evidence supporting this claim.

Nonfictional conspiracy: The Fake Electors plot - a documented and testified to attempt to steal the 2020 US presidency by Taco and friends by lying about the US election results

Nonfiction accounts are supported by verifiable, corroborated evidence.and has no rational basis for dispute

Why YSK: I see many posts and comments conflating the word "conspiracy" with "fictional scheme", which is not at all what the word "conspiracy" means.