Difference between revisions of "2016 Reading List"
From Aicip
m (Tag: Visual edit) |
m (Tag: Visual edit) |
||
Line 22: | Line 22: | ||
** [http://www.oreilly.com/openbook/make3/book/index.csp Oreilly GNU Make Open Book] | ** [http://www.oreilly.com/openbook/make3/book/index.csp Oreilly GNU Make Open Book] | ||
* Open source book: [https://www.sig.eu/en/building-maintainable-software building maintainable software] | * Open source book: [https://www.sig.eu/en/building-maintainable-software building maintainable software] | ||
+ | * Andrei Alexandrescu: [https://www.youtube.com/watch?v=ph7FP0LnmcA Write Fast Code] |
Revision as of 14:34, 22 January 2016
HPC
Storage and File System
- LWN: Ensuring data reaches disk
- UBI Design
- Future supercomputers grows out of file systems, into DAOS
- The slow death of parallel file system
Data Analysis
Programming
- One second code
- Vim and Python: Match made in Heaven
- Why Python 3 Exists?
- SpaceMacs, Emacs front
- New String Formatting in Python (the f-string)
- 100 days of swift
- How to C (as of 2016)
- Sophia's Python Binding
- Minimal Make
- Open source book: building maintainable software
- Andrei Alexandrescu: Write Fast Code