3 Days To Go
The digg response today was great. Thanks for all the great ideas!
I'd love to get this site into a better form then a blog, but needless to say I'll be busy enough without worrying about that. I will have to make up some sort of page to publish the applications on, and that's what I'll work on tonight.
Eventually maybe I can get a full blown site done and pull this off again - after the holiday. I'd like to go into an app a week or so. That would be much more acceptable. I won't get ahead of myself though.
In response to the many comments on my blog and digg:
I'm going to be focusing on .NET 2.0 applications. C# will be my language of choice. I do not know if they will run on Mono (linux .NET runtime). I chose this platform because it's what I currently use at my job. This allows me to fine tune my skills, and take advantage of the language that I already know. Right now is not the time for me to start writing linux apps, although I'd love to. Perhaps in the future I can enlist some volunteers and expand this idea.
Click here to install the .NET 2.0 runtime.
No, this is not some crazy viral marketing ploy by Microsoft. It's just my tool of choice at the moment.
This isn't to say that I won't be inspired to write some C++ code to do something wacky that was suggested, and it doesn't rule out any web stuff. We'll see where this leads me. Bottom line, I need to be comfortable with what I'm using to meet these deadlines.
Thanks for all the great email ideas, keep them coming. Some of my favorites for now:
- Task scheduler (cron)
- Alarm clock / reminder
- Graphical drive size analysis (where'd all my space go?!?!)
- Tree view XML editor
These are perfect examples of ideas easily written in an evening. Keep them coming. As was said in a digg comment, may the source be with you.
16 Comments:
a taskbar notifier that shows if ne pop3 mail has arrived ...
perfect - added to napkin.
This idea is a great one. Regarding Linux apps, I run both Linux and Windows and find that I like the apps written in Java best because they are platform independent and the same code runs on both O/Ss without having to install it twice. I just have to put the java code for the app in my shared partition which both Windows and Linux can see.
Paul
I think you should concentrate on small but *original* applications.
If you do another task scheduler or another pop3 mail checker, there will be thousands of programs better than yours.
Think about this...
Thank you
Do the graphical hard drive space viewer!!! They are so useful!
Percentage Calculator
eg....percentage = 17.5
....number = 100
....sign = +
answer = 100 + 17.5%
but make the percentage, number and sign editable.....
Added stuff:
could make the application "step" through, so each time a button is pressed the calculator will "step" through but calculating:
answer += 17.5%
so it saves somebody copying and pasting the number eachtime.
email: gareth [at-nospam] ewales [dot-nospam]info
I like the original app idea, although original ideas are few & far-between. Especially w/ people working on open source project and other blogs posting all their ideas everywhere, all the time.
But here's an idea:
Take an existing third party UI product (e.g. Telerik) and create something from that. Bring your apps to the next level.
If you know any DirectX or OpenGL, writing a nice particle system editor would be really cool.
Why don't you build a site for your self promotion as one of your apps.....This is just silly, any real software developer would know. If you built an app in a day, it will be full of bugs, and completely worthless. Maybe you should call it "a widget a day".
Developing small apps that can be combined through a standard interface (e.g. Unix shell with pipes) would enable you to create larger apps out of your smaller apps. Using .NET limits deployment to a single platform and ignores the Mac and Linux environments. Using a cross platform language like Java would insure a broader base for deployment.
A to-do list thingy. Due dates/times. Alarms. Priority. Tags. Standalone. Small footprint. Colour-coded. The opposite of bloatware. Thanks for reading, and good luck in this ambitious endeavour.
No mac os x support?
treemap C# implementation!
The disc space thing has already been done very well by WinDirStat.
What about a mass file renaming program?
How about a program that takes .cue files attached to various audio formats and cuts one audio file up into their respective sizes and lengths...?
Disk space thing has all ready been done here too
http://www.sixty-five.cc/sm/v1x.php
Post a Comment
<< Home