
После некоторого кол-ва времение и неудачных просмотренных докладов решил взглянуть на playlist c последнего GopherCon 👀 статистики:
"121|4562|GopherCon 2019: Russ Cox - On the Path to Go 2"
"136|3648|GopherCon 2019: Elias Naur - Portable, Immediate Mode GUI Programs for Mobile and Desktop in 100% Go"
"83|3204|GopherCon 2019: Ian Lance Taylor -Generics in Go"
"114|3161|GopherCon 2019: Mat Ryer - How I Write HTTP Web Services after Eight Years"
"110|2704|GopherCon 2019: Marwan Sulaiman - Handling Go Errors"
"89|2534|GopherCon 2019: Dave Cheney - Two Go Programs, Three Different Profiling Techniques"
"33|2250|GopherCon 2019: Michael McLoughlin - Better x86 Assembly Generation from Go"
"91|1687|GopherCon 2019: Chris Hines - Death by 3,000 Timers: Streaming Video-on-Demand for Cable TV"
"35|1534|GopherCon 2019: Katie Hockman - Go Module Proxy: Life of a Query"
"46|1509|GopherCon 2019: Rebecca Stambler - Go, pls stop breaking my editor"
P.S. пошел смотреть дальше
P.P.S сырые данные https://gist.github.com/andriisoldatenko/ec7e551ec5c8d0d10d446e87909cc723 взял с помощью пару запросов curl && jq
P.P.P.S посчитал вот так:
jq '.items[] | .statistics.likeCount + "|" + .statistics.viewCount + "|" +.snippet.title' statistics.json |sort -t│
\| -r -k 1,1nr -k 2,2nr | head