forked from nevillelyh/nevillelyh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
552 lines (454 loc) · 29.9 KB
/
index2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Das Keyboard Shredder</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://www.lyh.me">
<meta name="author" content="Neville Li" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="Das Keyboard Shredder" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="Das Keyboard Shredder"/>
<meta property="og:url" content="https://www.lyh.me"/>
<meta property="og:description" content="Das Keyboard Shredder"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://www.lyh.me/theme/css/bootstrap.min.css" type="text/css"/>
<link href="https://www.lyh.me/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://www.lyh.me/theme/css/pygments/monokai.css" rel="stylesheet">
<link href="https://www.lyh.me/theme/css/typogrify.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.lyh.me/theme/css/style.css" type="text/css"/>
<link href="https://www.lyh.me/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Das Keyboard Shredder ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://www.lyh.me/" class="navbar-brand">
Das Keyboard Shredder </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.lyh.me/pages/about-me.html">
About Me
</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<!-- Content Container -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="https://www.lyh.me/scio-at-scala-by-the-bay.html">Scio at Scala by the Bay</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2016-11-14T13:04:00-05:00"> Mon 14 November 2016</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/data.html">data</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/scio.html">scio</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>It’s been 7 months since we first announced <a href="https://github.com/spotify/scio">Scio</a> at <a href="https://cloudplatformonline.com/NEXT2016.html"><span class="caps">GCPNEXT16</span></a>. There’re now dozens of internal teams and a couple of other companies using Scio to run hundreds of pipelines on a daily basis. Within <a href="https://www.spotify.com/">Spotify</a>, Scio is now the prefered framework for building new data pipelines on <a href="http://cloud.google.com/">Google Cloud Platform</a>. We’ve also made 19 released and added tons of features and improvements. Below is a list of some notable ones.</p>
<ul>
<li>Interactive <span class="caps">REPL</span></li>
<li>Type safe BigQuery macro improvements and <a href="https://github.com/spotify/scio-idea-plugin">Scio-<span class="caps">IDEA</span>-plugin</a></li>
<li>BigQuery <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/">standard <span class="caps">SQL</span> 2011 syntax</a> support</li>
<li><span class="caps">HDFS</span> source and sink</li>
<li>Avro file compression support</li>
<li>Bigtable multi-table sink and utility for cluster scaling</li>
<li>Protobuf file support and usability improvements</li>
<li>Accumulator usability improvements</li>
<li>End-to-end testing utilities and matchers improvements</li>
<li>Join performance improvements and skewed join</li>
<li>Metrics interface and enhancements</li>
</ul>
<p>I talked about Scio at <a href="http://scala.bythebay.io/">Scala by the Bay</a> last week and here are the slides.</p>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/13tC6anQaZpNE8" width="800" height="490" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
<p><div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/sinisalyh/scio-a-scala-api-for-google-cloud-dataflow-apache-beam" title="Scio - A Scala API for Google Cloud Dataflow & Apache Beam" target="_blank">Scio - A Scala <span class="caps">API</span> for Google Cloud Dataflow <span class="amp">&</span> Apache Beam</a> </strong> from <strong><a target="_blank" href="//www.slideshare.net/sinisalyh">Neville Li</a></strong> </div></p>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/scio-at-scala-by-the-bay.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/semigroups.html">Semigroups</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2016-09-21T19:22:00-04:00"> Wed 21 September 2016</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/fp.html">fp</a>
/
<a href="https://www.lyh.me/tag/scio.html">scio</a>
/
<a href="https://www.lyh.me/tag/data.html">data</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>It’s been a while since my last post. Both <a href="https://github.com/spotify/scio">Scio</a> and Scala have been picking up a lot of momentum within <a href="https://www.spotify.com">Spotify</a> and a lot of people are starting to leveraging the power of <a href="https://github.com/twitter/algebird">Algebird</a>. So here’s another mini-talk on <a href="/slides/semigroups.html">Semigroups</a>.</p>
<iframe src="/slides/semigroups.html" width="800" height="450"></iframe>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/semigroups.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/scio-a-scala-api-for-google-cloud-dataflow.html">Scio, a Scala <span class="caps">API</span> for Google Cloud Dataflow</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2016-04-21T12:47:00-04:00"> Thu 21 April 2016</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/data.html">data</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/scio.html">scio</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>We recently open sourced <a href="https://github.com/spotify/scio">Scio</a>, a Scala <span class="caps">API</span> for <a href="https://github.com/GoogleCloudPlatform/DataflowJavaSDK">Google Cloud Dataflow</a>. Here are the slides of our talk at <a href="https://cloudplatformonline.com/NEXT2016.html"><span class="caps">GCPNEXT16</span></a> a few weeks ago.</p>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/rRPUB4cSAvgF8M" width="800" height="490" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
<p><div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/sinisalyh/from-stream-to-recommendation-using-apache-beam-with-cloud-pubsub-and-cloud-dataflow" title="From stream to recommendation using apache beam with cloud pubsub and cloud dataflow" target="_blank">From stream to recommendation using apache beam with cloud pubsub and cloud dataflow</a> </strong> from <strong><a href="//www.slideshare.net/sinisalyh" target="_blank">Neville Li</a></strong> </div></p>
<p>The first half of the talk covers our experiments with Dataflow and Pub/Sub for streaming application while the second half covers Scio and BigQuery for batch analysis and machine learning.</p>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/scio-a-scala-api-for-google-cloud-dataflow.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/scala-data-pipelines-spotify.html">Scala Data Pipelines @ Spotify</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-11-10T11:26:00-05:00"> Tue 10 November 2015</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/data.html">data</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/scalding.html">scalding</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>It’s been a while since I last updated this blog. I did a talk at <a href="http://bigdatascala.bythebay.io/">Big Data Scala</a> this summer and here are the <a href="http://www.slideshare.net/sinisalyh/scala-data-pipelines-spotify">slides</a></p>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/10GyruQgE9UUpv" width="800" height="490" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
<p><div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/sinisalyh/scala-data-pipelines-spotify" title="Scala Data Pipelines @ Spotify" target="_blank">Scala Data Pipelines @ Spotify</a> </strong> from <strong><a href="//www.slideshare.net/sinisalyh" target="_blank">Neville Li</a></strong> </div></p>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/scala-data-pipelines-spotify.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/primitives.html">Primitives</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-05-14T08:50:00-04:00"> Thu 14 May 2015</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/java.html">java</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/fp.html">fp</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Another day, another talk. This one is on primitives and here are the <a href="/slides/primitives.html">slides</a></p>
<iframe src="/slides/primitives.html" width="800" height="450"></iframe>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/primitives.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/type-classes.html">Type Classes</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-04-20T15:39:00-04:00"> Mon 20 April 2015</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/fp.html">fp</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I started giving more Scala talks internally at <a href="http://www.spotify.com/">Spotify</a>. The first one is on type classes and here are the <a href="/slides/type-classes.html">slides</a></p>
<iframe src="/slides/type-classes.html" width="800" height="450"></iframe>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/type-classes.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/nescala-2015-talk.html">NEScala 2015 talk</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-02-04T11:02:00-05:00"> Wed 04 February 2015</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/avro.html">avro</a>
/
<a href="https://www.lyh.me/tag/macro.html">macro</a>
/
<a href="https://www.lyh.me/tag/parquet.html">parquet</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I gave a lightning talk at <a href="http://www.nescala.org/">Northeast Scala Symposium</a> last week on Macros in Datapipelines and here are the <a href="/slides/macros.html">slides</a>.</p>
<iframe src="/slides/macros.html" width="800" height="450"></iframe>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/nescala-2015-talk.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/fun-with-macros-and-parquet-avro.html">Fun with macros and parquet-avro</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-01-08T14:01:00-05:00"> Thu 08 January 2015</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/avro.html">avro</a>
/
<a href="https://www.lyh.me/tag/macro.html">macro</a>
/
<a href="https://www.lyh.me/tag/parquet.html">parquet</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I recently had some fun building <a href="https://github.com/nevillelyh/parquet-avro-extra">parquet-avro-extra</a>, an add-on module for <a href="https://github.com/Parquet/parquet-mr/tree/master/parquet-avro">parquet-avro</a> using <a href="http://scalamacros.org/">Scala macros</a>. I did it mainly to learn Scala macros but also to make it easier to use <a href="http://parquet.incubator.apache.org/">Parquet</a> with <a href="http://avro.apache.org/">Avro</a> in a data pipeline.</p>
<h2>Parquet and Avro</h2>
<p>Parquet is a columnar storage system designed for <span class="caps">HDFS</span>. It offers some nice improvements over row-major systems including better compression and less I/O with column projection and predicate pushdown. Avro is a data serialization system that enables type-safe access to structured data with complex schema. The <code>parquet-avro</code> module makes it possible to store data in Parquet format on disk and process them as Avro objects inside a <span class="caps">JVM</span> data pipeline like <a href="https://github.com/twitter/scalding">Scalding</a> or <a href="http://spark.apache.org/">Spark</a>.</p>
<h2>Projection</h2>
<p>Parquet allows reading only a subset of columns via projection. Here’s an Scalding <a href="https://github.com/epishkin/scalding/tree/parquet_avro/scalding-parquet">example</a> from <a href="http://www.tapad.com/">Tapad</a>.</p>
<div class="highlight"><pre><span></span><span class="nc">Projection</span><span class="o">[</span><span class="kt">Signal</span><span class="o">](</span><span class="s">"field1"</span><span class="o">,</span> <span class="s">"field2.field2a"</span><span class="o">)</span>
</pre></div>
<p>Note that fields specifications are strings even though the <span class="caps">API</span> has access to Avro type <code>Signal</code> which has strongly typed getter methods.</p>
<p>This is slightly counter-intuitive since most Scala developers are used to transformations like <code>pipe.map(_.getField)</code>. It’s however can be easily solved with macro since the syntax tree of is accessible. A modified version has signature of …</p>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/fun-with-macros-and-parquet-avro.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/three-reasons-a-data-engineer-should-learn-scala.html">Three Reasons a Data Engineer Should Learn Scala</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-11-17T23:15:00-05:00"> Mon 17 November 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/data.html">data</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p><em>This article was written in collaboration with <a href="https://www.hakkalabs.co">Hakka Labs</a> (<a href="https://www.hakkalabs.co/articles/three-reasons-data-eng-learn-scala">original link</a>)</em></p>
<p>There has been a lot of debate over Scala lately, including criticisms like <a href="http://java.dzone.com/articles/i-dont-scala">this</a>, <a href="http://overwatering.org/blog/2013/12/scala-1-star-would-not-program-again/">this</a>, <a href="http://www.infoq.com/news/2011/11/yammer-scala">this</a>, and defenses like <a href="http://blog.gridgainsystems.com/in-defense-of-scala-response-to-i-dont-like-scala/">this</a> and <a href="http://blog.gridgainsystems.com/in-defense-of-scala-part-2/">this</a>. Most of the criticisms seem to focus on the language’s complexity, performance, and integration with existing tools and libraries, while some praise its elegant syntax, powerful type system, and good fit for domain-specific languages.</p>
<p>However most of the discussions seem based on experiences building production backend or web systems where there are a lot of other options already. There are mature, battle tested options like Java, Erlang or even <span class="caps">PHP</span>, and there are Go, node.js, or Python for those who are more adventurous or prefer agility over performance.</p>
<p>Here I want to argue that there’s a best tool for every job, and Scala shines for data processing and machine learning, for the following reasons:</p>
<ul>
<li>good balance between productivity and performance</li>
<li>integration with big data ecosystem</li>
<li>functional paradigm</li>
</ul>
<h2>Productivity without sacrificing performance</h2>
<p>In the big data <span class="amp">&</span> machine learning world where most developers are from Python/R/Matlab background, Scala’s syntax, or the subset needed for the domain, is a lot less intimidating than that …</p>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/three-reasons-a-data-engineer-should-learn-scala.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.lyh.me/scala-workshop.html">Scala Workshop</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-10-04T21:52:00-04:00"> Sat 04 October 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="https://www.lyh.me/category/code.html">code</a>
<span class="label label-default">Tags</span>
<a href="https://www.lyh.me/tag/fp.html">fp</a>
/
<a href="https://www.lyh.me/tag/scala.html">scala</a>
/
<a href="https://www.lyh.me/tag/data.html">data</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>While there are many Scala tutorials and books available, very few of them focus on big data. I did a couple of workshops at Spotify focusing on these areas and here are the <a href="/slides/workshop.html">slides</a>.</p>
<iframe src="/slides/workshop.html" width="800" height="450"></iframe>
<a class="btn btn-default btn-xs" href="https://www.lyh.me/scala-workshop.html">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev"><a href="https://www.lyh.me/index.html">«</a>
</li>
<li class=""><a
href="https://www.lyh.me/index.html">1</a></li>
<li class="active"><a
href="https://www.lyh.me/index2.html">2</a></li>
<li class=""><a
href="https://www.lyh.me/index3.html">3</a></li>
<li class="next"><a
href="https://www.lyh.me/index3.html">»</a></li>
</ul>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<div id="aboutme">
<p>
<img width="100%" class="img-thumbnail" src="https://www.lyh.me//avatar.jpg"/>
</p>
<p>
<strong>About Neville Li</strong><br/>
Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
</p>
</div><!-- Sidebar -->
<section class="well well-sm">
<ul class="list-group list-group-flush">
<!-- Sidebar/Social -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="https://open.spotify.com/user/sinisa_lyh"><i class="fa fa-spotify fa-lg"></i> Spotify</a></li>
<li class="list-group-item"><a href="https://github.com/nevillelyh"><i class="fa fa-github-square fa-lg"></i> GitHub</a></li>
<li class="list-group-item"><a href="https://twitter.com/sinisa_lyh"><i class="fa fa-twitter-square fa-lg"></i> Twitter</a></li>
<li class="list-group-item"><a href="https://www.slideshare.net/sinisalyh"><i class="fa fa-slideshare fa-lg"></i> SlideShare</a></li>
<li class="list-group-item"><a href="https://www.youtube.com/user/sinisalyh/videos"><i class="fa fa-youtube-square fa-lg"></i> YouTube</a></li>
<li class="list-group-item"><a href="https://www.instagram.com/sinisa/"><i class="fa fa-instagram fa-lg"></i> Instagram</a></li>
<li class="list-group-item"><a href="https://www.flickr.com/photos/sinisa_lyh"><i class="fa fa-flickr fa-lg"></i> Flickr</a></li>
</ul>
</li>
<!-- End Sidebar/Social -->
<!-- Sidebar/Recent Posts -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item"><a href="https://www.lyh.me/featran.html">Featran</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/automatic-type-class-derivation-with-shapeless.html">Automatic type-class derivation with Shapeless</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/lambda-serialization.html">Lambda serialization</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/lawfulness-of-aggregatebykey.html">Lawfulness of aggregateByKey</a></li>
<li class="list-group-item"><a href="https://www.lyh.me/canbuildfrom.html">CanBuildFrom</a></li>
</ul>
</li>
<!-- End Sidebar/Recent Posts -->
<!-- Sidebar/Categories -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="https://www.lyh.me/category/code.html"><i class="fa fa-folder-open fa-lg"></i>code</a>
</li>
<li class="list-group-item">
<a href="https://www.lyh.me/category/misc.html"><i class="fa fa-folder-open fa-lg"></i>misc</a>
</li>
</ul>
</li>
<!-- End Sidebar/Categories -->
<!-- Sidebar/Twitter Timeline -->
<li class="list-group-item">
<h4><i class="fa fa-twitter fa-lg"></i><span class="icon-label">Latest Tweets</span></h4>
<div id="twitter_timeline">
<a class="twitter-timeline" data-width="250" data-height="300" data-dnt="true" data-theme="light" href="https://twitter.com/sinisa_lyh">Tweets by sinisa_lyh</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</li>
<!-- End Sidebar/Twitter Timeline -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<!-- End Content Container -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 Neville Li
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> <p><small> <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.en"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a>
Content
licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/deed.en">Creative Commons Attribution-NonCommercial 4.0 International License</a>, except where indicated otherwise.
</small></p>
</div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="https://www.lyh.me/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://www.lyh.me/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://www.lyh.me/theme/js/respond.min.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'lyh'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6988688-5']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
</body>
</html>