Skip to content

Instantly share code, notes, and snippets.

View pcnoic's full-sized avatar
🌍
Working from planet earth

Christos Alexiou pcnoic

🌍
Working from planet earth
View GitHub Profile

Summary

(research articles with TLDRs are at the end of this document)

Vitamin D

  • Get at least 30 minutes of summer sun (or "equivalent") each day, without sunscreen**, to allow the body to produce proper levels of Vitamin D and other chemicals (nitric oxide/etc) naturally.
  • If must supplement, get at least 5,000 IU/day, combine with K2 to prevent calcium accumulation in the blood, and consume with a fat to ensure proper absorption.
  • Target: 50-75ng/ml blood level.
  • We don't need to worry much about overdosing on D3
  • No LD50 (median lethal dose) has been calculated for humans but researchers use dog values as estimates, which means we would need to take 3,500 50,000IU capsules within 24 hours to have a 50% chance of dying.
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
@s4l1h
s4l1h / nginx.conf
Created April 28, 2012 14:22
/etc/nginx/nginx.conf
user www-data;
worker_processes 8;
worker_rlimit_nofile 5120000;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
# multi_accept on;