Live data from Hacker News

I wandered off and built an IDE

blog.querystorm.com

181–190 of 273 posts

Re: I wandered off and built an IDE

#183

“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.

Textbased internet surfing must be awesome.

I would just need a few bookmarks really. Although I do like to open dev tools and see what some people are doing sometimes.

Re: I wandered off and built an IDE

#185
post #113

Earlier quoted context omitted.

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.

Sometimes. Most builders work both ways: They one's I've worked with closely seem to be about 3/4ths build to order, 1/4th build for sale after. The spec houses are carefully designed to be cheap to build (without sacrificing quality) and look great on the market so they will sell/close fast. Builders want a good looking spec house to show potential custom buyers.

Even when they build spec houses (sometimes crap), they are paid first / at milestones by a bank or investor group. They don't hesitate to take on the job because they are confident in their capacities, which is my main point.

Re: I wandered off and built an IDE

#186
post #102
post #83

Earlier quoted context omitted.

In my experience, technical people latently believe the thing that people buy from you is a product. So if the product isn't done / ready / etc, then you are being misleading trying to "sell" them or engage with them. It feels wrong, like you're forced to misrepresent yourself. You imagine the potential buyer as a hyper-critical power-user that will expect everything to be perfect. But what if the above isn't true at…

This shift in perspective has been critical for me. Similarly, it is critical to ask “Whose problem am I solving?” I am an engineer and tinkering with tech brings me pleasure from creating, I crave mental stimulation, and I get immense satisfaction from havingright things in right places”. Polishing the code is like polishing the car engine for a petrolhead. But those are my problems and triggers. I am feeding _my_ n…

This is a very clear articulation of my professional experience as well. I feel like I have to drop out of "aesthetic perfection" mode in order to just do what I can to help someone else; and and that is what they will actually pay for, since they don't care about the perfection of fine details.

Re: I wandered off and built an IDE

#187
post #103

Earlier quoted context omitted.

Not OP, but even today I still don't understand why is Dropbox different except for hype and media coverage - there were many similar services back then (including integrating as a virtual drive on Windows) and we have literally tons of these services now.

Dropbox's solution was significantly more streamlined than any of the others. You installed it and it just worked as the saying goes.

Was the web interface there from the start?

If it is the case, you did not even have to install it.

Dropbox did not only solve 'local file system'-mirroring, but (legal) file sharing in general.

Re: I wandered off and built an IDE

#189

We have a bunch of people that have to build and maintain VBA excel files for our clients. We'd really rather not maintain all this VBA crap. Can we replace that with this? Can it deploy files with all those horrible rules or is it more primitive than that and only functions as an IDE for personal Excel munging?

Hey! Absolutely you can! You can embed code into the workbook and automate stuff. If you're up for it, I'd love to discuss over Skype. It's the perfect use case! Send me an email, it's antonio at querystorm dot com.

Re: I wandered off and built an IDE

#190

“You might be surprised to learn that in a developer’s life, there aren’t all that many chances to impress girls with your coding skills.” Ha ha. When my wife and I were new she asked to use my laptop and was surprised that it “had no icons”. (No window system). So I started to show her how to avoid using a GUI. 12 years later she uses a terminal about half of her time as a stock administrator.

Impressed a girl once who's friend had a Mac Classic with important files that needed to be removed. The only removable storage option was a broken floppy drive. It did have a network card, but couldn't find any way to move files to my modern mac, linux, or windows machines over the network.

It did have an ancient version of Netscape, so I tried to upload the files, but the browser was just too old to handle Dropbox, Google Drive, or any other service I could think of. An obvious solution, then, would be an upload service built for ancient browsers.

So, in about 5 minutes flat I made a sinatra app that used the simplest HTML upload form possible and dumped uploaded files to a folder on my desktop machine.

Maybe there was an easier solution I missed, but she found mine quite impressive.

Post reply on HN