Year: 2010

Neurobat, day one

Yesterday marked my first day as Chief Technology Officer at Neurobat AG, a young company formed in Switzerland to industrialize and market advanced building control algorithms, such as the ones commonly researched and developed at my former laboratory, the Solar Energy and Building Physics Laboratory at EPFL. This also marks the end of almost three […]

Resources for building simulation

About two weeks ago I posed the following question on the Bldg-sim mailing list: Where can I find a list of publications relevant to the field of building simulation? I’m particularly interested in refereed journals and books. The ensuing thread has been extremely helpful, in particular Shanta Tucker who pointed me to the IBPSA website. […]

DB4ALL: reformatting the mess that Internet has become

I always try very hard to keep my posts within the main topic of this blog, namely computers in the context of building automation and simulation. Occasionally I fail, like for today’s post. I’d like to tell you about a software company co-founded by a friend and fellow Toastmaster of mine, David Portabella. The company’s […]

Weird certificate verification error

I spent most of the day today debugging a very mysterious error we encountered when trying to programmatically call a web service over SSL from Java. Here is the source code with which we managed to reliable reproduce the error: import javax.net.SocketFactory; import javax.net.ssl.SSLSocketFactory; import java.io.*; import java.net.Socket; public class SimpleSSLTest { public static void […]

MATLAB’s inane idea of time

MATLAB seems to have a very peculiar notion on how to represent dates and times. Yesterday I spent a wonderful couple of hours debugging some code that’s supposed to compute the sun’s position, most of which could have been avoided if the MATLAB designers had followed a simple convention used by, I believe, most computing […]

Installing ESP-r on Ubuntu 9.10

ESP-r, is an integrated modelling tool for the simulation of the thermal, visual and acoustic performance of buildings and the assessment of the energy use and gaseous emissions associated with the environmental control systems and constructional materials, in the words of its official website. In other words, it’s a computer program for modeling a building’s […]

Why I’m disabling MathML for now

In a previous post I described how I tweaked my WordPress installation to support the display of MathML markup, for displaying mathematical equations. One of the steps involved changing the content-type from application/html to application/xhtml+xml. That step was necessary, or else Firefox would simply not render the MathML markup properly. Unfortunately, application/xhtml+xml is simply not […]

Scroll to top