USB. It's hard to imagine, but we used to have a thing called SCSI (pronounced "scuzzy", and that's how it felt) which allowed you to connect to exactly one serial device. The plug was huge. And cables cost $50. Mice used an entirely separate interface that was different on Macs and PCs, and since Apple was dying at the time, it was a struggle to get Mac mice for a reasonable price. With USB, you could suddenly attac…
Ask HN: What are some “10x” software product innovations you have experienced?
311–320 of 818 posts
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#312It completely redefined what was possible for a solo developer or small team to create. Easy to learn, yet very flexible for experienced users. And moving from C++ to C# was a real game changer.
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#313Earlier quoted context omitted.
"Notifications" is being generous here. The average user's email inbox is 90% marketing spam.
Any sources on that? I’m guessing the 90% is hyperbole, but I still wonder how much spam the average user actually gets. (For me, close to absolute zero)
Looking at my password manager I've got ~260 logins right now and keep in mind that I don't do social media and try to avoid creating accounts as much as possible (and delete the ones I don't use for a long time), so the average user is likely to have a lot more accounts.
Even if each one of these companies only spammed once a week (most will do more frequently if you let them), that'll already significantly outnumber the amount of legitimate e-mail I receive.
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#314Here 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...
I remember trying to do a PC overhaul with Windows 2000. I swapped out the motherboard, RAM, and CPU, and Windows would fail to boot, crashing with an INACCESSIBLE_BOOT_DEVICE error. IIRC, I managed to recover without wiping the drive and doing a clean install by putting back in the old mobo/RAM/CPU, booting up, and swapping the IDE driver from a motherboard-specific driver to a generic IDE driver (Which comes at a signifcant performance penalty because I lost UDMA support), then swapping back to the new mobo. It booted fine after that, and I was able to install the proper motherboard drivers to get UDMA support on my IDE drive.
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#315Firebug. 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).
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#316Re: Ask HN: What are some “10x” software product innovations you have experienced?
#317Earlier quoted context omitted.
This is the same on Windows and Linux afaik you have Ctrl + Shift + V. Still makes me angry because it's a stupid default.
It's not universal on Windows: for example it doesn't work in MS Word. The place I'd want it the most! Ctrl+Shift+V does nothing at all there. It's Alt-HVT for this in Word (duh). But you can set the default to be no-formatting.
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#318Surprised no one has mentioned AWS yet. Anyone who remembers procuring, racking and imaging physical servers knows how utterly incredible it is create a cloud VM. And probably a good 20X improvement to use a value add cloud service like S3 or Netlify.
I don't think people appreciate what an absolute miracle the various cloud providers are. I'd say it was 100x - 1000x improvement, not just 10x.
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#319Earlier quoted context omitted.
In a similar vein, Napster was also a game changer for mp3 distribution.
Kazaa
Like...imagine downloading "The Matrix.avi", and you start playing it, and it turns out it was actually a copy of Fight Club.
WHY!?
Re: Ask HN: What are some “10x” software product innovations you have experienced?
#320Later, I switched to Gamestream because the performance is vastly superior. Eventually, I'd like to enable multiple devices playing games from the same server... I might have to switch to a VM setup.