By grok2 | March 10, 2010
Read this blog post by David Wong. Fantastic insight –you may not agree entirely, it might seem like link-bait to market his book, etc. but fantastic insight nevertheless. Makes you think.
Posted in Uncategorized | Tagged etc |
By grok2 | February 23, 2010
Recently I was trying to figure out if I could connect my old laptop which has VGA output to an Apple Cinema Display from a couple of years back that has a DVI-D connector/cable and I found out that you really cannot unless you buy a VGA-to-DVI-D converter
.
Such a converter is not a simple adapter. Instead it is an analog-to-digital signal converter. Something like this
.
Also from what I found on the Internet — you really want a very good converter since the digital signal requirements are very stringent. Unfortunately such converters are expensive $300 and up — for that price you can simply buy a new LCD monitor compatible with your laptop.
Posted in Uncategorized | Tagged vga dvi-d |
By grok2 | February 22, 2010
I needed to do the following additional steps to get JSure: The Javascript Checker (Version 1.0.0 from http://www.jsure.org) to build on Ubuntu (8.04, hardy).
- I did not have ocaml installed — I need to run “aptitude install ocaml“.
- The build was failing with errors referring “ocamlopt.opt” — I had to modify all references to “ocamlopt.opt“, “ocaml.opt” and “ocamldep.opt” to remove the “.opt” in the Aurochs build file myocamlbuild.ml.
- The JSure build was giving me “/usr/bin/ld: cannot find -lgdbm_compat” errors — I had to make softlinks in /usr/lib to the version specific libraries that linker/loader was complaining about (ln -s libgdbm_compat.so.3.0.0 libgdbm_compat.so)
The other instructions at the JSure web-site also need be followed.
Posted in Uncategorized | Tagged jsure |
By grok2 | February 4, 2010
Relying on other people’s feedback is a nifty shortcut that became hardwired into our postmonkey brains.
In a blog post with a mundane title, Zachary Burt makes very keen observations.
Posted in Uncategorized | Tagged insight |
By grok2 | January 25, 2010
Posted in Uncategorized | Tagged quote |
By grok2 | December 2, 2009
I was reading this movie article about the movie “Fantastic Mr. Fox” in the weekend section of my newspaper (review by Chris Lee of the Los Angeles Times) and I was shocked to read about “…Anderson’s unorthodox choice to direct most of “Mr. Fox” via e-mail from his apartment in Paris”. Wow! More respect for Wes Anderson…we all know how doing things by email goes. The director of photography for the movie comments “..Whereas here, you’ll try to get something right. It’ll go back. It’ll be wrong. The feedback is blind, essentially.” The movie is nice, BTW. George Clooney’s voice is perfect for Mr. Fox. Sort of old-fashioned.
Posted in Uncategorized | Tagged tidbits |
By grok2 | November 9, 2009
Today I bought the Motorola Droid phone and after a few hours of playing around with it, realized that SmartPhones suck at being used as a phone
. They have fancy features and Internet access and what have you, but with my old (not-so-smart) phone, I could dial a number that I was used to dialing without looking at the phone (using a couple of key presses or using speed dial using my memory of the physical layout of the keys). With the Droid, it appears like you cannot do a simple thing such as speed dial (remember there are no keys available to dial the phone — you need to “look” at the screen and bring it life by doing stuff like flicking your finger on the screen requiring the use of two hands — one to hold the phone, one to gesture correctly — and then get the number you want out of some form of menu — ugh).
Thinking about this, it seems like BlackBerry is really the best smart phone — they haven’t compromised on the traditional phone functionality and have smartly addressed the iPhone market with the Storm which they aren’t really paying too much attention to. The rest of the touchscreen smartphones including the Driod are simply chasing the iPhone market segment without innovating on what a cell-phone is — iPhone defined a new segment for itself and it’s finish and polish outclass just about everyone else. The others should not simply copy it — they should come out with something vastly superior to it. Until they do, I am stuck with the Driod.
Posted in Uncategorized | Tagged droid |
By grok2 | October 26, 2009
Some advice that can be useful for software sales too:
It’s much easier to just borrow other peoples’ audiences when you need them.
Try emailing prominent bloggers discount codes for your software — you then can borrow their audience if they are willing to publish your discount codes just like the linked articles says (for getting “beta” users).
Posted in Uncategorized | Tagged microisv |