csmr's blox
https://www.france24.com/en/
https://www.ilmatieteenlaitos.fi/uvi-ennuste
https://windy.com
math
rob501 Mathematics for Robotics https://github.com/michiganrobotics/rob501
understand fft http://www.altdevblogaday.com/2011/05/17/understanding-the-fourier-transform/
What every cs should know about floating point math http://docs.sun.com/source/806-3568/ncg_goldberg.html
math - beziers
A Primer on Bézier Curves https://pomax.github.io/bezierinfo/
BEZIER POLYNOMIAL CURVES http://www.cs.binghamton.edu/~reckert/460/bezier.htm
Bezier spline curves http://www.ibiblio.org/e-notes/Splines/Bezier.htm
Intersections of Two Bezier Curves http://truetex.com/bezint.html
Bezier clipping http://stackoverflow.com/questions/109364/bezier-clipping
Luc Devroye's bezier page http://cg.scs.carleton.ca/~luc/bezier.html
bitstring gem http://gemcutter.org/gems/bitstring
geometry
Bentley-Ottmann line intersection solver http://en.wikipedia.org/wiki/Bentley%E2%80%93Ottmann_algorithm
Kevin Lindsey's geometry JS sources http://www.kevlindev.com/geometry/index.htm
general coding
design patterns for dynamic languages http://www.norvig.com/design-patterns/
Let over lambda -book http://letoverlambda.com/index.cl
videos
Confreaks http://www.confreaks.com/
Carnegie Science Multimedia http://www.ciw.edu/multimedia_content
Khan Academy http://www.khanacademy.org/
MIT OCW http://ocw.mit.edu/OcwWeb/web/courses/av/
The Science Network http://thesciencenetwork.org/
webcast.berkeley http://webcast.berkeley.edu/
UNC http://nccphp.sph.unc.edu/training/training_list/
Youtube University Channel http://www.youtube.com/education?b=400
art
https://www.samuliheimonen.com/
http://www.fractalyze.blogspot.com/
context free http://www.contextfreeart.org/index.html
speech forgery http://motherboard.vice.com/read/after-20-minutes-of-listening-new-adobe-tool-can-make-you-say-anything
music-theory
Solfege - linux ear training https://www.gnu.org/software/solfege/
http://puppylinux.org/wikka/PuppyStudio
http://trainer.thetamusic.com/
online sight reading ttps://sightreadingfactory.com/
Privacy, Invasion of such, Spying
https://guce.oath.com/consent
http://bgr.com/2016/11/01/nsa-leak-hacked-websites/
https://theintercept.com/2014/02/24/jtrig-manipulation/
Bash
Unix Shell initialization https://github.com/rbenv/rbenv/wiki/Unix-shell-initialization
redirection, 2&>1, pipes, etc http://wiki.bash-hackers.org/howto/redirection_tutorial
common bash pitfalls http://mywiki.wooledge.org/BashPitfalls
Rust stuff
Parsing decimals 4 times faster https://cantortrading.fi/rust_decimal_str/
Cargo book https://doc.rust-lang.org/cargo/guide/tests.html
calx, Rust game programming lib https://github.com/rsaarelm/calx
(OCa)ml
Real World OCaml https://realworldocaml.org/v1/en/html/a-guided-tour.html
my finnish article https://fi.wikipedia.org/wiki/OCaml
Minsky's video on ML http://vimeo.com/14313378
Linux
SSH Certificates https://smallstep.com/blog/use-ssh-certificates/
"It mounts what its told to" - gigolo network drive manager http://www.uvena.de/gigolo/
Javascript
quick api https://dzone.com/articles/deploy-your-node-express-app-on-heroku-in-8-easy-s
esbuild packager https://github.com/evanw/esbuild
panolens panorama viewer https://pchen66.github.io/Panolens
jsdom https://github.com/jsdom/jsdom
Turf for geospatial analysis https://github.com/Turfjs/turf
Yeoman generators http://yeoman.io/generators/
underscore http://underscorejs.org/docs/underscore.html
backbone http://backbonejs.org/
SVG js http://documentup.com/wout/svg.js
js lambdas http://lamb.cc/blog/javascript-lambdas/
JSONQuery http://docs.persvr.org/documentation/jsonquery
node.js http://nodejs.org/
jscoverage http://siliconforks.com/jscoverage/
Basic Javascript reference
https://developer.mozilla.org/en/JavaScript
www.crockford.com/javascript/
http://speakingjs.com/es5/index.html
http://phrogz.net/ObjJob/
http://msdn.microsoft.com/en-us/library/yek4tbz0%28VS.85%29.aspx
web
unicode http://csmr.kapsi.fi/unicode-fun.html
flatstrap css https://github.com/littlesparkvt/flatstrap/archive/master.zip
css3 text flow ctrl http://www.adobe.com/devnet/html5/articles/css3-regions.html
mongrel2 app serv http://mongrel2.org/home#languages
Testing
browser automation https://github.com/syscolabs/kasaya
rubystuff
2021
http://roda.jeremyevans.net/
2013
puma - fast webserver http://puma.io
tour of the ruby mri source http://www.rubyinside.com/ruby-mri-code-walk-tour-6020.html
jruby version 1.7.1 (~mri 1.9.3) http://www.jruby.org/2012/12/03/jruby-1-7-1
event machine http://eventmachine.rubyforge.org/EventMachine.html
convert-between-xml-hash-yaml-json http://dirk.net/2010/08/05/convert-between-xml-hash-yaml-json-in-ruby-conversion-cheat-sheet/
graph https://github.com/seattlerb/graph/blob/bc749df7751cac76f223b59d5a17b791e4ebff61/lib/graph.rb
pry https://github.com/banister/pry/
yayl http://lloyd.github.com/yajl
James Edward Grey II http://blog.grayproductions.net/
Aaron Pattersson http://tenderlovemaking.com/
Yehuda Kats / metaprogramming http://yehudakatz.com/2009/11/15/metaprogramming-in-ruby-its-all-about-the-self/
_Why metaclasses http://dannytatom.github.com/metaid/
Open3 for stdin/out/err http://ruby-doc.org/stdlib/libdoc/open3/rdoc/index.html
iteration http://www.engineyard.com/blog/2010/iteration-shouldnt-spin-your-wheels/
ruby regexp http://rubular.com/
ruby bezierlib http://xrvg.rubyforge.org/
ruby gems
bitstring gem http://gemcutter.org/gems/bitstring