Network Analysis of Donald Trump’s Tweets for 2017
A year and a half ago I Tried To Virtually Stalk Mark Zuckerberg. It was a failed attempted and instead I analyzed comments on one of Mark’s posts. Few days ago I came across a repo/archive of Donald...
View ArticleFix Issue with Python installed via Brew after OS X El Capitan 10.11.6 Update
Looks like the recent update to OS X El Capitan version 10.11.6 breaks python installed via homebrew. At least it happened to me both on my work and my home machines. If you are experience the same...
View ArticleUsing Code Snippets in Chrome Developer Tools
Table of Contents Creating a code snippet Running a code snippet Debugging code snippets Quick access to snippets Snippet use-cases Sources view in Chrome Developer Tools has a code snippets feature,...
View ArticleWebDriver.createSession Error in Protractor after Chrome Update
We run our protractor tests in Chrome instance via xvfb server. Last week after Chrome update to 60.0.3112.90, it began to fail with the following error. + xvfb-run -d '--server-args=-screen 0...
View ArticleDebugging Xvfb Server with VNC
Recently I had to debug an issue with Xvfb server. It was hard to debug, because I was not able to “see” what was going on. I was able to reproduce and fix one of the issues by mimicking the build...
View ArticleSimple Python Threading Example
At my work we have a Python library that interfaces to all our API micro services (that are written in Java/Scala). It is a very useful tool for debugging and working with our platform, so I spend a...
View Article