Live data from Hacker News

Ask HN: What are some “10x” software product innovations you have experienced?

news.ycombinator.com

361–370 of 818 posts

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#361

Firebug. Every developer from around 2006-2008 knows what I'm talking about. Debugging JS in IE6 was like trying to build a house blindfolded with both arms tied behind your back. Firebug is when JS went from just a web augmentation toy that could silently fail and your web page would still mostly function to becoming a critical function for a web page (many will see this as all a big mistake).

> Debugging JS in IE6 Visual Studio (even back when it was called Visual Interdev) supported first-class script debugging with Internet Explorer going as far back as Internet Explorer 4. Ditto cscript/wscript. It just wasn't popular (and few people knew about it) because most people doing front-end web-work _back then_ weren't using Visual Studio, and in general most people weren't doing back-end web-work in Visual S…

I used Visual Interdev, but the debugger experience was bad: it was slow to start, and many times it didn’t worked (when it worked it was fine).

I’ll add that to the other valid reasons that you mention.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#362

Here are a few that I did not see listed by others: 1. Automatic device discovery and driver installation (e.g., with USB devices (also USB device categories, etc.)). Instead of trying to find a driver, things just worked. 2. Automatic updates. Keeping everything updated, largely, fell into the background. 3. Graphical integrated development environments (IDEs) for software development. I realize editors can be conte…

I’m at the point now where I won’t code without an IDE. Automatic imports, code completion, running a linter on save, nice git diff displays, finding all usages of a function - this stuff makes my life so much easier.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#363

Gmail. Using web-based email clients was a nightmare before Gmail. They had limited storage space, and the UX was pretty bad, they were hard to search, etc. You spent all your time figuring out what you wanted to delete, or seeing your emails bounce when people had full inboxes. If you didn't log in for a while, your account would disappear. And then suddenly, you got a GB of storage. For free. No questions asked. An…

I studied Google's file system. What Google figured out is that, with the rise of very fast networking such as 10 Gig Ethernet and faster, the network is much faster than local disk. Files were spread across multiple servers so they could all stream different parts of the file off their local disks simultaneously to the client computer faster than the local disk on any one computer could run. Thus, you could have sys…

Yeah, and then everyone took hadoop and threw it on a NAS or they provision it in the cloud and...throw it on a NAS. Always scratched my head on that one.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#364

Here are a few that I did not see listed by others: 1. Automatic device discovery and driver installation (e.g., with USB devices (also USB device categories, etc.)). Instead of trying to find a driver, things just worked. 2. Automatic updates. Keeping everything updated, largely, fell into the background. 3. Graphical integrated development environments (IDEs) for software development. I realize editors can be conte…

> 1. Automatic device discovery and driver installation Fun story. Had Windows 7 installed on an old HDD. Decided to build myself a new PC, so I got all the parts (completely different setup than what the HDD had been in), put them all together, connected the HDD, and powered it on to see what would happen. I was shocked to see that Windows booted just fine with the new setup, like nothing had changed...

It's a wonderful feature - I've now been through 3 full system swaps with the same OS. The only exception is software that ties it's license to a kind of hardware identifier. Even then it's a very minor inconvenience compared with the Win 98/XP years. I have a few teenage memories of pulling all nighters just to reinstall my OS and programs.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#365
post #324

I guess I would date myself, but: - syntax highlighting in text editor - tabs in browsers (in my case that was Firefox before it was called Firefox) - DVCS, I've started with Bazaar then moved to Git (of course). Used VCS (painful) and SVN (less so) before that. - REST APIs and discovering Sinatra framework to write them. - Rails. First time I saw famous "write blog in 15 minutes" my head was blown.

Link to the Ruby on Rails demo for anyone wondering https://www.youtube.com/watch?v=Gzj723LkRJY

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#367

User experience is usually the 10x differentiator. An Uber and a regular Taxi will both get me to my location with similar time and cost. The difference was that I could get an Uber by pressing a couple buttons on my phone and monitor the entire process from an app. A taxi required (at the time) phone calls, waiting around for a taxi to arrive, trying to communicate location, and other hassles that disappeared when u…

A regular taxi costs you the same as an uber? May I ask what country you live in?

In Australia, a taxi usually costs between 1.6ish - 2.3ish times as much as an uber or didi.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#368
post #149

Earlier quoted context omitted.

Google Maps was amazing. Back when I showed it to my dad for the first time, he expected it to be a live satellite view of his house.

I'm working on a startup trying to make that happen now. There's an immense amount of "free energy" in the form of 120k+ flights around the world every day with that # expected to increase in the future with air taxis, delivery drones, etc. Idea is to hitch a ride on these platforms and crowdsource (cloudsource?) as much aerial image data as possible to create a map that updates every few minutes. Planet Labs and Max…

Interesting concept, but my gut says it could lead to some malicious use cases.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#369

Earlier quoted context omitted.

Kazaa

The only problem I had with Kazaa is how often people would rename files for reasons I'll never understand. Like...imagine downloading "The Matrix.avi", and you start playing it, and it turns out it was actually a copy of Fight Club. WHY!?

A large chunk of the internet exists for the lulz. Imagine having to postpone your phone calls for an entire weekend in order to download a 1GB copy of Final Fantasy 7 on a crappy 32 kbps dial-up connection, only to open up the game and realize you got Leisure Suit Larry 6.

Re: Ask HN: What are some “10x” software product innovations you have experienced?

#370
Because it wasn't mentioned yet, Dropbox was quite magical as an end user tool. You use your computer normally with folders and everything is sync'd to other computers.

Unfortunately dropbox the company chose to grow into everything except their core product.

Post reply on HN