Increasingly Functional

  • About
  • tags

Error Building Capybara-Webkit - QMAKESPEC not defined

April 22, 2016

Building QT and capybara-webkit has always been at best an exercise in yak shaving and at worst an exercise in wizardry, prayer, and laptop damage. For the most part I have been free from problems with it for a while, but a new problem cropped up the most recent time I upgraded my Ruby version and bundled a project that included it:

Continue reading

Multivariate Gaussian Distributions in Clojure

February 18, 2016

Yesterday I described my experiences implementing multivariate Gaussian distributions in Julia. I’ve since repeated the exercise in Clojure, for any time you might need to do such a thing on the JVM. I’m using core.matrix for array operations.

Continue reading

Multivariate Gaussian Distributions in Julia

February 17, 2016

I recently worked my way through the latest incarnation of Andrew Ng’s Machine Learning Course on Coursera. One particular method stood out to me as having some potential real-life applications for me: anomaly detection with multivariate Gaussian distributions.

Continue reading

Transit, ClojureScript, and BigDecimal

November 12, 2015

Tonight while updating the Harrisburg Crime Tracker to use Transit (more on how shared data representations help later), I ran into a small issue I didn’t find a whole lot of documentation on and wasn’t immediately obvious to me at first, so I thought I’d share the solution.

Continue reading

ClojureScript on tvOS

October 26, 2015

Since winning the lottery for a next-generation AppleTV development kit, I’ve been doing some experimenting with apps with both TVOS and Swift and with TVML and TVJS. TVML is an HTML-like markup language Apple provides that you can use to instantiate media browser-style components, and you can use TVJS, a Javascript implementation with some AppleTV-exclusive APIs, to manipulate it.

Continue reading
Prev Next

Powered by Jekyll with Type Theme