You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reading/README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,11 @@ There is a ton of links to extra reading and videos through out the material. Oc
81
81
[Logs and Metrics](https://medium.com/@cindysridharan/logs-and-metrics-6d34d3026e38) - Cindy Sridharan
82
82
[The deep synergy between testability and good design](https://www.youtube.com/watch?reload=9&feature=share&v=4cVZvoFGJTU&app=desktop) - Michael Feathers
83
83
84
-
### Vendoring / Versioning
84
+
### Vendoring / Versioning / Modules
85
85
86
86
[How one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript](http://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos)
87
87
[The End of Software Versions](http://hintjens.com/blog:85) - Pieter Hintjens
88
+
[Transparent Logs for Skeptical Clients](https://research.swtch.com/tlog) - Russ Cox
88
89
89
90
### Profiling, Debugging and Optimization
90
91
@@ -176,6 +177,11 @@ There is a ton of links to extra reading and videos through out the material. Oc
176
177
[Designing Cluster Schedulers for Internet-Scale Services](https://queue.acm.org/detail.cfm?id=3199609) - Diptanu Gon Choudhury and Timothy Perrett
177
178
[Observations on Buffering](https://grimoire.ca/dev/buffers) - Owen Grimoire
178
179
180
+
### Specter
181
+
182
+
[An analysis of side-channels and speculative execution](https://arxiv.org/pdf/1902.05178.pdf) - White Paper
183
+
[ Hiding Malware in Speculative Execution](https://www.ndss-symposium.org/wp-content/uploads/2019/02/ndss2019_02B-5_Wampler_paper.pdf) - White Paper
184
+
179
185
### Go Assembly
180
186
181
187
[Go Assembly by Example](http://davidwong.fr/goasm/) - David Wong
@@ -205,6 +211,7 @@ There is a ton of links to extra reading and videos through out the material. Oc
205
211
[No Silver Bullet: Essence and Accidents of Software Engineering](http://www.cs.nott.ac.uk/~pszcah/G51ISS/Documents/NoSilverBullet.html) - Frederick P. Brooks, Jr.
206
212
[Psychology of Code Readability](https://medium.com/@egonelbre/psychology-of-code-readability-d23b1ff1258a) - Egon Elbre
207
213
[Divide By Zero](https://www.hillelwayne.com/post/divide-by-zero/) - Hillel Wayne
214
+
[Secrecy, Authentication, and Public Key Systems](http://www.merkle.com/papers/Thesis1979.pdf) - Ralph Merkle
208
215
209
216
### Must Read
210
217
@@ -261,6 +268,7 @@ This content can be found under [pointers](../topics/go/language/pointers). We f
0 commit comments