-
Recent Posts
- conda, mlflow, windows 10
- Weaponized cells seek and destroy HIV lurking in the body
- The demise of docker and the rise of kubernetes – The HFT Guy
- Lower error bounds for the stochastic gradient descent optimization algorithm: Sharp convergence rates for slowly and fast decaying learning rates
- Versatile virus hops between three primate species — including humans
Recent Comments
Elephant on Review of Eric Foner’s R… ordo tacitus on Review of Eric Foner’s R… Elephant on Review of Eric Foner’s R… Elephant on Review of Brian M. Linn’… ordo tacitus on Peripheral Vision 003: Profess… Blogroll
Tags
- Afghanistan
- al-shabaab
- analysis
- android
- bias
- biology
- book review
- Business
- byod
- cats
- chen style
- coffee
- coldfusion
- computers
- crowd sourcing
- d13
- data
- defense
- development
- economics
- education.
- encryption
- exercise
- fallacies
- fitness
- flask
- future
- futurism
- gaming
- Glass
- hacking
- history
- hopology
- humour
- innovation
- intel
- internet
- java
- law
- lean
- legal
- martial arts
- math
- mathematics
- medicine
- military history
- mobile
- news
- opinion
- physics
- politics
- privacy
- programing
- programming
- python
- R
- research
- scotch
- secret key
- security
- social media
- space
- space technology
- space travel
- tablets
- terrorism
- testing
- thinking
- training
- visualization
- war
- windows
- wireless
- xbox
Archives
- November 2019
- October 2019
- September 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- July 2017
- February 2017
- November 2016
- July 2016
- April 2016
- May 2015
- April 2015
- February 2015
- January 2015
- December 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
Categories
Meta
Tag Archives: development
unicode – UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\u2026′
When working with the Twitter API I recently ran into a Unicode error saying “can’t encode character u’\u2026′ “. Doing a little research it became apparent this was a know issue in Python converting between Unicode and ASCII. The way … Continue reading
ngrok – secure introspectable tunnels to localhost
If your like many developers who write applications or services that need to be available, albeit eventually, to the internet but use your laptop as your development environment can be a pain. Also it can be insecure. Ngrok takes a … Continue reading
Overview of tracing-framework by Google
The Web Tracing Framework is a collection of libraries, tools, and scripts aimed at web developers trying to write large, performance-sensitive Javascript applications. It’s designed to be used in conjunction with the built-in development tools of browsers but goes far … Continue reading
Welcome to Flask — Flask 0.10.1 documentation
Welcome to Flask — Flask 0.10.1 documentation.