July 28th, 2007 — 02:41 pm
Since I watch my TV playing stuff originating from the computer, which is in another room, remote control is an issue. I guess I could get some kind of a remote control (IR or BT), but it’s another remote to use, charge and maintain.
So I started using this application to simulate keyboard click on the ‘C’ letter, to play/pause my BSplayer application.
The language recognition took few tweaks at first, due to the engine confusing words said on the screen with my command phrase, so I had to go back to the engine’s training sessions and perform several more on top of the one you do after the initial installation, but now it works greats. (and it costs only 10$)
Now I only need to replace the cheap microphone I’m using with something having an on/off switch (wouldn’t want some hacker to be able to listen to me chatting with friends, after all).
Comment » | Technology, Tools
July 25th, 2007 — 10:09 pm
http://www.dotmad.net/
I have also opened a hebrew blog, to write about subjects related only to Israely croud.
Comment » | Blogging
July 18th, 2007 — 09:49 am
Webcasts differ in style. Some are screencasts, displaying the presenter’s computer screen, others display mixed content of power point presentation and a screencast, and there are many more types.
And there is the kind in which an interviewer and an interviewee sit in a studio and talk. Or in other words, a podcast pretending to be a webcast.
That’s the type Rico Mariani’s recent webcast belongs to. And to make things worse, someone at Microsoft thought it would be funny to store the one hour webcast in a wmv file consuming more than 800mb of disk space….
That’s where Video mp3 Extractor comes in - it’s free, and allows you to convert video into mp3 files. This particular webcast was converted into a 55mb file, much more easier to manage.
Comment » | Podcasts
July 11th, 2007 — 02:01 pm
I previously wrote about career paths for software developers, and most of the career choices require getting away from coding.
It seems people like Rob Walling don’t like the transition:
The end result of promoting your best developers is at best a few unhappy months as they struggle with their unhappiness and desire to return to code. The worst case is they feel unbridled resentment as you watch them rush out the door like there was a 2-for-1 sale at Barnes & Noble.
Rob also opposes the promotion of good developers:
The problem is not that developers are promoted, it’s that the developers who are promoted are the “big producers,” the ones who come through on their projects. These are the same developers who stay late and read software books on the weekend because of their love for programming, which is why they come through on their projects. Promoting someone who loves to write software into a position where they will write little or no software doesn’t make a ton of sense
But who can you promote if not the good workers - the bad ones?
Rob also ignores the age problem in this profession - being a developer at the bottom of the food chain means finding job becomes more & more difficult as you grow older. His solution was freelancing, working as his own boss. That’s fine for some people, but it does carry a financial risk, and not everyone like being a freelance developer.
Comment » | Jobs
July 11th, 2007 — 01:52 pm
Larry Osterman wrote a very useful post on service debugging.
Comment » | Uncategorized
July 11th, 2007 — 01:48 pm
The idea with the AssemblyInfo task is to:
- import Microsoft.VersionNumber.targets
- populate the AssemblyInfoFiles item group with the list of AssemblyInfo.* files to be updated
- set whatever properties you want to modify - AssemblyMajorVersion, AssemblyMinorVersion, etc.
You can find further info here.
Comment » | VSTS