TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

441 pointsby pramodbiligiriabout 4 years ago
Peter Thiel has written about the &quot;10x rule&quot; for startups, where your innovation has to be 10 times better than the second best option [1].<p>Have you personally experienced such 10x improvements in your own interactions with software? What were they?<p>[1] - https:&#x2F;&#x2F;thenextweb.com&#x2F;entrepreneur&#x2F;2015&#x2F;07&#x2F;13&#x2F;the-10x-rule-for-great-startup-ideas&#x2F;

270 comments

jasodeabout 4 years ago
+ using Google for search in 2000 and being <i>amazed</i> at how much better the results were than AltaVista and Yahoo Search.<p>+ Google Maps in 2004 and <i>dragging</i> the map interactively around. This was a quantum leap beyond Mapquest&#x27;s page reload and reset with cumbersome arrow buttons. This was a paradigm shift that let me <i>explore</i> a geography better than any book atlas. I gave away all my atlases<p>+ MS Window Media Player&#x27;s ability to <i>cleanly</i> accelerate playback to 2x,3x,4x of audiobooks and tutorial videos for slow speakers. MS Windows 7 had this long before Youtube&#x27;s player had a 2x playback option.<p>+ SQLite library : more than 10x improvement since I came from old school of writing custom formats for persisting data. No more dumping memory structs to disk or writing b-trees in C Language from scratch.<p>+ C++ STL in late 1990s. Instantly reduced need to write custom data structures like linked-lists or in-house string libraries for common tasks<p>+ VMware in 2000s : more than 10x productivity enhancement because I can play with malware in a virtual software sandbox instead of tediously re-imaging harddrives of air-gapped real physical machines<p>+ Google Chrome in 2008 : 10x quality-of-life since misbehaving websites crashing don&#x27;t bring down all the other tabs in my browsing session like Firefox&#x2F;Opera.<p>I probably have more than a hundred examples. Some software tech 10x improvements are more diffused. Reddit+HN websites are a much better use of my time than USENET newsgroups. Youtube with recordings of tech conference presentations I can watch at 2x+ is a better used of my time than physically traveling to the site.
评论 #26482439 未加载
评论 #26484687 未加载
评论 #26482785 未加载
评论 #26482297 未加载
评论 #26483846 未加载
评论 #26481827 未加载
评论 #26481995 未加载
评论 #26482408 未加载
评论 #26511974 未加载
评论 #26485375 未加载
评论 #26486727 未加载
deckard1about 4 years ago
Firebug.<p>Every developer from around 2006-2008 knows what I&#x27;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).
评论 #26484141 未加载
评论 #26483208 未加载
评论 #26482945 未加载
评论 #26484433 未加载
评论 #26488253 未加载
评论 #26482664 未加载
评论 #26483388 未加载
评论 #26487137 未加载
评论 #26482180 未加载
评论 #26487706 未加载
评论 #26483044 未加载
评论 #26485071 未加载
评论 #26483438 未加载
rudyfinkabout 4 years ago
Here are a few that I did not see listed by others:<p>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.<p>2. Automatic updates. Keeping everything updated, largely, fell into the background.<p>3. Graphical integrated development environments (IDEs) for software development. I realize editors can be contentious, but tab completion of variable names, automatic identification of methods within scope, syntax highlighting, easily dropping breakpoints, etc. are, in my experience, wonderful improvements on productivity.<p>4. What you see is what you get (WYSIWYG) text &#x2F; image editors. Thankfully, I did not spend much time in the prior era, but it was, at times, maddening to get something to format correctly.<p>5. Ad blockers &#x2F; reader modes. Again, I know these can be contentious, but, for me, these reformatting services are sometimes the only way to make some websites practically readable.<p>I strongly second:<p>-The rise of memory-managed languages (e.g., JAVA, C#, etc) with pretty robust default library sets, especially for string manipulation, graphics, and network operations.<p>-Moving map software, especially for mobile GPS mapping.<p>-Spreadsheet software.<p>-Being able to easily search for answers to fairly technical programming problems, compiler errors, etc. along with better access to online documentation.
评论 #26482476 未加载
评论 #26483902 未加载
评论 #26482794 未加载
评论 #26486633 未加载
jakevoytkoabout 4 years ago
Gmail.<p>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&#x27;t log in for a while, your account would disappear.<p>And then suddenly, you got a GB of storage. For free. No questions asked. And its UI was simple and easy-to-use. And you could search it.<p>A lot of other products are 10x better in individual areas. For instance, Google Sheets was much more portable&#x2F;shareable than Excel when it launched. But even today there&#x27;s no comparison, Excel is superior for actual spreadsheet functionality. But Gmail was better on every axis, even against local clients like Thunderbird and Outlook.
评论 #26478407 未加载
评论 #26481740 未加载
评论 #26478008 未加载
评论 #26482355 未加载
评论 #26478085 未加载
评论 #26477893 未加载
评论 #26485182 未加载
评论 #26483647 未加载
评论 #26477929 未加载
评论 #26482398 未加载
评论 #26477944 未加载
评论 #26477970 未加载
评论 #26486867 未加载
评论 #26498582 未加载
评论 #26493375 未加载
thraxilabout 4 years ago
- SSH. Maybe not in terms of performance or efficiency, but before SSH, we were using telnet everywhere and just sending passwords in plaintext all over the internet. Plus, you could give someone your public key and they could give you access to a server instead of the &quot;here&#x27;s a temporary password, change it as soon as you log in&quot; approach.<p>- Perl. This was at the time when the other languages available to me as a student were Java or C (mid to late 90s). Those were fine, but Perl definitely felt 10x more productive for me for the things I actually wanted to write. Plus CPAN was the first directory of libraries&#x2F;modules that I&#x27;d encountered of its ilk.<p>- VMWare&#x2F;virtualization. We used it for an Operating Systems class so we could learn by actually writing Linux kernel code and running it on a VM. This was huge at the time. Friends at other schools taking Operating Systems had to work on dumbed down simulations and &quot;teaching&quot; OSes. Before VMWare, if you wanted to work on the kernel, you had to have spare hardware and a lot of patience for re-building your system when you did something stupid. With VMWare, you could just restore from a good snapshot and try again.<p>- apt-get. Coming to Debian from (old, pre-yum) Redhat, being able to type a command and reliably install pretty much anything was a huge improvement over untangling RPM dependencies. Even RPMs were a pretty big improvement over manual compiling or Windows-style installer wizards.<p>- Numpy (or &quot;Numeric&quot; as it was called at the time). Vector math in clean Python that was mind-blowingly efficient. The only other option that really balanced performance and high level accessibility was MATLAB, but that wasn&#x27;t suitable for using in an application.
评论 #26484905 未加载
评论 #26487221 未加载
评论 #26485435 未加载
Farbklexabout 4 years ago
Steam for PC Gaming.<p>At first, it was just annoying DRM. But it was convenient.<p>- Before that, you had to manually update your games in order to play the latest version<p>- Without no-cd cracks, you were required to leave a CD &#x2F; DVD in your drive<p>- with the addition of steam workshops, installing mods for certain games became easier. You didn&#x27;t have to manually copy paste files.<p>- you have one central friend list, and invite system which many PC games use. It took some time until more companies launched own launchers and fragmented this ecosystem again.<p>- save game cloud backups became the norm. No need to manually backup a savegame folder if you want to ever reinstall a game.<p>- the refund system is user friendly (refund if you haven&#x27;t played for more than 2 hours)<p>- steam link allows you to stream your games from a PC to other clients locally or through the internet<p>- steam remote play together allows you to stream a game to a friend for remote couch-coop. Other player doesn&#x27;t need to own the game and since a recent update, doesn&#x27;t require a Steam account.<p>- family sharing lets users easily share a whole game library with friends and family<p>- big picture mode offers a great gamepad focused UI which is ideal for living room gaming PCs on the TV<p>- enchanced Steam controller settings which let you configure the Steam Controller and after some updates also other controllers for each game. This even works if the game doesn&#x27;t have official controller support.<p>- compared to other launchers it is really fast…looking at you &quot;Xbox Game Pass for PC Launcher&quot; thing
评论 #26482486 未加载
评论 #26481584 未加载
评论 #26482357 未加载
评论 #26482582 未加载
评论 #26479144 未加载
评论 #26482427 未加载
showerstabout 4 years ago
Showing my age here, heh:<p>1. Early Ruby on Rails -- Now that MVC&#x2F;ORM packges are the norm, it&#x27;s hard to describe how revolutionary the original &#x27;15 minute blog&#x27; video was. It really felt like a quantum leap for CRUD apps.<p>2. Uber&#x2F;Lyft - It has literally remolded the city I live in, by making large areas that are transit-inconvenient more attractive to live in.<p>3. Linode -- Access to a cheap server that you could spin up&#x2F;down in a minute with root access was really great, in an era where a server that wasn&#x27;t just a junk shared host often required months of commitment and started at 100 bucks a month.<p>4. Google Maps -- Just head and shoulders above mapquest.
评论 #26482351 未加载
评论 #26485708 未加载
评论 #26490133 未加载
评论 #26484559 未加载
评论 #26482626 未加载
评论 #26486299 未加载
评论 #26486289 未加载
评论 #26486240 未加载
评论 #26486337 未加载
评论 #26485365 未加载
dimalabout 4 years ago
USB. It&#x27;s hard to imagine, but we used to have a thing called SCSI (pronounced &quot;scuzzy&quot;, and that&#x27;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 attach any device to Mac or PC and often not even need a driver. You could buy a splitter and attach multiple devices. Incredible! Wifi. I remember seeing Apple&#x27;s Airport demo. You could connect to the internet WITHOUT WIRES! Magic!
评论 #26483891 未加载
评论 #26483274 未加载
评论 #26483332 未加载
评论 #26484989 未加载
1970-01-01about 4 years ago
Nobody has the audacity to mention The Pirate Bay. Ethical and moral issues aside, it was and arguably still is a 10x method for obtaining digital content and software.
评论 #26482851 未加载
评论 #26484541 未加载
评论 #26487167 未加载
评论 #26484618 未加载
评论 #26499922 未加载
dopeboyabout 4 years ago
Stackoverflow. Its closest competitor, experts exchange, was a slow website that required you sign up to see an answer that was rarely useful. There&#x27;s a direct correlation to SO and dollars of revenue I&#x27;ve driven.
评论 #26483711 未加载
评论 #26482736 未加载
评论 #26485907 未加载
评论 #26485750 未加载
评论 #26485908 未加载
评论 #26486279 未加载
vincent-manisabout 4 years ago
The abolition of punched cards...finally, it was practical to indent code!<p>Visual editing...I remember when all text editors used a command language that made you keep a listing of the file next to your terminal so you could translate your markup into editor commands. (And, yes, I still know my way around ed.)<p>SCCS&#x2F;CVS&#x2F;RCS: as wonderful as git&#x2F;hg&#x2F;fossil and others are, any source control system is better than none.<p>Tree-structured file directories, so you could separate files of different projects into different directories.<p>Yes, I HAVE been around a long time!
评论 #26486688 未加载
nicbouabout 4 years ago
1. DOCKER<p>I don&#x27;t hear &quot;works on my machine&quot; nearly as much nowadays. Everyone is running the same code in the same environment. It&#x27;s all there under source control.<p>Now I can get a project running on a different machine in a few minutes, without any special instructions. That also applies to my colleagues, or people looking at my GitHub projects. My software&#x27;s interface with the host machine is clearly defined, so there are very few surprises.<p>2. GOOGLE PHOTOS<p>No more moving photos around with cables and SD cards. No more tagging anything in Lightroom. I can type &quot;pug&quot; and I&#x27;ll see every photo of a pug I&#x27;ve taken.<p>There are no logistics around taking pictures anymore, and it&#x27;s much better that way.<p>3. MAPS<p>Google Maps, but also Open Street Map. Cartography is an incredible blessing, and we take it for granted.
评论 #26485478 未加载
bps4484about 4 years ago
Jquery - abstracted away tons of cross-browser inconsistent behavior, both with the dom and javascript, and added new selectors to make dom manuplation easier. I think there was a reason it was adopted as fast as it was, it really was a 10x improvement in working client side.
评论 #26486710 未加载
tootieabout 4 years ago
Surprised 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.
评论 #26483412 未加载
评论 #26482057 未加载
评论 #26484274 未加载
评论 #26483114 未加载
atianabout 4 years ago
Yes, the thing in iOS that automatically clips SMS verification codes sent to you. It saves me from going to my messages and finding the code.
评论 #26478533 未加载
评论 #26477718 未加载
评论 #26482288 未加载
评论 #26485376 未加载
评论 #26477873 未加载
评论 #26481673 未加载
passivateabout 4 years ago
Reaper. Its simple, fast, and no licensing bull.<p>Steam. Just works, simple and easy to use. Copy-Paste the Steam folder to your new system to move your entire game library.<p>ZoomIt by Sysinternals - excellent, excellent tool that has improved all my presentations&#x2F;screen-share sessions.<p>Everything by David Carpenter - super fast system wide search for files that has bookmarks and other features like match using file name&#x2F;file path&#x2F;regex etc.<p>ShareX - Very useful screenshoting&#x2F;screenrecording + more tool with automation capabilities like auto upload to imgur, etc.
评论 #26482921 未加载
评论 #26482773 未加载
评论 #26482759 未加载
评论 #26482720 未加载
评论 #26483129 未加载
评论 #26489399 未加载
评论 #26485615 未加载
评论 #26482307 未加载
PragmaticPulpabout 4 years ago
User experience is usually the 10x differentiator.<p>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 using Uber.<p>Same final product (car transportation between points) but the experience was 10x better.
评论 #26478570 未加载
评论 #26477951 未加载
评论 #26484287 未加载
评论 #26495668 未加载
评论 #26483972 未加载
评论 #26484566 未加载
yosaminoabout 4 years ago
Postfix. It&#x27;s the only software package that I use where I am consistently sure that any issue I come up with is me making a mistake in configuration or me not having read the documentation closely enough.<p>It&#x27;s stable, it has good error messages, it supports all the different ways to send email. And it&#x27;s documentation is just really well and precisely written.<p>It&#x27;s just <i>really good</i>.<p>It&#x27;s not that I think that Postfix is 10x better than other email software that I use - it&#x27;s 10 times better than any other kind of software I have used in the 20 years that this has been a relevant question.<p>Thank you Wietse, thank you Viktor, thank you Ralf and thank you Kyle.
评论 #26484259 未加载
AlexB138about 4 years ago
I&#x27;ll avoid dating myself by keeping it sufficiently vague, but Open Source Software. Going from the world of closed source, for-profit software to that of FOSS is like night and day. It&#x27;s more like a 100x improvement. Today&#x27;s open-source world is quite different, but I&#x27;ll still take it hands-down.
评论 #26482395 未加载
评论 #26487248 未加载
Lichtsoabout 4 years ago
Not sure if mathematics counts as software:<p>Geometric &#x2F; Clifford Algebra.<p>It makes just about every aspect of handling geometry in computer graphics and robotics so much easier. It comes with a ton of upsides and only two downsides: You probably were not taught it yet (so you have to learn it) and if you do, others will have trouble following you unless they learn it too.<p>I somehow feel like coming from a tribe where we only count up to three, and then being introduced to the concept of natural numbers (and other number classes) by outsiders. As I stared to use it myself, it changed the way I think about things, but now I can&#x27;t communicate with the rest of my tribe anymore. Yet, I think it is worthwhile and about the only silver bullet I have seen.<p>If you are interested, here [0] is a nice introduction to one class of clifford algebras.<p>[0] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2002.04509" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2002.04509</a>
评论 #26482123 未加载
评论 #26479511 未加载
评论 #26481757 未加载
saalweachterabout 4 years ago
Modern Linux distros.<p>Yeah, I have so many complaints about them, but for a wide range of use-cases and hardwares, they &quot;just work&quot; now.<p>In the olden days, Linux desktops and servers, and <i>especially</i> laptops were much more &quot;pets&quot; than &quot;livestock&quot;, needing constant attention and care to keep them working, correctly configured, and up to date. Half the time when you added a new software package or piece of hardware you&#x27;d end up breaking your X-windows configuration and need to spend six hours getting things mostly working again.
评论 #26484002 未加载
评论 #26483007 未加载
评论 #26485287 未加载
评论 #26483532 未加载
fnord77about 4 years ago
Java vs. the 90s C&#x2F;C++ standards. Not having to deal with memory management made it so much easier to write applications.<p>I&#x27;m guessing SQL was a 10x innovation at least when it came out, too.
评论 #26481633 未加载
评论 #26482061 未加载
评论 #26481952 未加载
评论 #26498679 未加载
评论 #26481985 未加载
dale_glassabout 4 years ago
SSDs.<p>Virtualization.<p>Git. I&#x27;ve used CVS and SourceSafe before.<p>LVM. The old MBR way of partitioning is just awful.<p>systemd and journald, just to be a bit controversial. I really don&#x27;t miss my days of screwing around with init scripts, or having to parse logs by hand.<p>Arduino. It makes lots of cool stuff very accessible.<p>sshfs, it&#x27;s amazingly convenient.<p>pulseaudio. Sound on Linux finally works. I spent an unbelievable amount of time fighting with it before.<p>valgrind. Amazing for debugging memory issues.<p>Modern hardware. It&#x27;s only recently that I&#x27;m no longer tightly restricted by RAM, disk space or the CPU. I remember the hours spent on freeing up conventional memory, a kernel taking 3 hours to compile, and having room for half the stuff I wanted to install.
评论 #26482503 未加载
评论 #26483160 未加载
评论 #26481653 未加载
评论 #26484679 未加载
marianovabout 4 years ago
Wireshark. I&#x27;ve saved countless enterprise problems that nobody could debug by intercepting traffic and guessing, or looking at the raw data nobody knew was there.<p>Python list comprehensions + ipython: it changed how I approach all compley python code. I iterate over the data until I get it right, then use that as the basis of the program&#x2F;script.<p>Youtube: I can learn anything now. It&#x27;s the real world The Matrix
评论 #26495965 未加载
评论 #26486750 未加载
ihnortonabout 4 years ago
The rr debugger [1]. I desperately missed it after switching to a mac laptop -- to the point that I now have an older linux system which exists primarily to run rr.<p>(I&#x27;ve heard that Pernosco [2] - partly built on rr, AFAIK - is even more revolutionary, but haven&#x27;t yet tried it myself)<p>[1] <a href="https:&#x2F;&#x2F;rr-project.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rr-project.org&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;pernos.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pernos.co&#x2F;</a>
评论 #26482819 未加载
TrackerFFabout 4 years ago
From a musicians standpoint, the everything today is 10x of what he had just 20 years ago.<p>If I wanted to record a halfway decent sounding guitar 20 years ago, I had a couple choices:<p>1. Go to some studio, spend probably at least $1k, get the stems and transfer them to my computer.<p>2. Purchase recording gear (microphone, preamp, etc.), which would minimum cost around $1k, and on top of that, have a computer and audio interface. Again, $$$.<p>3. Purchase some early modeller, some audio interface, DAW, etc. Probably $1k just in that.<p>Simply put, there weren&#x27;t any really affordable or efficient method, that didn&#x27;t sound like a$$.<p>Today, it&#x27;s a breeze. Free plugins, free DAWs, extremely affordable audio interfaces.<p>As far as cost, quality, and efficiency goes - everything is 10x of what we had 20 years ago. And almost everything boils down to the software products involved.
评论 #26486536 未加载
jp555about 4 years ago
How about a 10x reduction?<p>Thinking of when &quot;Paste with style&quot; became the default. :P
评论 #26477869 未加载
评论 #26482902 未加载
haolezabout 4 years ago
Since there are already a lot of great answers, I&#x27;ll give a niche one: fzf.<p>It&#x27;s a simple concept and implementation, but you can plug it in all kinds of things and quickly compose complex tools in a simple manner. You can use it to search (and navigate to) logs, files, git history, external APIs (e.g. AWS). It&#x27;s amazing.
szszrkabout 4 years ago
APM software (application performance monitoring). It was super expensive, pain in the ass to maintain, required a lot of training. But when someone skilled sat down with it - just wow. You could investigate particular users problem, and see that when she typed &quot;s&quot; in search form it triggered a few proxies, sql query which had proper execution plan, but it seems that connections pools are handled poorly.<p>It could visualize what is the actual architecture (not what we think it is) and show which connections are laggy, or more used, when it should be round robin.<p>It discovered undocumented connections and could show us laggy requests even if remote system was not monitored by APM - purely based on data from one side.<p>I could report to developers a particular line of code that is problematic from performance perspective (like &quot;this takes 40% of time of the request, even though it&#x27;s the simplest task in the process) without knowing much about that program or even coding in general (I&#x27;m more of an admin).
评论 #26481682 未加载
dpcxabout 4 years ago
Wolfram Alpha. The ability to perform calculations on &quot;nebulous&quot; things is amazing. Things like comparing the population of China to the population the US (<a href="https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;input&#x2F;?i=population+of+united+states+%2F+population+of+china" rel="nofollow">https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;input&#x2F;?i=population+of+united+s...</a>) are great. Visual solutions to complex math problems? Awesome.
e12eabout 4 years ago
Maybe the original AJAX in internet explorer? Combined with Javascript it moved the web from being RESTful hypertext applications to enabling moveable code - killing Java applets, Ole&#x2F;com plug-ins (including flash).<p>I&#x27;m a bit sad that tls&#x2F;http2 basically put the final nail in the coffin, essentially killing the viability (if not possibility) of elegant caching from REST. But arguably it&#x27;s an architecture that&#x27;s not needed with today&#x27;s ample resources (fast networks, fast cpus, ample ram and storage).<p>Hard to imagine that the defining technology of this decade came out of a classic &quot;screw standards; extend&#x2F;embrace&#x2F;extinguish&quot;-playbook.<p>Thanks to Netscape&#x2F;Mozilla&#x2F;Firefox (and opera&#x2F;chrome) it went the other way.. .
zz865about 4 years ago
When I started as a developer the internet wasn&#x27;t there. If you wanted a new library or tool you had to go to a shop and buy the floppy disks (or mailorder). If you wanted docs you used the man pages or had to buy the book, probably the bookstore would order it for you. Its hard to imagine now.
评论 #26485645 未加载
评论 #26481856 未加载
omosubiabout 4 years ago
A couple i havent seen listed:<p>Tivo - pretty cool when it came out - you didn&#x27;t have to run to the bathroom&#x2F;kitchen during commercial breaks and hope you made it back in time. Of course it&#x27;s obsolete now but a significant improvement over the standard at the time<p>Streaming music services - i spent an embarrassing amount of time as a kid&#x2F;early teenager collecting cds and ripping them to my hard drive - if only I could have all that time back<p>The selfie camera on smartphones - pretty self explanatory<p>MagSafe connector - why they ever removed this is beyond me. I don&#x27;t know if it made my life 10x better but if extended the life of a laptop a year or two it&#x27;s worth it&#x27;s weight in gold
评论 #26482738 未加载
jakub_gabout 4 years ago
Some pretty basic but workflow changing improvements for me (maybe 10x is too much, but 5x maybe? :)<p>1) Tabbed browsing in Opera&#x2F;Mozilla in early 2000s. You&#x27;d have to open new window each time before that.<p>2) Moving from Windows Phone 8 (Nokia Lumia) to Android 4.4:<p>IE Mobile was okayish and pretty standards compliant browser, but could only handle 6 tabs, and switching between tabs would reload the page. Chrome Mobile would open infinite no. of tabs, and easily keep 10-20 of them in memory, allowing to switch around.<p>3) Two features of Sublime Text compared to old generation editors&#x2F;IDEs:<p>- multiple cursors (ctrl-d) make editing very different<p>- keeping new unnamed files as drafts when closing editor (instead of asking &quot;do you want to save the newfile1? newfile2? ...&quot;)<p>One fundamental change:<p>4) Firebug. Debugging websites before that was slapping random CSS `border`-s&#x2F;`background-color`-s and `alert()` calls.
typhonicabout 4 years ago
In the 1980s I was impressed with LapLink software which I used to move files between computers. The copy I bought came with cables to connect the computers, both serial and parallel cables. The serial cable had 25 pin and 9 pin connectors on both ends. If one PC did not have a disk drive, they gave you instructions to write a short command to re-direct the serial input. LapLink would then transfer itself across the serial link and begin running.
softwaredougabout 4 years ago
Google &amp; stackoverflow<p>Prior to this everything was based out of tech manuals, now I can find good information fast, and memorize pointless trivia far less.
评论 #26481821 未加载
andrecp11about 4 years ago
Because it wasn&#x27;t mentioned yet, Dropbox was quite magical as an end user tool. You use your computer normally with folders and everything is sync&#x27;d to other computers.<p>Unfortunately dropbox the company chose to grow into everything except their core product.
aszenabout 4 years ago
Nixpkgs and the nix build.<p>After rough times with ubuntu default package manager I finally installed nix and there&#x27;s no going back.<p>Previously installing any software used to be a risky affair that could corrupt the packages or bring some dpkg issue. Now I literally install whatever I find. It&#x27;s truly game changing. I haven&#x27;t seen a missing library error since then. Being able to reliably install software across machines with different versions is huge and right now there is no better solution than nix.
intrasightabout 4 years ago
Banking apps(avoid going to bank to deposit check, or going to post office to pay bills) Podcasts (alternative is reading a blog) Airbnb (alternative is hotel or possibly a BnB)
AnimalMuppetabout 4 years ago
The personal computer (as a category, not just the IBM PC). I first ran into one in high school, when the computer science lab got five TRS80s. Before that, it was submitting a FORTRAN deck that someone took to an off-site mainframe. Half a week later, you got your results. But with the TRS80, you got them as fast as the program ran.<p>Now the CS lab did have a Teletype terminal, though I never used it. But the TRS80 had a real interactive display, not just static paper.<p>I know there were others before the TRS80. It&#x27;s just the first one I came across.
评论 #26486045 未加载
13415about 4 years ago
The following come to my mind:<p>- Google Earth: A globe with ultra-zoom just didn&#x27;t exist before.<p>- Tex and LaTeX: They revolutionized Academic typesetting and publishing.<p>- DAWs: I used to use a four-track recorder. When I first got to edit in a DAW with a few built-in effects, that was such a quantum leap. (I was about to write &quot;affordable DAWs&quot; but to be honest these came quite late and my first DAW was a cracked copy of Protools, of course.)<p>- REALBasic when it was affordable shareware: I&#x27;ve never been more productive than in REALBasic. (Also learned my lesson, though, never rely on commercial tools whose price suddenly might skyrocket.)<p>- XLisp: I did not end up programming much in it but this was so good and mature software for hobby programmers interested in Lisp during the 90s (at a time when CommonLisp was hard to get outside your university).<p>- Wikipedia: Doesn&#x27;t really count as software but I had to include it. It&#x27;s possibly the most useful Internet-based tool besides email.
analog31about 4 years ago
I&#x27;ve experienced some 10x jumps, mainly because I tend to wait until something comes along that&#x27;s 10x before switching. Not that I&#x27;m smart, but stubborn.<p>- Turbo Pascal. My dad knew nothing about computers, but the Wall Street Journal ran an article about TP, and he knew I was interested in programming, so he got me a copy for my birthday. It allowed me to program almost as quickly as BASIC, but with half a chance of my programs working. (Yes, 50% chance was a 10x improvement). Not to mention, a motivation to learn more disciplined programming.<p>- HyperCard and then Visual Basic. I never had to learn the guts of a modern OS and its API just to write usable software.<p>- &quot;Scientific&quot; Python stack. The quality and breadth of the language, tools, and libraries is just stunning to me. I looked into Python because it was getting a lot of &quot;buzz&quot; when I first joined HN. Thanks, y&#x27;all.<p>- Arduino and the higher powered microcontrollers that it supports, for making it easy and quick to whip up applications. But even pre-Arduino, a number of 10x improvements came along for me on the hardware &#x2F; electronics side, starting with microprocessor interfacing in BASIC, EEPROM based microcontrollers, decent C compilers for embedded.
georgewsingerabout 4 years ago
I literally (as in 30 minutes ago) just fixed a bug in 10 minutes that I thought was going to take me 3 days to fix using <a href="https:&#x2F;&#x2F;pernos.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pernos.co&#x2F;</a> (a &quot;timeless&quot; debugging tool that wraps Mozilla&#x27;s `rr`). This is a factor of speedup on the order of 100x+, not 10x.<p>I <i>highly</i> recommend checking this tool out if you value your time.
shireboyabout 4 years ago
The most recent one I&#x27;ve experienced is ElasticSearch + Kibana + FileBeat&#x2F;MetricBeat. I&#x27;ve gone from munging through log files in a text editor or maybe LogParser to being able to quickly visualize issues in charts and dashboards, but then zoom into log-level details in seconds. It may not be fair to call notepad the &quot;second best option&quot;, but for open source log (and more) analysis, Elastic+Kibana definitely stands out among competition.
blunteabout 4 years ago
Wise (was Transferwise). Literally made my monthly alimony payments less painful and much cheaper compared to international bank wires. I&#x27;m talking about saving 200-300EUR per month on fees. (No I have no affiliation with them.)<p>Slashdot back in the day.<p>Digg back in the day.<p>Hackernews, back .. ... ... .<p>Java in 1997.<p>Python and Ruby starting around 2004ish.
dejvabout 4 years ago
I guess I would date myself, but:<p>- syntax highlighting in text editor<p>- tabs in browsers (in my case that was Firefox before it was called Firefox)<p>- DVCS, I&#x27;ve started with Bazaar then moved to Git (of course). Used VCS (painful) and SVN (less so) before that.<p>- REST APIs and discovering Sinatra framework to write them.<p>- Rails. First time I saw famous &quot;write blog in 15 minutes&quot; my head was blown.
评论 #26483940 未加载
teekertabout 4 years ago
Docker-compose: Over the past years I&#x27;ve gone from running some things I really wanted (Samba, Nginx with a website or 2 and maybe Drupal) to just about anything (NextCloud [2 installs for 2 families], Home Assistant, Bitwarden_rs, Minecraft servers, Unify Controller, Samba, WireGuard ...) And trying something new is soooo easy with Traefik taking care of name based routing and certs. And it feels good that my entire personal infrastructure can be backed up by copying a single Yaml file and a single folder (with many subfolders of course).
cmrdporcupineabout 4 years ago
Jetbrains IntelliJ IDEA. Using it since about 2004, it was slow as molasses and unstable for my codebase but it was the first widely available refactoring IDE for a mainstream language, and it rocked and it and its offshoots still rock today. They didn&#x27;t invent automated refactoring but they made it excellent and accessible in a way that VisualAge and similar tools weren&#x27;t.
jbob2000about 4 years ago
Multiple cursors in Sublime Text. Made it incredibly easy to do repetitive edits to json data or html templates. VS Code does a better job of cursor management now, but I think that was inspired by sublime text.<p>Language and date time services like Moment and i18n. Huge productivity gains from having off the shelf solutions for multi-language features.<p>Node.js and Express got rid of all the cruft from backend API development. It’s a breeze to spin up a new API, whereas years prior needed a fairly strict environment setup to run reliably.
评论 #26482589 未加载
meowzeroabout 4 years ago
Google the search engine. Before I had to us Hotbot and Altavista. Google changed the game.<p>YouTube. The user-generated content helped bring a lot of small time productions to be seen by millions of people. Now you can see a video about almost anything, especially if you need a how-to, tutorial, or learn about anything.<p>Adobe Photoshop&#x27;s Content Aware Fill, Healing Brush, etc. This changed the game for photo manipulation. You no long had to do it manually by hand using clone stamp. Now the computer does a pretty good job for you.<p>Smartphone camera. This is more hardware than software, but they practically destroyed the entire compact camera market. Now everyone has a great camera and camcorder in their pockets. Now with their image processing, they&#x27;re rivaling DSLR images for low-res images.
apples_orangesabout 4 years ago
For me the switch to Mac many years ago was like that. It was like 100 mini annoyances suddenly disappeared from my life. True or not, I believe that&#x27;s how it felt.
aantixabout 4 years ago
1) Ruby on Rails.<p>The standardized structure.<p>Convention over configuration gave the app a level of consistency that I hadn&#x27;t experienced before.<p>2) Lyft - being able to see who your driver was and exactly where they were in route to pick you up, was amazing.<p>I think the first couple of years of riding I would always ask the driver when they started driving for Lyft and if they enjoyed it.
diegof79about 4 years ago
* Any Smalltalk IDE (VW, Vast): it’s hard at the beginning, but once that you get used to evaluate expressions everywhere it’s amazing. I don’t use St since a long time, but I haven’t seen that dev UX in any other editor or IDE.<p>* MS Word for Windows: today we are used to the spellchecking as you type, but IIRC Word was the first one to have that feature.<p>* VMWare.. being able to run a Windows VM from Linux in the 2000 was amazing. It also changed the QA processes for desktop apps.<p>* GMail... 1GB email for free, it was way beyond of any other web email at the time (that and also good IMAP support, and Pop3 with TLS, none of the competitors had that when it launched)<p>* Photoshop... if you used any image editor, PS was 10x better.
marshrayabout 4 years ago
In chronological order of my experience:<p><pre><code> Interactive terminals (over punch cards) PLATO Macintosh Windows 3.11 (over DOS) C++ (over C) The Internet (over BBSes) Windows 95 (over Windows 3.11) The World Wide Web Perl (over shell and C) Python (over scripting alternatives) Rust (over C++)</code></pre>
jrvarela56about 4 years ago
Heroku<p>- Git push to deploy<p>- Scaling dynos<p>- Turning add-ons on&#x2F;off<p>- Managed PG (backups, rollback, copies)<p>I can&#x27;t imagine how much time I would have had to invest in building my first few apps without Heroku. Had a similar experience with Google AppEngine in ~2009; I barely knew how to code and I was able to charge a customer for the first time ever for a working service.
评论 #26482974 未加载
ycom13__about 4 years ago
These came to mind<p>On Demand tv<p>DVR<p>SSDs versus regular hard drives<p>windowing functions in databases<p>MP3s vs CDs or minidisks. (Suddenly I could hold 1000 songs in my pocket)<p>Columnar databases (Sybase IQ, SQL Server, Redshift)<p>20 tools on 1 device in your pocket.. replaced flashlight, magnifying glass, calculator, maps, notepad etc etc<p>Multicore CPUs.. Oh I can do 2 or more things while stuff is compiling in the back ground.. and of course async<p>Ajax.. no more refreshing the whole page<p>Automated tests and builds..
cramjaabout 4 years ago
I think clipboard managers (like flycut for mac) are under rated. I regularly use the last 3-5 clips.<p>Heck, it&#x27;d be great if clipboard history was baked into the OS.
评论 #26477922 未加载
评论 #26482113 未加载
评论 #26477811 未加载
treborabout 4 years ago
PHP Inspections (EA Extended)[1] by Vladimir Reznichenko, a PHP language static analysis plugin for PHPStorm &#x2F; JetBrains. I&#x27;ve coded in PHP for many years now, but there are many helpful reminders and checks that come standard with it. Some of the small performance quirks are game changers in long running processes, or intensive methods.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;kalessil&#x2F;phpinspectionsea" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kalessil&#x2F;phpinspectionsea</a>
majewskyabout 4 years ago
Configuration management.<p>A few years ago, I timed myself doing a full reinstall on my private notebook to switch to a different partition layout. I was done in 30 minutes, of which most of the time was spent waiting for packages to download and install and for the &#x2F;home backup to restore. Without configuration management, this would have been a full day of work just installing stuff and figuring out things like &quot;how do you enable palm detection on that touchpad model again&quot;.
评论 #26478088 未加载
eitlandabout 4 years ago
Maven: not having to hunt dependencies in bookshelves, on file shares, on vendor web sites or sourceforge.<p>Actual extensions for Firefox (no, not the awful watered-down thing we have to live with today):<p>Back when Firefox created the extensions API they had two competitions with (I think) rather huge sum of cash as prizes for the three top spots.<p>The quality and ingenuity of those early extensions were nothing short of astounding IMO.<p>Later extensions were also brilliant.<p>(To fully understand just how powerful the early extension API was consider this: Firebug, for all practical concerns the precursor of todays developer consoles, was just another Firefox extension! Same with adblocking! Yes, ad blockers still exist, but only because of that legacy, no way someone would have proposed and gotten away with implementing that if the extension API had been invented today IMO.)
vitorbaptistaaabout 4 years ago
dbt [1] is a tool that is deceptively simple, but kind of created a new job role: analytics engineer. It allow you to define tables using SQL plus Jinja2, so you can add loops and variables to create your SQL code. It might sound complicated, but it&#x27;s a pleasure to work with.<p>This improvement was only possible because of other improvements in cloud databases and reductions in storage costs, which allowed us to go from ETL, where we transform the data outside of the database, to ELT, where we load the raw data in the DB and transform it using SQL.<p>All these improvements taken together allows a single person to do a job that required a small team not many years ago.<p>[1] <a href="https:&#x2F;&#x2F;www.getdbt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getdbt.com&#x2F;</a>
评论 #26501108 未加载
visargaabout 4 years ago
GPT-3, for the first time you need to read a few minutes to know fake from real. I used to play with LSTM language models and they barely made sense 10 words at a time. The difference is a huge leap. My wish list for GPT-4 is: multimodal - to learn text, image, video and other modalities. Multitask - cultivate as many of its skills as possible, maybe it learns to combine skills in new ways. Longer sequence and additional memory, maybe even ability to use search&#x2F;retrieval for augmentation. And last - recursive calls - ability to call itself in a loop and solve sub-problems. I hope in the future a pre-trained GPT-n variant will be a standard chip on the motherboard.
ace2358about 4 years ago
When I started making music 10 years ago, I limited myself to using hardware only. Hardware synth, drum machine, mixer, effects etc. It was a great learning experience, which is why I did it. I wanted to understand the fundamentals.<p>5 years ago I finally took the dive into the digital realm with a mixer&#x2F;soundcard combo and a DAW (logic X).<p>Forget 10x software, this was closer to 1000x faster.<p>I’m sure the early days of DAWs wasn’t like stepping into the game in 2015, but the software workflow was stupidly quicker than doing everything physically in real-time.<p>Now days we have heaps of choices for DAWs and soundcards and cross platform comparability. What an age to be a musician!
pjc50about 4 years ago
My first use of proper capacitative touch screen on the iPad. It was an absolutely transformative device compared to all the insensitive resistive ones that you had to jab at. Multi-touch for zoom and auto-rotate weere also innovations that felt like magic at the time.
jaxnabout 4 years ago
Heroku. We used to Colo servers or rent dedicated servers. You had to setup linux&#x2F;apache&#x2F;database, etc. Manage logging and backups. And then to scale up you had to do it all over again. First you split the dB onto its own server, then start sharding&#x2F;load balancing&#x2F;replicating. And then you take the whole site down by letting a log file fill a disk or something.<p>Heroku and 12-factor apps easily made building a business 10x easier&#x2F;faster&#x2F;cheaper.
IgorPartolaabout 4 years ago
Home Assistant has been a revelation in terms of a platform against which to create sensor networks. Their MQTT discovery isn’t ideal but it’s damn good.<p>Related to this, Tasmota as a platform that I can run on ESP8266 devices to keep my IoT local to my network.<p>A document scanner connected to Wi-Fi (wish it had the ability to send directly to my laptop instead of having the laptop pull from it, but still 10x better than connecting a USB cable or emailing attachments).<p>Last night I discovered Tabula, a GUI for extracting tables from PDFs. Saved me more than 10x the time than copy pasting by hand. Fuck banks that only let you download the last 60 days of transactions as a CSV.<p>Discord is 10x better than most other chat platforms (Slack being the workplace competitor). Mainly this is because of how easy the signup process is.<p>Django is 10x better than PHP I left.<p>Pelican is better than WordPress for my needs.<p>Waze’s ability to search for things along my route (gas, food, coffee, etc.) instead of in my current area.<p>Reddit. Reddit to me is a community in a box for any new interest. If I pick up knitting, there is already an established knitting community that will have lots of info and helpful people to answer my questions. Same with motorcycles, home improvement, bargain hunting, rug weaving, whatever.<p>Instagram. It’s 10x better than most social networker for interacting with people. Still sucks, but everything else sucks more.<p>AirBnB experiences. Had some great tours through them when I visited Italy a couple of years ago and was way easier than the individual scammy-looking tour company sites.
skangaabout 4 years ago
The very first iPhone after it&#x27;s release by Steve Jobs. Easily 100x better than the phones that came before it.<p>I still have it - though I&#x27;m an Android user now...
评论 #26485818 未加载
RobertRobertsabout 4 years ago
- Git<p>Single handedly let me both reap the benefits of SVN but opened up shared code, and a greatly simplified setup and management.<p>- Linux (Linux Mint - Ubuntu)<p>After years of crashing Windows and Mac&#x27;s, finally getting on Linux was a dream. App installs, native tools (git), server and database support being top-notch, etc... (ie, my desktop environment was the same as my server!)<p>- VScode<p>After years of struggling through various editors, I found one that focused heavily on webdev, integrated with Git by default, and was super fast and open source.<p>- OpenSSH Server (not sure this is the right name)<p>Having private key shares between computers made accessing remote resources so effortless.<p>- Ansible<p>My latest find. This has probably done more than 10x the value invested in learning and setting it up. Managing multiple servers, computers, setting up new environments, migrating between computers, has become FUN because of Ansible. Setting up a fantastic ansible playbook is like a game or satisfying puzzle.<p>- Macromedia Fireworks<p>Combined vector and bitmap graphics, had symbols (like shared library resources), non-destructive effects, live editable vector masks, native file format was web accessible PNG. Wiped Photoshop&#x27;s fanny for doing web and interface design.
评论 #26487604 未加载
DoofusOfDeathabout 4 years ago
Not sure if this is the kind of thing you had in mind, but...<p>`clang-format` saves a non-trivial chunk of time during code reviews, eliding a very banal topic.
评论 #26481800 未加载
nobozoabout 4 years ago
This was a while ago, but Borland&#x27;s Turbo languages were revolutionary.
no-dr-onboardabout 4 years ago
To my chagrin:<p>1) Robinhood for normal stocks<p>2) Disney+ vs AmazonPrime&#x2F;Netflix<p>-&gt; HDR for no additional fee, remastered exclusive content, a very full non region-locked (AFAIK) library, consistent streaming quality, straight-to-VOD shows, and premium movies.<p>-&gt;Some might argue not 10x, I can be convinced to agree. It&#x27;s a solid 1.5x at a minimum though.<p>3) AWS Workspaces vs RDP<p>-&gt; Ease of use out of the box is just unparalleled.
评论 #26482175 未加载
评论 #26477822 未加载
anthonyskipperabout 4 years ago
Gitlab - Having 12 products in the SDLC space rolled into a single product was a life changing productivity benefit.
评论 #26478196 未加载
015aabout 4 years ago
Retool [1]. Its been years since I&#x27;ve ran into a software product to support software teams which could so fundamentally change how you build things, and how you build the things you build. Retool can basically cut down the effort of making internal administrative dashboards by, like, a solid 70%. I still sometimes run into dashboards other engineers have made on Retool and say &quot;holy shit you can do this?&quot; or &quot;how did we have the time to build this, is it really that easy?&quot;<p>I believe its possible Retool will become the next Jira, in the sense that its a totally internal tool that&#x27;s so valuable companies hire people whose entire job is to just live in it and develop it out.<p>[1] <a href="https:&#x2F;&#x2F;retool.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;retool.com&#x2F;</a>
vbstevenabout 4 years ago
Some parts of the Rust ecosystem belong to this category. For example the way Rustup and Cargo features with conditional compilation helps cross compiling code to new platforms.<p>Yes we also have cross compiling in C&#x2F;C++ but the extra tooling that cargo&#x2F;rustup provide make the 10x difference.
评论 #26484662 未加载
bcoatesabout 4 years ago
1. Windows 95, as opposed to Win3.x&#x2F;DOS. 100% worth the hardware&#x2F;software compatibility pains for GUI&#x2F;multitasking&#x2F;multimedia&#x2F;PnP that just worked, an amazing thing at the time (and honestly, in retrospect, giving the preposterous unstandardized diversity of PCs &amp; their peripherals and software in that decade)<p>2. SQLite, vs fopen and hand-parsed files for any random data storage that didn&#x27;t rate a full blown remote DBMS. Never using sscanf again!<p>3. NodeJS. Memory Safety, Thread Safety, No Deadlocks, No build system nonsense, credibly scalable I&#x2F;O concurrency, and only ~an order of magnitude slower than C? Absolutely worth the nightmare syntax and (then) lack of decent libraries. As soon as npm came on the scene (0.6?) Java ceased to have any reason to exist.<p>4. Uber. It&#x27;s like a taxi, but the UI doesn&#x27;t suck, and they tell you when the car is coming, and the car actually arrives, and they&#x27;ll pick up in areas other than the 30% of the city and 50% of the day and 60% of the population that taxis are willing to cover in LA!<p>5. Linux network namespaces + associated tools. So many things I used to have to do on dedicated boxes&#x2F;VMs, or multiple network interfaces, or single-purpose network equipment. Worth it for per-process ovpn tunnels alone, but you can scale it up to crazy elaborate SDN schemes if you need to. Blows away almost every middlebox and hypervisor networking tool.<p>6. AWS. There were lots of stick-a-host-on-the-internet services before, but nothing like this: software provisionable, software networking, reliable host-to-host and host-to-storage networks, no lead times... There are credible competitors now but it was a gamechanger for anyone working at the servers &gt; fingers &gt; datacenters scale.<p>7. This one&#x27;s kind of goofy, but TimeSnapper. It just takes a screenshot of my display. Every 10 seconds. And saves it into a time-and-keyword searchable database. You can&#x27;t remember exactly how you fixed that thing 5 months ago that&#x27;s broken again? I can. The best productivity tool you can get for $40 with the possible exception of 1440 post-it notes.
评论 #26486720 未加载
评论 #26486644 未加载
elihuabout 4 years ago
Moving to Linux from Dos&#x2F;Windows 3.1 in the 90&#x27;s. (An OS that&#x27;s both free and comes with development tools? I don&#x27;t have to shell out a hundred dollars for Borland Turbo C++? What an exciting time to be alive.)<p>The Internet &#x2F; world wide web.<p>Also in the late 90&#x27;s I had a summer job at HP and was able to use their cad tools (ME-30 and Solid Designer) which put Autocad, which I was familiar with, to shame. Unfortunately, they were very expensive programs that ran on very expensive computers.<p>Switching to ML-style functional programming (Ocaml and later Haskell) over C and Perl.<p>Switching to Wikipedia over the top Google results for a search query as a source of basic information. (These quickly converged to be the same thing.)
评论 #26485413 未加载
vic20foreverabout 4 years ago
Edit and continue, Visual Basic 3, 1994<p>After adding a major piece of new functionality to my app, I would step through the new code, fixing each bug as it appeared, and then continue stepping. Being able to produce bug-free code after only one run-through just blew my mind.
cosmodiskabout 4 years ago
Visual Studio.<p>At the time I used this really shitty, platform dependant tool,which is only an inch better than Notepad. And then,one day I get to use Visual Studio. It felt like I went from a half dead donkey to Star Trek level tech. Amazing.
ronald_pettyabout 4 years ago
control^r in bash - literally 10x faster to type things which (ideally) makes 10x more productive :)<p>control^r is reverse search in the command history (for UI people out there).
评论 #26481785 未加载
评论 #26483063 未加载
评论 #26484005 未加载
thesumofallabout 4 years ago
iOS pausing music when unplugging headphones. Totally obvious nowadays, but a revolution to me when I experienced it the first time (coming from Nokia). It was one key experience that shifted my perception of my phone as something that needed to be “managed” to do what I wanted to something that supports me throughout the day
idlewordsabout 4 years ago
Google Maps when it first came out fits this description, for those who remember MapQuest and the Before Times.<p>I would also mention flight tracking and package tracking, which felt like sci-fi the first time you used them.
the__alchemistabout 4 years ago
If this were true more broadly, we&#x27;d never get anywhere - most advances in science and technology are incremental, and improve slightly on past things. This applies even to great discoveries (Standing on the shoulder of giants). Is there a more precise definition of &quot;10x&quot; ? It&#x27;s not well-defined-enough as-is to survive on intuition.<p>I agree that many of the things posted here were 10x better - but this is a selection of the most notable software projects in memory: Not a reasonable threshold for if a business is successful!
NotPavlovsDogabout 4 years ago
Apache and *nix, for some applications LAMP was a game-changer for rapid web solutions for me, back in the day.<p>Started with FreeBSD for my servers and box, then GNU&#x2F;Linux on my boxes and laptops, as the hardware support got better on GNU&#x2F;Linux. Apache, but really the whole stack, what a 10x!<p>No clicking, no checkboxes, no go to this or that website to download, just run a command or a shell script and pull in software you need, configs, etc ...<p>Of course I wish we had Lisp machines, but this is what I have to work with. Having *nix, learning it over 30 years ago, and it&#x27;s still at the core of what I do. So much time saved over the years not re-learning the fads. I shudder to think how much time I would waste on the other platforms and their quirks, planned obsolescence, etc.<p>Was saved relatively early (enough), an iMac I got as a gift &amp; tried to update to the next OS got fried, was perhaps a bug, some say malevolent design by apple to get consumers to buy new machines. Don&#x27;t care, done with that platform. Though I did buy an iPad 2 for peanuts, to read on. It&#x27;s cheap because people can&#x27;t update it anymore, so there&#x27;s that.<p>I suppose I saved about a year of man-hours at this point in life, just using the *nix stack that just keeps on truckin&#x27;<p>&amp; Common Lisp for rapid idea implementation.*
rjstreurabout 4 years ago
Gotta say, Google&#x27;s pioneering and Facebook&#x27;s shamelessness in the personal information harvesting space has been, for me, the single most valuable feature of any website on the internet. If they had been even slightly less brazen, I may never have been convinced to opt out as hard as I have. Removing the most addictive and exploitative sites from my life has cut my time online and improved my quality of life dramatically. Could not recommend more.
jbpnoy6fiftyabout 4 years ago
1) Pandas for data analysis and manipulation 2) BitTorrent (P2P file distribution technology). It is the best and fastest way to distribute files, however, it&#x27;s main problem is piracy 3) Self updating software (Google chome was an early example) 4) AJAX - The web wouldn&#x27;t have been what it is today without it 5) VIM 6) Package management software - Brew &#x2F; apt-get &#x2F; yum 7) software package management - pip &#x2F; npm &#x2F; maven
sennightabout 4 years ago
ZFS, so many problem got solved for me all at once: no more having to spend money on hardware RAID cards, or having them end up being the single point of failure... so having to spend more on RAID cards. zfs-send really streamlines the backup process as well - so it actually happens. It basically made it possible to build an enterprise class SAN that I wouldn&#x27;t have been able to otherwise afford. So not technically a 10x, more like a 10(x+1).
0xbadcafebeeabout 4 years ago
Docker containers (and the Dockerfile).<p>Docker has almost completely eliminated the need for OS-level configuration management. That&#x27;s an entire class of software that is now virtually obsolete. Developers don&#x27;t understand this, but Ops people got back like 20-50% of our time, and we can now do Immutable Infrastructure with apps. (Though it appears we traded Puppet for Terraform.... F*#&amp;*@^&amp;^!!!)<p>Creating immutable images with stock packaging tools and allowing you to build on top of them was the core of the revolution. But the other critical part was the Dockerfile. At first it seems almost stupidly simple. But actually, its genius is in its lack of freedom or functionality. It is incredibly impressive that it hasn&#x27;t been overwhelmed by logic statements, templating, nested frankenstructures, etc. It&#x27;s also wonderful that it&#x27;s constructed for humans, not machines. Probably the best configuration format I&#x27;ve ever seen.<p>It&#x27;s definitely not perfect, and there&#x27;s still a lot of improvement needed. But we&#x27;re never going back to <i>not</i> using containers. (The only alternative for Immutable IaC at the OS-level are entire VM images built by Packer and a shell script, and it&#x27;s just not the same)
aksssabout 4 years ago
* <i>FaceTime</i> - of course VC has been around a long time, but FT made it all better, usable even for old people, and expected.<p>* <i>Windows Subsystem for Linux</i> - for what I do with Linux (no GUI, some coding, some admin) it&#x27;s a 10x improvement over using Gnome&#x2F;unity as a daily driver GUI, VMs, dual booting, or using a Mac (just IMO).<p>* <i>Postman</i> - I don&#x27;t know if it was first, but it made debugging requests 10x easier for me.
评论 #26486147 未加载
antipaulabout 4 years ago
`dplyr`, the data manipulation library in R.<p>Some prefer base R or data table, or python pandas, but for me, dplyr is essentially a _perfect_ data manipulation library for small to medium data, and nothing comes close.<p>Given that for a data scientist, data cleaning is “80% of the work”, and in a world where science is increasingly data science, means that dplyr has done a LOT of good.<p>Honorable mention goes to ggplot2, the plotting library, and the rest of the tidyverse.
评论 #26485033 未加载
inasioabout 4 years ago
Black<p>Black [0] has been 10x for me. Automatic code formatting frees up a whole bunch of cycles that would otherwise be spent trying to comply with someone else&#x27;s style guide, or trying to convince someone to write their code in the approved style. I don&#x27;t have to anymore.<p>[0] <a href="https:&#x2F;&#x2F;black.readthedocs.io&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;black.readthedocs.io&#x2F;en&#x2F;stable&#x2F;</a>
评论 #26484546 未加载
mokusabout 4 years ago
Saleae Logic. Their USB3 “pro” analyzers are fantastic and the software is clean, fast and user-friendly. Using host RAM for capture buffer is great and completely changed my workflow. I can capture hour or days of trace and sift through after a fault occurs.<p>We have the usual other test equipment from the usual big names, stuff that costs 40x as much. For many jobs, I’d rather have the Saleae.
marton_sabout 4 years ago
OS X &#x2F; macOS. After about 5 years of Windows, 10 years of various Linux desktops, I got converted to Mac in 2012 and never looked back.
评论 #26499139 未加载
csaabout 4 years ago
I made a basic CRUD app that 10xed the productivity of a group I was working with.<p>The big differences between my app and other solutions that they had used were:<p>1. I talked to users not only to get the work flow right, but also to refine it. This also helped with buy in once the app started being used.<p>2. I made it easy to use for the user base (most were not very tech-savvy).<p>3. Related to 2, I made it hard for a user to fail.
tonymetabout 4 years ago
<p><pre><code> - collaborative docs like google docs, google sheets, quip. - cloud sync like dropbox (also evernote, icloud, google drive) - group voice chat - open source package management (all of rpm, yum, dpkg, ports, npm , cpan , etc, etc ) – at a high level, run 1 command , get all the deps you need (and a license to use them) to build your software.</code></pre>
Thristleabout 4 years ago
So many good comments<p>for me its a lot of what others said +<p>- Python as the default for scripting&#x2F;automation: instead of using bash&#x2F;batch&#x2F;autohotkey&#x2F;&lt;programmingLanguage&gt; if you need to use some popular API it saved you time with it&#x27;s huge number of packages. so many good built ins. it&#x27;s dynamic enough to be comfortable but not insane like JS. So good.
评论 #26481604 未加载
gorgoilerabout 4 years ago
This is really dumb but I was watching my pupils using a REPL yesterday. They didn’t know about readline so I showed them what up, down, ^A and ^E did.<p>I felt like I had done them a disservice for not sharing this sooner.<p>Readline is fantastic. I wish even more OS components were standardised (e.g. Firefox tabs and Inkscape dialogs just being windows; let my WM handle the layout.)
abetuskabout 4 years ago
I&#x27;m showing my age, but here&#x27;s an abridged list:<p>1. Google Search - before Google came out, it was wading through Alta-vista and Yahoo&#x27;s hand picked pages and ignoring the 50% adult content spam, or using a physical &#x27;phone book&#x27; of web pages<p>2. Google Email - when it game out, the fact that it had gigabytes of storage was astounding<p>3. Wikipedia - this became one of the first resources for most queries that weren&#x27;t highly specialized and, even, then, sometimes Wikipedia would come through<p>4. Stack Overflow - hours or days of debugging are reduced to a search with an occasional copy&#x2F;paste<p>5. Arduino - suddenly electronics became within reach and was reduced, for the most part, to software, all for a fraction of the cost microcontrollers and electronics were just a decade previously<p>6. Amazon, Aliexpress, Ebay - to a certain extent. Each provided a trove of sellers with access to items that were previously very difficult and expensive to find, sometimes with a 10x difference in price or accessibility. They&#x27;ve all kind of normalized out now but there was a time when they were more differentiated.<p>7. Raspberry Pi - A full linux box with a Ghz processor for $20-$50. There was a time when we were talking about the $100 laptop as the great white whale<p>8. Archive.org - one of the few resources that has an astounding amount of public domain work that can be searched, sorted and downloaded<p>9. Github - the amount of free&#x2F;libre&#x2F;open source software that can be accessed and used is at least an order of magnitude larger than it&#x27;s closest competitor (Gitlab? Sourceforge?). It&#x27;s not just investing in Git&#x27;s source management model, it&#x27;s also providing a clean interface to search code and present projects cleanly<p>Maybe these are all obvious but you did ask...<p>Here are some software projects that I think give me a &quot;10x&quot; boost or I think have large potential:<p>* Bootstrap - Before bootstrap, I could barely cobble a website together that didn&#x27;t look like it came out of the 90s<p>* Clipperlib - When you need to do 2d polygon boolean operations, in a programmatic way, Angus Johnson&#x27;s clipperlib is it<p>* WebAudio - I&#x27;m still playing with this but this provides an entry point to music creation that was orders of magnitude more painful before. Currently I&#x27;m playing with Gibber (gibber.cc)<p>* Face Recognition - This is now a Python package that you can use to find faces in images. This used to be bleeding edge technology just a decade ago<p>* Mozilla&#x27;s DeepSpeech - though it still has it&#x27;s problems, for someone who has a mind to, they could theoretically make (an offline and FOSS) competitor to Google&#x27;s Dot and Amazon&#x27;s Alexa<p>Unix&#x2F;Linux in general provides many orders of magnitude more productivity than any other environment I&#x27;ve worked in (at least for me) so I&#x27;m not sure it&#x27;s worth going into all the tools, &quot;classic&quot; and recent, that help me build software, analyze data, do data wrangling or any of the other myriad of tasks that I do.
评论 #26479731 未加载
mishraprinceabout 4 years ago
Didn&#x27;t see this mentioned, but Wordpress and Drupal have had a huge impact on my early career.<p>Wouldn&#x27;t count them as developer tools per se, but as a software provider, I could serve a lot more customers with ease and confidence thanks to hundreds of thousands of man hours put in by the Wordpress and Drupal developers.
biryani_chickenabout 4 years ago
Bash was an eye opener after having to deal with CMD for years.
评论 #26483145 未加载
raverbashingabout 4 years ago
Python (coming from the C&#x2F;C++ world), amazing productivity gains for basic stuff. Sure, there was Perl, Awk, etc, but I didn&#x27;t learn those<p>Zsh&#x2F;Oh-my-Zsh (from Bash)<p>Virtualization. Making it practical to run 2 or 3 different OSs on the same machine has saved me countless hours. Docker is good but it&#x27;s a smaller step
tau255about 4 years ago
1. Automatic driver installation and device discovery. IIRC Windows Me could install my first flash drive without resorting to fumbling with mini cd drive disc.<p>2. Steam Proton, most of my library of games just works and it is in easy and convenient format.<p>3. Norton&#x2F;Midnight Commander style of file managers.<p>4. Live CD distributions.<p>5. Password managers (Keepass)
exacubeabout 4 years ago
VS Code&#x27;s Remote Development. I&#x27;m not sure how many folks rely on this, but its been amazing for me.
评论 #26487456 未加载
bluescrnabout 4 years ago
Unity for indie&#x2F;mobile game development. Especially around 8 years ago (Unity 4.x era) when it really took off.<p>It 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.
dgellowabout 4 years ago
MDN (Mozilla Developer Network) was a complete game changer.
jerome-jhabout 4 years ago
As SW developer, the 10x improvement for me is having the callstack on a crash, like in Java, Python or C with Valgrind. In combination with memory safety, so many bugs can simply be fixed with only the callstack.<p>10x is quite much so please excuse if I am a bit conservative.
wkmeadeabout 4 years ago
1. Power Query&#x2F;Pivot Tables&#x2F;Power Pivot Directly connecting to SQL from Excel for data exploration 10x for me. Personal record is 77,000,000 rows in Excel via Power Pivot. Lining up count vs count distinct on year-week is my go to garbage data detector. Weather data suppliers have an unseemly habit of over as well as under reporting. :-) 2. SYGRAPH, the data visualizer Lee Wilkinson to accompany SYSTAT, before he wrote THE GRAMMAR OF GRAPHICS which we now now as ~ggplot2 3. NT 3.51 - the first vision of what a stable workstation could be 4. SSDs &quot;20 times faster&quot; but non-users can&#x27;t process the meaning of those 3 perfectly good English words
guiambrosabout 4 years ago
Here&#x27;s my top 10. Each of them was an &quot;oh sh*t&quot; moment.<p>1. Pong<p>2. First BBS connection (on a 300bps modem)<p>3. Mosaic<p>4. Altavista<p>5. Napster<p>6. Gmail<p>7. Google Maps<p>8. iPhone 1 (followed by the first homebrew apps, a full year before AppStore launched on iOS)<p>9. Patreon (ok, this one is not sw related)<p>10. Bitcoin<p>Bonus (both sw and hw): Oculus Quest 2. 10x compared to DK2 or other early VR prototypes I tested in the past decade.
kipchakabout 4 years ago
Password managers for me.
juliend2about 4 years ago
Time Machine on Mac OS + the Time Capsule router.<p>I admit that it was my first real automated backup setup. But I guess it was also the first for many other people.<p>And the UI for recovering lost files by scrolling back in &quot;the past&quot; was just like magic.
schappimabout 4 years ago
OCRing items on screen with (Alfred App glue + Screen Capture.app + Google Vision).<p>WebUSB Printing and Postage Scales - (one click postage label creation without installing software&#x2F;drivers or going through the OS printer queue is magical)
DevKoalaabout 4 years ago
K8. It is night and day how well our organization operates now that we are fully on k8.<p>ClickHouse&#x2F;BigQuery have allowed me to tackle massive analytics projects with a tenth of the effort when I had to setup a map-reduce&#x2F;spark infra.
评论 #26481683 未加载
drwickedabout 4 years ago
Clipboard History a la CopyClip for Mac<p>I&#x27;m honestly surprised it&#x27;s not more widely adopted, the ability to have a shortcut key to access the last X things I&#x27;ve copied to the clipboard has made a huge difference in my dev work.
cadrabout 4 years ago
Being able to have my programs on a hard drive rather than switching between floppy disks was pretty nifty.<p>Going from a 300 baud modem to 1200 baud modem I guess is technically only a 4x difference, but it definitely felt more at the time.
aerovistaeabout 4 years ago
7zip. God winrar was annoying.
naveenskyabout 4 years ago
Not software but transition from Floppy Drive to USB was perhaps more than 10X. I remember the first time I used USB, I was amazed at the capacity of 128MB, vs 1.4MB, the speed of transfer and ease of carrying around.
ArtWombabout 4 years ago
First time I imported data and ran a query in Google Cloud BigQuery ML &#x2F; AutoML was an absolute, 100x eye opener. An honest to God revolution. So fast, precise and automated. Many talk about &quot;democratizing AI&quot; but there it was. And every time I recommend or demo it, it gets the same stunned reaction.<p>Terrific list and discussion! I especially like the old school visual debugging tools: firebug, wireshark, physx &#x2F; nsight, etc. Really brings back the memories and really believe in general having a picture of running processes is 10x more helpful than console output alone ;)
willmacdonaldabout 4 years ago
Launchbar for Mac from obdev.at. Makes using a mac so much quicker and simpler.
fnord77about 4 years ago
kubernetes. so much easier to treat &quot;servers&quot; as cattle now rather than pets. The way it manages many things that you used to have to write chef&#x2F;puppet&#x2F;ansible thingies for is just magical.
lowbloodsugarabout 4 years ago
Roon.<p>Roon is a home audio platform. It plays on all the devices in my house.<p>The 10x difference is during parties. The iPad with the interface on it gets passed around and people queue up music they like, but also get to read about what is playing. It gets magical when people pipe up &quot;Well, if you like that then try this...&quot;<p>I don&#x27;t know why make such a difference compared to an iPad with Apple Music, or Spotify. My guess would be the music reviews, and its &quot;take music seriously&quot; presentation, encourages people to think about the music as more than just background noise? Anyway. Very happy.
bltabout 4 years ago
Github. There are downsides to centralization, but it&#x27;s still amazing that you can get a hosted and integrated bundle of version control, bug tracking, CI, patch submission, and Q&amp;A (recent) for free.
danybittelabout 4 years ago
I hope I don&#x27;t get downvoted for this:<p>Internet Explorer 4.0<p>As somebody who wrote web apps back in 2000ish, IE4 was lightyears ahead of Netscape 4. Basically IE4 was close to what we have now, and NS4 (or opera), could barely switch a color with JavaScript. While lot&#x27;s of the standards were already defined, NS4 would crash constantly (when doing JS). That was at a time when NS4 was the beloved browser and IE4 tried to catch up (remember the lawsuit because they tried to bundle it with windows). Well they also made the much better browser. Enough robust to built the first web apps.
tfehringabout 4 years ago
The R packages plyr&#x2F;reshape2 and subsequently dplyr&#x2F;tidyr. Data manipulation in base R can be pretty painful (awk arguably even more so, and Pandas didn&#x27;t exist yet), and going from that to an environment that&#x27;s syntactically the nicest option available today for complicated manipulations of tabular data was a game changer. I know it&#x27;s become fashionable to hate on the Tidyverse lately, but IMO it&#x27;s the single biggest reason (though there&#x27;s also a very long list of smaller reasons) that R is still relevant in industry.
评论 #26482861 未加载
c6401about 4 years ago
* jinja2 as general purpose templates * org mode * yaml (sorry but I like it and write it without more errors than the other formats) * docker &#x2F; docker compose * rss * rofi -dmenu * .http files to keep requests * sentry * ansible * atom hydrogen - the most comfortable programming environment where I can execute my code as I write it, there are other solutions but they are worse for me * spreadsheets * vuejs works as compiled framework, but integrates everywhere - userscripts, jupyter notebook, app prototypes, etc etc
revelabout 4 years ago
The boring answer is that most &quot;sexy&quot; features don&#x27;t make that much of a difference. However, a lot of spreadsheet or manually processed data being automated is well over 10x improvement for a customer. Headline features like AI don&#x27;t make nearly as much of a difference as not having to perform repetitive manual labor.<p>How much better is it to run a script to extract image file names out of a big csv file and convert them into a different format in a different directory if you were doing that by hand before? 10x? 100x? more?
lowbloodsugarabout 4 years ago
The GNU C&#x2F;C++ compiler. Working on a game console with a proprietary compiler that let you pick: a) 16 floating point registers and 32 bit pointers or b) 32 floating point registers and 64 bit pointers. And also a shitty solution for a cpu bug. Or, GNU compiler! I&#x27;ll have all my floating point registers, but 32 bit pointers, oh, and can we handle the bug without just adding a nop every bloody time it might happen? Thanks! It had been around a long time by that point, but it made a 10x difference on our project.
CyanDepartureabout 4 years ago
Macromedia Dreamweaver - It was 10x times better than Microsoft FrontPage (I was very young, please don&#x27;t judge).<p>Mac OS X - Moving from Windows ME on my Packard Bell tower, to an iMac G3 with Mac OS X was quite a pivotal moment in my life - everything just felt smoother, it was actually nice to use an operating system, not a battle.<p>Heroku.com - The ease of getting a Rails site live was 10x better than setting up your own server.<p>Git - I was always messing up SVN systems, as soon as I switched to Git it just didn&#x27;t seem possible to mess it up.
s1monabout 4 years ago
Lots of good ones mentioned so far, but no one got Calendly.<p>Instead of a dozens of emails and&#x2F;or texts, phone calls etc. to find a time when someone (not in my organization, so they can’t normally see my calendar) can meet, I just email a link and they pick. It will add call info or zoom links as appropriate. Tons of control over scheduling (synced to all your calendars, or even several people’s; buffers; limits to meetings per day).<p>Basically it eliminates needing a secretary or recruiter or admin person to arrange meetings.
dduxabout 4 years ago
Version Control. Imagine going back to FTP-ing updated files onto servers not knowing if you&#x27;ve overwritten someone else&#x27;s work. Or not being able to see a file&#x27;s history.
legulereabout 4 years ago
Probably one underestimates productivity increases a lot. You really only see how much something gives you when you have to go back to the old way.<p>For instance large parts of the company where I am currently working still does not have short-lived feature branches. CI means after checking into the development branch used by everyone else you have to wait minutes up to hours to see if your changes broke something. Only seeing the pain and wasted time regularly lets you realize how much easier you have it now.
sriram_malharabout 4 years ago
1. Hot reloading in Java. I wasn&#x27;t aware of Erlang at that time.<p>2. Erlang. It was a 10x boost after doing a whole lot of CORBA&#x2F;J2EE crap. I was quite late to the party even in the mid-90&#x27;s.<p>3. Google search, maps compared to offerings from Altavista, Excite.<p>4. Turbo Pascal compared to anything else before it. I don&#x27;t think I have experienced that level of programming pleasure since then.<p>5. HotJava on the browser. It was sad how Microsoft neutered the whole Java on the browser initiative.<p>6. Git. So much faster and pain-free compared to SCCS, RCS ..
aboughtabout 4 years ago
For web development, error monitoring services like Sentry are a breath of fresh air: instantly find the exact lines of code that are causing problems, even in front end code, before anyone files a bug report.<p>Any tool that automatically captures a lot of data needs to be used with care (eg verifying that no sensitive data is sent to the server), but many tools in this space make an effort to scrub the most common fields. In practice, the payoff has been worth it most of the time.
bozzclabout 4 years ago
Steam Link (and lately nVidia Gamestream). It made my dream viable: having a server rack in my garage or basement, and stream my games to any room in my house. Wanna play in the living room TV? Sure! Want to play from your laptop in your room at full performance? No problem!<p>Later, I switched to Gamestream because the performance is vastly superior. Eventually, I&#x27;d like to enable multiple devices playing games from the same server... I might have to switch to a VM setup.
forgotmypw17about 4 years ago
One of my interests is browser history, so I&#x27;ll list these. Before I begin, shout-outs to Perl, GNU, Windows 2000, Windows 95, Norton Commander, Windows Commander, Linux, BSD, Digg 1.0, irssi, and, of course, HN.<p>Mosaic, the original &quot;best viewed with&quot; browser, which brought us inline graphics.<p>Netscape 3.0, the first &quot;to the masses&quot; browser, which made not only browsing, but authoring too, accessible for anyone and everyone.<p>Internet Explorer 3.0, not quite 10x, but it was the first browser with a truly beautiful UI&#x2F;toolbar, still one of the nicest looking ever in my opinion.<p>Lynx, one of the oldest browsers, allowing Web access to countless individuals otherwise in countless scenarios and situtions.<p>Opera 3.0, the super fast browser which tried to stick to standards. Along with my own add-on to give it status-colored tabs, this was my first &quot;better than mainstream&quot; browser experience.<p>Internet Explorer 4.0, the first browser which had true DOM, true dynamic HTML, if you coded carefully.<p>Netscape 4.0, the fastest browser for a long time, one I stuck with longer than most gave up. Proper caching, and blazing fast rendering of uncomplicated HTML.<p>Internet Explorer 6.0, with reasonable standards support, DOM, CSS, and embeddability with full DOM access from the parent app, a breakthrough in scraping abilities.<p>Opera 12.0, even today one of the best standards-supporting rendering engines, fast beyond imagination, fully Acid compliant, stable, and one of the first single-key shortcut supporters.<p>Mozilla Suite and Firefox 1.0, the best browser of its day, not only fast and flexible, but allowing previously unimaginable UI improvements and enhancements, spurring an era of creativity in development.<p>Vimium&#x2F;VimFX, a new level of keyboard accessibility in browsers.<p>Links, and Links2-GUI, a new level of rendering prowess and accessibility in the console<p>w3m, the console browser beast for nerds, with even better accessibility (albeit with a learning curve) and customizability.<p>And, last of not least, the King of hacker-friendly browsing as of today, qutebrowser, a whole new level of stability, accessibility, and clean design, albeit with a week-long learning curve.
mwambuaabout 4 years ago
Google Photos. Easy image backup, arranged chronologically, with the ability to arrange stuff into albums. I haven&#x27;t found anything quite like it since they killed off Picasa... and it has the added bonus of working across my operating systems.<p>Google being Google... I still backup my photos elsewhere, but I&#x27;m more than happy to keep paying for the convenience that it offers. It&#x27;s amazing that I can pull up photos from 10 years ago on my phone on a whim.
p1mrxabout 4 years ago
The Microsoft Intellimouse. When I was in school in the &#x27;90s, I had to de-gunk mouse rollers almost every time I sat down in a computer lab. A low cost optical mouse for generic surfaces made all that work just evaporate.<p>(I guess that&#x27;s not strictly software, since it needs a basic digital camera.)<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IntelliMouse" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IntelliMouse</a>
pfarrellabout 4 years ago
Sinatra.<p>The Ruby framework was a game changer for me to quickly prototype API concepts, experience what the client developer experience would be like, and learn best practices.
mcjkrwabout 4 years ago
Using a tiling window manger over traditional desktop environment. For instance, I use I3. I have it set up with 10 workspaces. w1 is for the browser, w2 is for notepad, w3 is for code editor, w4 is for file manager, w5 - misc stuff, w10 - terminals. I can switch between them immediately with Super+(1-0) - no clunky animations, no waste. It&#x27;s more convenient to work that way on a single monitor than using 2 monitors.
Yenrabbitabout 4 years ago
First example that comes to my mind is Jupyter Notebooks with NBDev - a game changer for some kinds of software development. Coding feels way more efficient, even without all the extra gains that come with having tests, documentation website, CI, package management etc built in. (<a href="https:&#x2F;&#x2F;github.com&#x2F;fastai&#x2F;nbdev" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fastai&#x2F;nbdev</a>)
exdsqabout 4 years ago
Staying on topic with HN today I have to say Docker. Getting running dev builds through Docker has definitely saved me a &#x27;10x&#x27; metric of time.
thow-01187about 4 years ago
A lot of people dislike it, but Maven was a massive productivity boost.<p>A tool that automatically downloads dependencies, manages their transitive dependencies, resolves conflicting artifact versions, is able to check for changes, constructs proper classpath, standardizes builds, compilation, testing, artifact storage and versioning.<p>The onboarding went from days of fiddling to &quot;just download Maven, run mvn install and off you go&quot;
danielrhodesabout 4 years ago
A more recent one:<p>Retool<p>I just started using them, and it saved an ungodly amount of time setting up internal dashboards. Typically speaking internal dashboards are an afterthought, don&#x27;t work well, accumulate a lot of tech debt, and yet are indispensable to running an online service. Retool isn&#x27;t perfect, but what you get is way beyond anything you&#x27;d be willing to build for yourself early on.
jngabout 4 years ago
vim - when I started using it around 2004, switching from UltraEdit and Visual Studio. Haven&#x27;t stopped using it to this day.
kamaalabout 4 years ago
Perl.<p>Before JSON, XML and other standardised data exchange standards became a norm. And Java was still playing the catch up game with libraries. Perl was the the go to tool for achieving over a weekend what projects done in other languages took months to achieve. This was true as early as 2012.<p>Those days are behind us. But it was some thing like a magical tool back then.
arpyzoabout 4 years ago
Infrastructure-as-code (Ansible, Terraform, CloudFormation). I can easily manage 10x the infrastructure once this is in place.
dougSF70about 4 years ago
California DMV services going online are 100x
danielscrubsabout 4 years ago
I’d say the little known pricespy. I barely even check product reviews any longer because the popularity ranking will always have the highest score for the best product and the filters are almost always spot on.<p>Before I’d spend weeks researching things, making my own spreadsheets. Now it’s just a five minute ordeal to find the best gift.
stblackabout 4 years ago
Google Earth.<p>In many ways this was the killer app for first version iPads. It&#x27;s still top-echelon, and a delight to use (mostly).
bobbydreamerabout 4 years ago
First 10x would be floppy drives to CD drives. In 99, I used to copy games from internet centres using floppy which is 3.5MB using pkzip to multiple floppies and extract it in MSDos on my windows 3.11 computer and later came the CD drives cd writers with 700MB.<p>Notepad++ with tabs and keeping the tabs session saved.
optimiz3about 4 years ago
Not software but financially, option spreads. The ability to construct risk&#x2F;reward defined outcomes completely changed the effectiveness of my investing.<p>These never used to be realistically available to retail trading, but are incredible financial tools if you take the time to understand the mechanics.
rektideabout 4 years ago
The availability of the &quot;mpris&quot; dbus interface[1] for controlling media players. I&#x27;ve used joysticks, &amp; midi mixers, &amp; command line tools, &amp; my phone to control whatever media player is playing. I can keep an &quot;audioscrobbler&quot; program running that will record whatever I&#x27;m playing on whatever app I&#x27;m using, without needing to configure each app.<p>It&#x27;s so nice being able to have programs that extend programs. Rather than needing to build a big robust program with all the features built in, I can have tools that access &amp; enhance whatever other program is running. This is such a better model for software, so much more creative &amp; extensible, &amp; having this modular software environment for media playing has absolutely has been a 10x experience over monolithic applications.<p>[1] <a href="https:&#x2F;&#x2F;specifications.freedesktop.org&#x2F;mpris-spec&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;specifications.freedesktop.org&#x2F;mpris-spec&#x2F;latest&#x2F;</a>
voodabout 4 years ago
1. Specifically AWS RDS and Aurora. It is incredible how much time it saved for me in the past 7 years.<p>2. Resharper from Jetbrains and all IDEs from them. Using something like Eclipse was such a pain and nightmare.<p>3. Cloud and SaaS as a concept. Everything just became 10x better when moved to SaaS.
Misha_Babout 4 years ago
Notion. It&#x27;s the first organization tool that can effectively tie Todo lists, project and time planning, and knowledge management. It&#x27;s the first Todo system that stuck for me since it allows you to work with higher level goals, scheduling and hierarchy.
asragababout 4 years ago
SPARK:<p>At the time there were some motions towards a &quot;better MapReduce,&quot; <i>Scalding</i> (ooh weee that had a learning curve) comes to mind, but I feel like Spark really lowered the bar for getting big data tooling and the ecosystem into mid level and pre-ipo orgs.
euskeabout 4 years ago
For those who mostly work on terminals, GNU screen&#x2F;tmux is truly a blessing.<p>Also, if this isn&#x27;t considered as cheating, Python. Now I can automate everything without worrying the quirkiness of shell scripts.<p>My work setup hasn&#x27;t changed much in the last two decades.
benibelaabout 4 years ago
Twenty years ago, GUI designers like Visual Basic or Delphi. You drag-and-drop the controls on a form to create a layout, then you compile it instantaneously and had a complete GUI app. Nothing else has come close to that productivity since
stuntabout 4 years ago
VIM and VIM key bindings on other software (e.g., Vimium extension for Firefox and Chrome)
kureikainabout 4 years ago
<a href="https:&#x2F;&#x2F;www.stitchdata.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stitchdata.com&#x2F;</a><p>A happy user. It helps you connect data from multiple places and write to a single source. Anyone know a smiliar open source project like that?
ingqondoabout 4 years ago
ggplot2.<p>The 10X was not just that it made it easier and faster to make exceptionally beautiful plots. Rather it was that it made me realize for the first time that software was, fundamentally, about an implementation of ideas. That the underlying idea, together with how well it&#x27;s communicated through the API design and documentation, really matters. Reading Wilkinson&#x27;s description of the grammar of graphics, and then seeing that translated to a code library... That was amazing. It defined what I think software is, as someone who was new to the world coming from an engineering background where coding was just an easy way to do linear algebra.
jrmgabout 4 years ago
Interface Builder in particular, and the NextStep&#x2F;Cocoa (Mac OS X) system generally.
honopuabout 4 years ago
Ngrok for webhook testing, along with postman. The replay feature in ngrok is amazing.
pramodbiligiriabout 4 years ago
I can go with a couple of my own experiences:<p>1. Ride hailing apps like Uber, Lyft<p>2. Wix.com and similar website builders
评论 #26482991 未加载
supernova87aabout 4 years ago
I would love to hear people&#x27;s thoughts on what <i>hardware</i> saw 10x improvements too:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26485925" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26485925</a>
mandaputtraabout 4 years ago
VPN servers and client, I don&#x27;t know how to build one. There are many opensource VPN like wireguard, I just don&#x27;t understand why this and that. And how do I makesimole VPN, how do they intercept our request etc.
subpixelabout 4 years ago
Friendster was an amazing product for the first year or so. No dark patterns, just sign up, find or invite your friends, and explore their friends in a process that felt quite revolutionary and seriously fun at the time.
Mandatumabout 4 years ago
REST&#x2F;modern interface specs and DX tooling is probably a 2x over SOAP for me. Not 10x, but the reduction in interface and validation issues has led to a vast improvement in consuming APIs from other organisations.
technologicalabout 4 years ago
i know this is unpopular choice but I would say Whatsapp, it completely change the text communication especially in country like India, where from elders to teens were able to use it without any learning curve.
gilfoyleabout 4 years ago
React Native&#x2F;Expo<p>Mobile app development used to take a lot of effort with separate builds for iOS&#x2F;Android and low code reuse. React Native changed the game and made building mobile apps easy and much less expensive.
rekorosabout 4 years ago
Gmail, Git, tmux
ralphcabout 4 years ago
I&#x27;ll give a shoutout to the Microsoft Foundation Classes and Visual C++. That, along with the documentation was a VASTLY better way to write Windows apps than the previous C code and WM message loops.
whalesaladabout 4 years ago
svn to git&#x2F;github was a 10x for sure
nt2h9uh238habout 4 years ago
Hire engineers to fix the root cause instead of hiring &quot;employees to do job X&quot;. Engineers can automate almost anyone away by fixing the root cause. Lemonade is doing a great job at this.
3npabout 4 years ago
- terraform. Declarative, centralized, cross-platform configuration. There&#x27;s no way I&#x27;d be able to manage the amount of stuff I am without it (or some comparable alternative like pulumi)
bryanandersonabout 4 years ago
Firefox! Oh my god, there are tabs! I had never used anything but Internet Explorer. Browsing the web was never, ever the same. 30 minutes in and I didn&#x27;t know how I&#x27;d lived without it.
0x008about 4 years ago
- Internet<p>- fibre<p>- email<p>- Smartphones<p>- gpus<p>- starlink will be one<p>More personal:<p>- language servers&#x2F;linters<p>- Package Management<p>- a mouse<p>- dictation
评论 #26477775 未加载
masswerkabout 4 years ago
Breaking out of the 80 cols × 25 rows box. WIMP interfaces in general.
quickthrower2about 4 years ago
Bitcoin for money you as an individual control and cannot be seized. There is no alternative so it’s infinitely better (altcoins don’t count due to governance or tokenomics issues).
radleyabout 4 years ago
My list is more digital-creative than hacker:<p>- Photoshop layers (non-destructive editing)<p>- Bryce (3D for consumers)<p>- Flash (easy rich media web apps)<p>- Flash video (online video explosion)<p>- Plex (easy digital media collection)<p>- Traktor DJ Studio (digital DJing)<p>- Wordpress (self-hosted CMS)<p>- Pacemaker (auto-DJing app)
rajacombinatorabout 4 years ago
Python. The productivity and elegance of it are way more than 10x.
vmceptionabout 4 years ago
Parse.io which I got burned by when Facebook shut it down<p>but similar services like Firebase are okay, I guess.<p>for me they were really a jumping off point to doing similar things myself slightly more manually
Hjfrfabout 4 years ago
Power query for Excel. It trivialized data transformation for admin&#x2F;operations users, who would have spent 50x the time on a VBA solution or (more likely) not bothered.
jonplackettabout 4 years ago
Showing my age: windows 95 being able to play FULL SCREEN VIDEO
评论 #26483214 未加载
ddulaneyabout 4 years ago
This is a little further from the beaten path, but Wireshark, especially with custom per-project plugins, is a complete game changer for network application debugging.
xrdabout 4 years ago
Svelte.<p>It&#x27;s so much better than React or Vue. It&#x27;s generally the same ergonomics as a developer, but the speed and simplicity when you push into the browser is revolutionary.
bangaabout 4 years ago
Using a terminal instead of punch cards. That was liberating.
TearsInTheRainabout 4 years ago
Although i started a while JQuery was dominant, I have to imagine JQuery was a 10x improvement over vanilla dom manipulation and dealing with cross browser issues.
poyuabout 4 years ago
WordPress hands down. Built in CMS, easy to use editor, not to mention the extensible plug-ins system. You could get a site up and running in an hour.
sehuggabout 4 years ago
My first 3DFX Voodoo card.<p>And maybe jumping from a 286-12 to a 486DX-33.
icsaabout 4 years ago
+ Compiler Explorer + Jasik Debugger (68000 Macintosh) - One of the best pieces of software that I have ever used. It could still compete today.
JanisLabout 4 years ago
Distributed version control was such a huge win that I really couldn&#x27;t imagine not using it now. I think this is a fairly common sentiment.
lurker619about 4 years ago
Uniswap in 2020. So much easier to buy any altcoin compared to making an account, passing KYC and sending crypto first on all other exchanges.
mpweiherabout 4 years ago
Storage combinators [1] Which are my own, so shameless plug, I guess. When I wrote the paper, I asked colleagues if they could say something about the productivity increase. They wrote back that it was a 2x improvement, which I put in the paper. When I bumped into them at a meet-up, they confided it was actually more like 10x, but they didn&#x27;t say that because they felt it sounded unrealistic.<p>¯\_(ツ)_&#x2F;¯<p>[1] <a href="http:&#x2F;&#x2F;objective.st&#x2F;Publications&#x2F;" rel="nofollow">http:&#x2F;&#x2F;objective.st&#x2F;Publications&#x2F;</a>
mtbkrdaveabout 4 years ago
Amazed not to see markdown listed anywhere (or textile before it)... major step forward when it comes to inline and in-situ documentation!
RantyDaveabout 4 years ago
Windows NT4.<p>In two years we went from Win3.11, delightful cooperative multitasking et al. Via Win95. To something that would survive a nuclear bomb.<p>Then security happened.
grupthinkabout 4 years ago
How come everyone is talking about boring software from 10 years ago? Check out Zombo.AI or LightSpace. We are living in the future.
sethlivingstonabout 4 years ago
DOS - high memory and expanded memory. It allowed games (OK, and maybe some productivity apps boooorrrinnggg) to take giant leaps.
mikewarotabout 4 years ago
PKzip - way faster and better compression that previous things like ARC. The first version control I did was project01.zip, project02.zip, etc.<p>SideKick - Being able to pop up and edit underneath a running MS-DOS program was a game changer for me<p>Turbo Pascal - Being able to compile programs in less than a second in MS-DOS was <i>magic</i>, compared to 15min - hour waiting for the compiler queue on the VAX at school, only to find out you had an error.<p>Backpack Portable Hard drive - A piece of hardware, but being able to boot a floppy and have 100 megabytes of storage instantly available was like magic.<p>EDwin - TurboPower Software - the first text editor (that I used) that could record and playback macros, I did all kinds of cool stuff with it.<p>GoBack - A system tool that kept all the changes to your hard drives.. the salesman demo involved deliberately infecting a system with a virus... then undoing it via GoBack. Unfortunately the wrong people decided it was too slow and &quot;optimized it for speed&quot;, which killed the ability to undo virus attacks.<p>MultiLink - Allowed running of multiple MS-DOS users with serial terminals, usually a Wyse 60.<p>The $25 network - Allowed the very slow emulation of networking, with just plain old serial ports and cables. Saved hundreds of dollars if you only need a file now and then, back when Arcnet cards were about $100.<p>Delphi - GUI development for Windows that just works, and like Turbo Pascal, compiles in a blink. Drag your components into a form, hook up the events, make a report or two, and you&#x27;re done.<p>Microsoft Office - This one is way under-rated<p><pre><code> Microsoft Excel - Reactive programming, comprehensible by humans and accountants. Microsoft Word - The outliner is quite useful for keeping track of tasks, and the details of projects Microsoft Access - being able to do a forms based database with nice reports, master&#x2F;detail records all with zero SQL required is powerful stuff Microsoft Exchange&#x2F;Outlook - Exchange is *the world&#x27;s best database* disguised as a task manager&#x2F;calendar&#x2F;email server&#x2F;client. You can make offline changes, and they just work consistent with expectations. </code></pre> WebDAV - Uploading by just copying to a folder in explorer was far more intuitive than FTP.<p>Mercurial - Being able to keep old versions without sucking up the hard drive was very nice.<p>GIT&#x2F;GitHub - Being able to keep all versions, branches and push them almost instantly to the web.<p>Python - The ability to get a lot done in almost no code is very powerful. It&#x27;s too bad that there&#x27;s no good GUI for it that works as well as Delphi.<p>VMware - Ersatz Capability Based Security - The virtual machine gets a set of resources, and nothing more. It&#x27;ll do until we get better Operating Systems. Being able to save a machine as a file is a very powerful thing.<p>ThumbsPlus - A photo organizer from Cerious Software, keeps thumbnails in a database, does tagging, etc.<p>Picassa 3.0 - Killed by google, does local photo management, with local facial recognition, helped me tag the more than 10,000 photos of my daughter. 8)<p>Hugin - Panorama alignment software - very handy for my experiments in virtual focus&#x2F;synthetic aperture photography, and for doing landscapes.<p>GIMP - Orders of magnitude better than Microsoft Paint<p>WSL - Windows Subsystem for Linux - Allows me to run Ubuntu and Windows programs at the same time. VScode supports running you compiled code in Linux, while it lives in Windows... wizardry!<p>GNU Radio - If you have a fast enough machine, you can build almost any type of radio you want in a flowgraph, and it supports $25 USB dongles that receive 25-1200 Mhz.
评论 #26483083 未加载
roadbeatsabout 4 years ago
Kindle
评论 #26482378 未加载
imagine99about 4 years ago
I was frankly shocked at some of the things mentioned here. Instagram? Wix.com? Uber? Discord? Seriously?<p>BUT that got me thinking: Could it be that a large portion of the 10x improvement could be in marketing, i.e. you&#x27;ll have to be able to market your product as &quot;10 times as good&quot;, regardless of whether or not it actually is?<p>AND secondly, could it be that many if not most products that are marketed as 10x as good are also - at the same time - 10x worse?<p>Just picking random examples from the thread:<p>- Gmail: Definitely 5-10 times better than Outlook Express or Horde. But also at least 10x worse when it comes to support, privacy, flexibility, agency in regard to your own data and server configuration and many other areas.<p>- Siri&#x2F;Alexa: Speech recognition and what you can do with it is easily 10x better than what existed before. However, again at least 10x worse in terms of what you can control about the underlying technology and hardware and in terms of (controlling) what happens with the recordings of your voice. Also, if you want to go so far (someone mentioned dictation, more generally) you could also include lost jobs (e.g. secretarial jobs&#x2F;assistants). Not convinced so much myself by this argument though.<p>- AWS Workspace: That might be somewhat more cost-effective and easier to set-up than a local VDI infrastructure. But in many ways it is, or can be, 10x or infinitely worse than having your own server.<p>- Wix.com: 10x easier to use than Notepad++ for web development (if you don&#x27;t know what you&#x27;re doing) but arguably at least 10x worse for good websites, web developers and designers, people locked into subscription payments, limits on flexibility etc.<p>Other &quot;great innovators&quot;, like Reddit (severely optimised towards monetisation, data extraction and advertising over the last years), Uber (questionable employment practices and corporate culture), even Google making memorisation unnecessary (everything&#x27;s just a click away... but what happens if the internet is down?) and Amazon (&quot;killing local businesses since 1994&quot; ;-)) also could be argued to come with severe downsides.<p>Personally, I would greatly appreciate much more widespread 2x innovation vs. chasing the rare unicorn 10x innovators.<p>70 MBit&#x2F;s internet would be much nicer than the 35 I can get right now. I don&#x27;t need (nor would be willing to pay for) 350, let alone if the 350 are only available in large cities. If Gmail was just one tenth as innovative in parsing my mails for data nuggets and instead cared ten times more about my privacy, I would be more than okay with that.<p>Personally, real 10x innovations without large apparent downsides (although there might be some) for me right now are Wikipedia and Starlink. I also want to mention Delphi, whose approach to programming and UI design was at some point definitely a 10x innovation over existing solutions at the time (in many ways it still can be 2x as good even today, but unfortunately, they&#x27;ve also increased the price 10x and stopped caring for their users).<p>On a grander scale, a well-working and ethical interplanetary species&#x2F;society might also be a 10x improvement over being confined to Earth only. But that might very well turn out to be incorrect.<p>As always, if you disagree, please DON&#x27;T downvote, instead reply and tell me why and how you Think Different™. I post here because I&#x27;m curious to discuss, not just to share and read isolated opinions.
评论 #26480686 未加载
评论 #26482551 未加载
评论 #26482651 未加载
bdcravensabout 4 years ago
ColdFusion - it&#x27;s derided now, but in the mid-late 90s the productivity gains it gave you over other options was amazing.
xallaceabout 4 years ago
I have an 0.1x example, every os is using a file explorer instead of orthodox file manager like &quot;total commander&quot;
ojciecczasabout 4 years ago
Ubiquity plugin for firefox, it treated the web as API, sending the request to forms without opening the webpages first.
spc476about 4 years ago
libtls. I wish it this API was more popular than it is, as it makes using TLS <i>way</i> easier. <a href="https:&#x2F;&#x2F;github.com&#x2F;spc476&#x2F;libtls-examples&#x2F;blob&#x2F;master&#x2F;get1.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spc476&#x2F;libtls-examples&#x2F;blob&#x2F;master&#x2F;get1.c</a>
mam2about 4 years ago
CMA-ES for black box optimization. Insane.
icsaabout 4 years ago
VisiCalc, Turbo Pascal, WATCOM Compilers, Perl, Mathematica, C++ STL, Memory Mapping APIs, cURL, clang&#x2F;LLVM
aladineabout 4 years ago
Emacs: its versatile and easy to configure code editor. If you are fan of Org mode, then you have to use Emacs.
MichaelMoser123about 4 years ago
a few of my favorite things: shellcheck when dealing with bash scripting; pylint for python scripting; package managers (yum, pip, brew - all of them); valgrind for c&#x2F;c++ development; intellij for java development; unit testing; stackoverflow, github code search, google + duckduckgo; libgen;
Imagenuityabout 4 years ago
VLC Media Player<p>It just works. No more dealing with codecs, or having multiple players installed for different media types.
lumenwritesabout 4 years ago
Going from traditional polygon to zBrush.<p>Reading books on an iPad.<p>React.<p>Discord for any interactive online communication (text&#x2F;voice&#x2F;video chat).
aristofunabout 4 years ago
+ Ruby<p>I never thought programming could be so enjoyable and eloquent.<p>+ Ruby on Rails<p>I never thought building web app from scratch could be so quick and fun.
deliriousferretabout 4 years ago
- Amazon Prime - VLC - Netflix - Slack
dustedabout 4 years ago
Firefox when I was still using Internet Explorer, it had tabs, which IE did not, and ran om Linux.
boboshaabout 4 years ago
As a mac user: Cleanshot and Alfred. Very well thought out products, am a happily paying customer.
ta1234567890about 4 years ago
Notarize.com - I was blown away by how easy, simple and fast it was to get documents notarized.
lowbloodsugarabout 4 years ago
Laptops. Ok, I know thats hardware, but I write software, and they made a 10x difference.
abraxasabout 4 years ago
Prisma ORM. It&#x27;s an ORM done right and makes storing in an RDBMS fun and convenient
aerovistaeabout 4 years ago
Zocdoc. It is SO easy to find good doctors now compared to what you used to have to do.
boringgabout 4 years ago
Git + Github
jeswinabout 4 years ago
While it helped as a conversation starter here, the 10x rule is hollow punditry.
divideadabout 4 years ago
running slack, skype and zoom in a browser tabs instead of 3 extra electron apps
gabruuabout 4 years ago
surprised no one mentioned Ipod Nano, spotify, and then Iphone (for everything)
krueger71about 4 years ago
Tab-completion in the shell
jenkstomabout 4 years ago
Delphi.
shafyyabout 4 years ago
- Revolut (vs. traditional banks and traders)<p>- Wolt (vs. Lieferando, Germany)<p>- Hey (vs. Gmail, Fastmail)
whalesaladabout 4 years ago
AirPods are a 10x in terms of my day to day life. I’d say they count.
naveenskyabout 4 years ago
I guess torrent clients were pretty useful to share large files :P
prenaghaabout 4 years ago
Safari hooked up with Messages to prefill MFA codes sent via SMS
alex_dufabout 4 years ago
one click deployment to prod as opposed to a deployment ceremony
lowbloodsugarabout 4 years ago
Mathematica<p>Even just using it to simplify equations was worth the asking price.
robaliciousabout 4 years ago
Webflow - have been using it recently and it is excellent
ChicagoDaveabout 4 years ago
AWS and DynamoDB was a revelation. C# Generics .NET Linq
caffeineabout 4 years ago
WhatsApp relative to everything else at the time
baptlacabout 4 years ago
Genius Scan. I never used a scanner ever again.
EmoSupportEmuabout 4 years ago
+ ZeroTier<p>+ Homebrew<p>+ (DIY) Aliases in my shell profile (.bashrc, .zshrc, etc)
bin_bashabout 4 years ago
Unlocking my iPhone with a mask on in 14.5
评论 #26477986 未加载
ponikoabout 4 years ago
Not a single mention of Spotify, the first version was magic, click a song and there were no lag, started to play instant ..
suchsciencewowabout 4 years ago
Definitely &quot;find -exec&quot;
whitepoplarabout 4 years ago
1. what.cd<p>2. auto-update feature on Google Chrome<p>3. Uber&#x2F;Lyft<p>4. ZFS<p>5. Cheap VMs (R.I.P. Slicehost; DigitalOcean, Hetzner, etc.)<p>6. Ruby on Rails<p>7. Postgres<p>8. Spotify<p>9. 1Password<p>10. Arq backup<p>11. Dropbox<p>12. Wireguard
dmingod666about 4 years ago
10x is too web 2.0 - we&#x27;re now on 200x -- get on with the buzzwords if you want to remain in the 200x category.
cromwellianabout 4 years ago
Steve Jobs once said &quot;don&#x27;t make your users do shit work&quot;, or something to that effect. To me, that boils down to three things:<p>1) managing resources manually, be it memory, storage, organization, etc 2) giving information that the computer already knows 3) waiting<p>So I count as 10x innovations, things which massively reduce those three:<p>1) Plug-n-Play, DNS, and all forms of auto-configuration.<p>2) WiFi, LTE, and Broadband. Seriously, I started on 300bps modems in the 80s, and my first internet access was at 2400baud in the late 80s over dialup. It&#x27;s hard to remember how long I used to have to wait, for pretty much everything.<p>3) Web vs &quot;install&quot;. Web Surfing created a new stateless paradigm: Always up to date, effortless changing, like TV channel surfing, and as soon as you leave the site, you can forget about it. No &quot;uninstalling&quot;, no shit-work created for later cleanup. The Web Cache eliminated the need to <i>INSTALL</i>. Regrettable, Steve Jobs reintroduced this paradigm back, which I think is a huge step backwards. Phone apps should stream in as needed and be cached, and be evicted when space is needed. I should never ever have to visit my phone&#x27;s storage page and delete stuff.<p>4) Automatic information organization. Search. Web Search, Gmail bundling&#x2F;auto-folders&#x2F;priority&#x2F;spam detection, Google Photos. Google Photos is the latest example. I take as many photos as I want. I never organize them. I don&#x27;t make albums. I don&#x27;t do anything. Peace of mind. My stuff is there. And When I need to find that photo of my daughter with a panda and a yellow raincoat, it finds it.<p>Don&#x27;t waste my time with uploading and organizing my photos.<p>5) Service economy. Uber, Doordash, Amazon. I need something, or I need to get somewhere? It&#x27;s incredibly easy to get it, and get it quickly, compared to what it was 20 years ago.<p>6) the iPhone. I was an early adopter of smart phones for years. PalmPhones, Nokia Communicator, iPAQ, etc. It wasn&#x27;t until the iPhone combined a full-screen touch interface with a <i>REAL</i> Web browser, not XHTML Mobile, or WML, but a REAL browser experience, combined with fast WiFi, that the phone truly turned into a usable mobile experience for me. Sorry, but even expensive Nokia smartphones, and Java Personal Profile, and Wifi-enabled feature phones, or XHTML Mobile on Opera Mobile, couldn&#x27;t hold a candle to this. The iPhone 2g also had usable YouTube and Google Maps out of the box. It was a quantum leap.<p>7) The Voodoo1 3DFx. It&#x27;s hard to describe, but the Voodoo1 + Quakeworld was a tipping point, to me it marks the dividing line in history between gimped, and shitty wannabe 3d accelerators, and the first one that had enough power and capability to run a real time multiplayer first person shooter. (Also, hats off to Carmack&#x27;s ping compensating netcode)<p>8) Linux. I started out on BSD (FreeBSD), and before that on IRIX, HPUX, and Solaris at college, but there&#x27;s no denying that Linux was the inflection point for widespread adoption of Unix everywhere. And that widespread adoption meant anything else you wanted to do was much easier. In the 80s and 90s, whenever I downloaded Unix software, getting it to compiler was an exercise in frustration, patching, Configure scripts, compiler errors from incompatible .h files or libraries on your system, etc<p>9) Containerization. Enough said.<p>10) git &#x2F; hg, github. If you grew up on CVS and SVN, you know why.<p>I mean, there&#x27;s lots more, but I would say all of the innovations boil down to reducing or removing cognitive burdens and lost time. If you can do something for me without me having to worry or work on it, and&#x2F;or wait for it, you might be 10x.<p>Don&#x27;t ask me to do stuff. Don&#x27;t make me learn stuff. Figure out what I need to do, what I want to do, and help me do it, getting what you need by osmosis, or by asking for a minimal amount of information.<p>oh, and if other people have already done it, making it really easy for me to find and reuse, or to share.
rekorosabout 4 years ago
Erlang
bitwizeabout 4 years ago
1) Emacs. When I was growing up, it was per-language IDEs for development. There was Visual Basic, Visual C++, Borland Pascal and C++, etc. Emacs was an editor that, to a certain extent, understood <i>every</i> programming language out there, and could be taught new ones using Lisp. It took a long time for me to learn Emacs Lisp and understand the true nature of this power, but saying &#x27;M-x psychoanalyze-pinhead&#x27; for the first time gave me a glimpse of it.<p>2) Framework. The best way to understand this 1980s &quot;integrated software&quot; (as office suites were called in the 80s) is as &quot;Emacs for the office&quot;. Usually, until Microsoft Office, integrated packages offered cut-down, entry-level versions of a word processor, spreadsheet, rudimentary database like a cardfile, and maybe a telecommunications program. Framework was different. It was basically a self-contained pseudo-GUI, in which documents and spreadsheets were represented with the unifying metaphor of a frame. Each frame, drilling down to individual cells in a spreadsheet which themselves counted as frames, was addressable, and frames could be nested, allowing for compound documents containing word-processed reports, spreadsheets, imported database data, and even graphs and charts. And, much like Emacs, it was scriptable in a Lisp-like language (though Framework&#x27;s language had a Lotus-inspired @function syntax). Every frame could have code associated with it that responds to events. It was so powerful, it was marketed as an executive decision making tool, not a productivity tool for office drones. It was WAY ahead of its time for 80s software.<p>3) The Video Toaster. Professional grade video effects in your bedroom studio. Perhaps single-handedly turned amateur video from &quot;home movies&quot; into actual productions. In an era well before YouTube, when video was still analog and equipment was prohibitively expensive. With LightWave, it also gave you an inexpensive option for the then new and hot technology of 3D CG. Required an Amiga because of course it did; what else could handle all this?<p>4) Tcl&#x2F;Tk. Still to date, the fastest way to author a GUI, as it was in the 90s. I would take entering a few lines of shell-like script to lay out a GUI over the (admittedly powerful) form designer tools in environments like Delphi any day, just due to the rat wrestling involved in the latter, and the fact that Tk&#x27;s layout options do a much better job of placing widgets in various window size and configurations than I could manually in the form designers back then. And recently I tried to put together an Electron app with $HOT_FRAMEWORK_OF_THE_WEEK, and spent several hours figuring out how all the pieces fit together. With Tcl&#x2F;Tk, I said &#x27;sudo apt-get install tcl tk&#x27; and was prototyping in wish immediately after. Tcl may be a crazy-pants stringly-typed language from space, but it&#x27;s still the best thing for throwing together GUIs quickly.
aas1957about 4 years ago
Dropping off social media.
jedbergabout 4 years ago
Breaking the 640K barrier.
liuxiaopaiabout 4 years ago
iPhone in 2007 is 10x better than other &quot;smart phones&quot;.
sorisosabout 4 years ago
ripgrep or silver searcher for searching large code bases.
jhiggins777about 4 years ago
Webflow &amp; Zapier
TuringNYCabout 4 years ago
Stack Overflow x1000
gsejabout 4 years ago
git - compared with previous source control systems.
hanniabuabout 4 years ago
Ethereum vs Bitcoin
francisofasciiabout 4 years ago
wireless headphones
johnwheelerabout 4 years ago
Jetbrains products
nXqdabout 4 years ago
Datomic database
Jrafabout 4 years ago
Package manager :<p>- apt<p>- maven<p>- npm<p>You can&#x27;t imagine the pain not having them.
louiechristieabout 4 years ago
Prioritisation
tuyguntnabout 4 years ago
* Redis and Memcached<p>* MapReduce<p>* Column stores
wombatmobileabout 4 years ago
Ctrl-Alt-Del
astuyvenbergabout 4 years ago
Easily AWS
mavelikaraabout 4 years ago
- GMail<p>- Google Suggest<p>- IntelliJ IDEA<p>- Ruby on Rails<p>- TiVO<p>- iPhone<p>- Roomba<p>- Napster<p>- TurboPascal
sabas123about 4 years ago
sci-hub
f00zzabout 4 years ago
tmux
Joeboyabout 4 years ago
Ripgrep.
ramadisabout 4 years ago
mtailor and their fancy body measurement algorithm.
wombatmobileabout 4 years ago
del.icio.us
atorabout 4 years ago
git, alarumist (trading alerts)
runawaybottleabout 4 years ago
VLC.
hellbannedguyabout 4 years ago
Using the Palm Tx.<p>It was one of the first small devises that connected to the Internet. I was in Goodguys when it was closing down. They had a highly crooked third party liquidator selling off the merchandise.<p>I’m not into games, buy saw Halo 3 Collector’s edition for 5 bucks each. There was 500 games for sale.<p>I took my beloved Palm Tx to the library across town. It had free Wífi up to 9 pm. (No password—just connect.) I got a rough idea what the retail on the game was going for.<p>I went back and bought all the units. Sold all for $30-50 on eBay, and it felt great. So many mothers emailing me, “I have no idea what you sold my son, but he hasn’t left his room, and loves the game.<p>I remember thinking I will make a fortune with this devise.<p>This was just when the internet was getting reliable, most people just had a dumb cell phone.<p>I blinked, and it seemed like everyone had smart phone.<p>Anyway, I really liked Palm products. The quality of the hardware was outstanding. The software was just ok, but for the time, I thought great. I once tied a gps to a Palm tx, and took a river trip down the Rogue River. I could tell when the class 4-5 rapids were coming up.<p>It’s to bad what the company has turned into.
CryptoPunkabout 4 years ago
Cryptocurrency over banks. Having your own money, in digital form on your own device, was a paradigm shift for me.
vram22about 4 years ago
SQL itself was huge compared to ISAM-type programming for data apps. Though I suppose it still has its place. Something like the difference between how and what, or procedural vs. declarative.<p>Edit: to make it more clear:<p>&gt;how and what<p>Meaning, do how I tell you, vs. do what I tell you.
revskillabout 4 years ago
Darkmode for the web.
评论 #26479189 未加载
speechlyabout 4 years ago
Here&#x27;s one case where I clocked an over 3x improvement when measuring time only. Probably would go as a 10x improvement in some cases (accessibility, intuitivity etc) <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Q2gwzTWADns" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Q2gwzTWADns</a>