Explore >> Select a destination


You are here

piotr.westfalewicz.com
| | mathieu.fenniak.net
13.4 parsecs away

Travel
| | A time-traveler is passing by 2013 and she opens a browser bookmark to http://mars.gov/blog/**2056**/11/21/news.html. What HTTP status code does she get back from her response? Well, it's not going to be 200 OK, because it wasn't OK with the server. The server couldn't find the article that the client requested, because it won't be published for another 43 years. "Couldn't find the article" sounds like a 404 Not Found status code. OK, very reasonable choice. But, "The server couldn't find the article" ra...
| | www.pavsaund.com
18.1 parsecs away

Travel
| | Some of you might know that Microsoft recently held its yearly Professional Developer Conference (PDC) in LA. They had an awesome lineup of "stars" lined up to talk about the latest microsft technologies, as well asshedding some light as to the direction in which the technology is progressing. I wasn't one of the lucky to be there, but I got to watch the live-stream of the keynotes and some of the Channel 9 live stuff.
| | blog.tafkas.net
12.9 parsecs away

Travel
| | The first step of my plan, building a Raspberry Pi based photovoltaic monitoring solution, is finished. I created a python package that works with the Kostal Piko 5.5 inverter (and theoretically should work with other Kostal inverters as well) and offers a clean interface for accessing the data: import pikopy #create a new piko instance p = Piko('host', 'username', 'password') #get current power print p.get_current_power() #get voltage from string 1 print p.
| | www.benstopford.com
67.0 parsecs away

Travel
| Have you ever wished that code was easier to test? The talk, and associated paper, explores how things might be different if we started from scratch.