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.
I wandered off and built an IDE
51–60 of 273 posts
Re: I wandered off and built an IDE
#52Re: I wandered off and built an IDE
#53@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…
This has been my biggest struggle.
Re: I wandered off and built an IDE
#54I 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?
Re: I wandered off and built an IDE
#55I 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.
Re: I wandered off and built an IDE
#56Re: I wandered off and built an IDE
#57Re: I wandered off and built an IDE
#58I 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…
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
#59In 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!
Re: I wandered off and built an IDE
#60That 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…
I think I know what you assume and I assume you assume correctly. Windows only so far, Excel for Mac doesn't have VSTO:(