Ask HN: Tech News Weekly Roundup?
2 pointsby Alexqw854 comments
https://youtu.be/cgzl1Sai4Y0?t=25
* What did you learn in school today? - Pete Seeger https://www.youtube.com/watch?v=VucczIg98Gw
* Buy a Gun for Your Son - Tom Paxton https://youtu.be/WphNO24h9nA?t=51 TMPDIR=$(BASEDIR)/tmp
THEME=$(BASEDIR)/theme
THEME_CSS=$(THEME)/css
THEME_FONT=$(THEME)/fonts
THEME_JS=$(THEME)/js
VER_BOOTSTRAP=3.3.6
VER_FONTAWESOME=4.5.0
VER_JQUERY=2.2.1
updatedeps: $(TMPDIR) bootstrap fontawesome jquery
bootstrap:
curl -L -o $(TMPDIR)/bs.zip https://github.com/twbs/bootstrap/releases/download/v$(VER_BOOTSTRAP)/bootstrap-$(VER_BOOTSTRAP)-dist.zip
unzip -j $(TMPDIR)/bs.zip bootstrap-*/js/bootstrap.min.js -d $(THEME_JS)
unzip -j $(TMPDIR)/bs.zip bootstrap-*/css/bootstrap.min.css -d $(THEME_CSS)
fontawesome:
curl -L -o $(TMPDIR)/fa.zip https://fortawesome.github.io/Font-Awesome/assets/font-awesome-$(VER_FONTAWESOME).zip
unzip -j $(TMPDIR)/fa.zip font-awesome-*/css/*.min.css -d $(THEME_CSS)
unzip -j $(TMPDIR)/fa.zip font-awesome-*/fonts/*webfont* -d $(THEME_FONT)
jquery:
curl -L -o $(THEME_JS)/jquery.min.js http://code.jquery.com/jquery-$(VER_JQUERY).min.js
This is not directly related to the topic of Fluoride, but Iodine was actually initially introduced to reduce goiters. The mental benefits were a wonderful, unexpected side-effect. Studies have put the effects anywhere between 8-15 IQ bump for populations that were Iodine deficient. Pretty jaw dropping when you think about it.