Earlier quoted context omitted.
Are you ever worried about Microsoft a feature that acts similar in a future version of Excel? It's a problem that has bit others before (Firebug, Growl, tabbed-browsing extensions for IE).
I don't think Microsoft would be able to produce something that was just ready, without having to create a project or click through a wizard first. Much of this functionality is available already, through ODBC, powershell, c# - but it's cumbersome to use. That's the selling point of this software, it seems to me.
I wandered off and built an IDE
191–200 of 273 posts
Re: I wandered off and built an IDE
#192This is great - I refuse to mess with VBA and I've been doing all my spreadsheet regex work using R/RStudio until now. The regex feature alone could save me tons of hours in my consulting job.
Re: I wandered off and built an IDE
#193This is slick!What a great way to impress your girlfriend.I hope you succeeded in your mission:-)
Re: I wandered off and built an IDE
#194That was a fantastic read. In a world of products and apps that seem to be a solution looking for a problem, it's nice to see a full story illustrating a common problem, and how a technical person came to provide a featured solution to that problem. I think I already know the answer to this, but I assume that this IDE is Windows only? I couldn't see any information about platforms on the main product page, which migh…
Glad you enjoyed it! I think I know what you assume and I assume you assume correctly. Windows only so far, Excel for Mac doesn't have VSTO:(
Re: I wandered off and built an IDE
#195“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.
Impressed a girl once who's friend had a Mac Classic with important files that needed to be removed. The only removable storage option was a broken floppy drive. It did have a network card, but couldn't find any way to move files to my modern mac, linux, or windows machines over the network. It did have an ancient version of Netscape, so I tried to upload the files, but the browser was just too old to handle Dropbox,…
Re: I wandered off and built an IDE
#1961. Surveys on places with lots of Excel users worded to figure out what jobs they have that take lots of manual steps with days of effort. This is your potential market.
2. Maybe immediately create proposals for the ones you could handle easily as a one-man shop. That's some revenue to get you started.
3. Look for any common patterns in them you can abstract into generic functions or generators. This becomes part of your tooling.
4. Also, look for any kinds of analysis that happen pretty often in certain industries. Then, you might create some basic functionality to as industry-specific solutions that your customization work builds on. If not that, it could just be a marketing tool illustrating the value your software provides to that segment.
Those are the ideas that came to mind as I read your article. Good luck.
Re: I wandered off and built an IDE
#197“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.
Re: I wandered off and built an IDE
#198@anakic That was an enjoyable read! I have also tried qutting my job as a developer, tried making money by working for myself (and focusing on developing features instead of actually making money, same as you), then returning to a "proper job" as an engineer. There were many recognizable moments in the blog post. I once took a course in entrepreneurship, as a distraction from computer science, and the bottom line is…
But, as a developer, it's soul-wrenching and just feels wrong to try to sell something before something proper has even been made. This has been my biggest struggle.
Developers rarely know what users really want in advance. Hell, even users don't know what users really want. Re-writes are time consuming (and, to me, boring), it is easier to do the minimal amount of work first, demo that, take feedback, and then build it out.
However, going into this you need to have faith in yourself that you can deliver something good, and on time. If you have that confidence in yourself that you can deliver the functionality expected in a reasonable time frame, you can possibly be more comfortable selling ahead of your delivery schedule.
Re: I wandered off and built an IDE
#199Earlier quoted context omitted.
You would be quite surprised actually. Try it and see how often you decide to use it over a graphical browser.
What do you use? -- I've tried with lynx and its ilk but I find that too many websites these days are completely broken without javascript, and the layout often unreadable without CSS.