Top documents and papers on Hacker News in 2019. Updated weekly.
Source: Hacker News Papers
Top documents and papers on Hacker News in 2019. Updated weekly.
Source: Hacker News Papers
Bonobo is an Extract Transform Load (ETL) framework for python 3.5+. Quick install, ten minutes to get started, write and run your first data processor.
Source: Bonobo • Data-processing for humans • Python ETL
Content
Source: Qt5 Cadaques — Qt5 Cadaques Book vmaster
Best paper awards (since 1996) for top-tier computer science conferences: AAAI, ACL, CHI, CIKM, CVPR, FOCS, FSE, ICCV, ICML, ICSE, IJCAI, INFOCOM, KDD, MOBICOM, NSDI, OSDI, PLDI, PODS, S&P, SIGCOMM, SIGIR, SIGMETRICS, SIGMOD, SODA, SOSP, STOC, UIST, VLDB, WWW.
Source: Startup School
Source: Reproducible machine learning with PyTorch and Quilt
Backblaze Durability is 99.999999999% — And Why It Doesn’t Matter
Source: Reliability in Cloud Computing: What Do All Those 9s Mean?
It’s been two years since I wrote #define CTO, in which I documented my quest for a role where I could have scalable impact by writing code. I’ve finally found that role, though not by seeking it — instead, I sought out a problem more important to me than my role within it, brought together the right people, and found that I can best make them effective by writing code.
Source: #define CTO OpenAI
Being a pragmatist, I recognize that—like the eternal spaces vs tabs debate—one’s branching and merging styles are often held dear. If I may ask you to set all that aside for just a few minutes though, have a look and see if any of the following might make your environment more productive. The next caveat is that this article is focused on Git, which is a distributed version control system (DVCS). The conclusions may or may not be relevant to other DVCS’s but probably not to centralized version control systems, like Subversion, where branches can be expensive.
Git Strategizing: Branch, Commit, Review, and Merge
Source: Git Strategizing: Branch, Commit, Review, and Merge – Simple Talk