Live data from Hacker News

I wandered off and built an IDE

blog.querystorm.com

111–120 of 273 posts

Re: I wandered off and built an IDE

#112
post #47

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

I would be 100% behind my partner in a similar situation, if she were building something and putting so much time and energy into it. I would love to find someone like that, actually.

Re: I wandered off and built an IDE

#113
post #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.

Builder's sell houses before they build them. I think developers often are intimidated because they might not be certain they can deliver. Nobody with a minimum of experience would hesitate to take 1000 for a quick gig, because it's obviously going to work out. So we need to prove ourselves to ourselves first, and then we will have the confidence to take on larger, more lucrative contracts.

Re: I wandered off and built an IDE

#114

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

Excel can import/export CSVs already, so the only thing you'd need to do (assuming you already have Excel open) is hit save and then open it in/as SQLite. A script could possibly make it more difficult :)

Re: I wandered off and built an IDE

#115
post #100

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

They’re about to IPO. Doesn’t mean they’re profitable, but it does mean their finances are healthy enough that they can be publicly traded.

Re: I wandered off and built an IDE

#116
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…

I would argue the you go the lesson slightly wrong. As a technical person you start with your great idea and get it working (not working is not the same as polished!). Then you HIRE someone who is great at marketing to help you figure out where it needs to be polished to sell it. The great marketing person will then do the work go get sales.

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

#117
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.

Oh god. I was so confused by your comment because this guy is on a Polish accelerator and I was trying to figure out how that was relevant.

Re: I wandered off and built an IDE

#118
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?

But this is solving "regular stuff at corporate work," just at someone else's work instead of his own.

Re: I wandered off and built an IDE

#119
I thought this sounded pretty cool:

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

Post reply on HN