Archive | 2012

Raspberry Pi Prank Tutorial – Making Your Co-Worker’s Desk “Magically” Go Up and Down

Besides my “work” as a software engineering student at Aalborg University, I also work as a student programmer at a software company here in Aalborg. A couple of months ago, one of my colleagues (Thomas) came by my desk and asked me: Wouldn’t it be fun if we could control Sanne’s desk remotely? At first I laughed at […]

Continue Reading

Pro tip: Show “missing” Apps in Windows Store

I recently tried to install MetroTwit from the Windows Store but when typing “metrotwit” or “twitter” in the search field, I got about four results back – none of them being MetroTwit. This has started to annoy me, so I finally decided to figure out what was going on. My findings are detailed in this post. I’m […]

Continue Reading

Raspberry Pi Tutorial – Connect to WiFi or Create An Encrypted DHCP Enabled Ad-hoc Network as Fallback

In this post I describe how I have configured my Raspberry Pi (RPi) to first attempt to connect to WiFi and if that fails, create and use an ad-hoc network as fallback (in this way I can always reach the RPi via SSH). The blog post is based on the following “How To” from the […]

Continue Reading

Getting Started with My Raspberry Pi – Part 2: RPi Specs and Peripherals

  Recently I got myself a Raspberry Pi model B Revision 2.0 with 512MB RAM. In this post, I list the specs of my RPi as well as the peripherals I have bought for it. Raspberry Pi  Model B Revision 2.0 (hardware revision code 0005) (how to see this: http://www.raspberrypi-spy.co.uk/2012/09/checking-your-raspberry-pi-board-version/) 512MB RAM (how to see this: […]

Continue Reading

Getting Started with My Raspberry Pi – Part 1: Blog Post Survey

  In this blog post, I give a brief survey of some of the articles I have come across during my initial work with the Raspberry Pi (RPi). WiFi How To : Use The Raspberry Pi As A Wireless Access Point/Router Part 1 – http://sirlagz.net/2012/08/09/how-to-use-the-raspberry-pi-as-a-wireless-access-pointrouter-part-1/ A well written multi-part tutorial that describes how to configure your […]

Continue Reading

Arsenal Denmark Live – My ASP.NET MVC3, HTML5, JS, …, Ninject, and SignalR Adventure

During my 7th semester as software engineer student at Aalborg University last year, a friend of mine introduced me to ASP.NET MVC3 and SignalR – since that time I have been hooked on trying to make a system that could take advantage of at least these two technologies. The result of that is Arsenal Denmark […]

Continue Reading

Using SignalR.Ninject with ASP.NET MVC3 and the Ninject.MVC3 Nuget Package

Today I updated SignalR to version 0.4.0 and decided to include the SignalR.Ninject project into my ASP.NET MVC3 application as well. As written on the SignalR github page (https://github.com/SignalR/SignalR/wiki/Extensibility), SignalR is built with dependency injection in mind, and besides allowing one to replace most of the SignalR pieces, SignalR also allows one to replace the IDependencyResolver. This […]

Continue Reading