Difference between revisions of "2015 Reading List"
From Aicip
(Tag: Visual edit) |
m (Tag: Visual edit) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
* [http://www.nextplatform.com/2015/11/16/openpower-accelerated-computing-will-be-the-new-normal/ OpenPower: Accelerated Computing Will Be The New Normal] | * [http://www.nextplatform.com/2015/11/16/openpower-accelerated-computing-will-be-the-new-normal/ OpenPower: Accelerated Computing Will Be The New Normal] | ||
* [http://www.nextplatform.com/2015/11/23/tuning-up-arm-to-do-the-hpc-math/ Tuning Up ARM To Do the HPC Math] | * [http://www.nextplatform.com/2015/11/23/tuning-up-arm-to-do-the-hpc-math/ Tuning Up ARM To Do the HPC Math] | ||
+ | * [https://www.youtube.com/watch?v=G-CKVxR8nCM Python on AMD GPU (Youtube)] | ||
+ | * [http://www.zdnet.com/article/what-we-learned-about-ssds-in-2015/ What we learned on SSD 2015] | ||
+ | |||
+ | == Big Data == | ||
+ | * [http://research.google.com/archive/sawzall.html Interpreting Data: Parallel Data with Sawzall] | ||
== File System == | == File System == | ||
* [http://danluu.com/file-consistency Files Are Hard] | * [http://danluu.com/file-consistency Files Are Hard] | ||
+ | * [http://epickrram.blogspot.com.br/2015/12/journalling-revisited.html Journaling Revisited] | ||
== Programming == | == Programming == | ||
+ | * [https://www.ibm.com/developerworks/community/blogs/jfp/entry/Python_Meets_Julia_Micro_Performance?utm_source=Python+Weekly+Newsletter&utm_campaign=d12954b7c3-Python_Weekly_Issue_222_December_17_2015&utm_medium=email&utm_term=0_9e26887fc5-d12954b7c3-299009 Python vs. Julie] | ||
* [http://www.devdungeon.com/content/working-binary-data-python Working with Binary Data in Python] | * [http://www.devdungeon.com/content/working-binary-data-python Working with Binary Data in Python] | ||
+ | * [http://flothesof.github.io/smile-recognition.html Smile Recognition with OpenCV] | ||
+ | * [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | ||
+ | * [https://github.com/arrayfire/arrayfire-python Python Binding for ArrayFire (General Purpose GPU Library)] | ||
+ | * [http://www.snarky.ca/why-python-3-exists Why Python 3 Exists?] | ||
+ | |||
+ | == Misc == | ||
+ | * [https://medium.com/swlh/best-of-2015-pfffffffft-79d9b014f4de#.s9fako98d 50 Best HackerNews Post of 2015] |
Latest revision as of 17:02, 30 December 2015
Contents |
HPC
- OpenPower: Accelerated Computing Will Be The New Normal
- Tuning Up ARM To Do the HPC Math
- Python on AMD GPU (Youtube)
- What we learned on SSD 2015
Big Data
File System
Programming
- Python vs. Julie
- Working with Binary Data in Python
- Smile Recognition with OpenCV
- Pybind11, for C++11 binding
- Python Binding for ArrayFire (General Purpose GPU Library)
- Why Python 3 Exists?