Author Archives: Daniel Feldman
What’s the difference between spot and on-demand EC2 instances?
EC2 allows you to rent VPS instances by the hour at either a high fixed rate (called “on-demand” instances) or a much lower rate determined by auction that comes with fewer features (called “spot” instances). However, Amazon’s documentation is horribly obfuscatory when it comes to which features you’re giving up by going with spot instances. [...]
Posted in Uncategorized Leave a comment
PCA of test scores
Here’s a principal component analysis biplot of test scores in a class I’m TAing: The test had 15 problems. Each dot represents one student score, while the 15 vectors starting with V are problems on the test rotated into the coordinate system defined by the principal components. Better scores are in the top-left (signs are [...]
Google Talk + Acer 1410 + Linux = problems
Some HDA sound chips, eg. the one in my laptop (Intel 82801I in my Acer 1410), report that they have a single 2-channel audio input when they really have 2 1-channel inputs (a microphone and a mono input jack). This kind of thing can sometimes be fixed by playing with audio profiles or passing different [...]
Posted in Uncategorized Leave a comment
Trac shows blank page in Chrome
I use the excellent Trac project management system to host a couple of small projects. For as long as I’ve been using Trac, Chrome and Safari users sometimes get a completely blank page where Trac should appear. I had just been telling them to use Firefox or IE, but I decided to get to the bottom [...]
Posted in Uncategorized Leave a comment
On securing web apps
I recently wrote a little to-do list/time manager app using jQuery. I was impressed at how easy it was to put together this app quickly — I had it done in a weekend, with multiple menus, some custom widgets, about 10 different JSON calls, etc. I’m thinking about taking the app public, and since to-do [...]
Posted in Uncategorized 1 Comment
Startup Weekend
Over the weekend I participated in Startup Weekend Twin Cities. If you’re not familiar with it, Startup Weekend attendees come up with the idea for an online venture on a Friday night, split into teams to carry out the best ideas over the weekend, and present their work in front of a panel of judges [...]
Posted in Projects 3 Comments
Remote graphical access to Unix machines