DIY Solid Shampoo Bar Recipe – Wellness Mama

https://wellnessmama.com/26682/shampoo-bar-recipe/

Linux admin

How did you get your start?
byu/clapifyoulovedynamo inlinuxadmin

Aws howto

So, you want to learn AWS? AKA, “How do I learn to be a Cloud Engineer?”
byu/SpectralCoding insysadmin

everything about racks

Racks:
• 19″ standard called EIA-310-E, which is essentially equivalent to IEC-60297-3-100 or DIN 41494
• 1U = 1.75″, 42U means that any combination up to 42 (21 x2U, 7 x 6U, etc). Common sizes 42U, 45U and 48U

• Cage nuts and rails – 2-4 rails, cage nuts go into square hole on the rack to receive screws. Round holes are threaded.
• Wheels vs slides ???
• Doors vs no doors – affects ventilation, back doors are split, hot rows vs cold rows,
• Sides vs no sides – baying them together = bolting several racks together so that the hot side is kept separate from the cool side.
• Weight issues on flooring static vs dynamic rating for weight, could be the same if heavy castors
○ When rolling a rack, with or without installed equipment, you should always push it away from you—not pull it toward you. Push along its longest axis, which is almost always from front to back or back to front.
• Space issues for servicing-
○ Width: standardized 24″ wide, some 30″ wide;
○ Depth: 42″ deep but sometimes 48″ deep. Mid-depth 36″, shallow depth 32″
○ Doors split in back for clearance
• Space issues within –
○ Mount PDUs vert/horz – vertical uses no rack space and is called 0U
○ Cable management
Cooling – computer room air conditioners (CRACs). Using “close-coupled” CRACs can increase efficiency compared to traditional perimeter CRACs.

Is this still the best PowerShell guideline for styling/format?

https://github.com/PoshCode/PowerShellPracticeAndStyle

getting started with vs code

why not go all the way in?

How to get Smarter: A guide to critical thinking, cognitive biases, and logical fallacies – Part 6 (Doublespeak, Groupthink, Tribalism, Bandwagon, Political Correctness)

http://lifelessons.co/personal-development/howtogetsmarterpart6/

New treatments for Depression article

Vox artcle

For more than 30 years, we have collectively told one primary story about depression and anxiety. When I was a teenager and I went to my doctor and explained I felt distress was pouring out of me uncontrollably, like a foul smell, he told me a story.

Functional JavaScript

* Mori
* Immutable (from Facebook)
* Underscore
* Lodash
* Ramda

Introduction to functional programming by Mary Rose Cook (examples in Python)

A Practical Introduction To Functional Programming (Javascript)

ganache cli on ubuntu 16.04 in 2018

#### install ganache-cli 20 jan 2018 rca

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash –
sudo apt-get install nodejs
npm -v
node -v

sudo npm install ganache-cli

sudo ln -s ~rca/node_modules/.bin/ganache-cli /usr/local/bin/ganache-cli

echo “Start with ganache-cli”

Return top

Geek

I've seen things. Now I'm gonna write about them.