Live data from Hacker News

I wandered off and built an IDE

blog.querystorm.com

51–60 of 273 posts

Re: I wandered off and built an IDE

#51
post #14

Your blog post should probably show a picture of the product

I felt like I should keep it about the story, but yeah, maybe a picture or two would be nice. I'll see about including a gif at the beginning.

Fast turnaround. That gif made a newcomer like me immediately appreciate your work.

Re: I wandered off and built an IDE

#53
post #17

@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.

Re: I wandered off and built an IDE

#54
post #45

I loved that you used your technical skills to solve a real problem, besides regular stuff at corporate work :) Insipiring! Sorry this could be a dumb question, but,does this plugin work with Spreadsheets in Google docs? If Yes, thats great, just from the perspective that it will add more customers for you. If not, are you planning to add support in google sheets as well?

Not inside Google Sheets, there's nothing stopping you from moving your spreadsheets to Excell though.

Re: I wandered off and built an IDE

#55
post #33

I really like this guy's tenacity and clever use of excel. But from my experience you can use excel files as an ODBC database source (Windows). https://stackoverflow.com/questions/15844633/using-excel-as-... Once you create your ODBC source from the excel files, you can run queries and use the language of your choice (Python,C# ....). I am pretty sure you can also insert/update rows and columns too. Wondering how thi…

See the Dropbox HN argument. Polish.

Infamous Dropbox comment: https://news.ycombinator.com/item?id=9224

Re: I wandered off and built an IDE

#58
post #33

I really like this guy's tenacity and clever use of excel. But from my experience you can use excel files as an ODBC database source (Windows). https://stackoverflow.com/questions/15844633/using-excel-as-... Once you create your ODBC source from the excel files, you can run queries and use the language of your choice (Python,C# ....). I am pretty sure you can also insert/update rows and columns too. Wondering how thi…

Primarily, it's a lot more convenient. There's no setup involved, you just click and and the data is available through SQL or C#. There's no need to clean the data around the tables, it works on live data (file does not need to be saved), no connection strings to set up or boilerplate code to write.

There's more, e.g. the SQLite engine can interact with Excel and fiddle with formatting, but I think the major thing is convenience. As a dev, most times I just wouldn't bother with the ODBC approach unless I really had to. Convenient C# and SQL though, I'd use them at least 10x more often.

Re: I wandered off and built an IDE

#59

In regards to your non-existent pricing page, I would suggest this read: https://stripe.com/atlas/guides/saas-pricing :) I think you could capture more B2B value if you display some amount of pricing for potential business customers and also make it more clear for non-commercial users that it is free. Besides from that, product looks really nice!

Seconding this. Without upfront pricing, I always assume buying a copy means handing over my email or phone to The Sales Team.

Re: I wandered off and built an IDE

#60
post #39

That 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:(

Post reply on HN