How to minimize what you pay for mobile Internet

ChangeLog

  • 20130831 Bell changed its price over 5 Gigs to 10/G.

Mobile Internet in Canada

Mobile internet is expensive in Canada. In fact, mobile telephone services are very expensive in Canada.

I do enjoy having a smart phone with Internet access, but I dislike paying for the phone part. What I want is to pay only for data.

Read on →

All NSERC discovery awards in Computer Science in the last 5 years

This is the list of all awardees in Computer Science in the Computer Science Group since 2010 plus the awards in 2009 under the old classification.

Read on →

Camille's, the best of 38 coffee places and restaurants in Victoria in on Month

Once in a while I feel a bit tired of the places where I eat lunch, then I have the urge to try new ones (and the ones I haven't visited for sometime).

Read on →

Lesson from Vincent Laforet: Patience

Many photographers have influenced my work, but few like Vincent Laforet. I love his aerial photographs of New York from the first moment I saw them, and when I saw his photo of the US Open I decided I wanted to learn how to do it.

Read on →

Recursively listing directories in elisp

I was looking for a function that recursively scanned directories, and could not find one. So I wrote my own. Maybe somebody else will find it useful.

Read on →

NSERC Discovery Grants 2013 in Computer Science

The results of the NSERC Discovery Grants for 2013 have been published.

The full list of results can be found here. As it is becoming a tradition (results of 2011, 2012), here is my analysis of this year's results.

Read on →

What does an IMDB rating of a movie mean?

The last few years I have found less and less interesting movies to watch. Maybe I am just getting old ;)

One simple, but effective way I have used in the past to determine if a movie is worth watching is to use its IMDB rating. Except for few comedies (e.g. Monty Python) I have always enjoyed any movie in the IMDB TOP 250.

But what is a good ranking? Let us try to answer that question…

Read on →

Templetizing free and open source licenses for SPDX

One of the problems of automatic license matching is that some open source licenses are expected to be modified every time they are used. For example, the BSD3 license is expected to have several sections replaced by the one that uses it, such as its copyright holder and year of copyright:

Copyright (c) <year>, <copyright holder>
All rights reserved.

Redistribution and use in source and binary forms, with or without
...
Read on →

My Course Evaluations

I am in a workshop intended to try to improve our teaching in our department.

Students participating mention that it would be valuable to have our student evaluations posted. I have been thinking about doing it for some time… so here they are:

Read on →

What effect does Distributed Version Control have on OSS Project Organization?

Another paper we published at RelEng: The International Workshop on Release Engineering is worked mainly by Peter Rigby when we was still a graduate student: What effect does Distributed Version Control have on OSS Project Organization?

@inproceedings{dmg2013-relenggit,
  title={What effect does Distributed Version Control have on OSS Project Organization?},
  author={Peter Rigby and Earl Barr and Chris Bird and Premkumar Devanbu  and Daniel German},
  booktitle={The International Workshop on Release Engineering, RELENG 2013},
  year={2013},
  month= {May},
  pages = {29--32},
}
Read on →