Difference between revisions of "2015 Reading List"
From Aicip
(Tag: Visual edit) |
m (Tag: Visual edit) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* [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)] | * [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 == | == Big Data == | ||
Line 14: | Line 15: | ||
== 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 == | ||
Line 21: | Line 23: | ||
* [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | * [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | ||
* [https://github.com/arrayfire/arrayfire-python Python Binding for ArrayFire (General Purpose GPU Library)] | * [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?