Earlier quoted context omitted.
Yea, reading his description of the Excel data problems his girlfriend had hit very close to home. A large swath of my current job responsibilities often involve automating these type of data aggregations so that non-technical users can do them. Often, this leads me to coding the entire task in VBA so that they can do it with the push of a button within the workbook they are using. At this point I have entire librari…
couldn‘t this tool be used to ‚compile‘ the SQL or C# processing into a button?
I wandered off and built an IDE
241–250 of 273 posts
Re: I wandered off and built an IDE
#242I hope Microsoft gives you a ton of money and hires you to make Excel like this. VBA is so crap. And this looks amazing.
I hope so too. I've used QueryStorm for a year or so. I try to avoid Excel as much as possible, but when I have to use it, I can spend 4 hour learning the Excel/VBA way to do something, or 1 minute and write it in SQL. It doesn't make sense how this isn't in Excel already. Seriously. Try to do a join and some simple data manipulation/aggregation in Excel without this. Or try to emulate SQL minus/except. You'll Google…
Re: I wandered off and built an IDE
#243I like your humour, I like the joke about the mansion, I like how you casually assume that choosing the project over Anna was obvious as you move on. Nice article! You should do an interview with IndieHackers!
Re: I wandered off and built an IDE
#244My usual approach when I reach the limit of my excel skills (and patience) is to save as csv, write a Python script to do the job, import back in excel for the graphs. This looks like it could nicely streamline the process, granted I learn a bit of C# (any excuse to pick up a new language I guess). Looking forward to try the tool the next time I battle a budget forecasting file. And kudos for the well-written and fun…
I guess it's time to add Python support to QueryStorm.
Re: I wandered off and built an IDE
#245My usual approach when I reach the limit of my excel skills (and patience) is to save as csv, write a Python script to do the job, import back in excel for the graphs. This looks like it could nicely streamline the process, granted I learn a bit of C# (any excuse to pick up a new language I guess). Looking forward to try the tool the next time I battle a budget forecasting file. And kudos for the well-written and fun…
Re: I wandered off and built an IDE
#246There were many components mentioned here that sound like they would be marvelously useful to the open-source community without being too competitive (eg; various SQLite parsing tooling, SQLite/Excel interface, SQLite/other db interface, etc). Might be worth open-sourcing? Perhaps even under a restrictive license (free for FOSS work, otherwise paid).
Re: I wandered off and built an IDE
#247Kudos on the IDE, kudos on helping your girlfriend, but it could have done without the "I'll solve all the problems with technology and then she'll see me as the hero I am" schtick. It made it kind of an uncomfortable read, even though you did clearly build something with a use case, which is always admirable.
Re: I wandered off and built an IDE
#248I've spent the last month (yes - month) writing a custom CLI to run on CSV for a customer which have data scattered in a bunch of Excel files. This seem a bit too good to be true.
Re: I wandered off and built an IDE
#249Thank you for sharing this with us. Have you considered turning this into a web based SaaS product? (upload excel -> do fancy stuff -> export or save the result on cloud) Is there any specific reason for the current licensing/revenue model?
Re: I wandered off and built an IDE
#250Earlier quoted context omitted.
Having built some very cool things that in the end nobody bought, I strongly disagree that one should just build the thing and then try to sell it. I also disagree that these two approaches lead to evolution vs revolution. Even if you have a revolutionary idea, and even if you can build it, it's still a waste of time if nobody will buy it. No matter how revolutionary your idea, you can try marketing it. If you are ev…
So I entirely believed this advice, completely and absolutely. And then I started my current project. I'm working on a thing now which no one believes is possible in the AI space (and to be honest I didn't either). So I built a tech demo which proved to myself that it really does work. Now I do the "I'm doing XXXX", get the cynical "yeah right" look, but the idea is interesting enough that people are prepared to see…