-
Recent Posts
Top Posts & Pages
Tags
- Follow Code for Hire on WordPress.com
Yearly Archives: 2013
CoffeeScript woes
I recently wrote a piece comparing CoffeeScript, TypeScript and Dart. For the UI component of Wellmo, we decided upon using CoffeeScript. While this has been a great leap from JavaScript, we’ve had our share of setbacks. Here’s a few issues … Continue reading
Modifying the pace of audiobooks
I’ve recently started listening to audiobooks. They’re a convenient way to enjoy books on your way to work or while driving. After listening to Mika Waltari’s The Egyptian, I took on The Hunger Games, read by Carolyn McCormick. Like many … Continue reading
Testing visual appearance with Cucumber + Watir
One of the great things about Cucumber and Watir is that it allows you to write functional tests that are decoupled of the UI. By using page objects, the definition of how the UI works is decoupled from the tests … Continue reading
Posted in CSS, Cucumber, Testing, Watir-Webdriver, Web
Tagged css, cucumber, watir-webdriver
Leave a comment
Testing time-dependent features in JavaScript
Many applications use the current time in their functionality. For example, they can show data for a certain period of time or show the current date within the application. Writing functional tests for such applications can be tedious. How do … Continue reading
Simple image devignetting
With the prevalence of smart phone cameras today, they are often used instead of scanners as quick digitization methods for documents. Unfortunately this leads to excessive vignetting (darkened areas at the edges), which makes it hard to print the document … Continue reading
CoffeeScript vs. TypeScript vs. Dart
Software often requires two or three iterations before you get it right. In our case this led to starting a rewrite of our hybrid mobile application. It had been developed over several years by a diverse group of people with … Continue reading
Posted in Coding, CoffeeScript, JavaScript, Web
Tagged CoffeeScript, Dart, JavaScript, TypeScript
29 Comments
Benchmarking Amazon t1.micro instances
Note: The t1.micro instance type has been superseded by the t2 family, which are much better suited for general use. I ran some tests on the t2 family as well. Amazon t1.micro instances are the most affordable EC2 instance types. Their … Continue reading
The Gimp is dead, long live the Gimp!
I have been an avid user of the Gimp for well over a decade now. I started using it in the mid 90’s around version 0.60. I was promoting it to my friends as a great image manipulation tool, and … Continue reading
Switching to Linux Mint
This is a description of my migration from Ubuntu to Linux Mint 14. As this was my work laptop, there are some additional requirements that need to be met by the system. In particular, I review: Configurability and ease of … Continue reading
Posted in Linux, Linux Mint, VirtualBox
Tagged ALSA, audio, Cinnamon, Full Disk Encryption, Linux Mint, Mate, printer, ThinkPad T430s, VirtualBox
1 Comment