Monday, October 02, 2006

13 Days Remaining

Whew - I cannot begin to explain how tiring this is. I've run out of good ideas, I'm tired, worn out, and drained. I think I can still make it to 30 days, but I'm hurting.

A quick shout out to the guys over at Hak.5! You guys do a great job. Head over to Hak5.org to see what they're all about. Their next podcast episode releases on Thursday!

My latest app is sure to be a favorite. It shows you how fast you're typing both now, and over time. Check it out!

13 Comments:

At 10/02/2006 4:31 AM, Anonymous Anonymous said...

Hi! Just a quick idea: what about an app like copy/xcopy with transfer resume?


Cheers!
Luca

 
At 10/02/2006 5:59 AM, Blogger Andrew said...

Here's an idea for an app:

type in a url for a web site.
The app fetches the page + all the images, css, javascript, etc.
The app then reports to you how many bytes the page is (with a breakdown for images, css, etc.)
and shows an estimate of how long it would have taken to view that page on different bandwidths...

 
At 10/02/2006 9:12 AM, Anonymous Anonymous said...

Just to expand on the first poster's copy/xcopy idea. GUI-ify it. Create some sort of drop-bucket where you set up "favorite" folders, then you just drag/drop files to these "favorites" and they go into the bucket (but haven't actually gone anywhere yet). There's Copy and Move buttons, and when one of them is clicked it performs it's respective operation on the files in that favorite's bucket.

 
At 10/02/2006 9:25 AM, Anonymous Anonymous said...

An app that monitors new files written to a folder and prompts you to add a description for them. This will be usefull for that generic "Downloads" folder where I have 37 files like winfx32setup.exe and no memory of where i downloaded it from or what I was hoping it would do :)

 
At 10/02/2006 9:48 AM, Blogger Step said...

I second daveyhz' idea - that's a very common problem I am sure. :)

Jedi, hang in there. I can only imagine how exhausting this must be. You will have fun celebrating on the 31st day - probably by sleeping. :D

 
At 10/02/2006 2:35 PM, Blogger Elliott said...

You are the most dugg human alive, besides Steve Irwin...

 
At 10/02/2006 4:25 PM, Anonymous Anonymous said...

For people who used to use the command prompt on Windows9x systems.

The command line under that OS had a extra toolbar that exposed functions
to adjust the font, font size, and to more easily do functions like mark, copy, and paste text.

That functionality was never (AFAIK) included in the cmd prompt under Windows NT derived OSes;
making the user instead go thru the submenus accessible thru the program bar icon.

I've wondered how hard it might be to code a simple app that recreates that toolbar for
the NT Cmd.exe and possibly to be compatible with the upcoming MS Powershell.

 
At 10/02/2006 7:14 PM, Anonymous Anonymous said...

How about: SendKeysToSpecifiedProgram:
i.e. you can feed the app
1) program name,
2) and optionally Window Name (partial)
3) keys

i.e. SKTSP.EXE "IEXPLORE", "http://www.blogger*", "Alt-F, P".

So the app will bring the specified program to the foreground and send the keystrokes to the particular app as if you were typing them.
Perhaps some nice error handling too, i.e. if the app is not running that it will tell you so.

Keep up the good work... and good luck for each day!

 
At 10/02/2006 8:31 PM, Anonymous Anonymous said...

Ran out of good ideas....So far Ive only seen 1 good app; sort-of. The app that changes the screen via google.

 
At 10/03/2006 1:36 AM, Anonymous Anonymous said...

I have a request! Please write a widget or app that will login to my Cingular account and display my current minute usage.

Thanks!

 
At 10/03/2006 8:19 PM, Anonymous Anonymous said...

Gus: In your example, the program has to be able to check if the website is fully loaded before printing...

PS: The accesability thing on the comments is broken. I get numbers instead of letters. And in japanese. My OS is japanese, so I guess thats the reason but... Even putting in the numbers it tells me, I get an error saying its wrong.

 
At 10/04/2006 5:05 AM, Anonymous Anonymous said...

The app does not need to know whether the page has been fully loaded, the idea is the ability to bring a specific program to the foreground(active window) and send it some keys. If a time delay can be sent as part of the string then even better, i.e. wait xx seconds, before send the next key.
It should be a small app since you have done most work in the Timemanagement app, the difficult part is to send the keys, but make it simple enough to interpret Shift, Ctrl, Alt, Tab, DownArrow, etc... so that you can send it Alt+F4, which will be interpreted, then send the correct keys.

 
At 10/04/2006 8:32 PM, Anonymous Anonymous said...

Lately I'm thinking how I should sort all my files on my harddisk. Maybe you could make an Explorer-like program where you can add tags to files or folders and explore them with a tag-cloud or something like that?
It should be really easy to use 'cause we all have way to many files to all add tags by hand. Drag-n-drop sorting or something?

 

Post a Comment

<< Home