Home Blog Page 2

San Francisco Geo-Ethnicities

0
I had been wanting to better understand the geographical characteristics of race and ethnicity in the San Francisco/Bay Area region where I reside. The US Census has plenty of updated information on this topic, and Uber recently released Kepler.gl, an in-browser application to visualize maps. With both of these,...

Alexa is (probably) not spying on you

0
Motivation I constantly come across people that claim Alexa (Amazon Echo) is spying on you. They argue that Alexa is either transcribing everything you say and sending the resulting plaintext to Amazon; or even worse, they are just recording and sending audio files. I personally find it hard to believe. If...

DD-WRT – 10 reasons to get it

0
I've been an avid DD-WRT user for about two years now, and I've decided to compile a list of the top 10 reasons for me to love it. If you want to get started on DD-WRT, you will need a compatible router and then you will need to flash...
I learned today that a somewhat undocumented feature of Mac OS allows users to backup to any NAS, and not just AirPort or NAS with the Apple Filesystem. The reasons this is interesting is because, first, AirPort has been discontinued, so it's no longer an option. Secondly, I've tried running...
Blackjack single deck starting probabilities.

Average Chinese Character

0
Using Python's Numpy is easy to draw how an average Chinese character would look like. I took the 2000 most common characters hanzidb.org, drew them onto images using `PIL` and calculated it's average with Numpy.

Simulating and Visualizing Blackjack

0
Introduction I am sure you are familiar with the basic strategy of Blackjack. A diagram with the dealers face up card on the x-axis and the player cards on the y-axis. In each cell, the optimal strategy is shown, usually color coded to make it easier to remember. This is...
World Cup 2018 Average Player Face by Team

Soccer World Cup 2018 Average Face by Team

5
  I thought today while watching England vs. Tunisia that soccer players look very much alike, especially within a team, and so I thought I could compute the average face by soccer team for this world cup. Data Getting the data, in this case, images for each player in the current soccer...
For about two years, any attempt to purchase anything on the PSN website failed with the message: "We've encountered an error while processing your order. Please try again later" It turns out I am not the only one getting this error: https://www.reddit.com/r/PS4/comments/3phke7/psn_store_weve_encountered_an_error_while. I contacted support, and they said that the billing address...

Phone Insights API

0
This API can parse, format and find phone numbers in text documents for any phone number worldwide. These are the endpoints: Endpoint /parse Given a phone number with an international prefix, or if you prefer by specifying the ISO country code, and the national phone number instead, we can tell you: ...