From b52e547d83e3e0ae76f676642305c1e44fb9eb6a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 11 Jun 2016 19:07:18 -0400 Subject: commit or merge remaining scratch/stub files --- scratch.txt | 80 +++++++++++++++++++++++++++++++++++++++++++ tmp/anonymization.txt | 13 ------- tmp/coop.page | 16 --------- tmp/numerical_computation.txt | 32 +++++++++++++++++ 4 files changed, 112 insertions(+), 29 deletions(-) create mode 100644 scratch.txt delete mode 100644 tmp/anonymization.txt delete mode 100644 tmp/coop.page create mode 100644 tmp/numerical_computation.txt diff --git a/scratch.txt b/scratch.txt new file mode 100644 index 0000000..8843b23 --- /dev/null +++ b/scratch.txt @@ -0,0 +1,80 @@ + +Anonymization +--------------------------------------------------------------------- + +"Policy and Law: Identifiability of de-identified data" +(includes, specifically, medial) +http://latanyasweeney.org/work/identifiability.html + +EFF de-anon tool for browsers +Netflix/IMDB dataset +search query dataset + +"how many bits" type of identification + +https://en.wikipedia.org/wiki/Data_anonymization +https://en.wikipedia.org/wiki/De-anonymization + +"Collapse" book notes +--------------------------------------------------------------------- + +"Lactational amenorrhea": temporary infertility after birthing when breast +feeding + + +Cooperatives ("Co-ops") +--------------------------------------------------------------------- +A coop is a social and educational institution as well as a mutual employer. + +A coop should not restrict the rights of it's employees any more than a regular +"citizen". Eg, contracts should have no non-compete provisions, no restrictions +on employee's activities and behavior outside of work, no muzzling effect on +blogging, etc. + +Some Tech Coops: + +* http://www.gaiahost.coop/ +* http://www.isthmuseng.com/ +* http://electricembers.net/aboutus.php + + +Julia (programming) +--------------------------------------------------------------------- + +reload("MyModule"); M = MyModule() + +then do, eg, M.myfunc(). Don't need to export stuff. + +*do* need to symlink the project dir into ~/.julia + +there is a way to recreate a new top-level "Main" module: workspace() + +the workspace() function in combination with include() kind of works + + +Programming Language Design +--------------------------------------------------------------------- + +Interesting accessible background: + +"specs (Lisp, ML, ALGOL, Ada, JS2, ES4, RnRS, Redex, POPLmark, Rust, K, +Comp/JSCert)" +http://graydon2.dreamwidth.org/1839.html + +"interactive scientific computing #1 of 2, pythonic parts" +http://graydon2.dreamwidth.org/3186.html + +"interactive scientific computing #2 of 2, goldilocks languages" +http://graydon2.dreamwidth.org/189377.html + +Makefiles +--------------------------------------------------------------------- + +https://gist.github.com/isaacs/62a2d1825d04437c6f08 + +Recursive Make and Variables... + +If using recursive make, it's good to review the rules about environment +variables, passing, exporting, etc: +http://web.mit.edu/gnu/doc/html/make_5.html#SEC50 + diff --git a/tmp/anonymization.txt b/tmp/anonymization.txt deleted file mode 100644 index cb6fc86..0000000 --- a/tmp/anonymization.txt +++ /dev/null @@ -1,13 +0,0 @@ - -"Policy and Law: Identifiability of de-identified data" -(includes, specifically, medial) -http://latanyasweeney.org/work/identifiability.html - -EFF de-anon tool for browsers -Netflix/IMDB dataset -search query dataset - -"how many bits" type of identification - -https://en.wikipedia.org/wiki/Data_anonymization -https://en.wikipedia.org/wiki/De-anonymization diff --git a/tmp/coop.page b/tmp/coop.page deleted file mode 100644 index 92e806f..0000000 --- a/tmp/coop.page +++ /dev/null @@ -1,16 +0,0 @@ -A coop is a social and educational institution as well as a mutual employer. - -A coop should not restrict the rights of it's employees any more than a regular -"citizen". Eg, contracts should have no non-compete provisions, no restrictions -on employee's activities and behavior outside of work, no muzzling effect on -blogging, etc. - -Tech Coops -------------- - -http://www.gaiahost.coop/ - -http://www.isthmuseng.com/ - -http://electricembers.net/aboutus.php - diff --git a/tmp/numerical_computation.txt b/tmp/numerical_computation.txt new file mode 100644 index 0000000..ca606b9 --- /dev/null +++ b/tmp/numerical_computation.txt @@ -0,0 +1,32 @@ + +Link Dump on Numerical Computation Topics +============================================ + +"Issues in Numerical Computing With Java" (NIST) +http://math.nist.gov/javanumerics/reports/issues.html#StandardInterfaces + +"Guide to Available Mathematical Software" +http://gams.nist.gov/ + +netlib + +http://math.nist.gov/MatrixMarket/ + +"Tools for Evaluating Mathematical and Statistical Software" (NIST dept) +http://math.nist.gov/temss/ + +"Statistical Reference Datasets" (NIST) +http://www.itl.nist.gov/div898/strd/ + +"Digital Library of Mathematical Functions" software comparison page +http://dlmf.nist.gov/software/ + +"Computer Physics Communications Program Library" +http://www.cpc.cs.qub.ac.uk/ + +"The Table Maker's Dilemma: our search for worst cases" +http://perso.ens-lyon.fr/jean-michel.muller/Intro-to-TMD.htm + +Third-Party Commercial Libraries: + http://www.nag.com/library_details_table + http://www.roguewave.com/products-services/imsl-numerical-libraries -- cgit v1.2.3