This looks awesome! Have you thought about joining https://wip.chat Lots of fellow makers in there :)
I wandered off and built an IDE
111–120 of 273 posts
Re: I wandered off and built an IDE
#112Poor Anna
I hope the ex-girlfriend was either unrelated or a joke, otherwise, i don't really consider OP a good person.. There's only so much time you should spend instead of doing something with your loved ones.. I know, I'd probably drop my project at some point in the evening to get back to my girlfriend or wife.
Re: I wandered off and built an IDE
#113@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
#114Nice. That's further than I would have gone. I would have written a script to export to CSV, import to SQLite, run the queries, export back to CSV then convert back to Excel. Maybe that's why I don't have my own company...
Re: I wandered off and built an IDE
#115Earlier quoted context omitted.
Infamous Dropbox comment: https://news.ycombinator.com/item?id=9224
To be honest - dropbox is still burning investors money, right? AFAIK they are not profitable even today.
Re: I wandered off and built an IDE
#116@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…
Note, if you were a marketing person your lesson would be correct: you find the idea that someone will pay for and build it, then you HIRE the technical people who can build it. Marketing people are great at figuring this out.
The above are two very different, but successful approaches to creating a business, with different results. The technical first approach asks "what can technology do" and creates the next revolution. The marketing first approach ask what will people pay for, and creates the next evolution. Both are very valid approaches that can lead to riches. It is very common - even in business schools that should know better - it not recognize that a technical approach can work.
Re: I wandered off and built an IDE
#117I 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
#118I 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
#119> It doesn't copy the data into it, it actually lets the SQLite engine use Excel tables as the data storage (I implemented something SQLite calls a virtual table - an adapter to let it work with custom data sources). This means you can run update/delete/insert statements directly on excel tables
(from the linked reddit post, I haven't finished the blog post)
I wonder if a similar sort of approach with FDW's could work with Postgres and Excel.
Re: I wandered off and built an IDE
#120seriously? its amazing how easily people seem to box others in