vote up 226 vote down star
164

This question arose from comments about different kinds of progress in computing over the last 50 years or so.

I was asked by some of the other participants to raise it as a question to the whole forum.

Basic idea here is not to bash the current state of things but to try to understand something about the progress of coming up with fundamental new ideas and principles.

I claim that we need really new ideas in most areas of computing, and I would like to know of any important and powerful ones that have been done recently. If we can't really find them, then we should ask "Why?" and "What should we be doing?"

flag
18  
Jeff Atwood confirmed, that the user "Alan Kay" is THE "Alan Kay". You know, the guy who worked for that copier machine company... ;-) en.wikipedia.org/wiki/Alan_Kay – splattne Jan 11 at 15:01
15  
If this gets closed, I may never come back to this site again. – Robert S. Jan 11 at 21:45
12  
Because I think the co-inventor of Object Oriented Programming deserves his own tag. – Breton Jan 12 at 3:00
7  
144 votes, 8k views, 93 favorites, a positive mention in the SO podcast, a topic of Jeff's Coding Horror blog, and a driver for a change in functionality of the site. Yeah, this question shouldn't be here! :rolleyes: – Robert S. Feb 4 at 16:18
12  
@Nick: When you win the turing award and books are written about what you've done or your research, we'll most certainly add your tag. – George Stocker Feb 20 at 1:34
show 18 more comments

105 Answers

1 2 3 4 next
vote up 171 vote down

The Internet itself pre-dates 1980, but the World Wide Web ("distributed hypertext via simple mechanisms") as proposed and implemented by Tim Berners-Lee started in 1989/90.

While the idea of hypertext had existed before (Nelson’s Xanadu had tried to implement a distributed scheme), the WWW was a new approach for implementing a distributed hypertext system. Berners-Lee combined a simple client-server protocol, markup language, and addressing scheme in a way that was powerful and easy to implement.

I think most innovations are created in re-combining existing pieces in an original way. Each of the pieces of the WWW had existed in some form before, but the combination was obvious only in hindsight.

And I know for sure that you are using it right now.

link|flag
10  
+1 for the most obvious but also the most easily forgotten because we all take it for granted :) – PolyThinker Jan 11 at 15:22
5  
I'm not using the World Wide Web right now. I'm using a series of tubes known as the internets, achieved via the google. – Robert S. Jan 11 at 21:54
3  
@bruceatk: Hypertext is an implementation of text. Text was invented in 3500 BC. – Portman Jan 12 at 20:46
7  
C:\ has become http:// – Roberto Russo Jan 14 at 13:12
4  
@Roberto, and: DIR has become google.com – splattne Jan 14 at 14:33
show 5 more comments
vote up 131 vote down

Free Software Foundation (Established 1985)

Even if you aren't a wholehearted supporter of their philosophy, the ideas that they have been pushing, of free software, open-source has had an amazing influence on the software industry and content in general (e.g. Wikipedia).

link|flag
1  
unix itself was born as a collaborative freely distributed project of Bell Labs and collaborators (and subsequently UC Berkeley and other sources with variants and contributions.) It has taken some ugly detours, but it's effectively Open Source now because the cat was out of the bag from birth. – le dorfier Jan 11 at 21:46
3  
Most database technology was born the same way. In many senses, FSF and its ilk are simply restoring what had previously been provided by educational and corporate basic research facilities. – le dorfier Jan 11 at 21:59
1  
Agree that FSF has been very influential, but there is a tendency among its advocates to espouse "group think". So many FSF cannot accept that Apple OSX and MS Windows are much better than any open source OS for the average user. No one wants to admit that. – RussellH Jan 12 at 20:32
4  
The entire purpose of the FSF is to promote software that can be freely used, modified, and redistributed by all. OSX and Windows are not "better" at this by any definition. – Adam Lassek Jan 20 at 14:27
3  
Janie, you don't have to be a supporter to see that the principles that they are pushing have had a major effect on the industry. I have no interested in getting dragged into a discussion as to whether the FSF is communistic, or whether you should embrace some communist principles. – Oddthinking Jul 24 at 12:54
show 4 more comments
vote up 85 vote down

I think it's fair to say that in 1980, if you were using a computer, you were either getting paid for it or you were a geek... so what's changed?

  • Printers and consumer-level desktop publishing. Meant you didn't need a printing press to make high-volume, high-quality printed material. That was big - of course, nowadays we completely take it for granted, and mostly we don't even bother with the printing part because everyone's online anyway.

  • Colour. Seriously. Colour screens made a huge difference to non-geeks' perception of games & applications. Suddenly games seemed less like hard work and more like watching TV, which opened the doors for Sega, Nintendo, Atari et al to bring consumer gaming into the home.

  • Media compression (MP3s and video files). And a whole bunch of things - like TiVO and iPods - that we don't really think of as computers any more because they're so ubiquitous and so user-friendly. But they are.

The common thread here, I think, is stuff that was once impossible (making printed documents; reproducing colour images accurately; sending messages around the world in real time; distributing audio and video material), and was then expensive because of the equipment and logistics involved, and is now consumer-level. So - what are big corporates doing now that used to be impossible but might be cool if we can work out how to do it small & cheap?

Anything that still involves physical transportation is interesting to look at. Video conferencing hasn't replaced real meetings (yet) - but with the right technology, it still might. Some recreational travel could be eliminated by a full-sensory immersive environment - home cinema is a trivial example; another is the "virtual golf course" in an office building in Soho, where you play 18 holes of real golf on a simulated course.

For me, though, the next really big thing is going to be fabrication. Making things. Spoons and guitars and chairs and clothing and cars and tiles and stuff. Things that still rely on a manufacturing and distribution infrastructure. I don't have to go to a store to buy a movie or an album any more - how long until I don't have to go to the store for clothing and kitchenware?

Sure, there are interesting developments going on with OLED displays and GPS and mobile broadband and IoC containers and scripting and "the cloud" - but it's all still just new-fangled ways of putting pictures on a screen. I can print my own photos and write my own web pages, but I want to be able to fabricate a linen basket that fits exactly into that nook beside my desk, and a mounting bracket for sticking my guitar FX unit to my desk, and something for clipping my cellphone to my bike handlebars.

Not programming related? No... but in 1980, neither was sound production. Or video distribution. Or sending messages to your relatives in Zambia. Think big, people... :)

link|flag
12  
Desktop publishing and high quality printing was invented at Xerox PARC in the 70s, some of the Altos back then also had high quality color screens. The Internet predated 1980. Media compression predated 1980. The question is about what fundamental new technologies have been invented since 1980 – Alan Kay Jan 15 at 3:09
show 10 more comments
vote up 58 vote down

Package management and distributed revision control.

These patterns in the way software is developed and distributed are quite recent, and are still just beginning to make an impact.

Ian Murdock has called package management "the single biggest advancement Linux has brought to the industry". Well, he would, but he has a point. The way software is installed has changed significantly since 1980, but most computer users still haven't experienced this change.

Joel and Jeff have been talking about revision control (or version control, or source control) with Eric Sink in Podcast #36. It seems most developers haven't yet caught up with centralized systems, and DVCS is widely seen as mysterious and unnecessary.

From the Podcast 36 transcript:

0:06:37

Atwood: ... If you assume -- and this is a big assumption -- that most developers have kinda sorta mastered fundamental source control -- which I find not to be true, frankly...

Spolsky: No. Most of them, even if they have, it's the check-in, check-out that they understand, but branching and merging -- that confuses the heck out of them.

link|flag
2  
hasen j: git is a fantastic DCMS, however there were several others implemented before git - git, is a significant new -implementation- of an idea. – Arafangion Jun 1 at 5:54
show 1 more comment
vote up 49 vote down

Here's a plug for Google map-reduce, not just for itself, but as a proxy for Google's achievement of running fast, reliable services on top of farms of unreliable, commodity machines. Definitely an important invention and totally different from the big-iron mainframe approaches to heavyweight computation that ruled the roost in 1980.

link|flag
3  
map-reduce isn't an invention of Google at all. – akappa Jun 29 at 16:17
3  
I'm a functional programmer. My first language was APL. Your point, exactly? – Norman Ramsey Jun 30 at 0:49
2  
So (mapcar f l) and (reduce f l) in Lisp automatically run on arbitrary numbers of commodity machines, handling all intercommunication, failures, and restarts? – Jared Updike Jul 27 at 1:36
show 1 more comment
vote up 39 vote down

What about digital cameras?

According to Wikipedia, first true digital camera appeared in 1988, with mass market digital cameras becoming affordable in the late nineties.

link|flag
show 3 more comments
vote up 39 vote down

Damas-Milner type inference (often called Hindley-Milner type inference) was published in 1983 and has been the basis of every sophisticated static type system since. It was a genuinely new idea in programming languages (admitted based on ideas published in the 1970s, but not made practical until after 1980). In terms of importance I put it up with Self and the techniques used to implement Self; in terms of influence it has no peer. (The rest of the OO world is still doing variations on Smalltalk or Simula.)

Variations on type inference are still playing out; the variation I would single out the most is Wadler and Blott's type class mechanism for resolving overloading, which was later discovered to offer very powerful mechanisms for programming at the type level. The end to this story is still being written.

link|flag
show 1 more comment
vote up 37 vote down

Google's Page Rank algorithm. While it could be seen as just a refinement of web crawling search engines, I would point out that they too were developed post-1980.

link|flag
2  
i don't think you know what an oxymoron is. – Jason Aug 18 at 6:47
1  
Do you remember altavista and that little unknown company: yahoo? – voyager Sep 24 at 12:56
show 1 more comment
vote up 31 vote down

bitTorrent. It completely turns what previously seemed like an obviously immutable rule on its head - the time it takes for a single person to download a file over the Internet grows in proportion to the number of people downloading it. It also addresses the flaws of previous peer-to-peer solutions, particularly around 'leeching', in a way that is organic to the solution itself.

bitTorrent elegantly turns what is normally a disadvantage - many users trying to download a single file simultaneously - into an advantage, distributing the file geographically as a natural part of the download process. Its strategy for optimizing the use of bandwidth between two peers discourages leeching as a side-effect - it is in the best interest of all participants to enforce throttling.

It is one of those ideas which, once someone else invents it, seems simple, if not obvious.

link|flag
show 3 more comments
vote up 27 vote down

Tagging, the way information is categorized. Yes, that little text boxes under the question.

It is amazing that it took about 30 years to invent tagging. We used lists, tables of contents, things which are optimized for printed books.

However 30 years it is much shorter than the time people needed to realize that printed books can be in smaller format. So people can keep books in hands.

I think that tagging concept is underestimated among core CS guys. All researches focused on natural languages processing (top-down approach). But tagging it is first language which computers and people understand well. It is bottom-up approach to make computers use natural languages.

link|flag
9  
Check out Engelbart ca 1962-72 – Alan Kay Jan 15 at 2:56
show 3 more comments
vote up 24 vote down

Software:

  • Virtualization and emulation

  • P2P data transfers

  • community-driven projects like Wikipedia, SETI@home ...

  • web crawling and web search engines, i.e. indexing information that is spread out all over the world

Hardware:

  • the modular PC

  • E-paper

link|flag
4  
Virtualization was implemented on VM/CMS in 1972. What do you mean by "the modular PC"? – Hudson Jan 11 at 22:39
3  
P2P was invented at Xerox PARC in the 70s -- the Altos were all P2P and the file resources and printers and "routers" were all P2P Altos – Alan Kay Jan 15 at 2:49
1  
+1 for E-paper. Not the rest. – sascha Jan 15 at 5:07
1  
I saw "E-paper" and thought, what? how does that effect me day to day. I'm glad it exists but e-Readers are not very important technologies on a widespread basis, compared to say, the cellphone or iPod. – Jared Updike Jan 16 at 22:05
show 4 more comments
vote up 23 vote down

JIT compilation was invented in the late 1980s.

link|flag
13  
One of the PhD theses in the early 1970s which had JIT was Jim Mitchell's at CMU -- he later went to PARC -- Alan Kay – Alan Kay Jan 15 at 2:48
1  
As I mentioned right before your post .... – Alan Kay Jan 15 at 23:22
show 4 more comments
vote up 21 vote down

Outside of hardware innovations, I tend to find that there is little or nothing new under the sun. Most of the really big ideas date back to people like von Neumann and Alan Turing.

A lot of things that are labelled 'technology' these days are really just a program or library somebody wrote, or a retread of an old idea with a new metaphor, acronym, or brand name.

link|flag
1  
You can't see the forest since all the trees are in the way... The building blocks are much the same, but the result has changed/evolved. – Johan Mar 14 at 11:16
2  
...That's the definition of technology ;) "the practical application of knowledge..." – steamer25 Jul 22 at 19:25
vote up 19 vote down

One thing that astounds me is the humble spreadsheet. Non-programmer folk build wild and wonderful solutions to real world problems with a simple grid of formula. Replicating their efforts in desktop application often takes 10 to 100 times longer than it took to write the spreadsheet and the resulting application is often harder to use and full of bugs!

I believe the key to the success of the spreadsheet is automatic dependency analysis. If the user of the spreadsheet was forced to use the observer pattern, they'd have no chance of getting it right.

So, the big advance is automatic dependency analysis. Now why hasn't any modern platform (Java, .Net, Web Services) built this into the core of the system? Especially in a day and age of scaling through parallelization - a graph of dependencies leads to parallel recomputation trivially.

Edit: Dang - just checked. VisiCalc was released in 1979 - let's pretend it's a post-1980 invention.

Edit2: Seems that the spreadsheet is already noted by Alan anyway - if the question that bought him to this forum is correct!

link|flag
4  
Nope, you are right. Visicalc was pre-1980 – Alan Kay Jan 15 at 2:52
show 6 more comments
vote up 19 vote down

Computer Worms were researched in the early eighties of the last century in the Xerox Palo Alto Research Center.

From John Shoch's and Jon Hupp's The "Worm" Programs - Early Experience with a Distributed Computation" (Communications of the ACM, March 1982 Volume 25 Number 3, pp.172-180, march 1982):

In The Shockwave Rider, J. Brunner developed the notion of an omnipotent "tapeworm" program running loose through a network of computers - an idea which may seem rather disturbing, but which is also quite beyond our current capabilities. The basic model, however, remains a very provocative one: a program or a computation that can move from machine to machine, harnessing resources as needed, and replicating itself when necessary.

In a similar vein, we once described a computational model based upon the classic science-fiction film, The Blob: a program that started out running in one machine, but as its appetite for computing cycles grew, it could reach out, find unused machines, and grow to encompass those resources. In the middle of the night, such a program could mobilize hundreds of machines in one building; in the morning, as users reclaimed their machines, the "blob" would have to retreat in an orderly manner, gathering up the intermediate results of its computation. Holed up in one or two machines during the day, the program could emerge again later as resources became available, again expanding the computation. (This affinity for nighttime exploration led one researcher to describe these as "vampire programs.")

Quoting Alan Kay: "The best way to predict the future is to invent it."

link|flag
1  
I believe this work actually predates the 80s. – BobbyShaftoe Jan 15 at 23:53
vote up 18 vote down

Shrinkwrap software

Before 1980, software was mostly specially written. If you ran a business, and wanted to computerize, you'd typically get a computer and compiler and database, and get your own stuff written. Business software was typically written to adapt to business practices. This is not to say there was no canned software (I worked with SPSS before 1980), but it wasn't the norm, and what I saw tended to be infrastructure and research software.

Nowadays, you can go to a computer store and find, on the shelf, everything you need to run a small business. It isn't designed to fit seamlessly into whatever practices you used to have, but it will work well once you learn to work more or less according to its workflow. Large businesses are a lot closer to shrinkwrap than they used to be, with things like SAP and PeopleSoft.

It isn't a clean break, but after 1980 there was a very definite shift from expensive custom software to low-cost off-the-shelf software, and flexibility shifted from software to business procedures.

It also affected the economics of software. Custom software solutions can be profitable, but it doesn't scale. You can only charge one client so much, and you can't sell the same thing to multiple clients. With shrinkwrap software, you can sell lots and lots of the same thing, amortizing development costs over a very large sales base. (You do have to provide support, but that scales. Just consider it a marginal cost of selling the software.)

Theoretically, where there are big winners from a change, there are going to be losers. So far, the business of software has kept expanding, so that as areas become commoditized other areas open up. This is likely to come to an end sometime, and moderately talented developers will find themselves in a real crunch, unable to work for the big boys and crowded out of the market. (This presumably happens for other fields; I suspect the demand for accountants is much smaller than it would be without QuickBooks and the like.)

link|flag
vote up 17 vote down

I believe Unit Testing, TDD and Continuous Integration are significant inventions after 1980.

link|flag
3  
I'd agree with John, for instance Brooks describes a test-first approach in The Mythical Man-Month (1975). – Fabian Steeg Jan 12 at 10:38
7  
Continuous integration was first done seriously in BBN Lisp 1.85 in the late 60s, which became Interlisp at PARC. Smalltalk at PARC in the 70s was also a continuous integration system. – Alan Kay Jan 15 at 2:51
2  
TDD only became generally useful when computers got fast enough to run small tests so quickly that you are willing to run them over & over. – Jay Bazuzi Jan 16 at 18:46
show 5 more comments
vote up 16 vote down

Modern shading languages and the prevalence of modern GPUs.

The GPU is also a low cost parallel supercomputer with tools like CUDA and OpenCL for blazing fast high level parallel code. Thank you to all those gamers out there driving down the prices of these increasingly impressive hardware marvels. In the next five years I hope every new computer sold (and iPhones too) will have the ability to run massively parallel code as a basic assumption, much like 24 bit color or 32 bit protected mode.

link|flag
show 2 more comments
vote up 15 vote down

Mobile phones.

While the first "wireless phone" patent was in 1908, and they were cooking for a long time (0G in 1945, 1G launched in Japan in 1979), modern 2G digital cell phones didn't appear until 1991. SMS didn't exist until 1993, and Internet access appeared in 1999.

link|flag
2  
Japan in 1979, that's pre 1980. We're looking for new inventions - think research labs, universities, practical demonstrations of patent applications... all which will predate the mass-market availability by a number of years. – sascha Jan 15 at 5:14
show 2 more comments
vote up 15 vote down

To address the two questions about "Why the death of new ideas", and "what to do about it"?

I suspect a lot of the lack of progress is due to the massive influx of capital and entrenched wealth in the industry. Sounds counterintuitive, but I think it's become conventional wisdom that any new idea gets one shot; if it doesn't make it at the first try, it can't come back. It gets bought by someone with entrenched interests, or just FAILs, and the energy is gone. A couple examples are tablet computers, and integrated office software. The Newton and several others had real potential, but ended up (through competitive attrition and bad judgment) squandering their birthrights, killing whole categories. (I was especially fond of Ashton Tate's Framework; but I'm still stuck with Word and Excel).

What to do? The first thing that comes to mind is Wm. Shakespeare's advice: "Let's kill all the lawyers." But now they're too well armed, I'm afraid. I actually think the best alternative is to find an Open Source initiative of some kind. They seem to maintain accessibility and incremental improvement better than the alternatives. But the industry has gotten big enough so that some kind of organic collaborative mechanism is necessary to get traction.

I also think that there's a dynamic that says that the entrenched interests (especially platforms) require a substantial amount of change - churn - to justify continuing revenue streams; and this absorbs a lot of creative energy that could have been spent in better ways. Look how much time we spend treading water with the newest iteration from Microsoft or Sun or Linux or Firefox, making changes to systems that for the most part work fine already. It's not because they are evil, it's just built into the industry. There's no such thing as Stable Equilibrium; all the feedback mechanisms are positive, favoring change over stability. (Did you ever see a feature withdrawn, or a change retracted?)

The other clue that has been discussed on SO is the Skunkworks Syndrome (ref: Geoffrey Moore): real innovation in large organizations almost always (90%+) shows up in unauthorized projects that emerge spontaneously, fueled exclusively by individual or small group initiative (and more often than not opposed by formal management hierarchies). So: Question Authority, Buck the System.

link|flag
2  
It's always easier to have new ideas in a new area of knowledge, so a very large number of the important ideas came about in the 1950s and 1960s. We just can do most of them a whole lot better now. – David Thornley Jan 13 at 21:34
show 4 more comments
vote up 14 vote down

me (1981)

link|flag
4  
Windows ME came later ;-) – splattne Jan 15 at 11:16
show 2 more comments
vote up 13 vote down

I started programming Jan 2nd 1980. I've tried to think about significant new inventions over my career. I struggle to think of any. Most of what I consider significant were actually invented prior to 1980 but then weren't widely adopted or improved until after.

  1. Graphical User Interface.
  2. Fast processing.
  3. Large memory (I paid $200.00 for 16k in 1980).
  4. Small sizes - cell phones, pocket pc's, iPhones, Netbooks.
  5. Large storage capacities. (I've gone from carrying a large 90k floppy to an 8 gig usb thumb drive.
  6. Multiple processors. (Almost all my computers have more than one now, software struggles to keep them busy).
  7. Standard interfaces (like USB) to easily attach hardware peripherals.
  8. Multiple Touch displays.
  9. Network connectivity - leading to the mid 90's internet explosion.
  10. IDE's with Intellisense and incremental compiling.

While the hardware has improved tremendously the software industry has struggled to keep up. We are light years ahead of 1980, but most improvements have been refinements rather than inventions. Since 1980 we have been too busy applying what the advancements let us do rather than inventing. By themselves most of these incremental inventions are not important or powerful, but when you look back over the last 29 years they are quite powerful.

We probably need to embrace the incremental improvements and steer them. I believe that truly original ideas will probably come from people with little exposure to computers and they are becoming harder to find.

link|flag
1  
Some dates for earlier inventions: Engelbart's GUI was demoed in 1968 and the Xerox PARC Alto was developed in 1973. Multiple CPUs are new on the desktop, but not in the machine room -- the VAX cluster was first available in 1978. – Hudson Jan 11 at 22:45
show 6 more comments
vote up 13 vote down

HTM systems (Hiearchical Temporal Memory).

A new approach to Artifical Intelligence, initiated by Jeff Hawkins through the book "On Intelligence".

Now active as a company called Numenta where these ideas are put to the test through development of "true" AI, with an invitation to the community to participate by using the system through SDKs.

It's more about building machine intelligence from the ground up, rather than trying to emulate human reasoning.

link|flag
1  
When they do something interesting, I will be the first and loudest leader of the applause – Alan Kay Jan 15 at 2:54
show 1 more comment
vote up 12 vote down

The use of Physics in Human Computer interaction to provide an alternative, understandable metaphor. This combined with gestures and haptics will likely result in a replacment for the current common GUI metaphor invented in the 70's and in common use since the mid to late 80's.

The computing power wasn't present in 1980 to make that possible. I believe Games likely led the way here. An example can easily be seen in the interaction of list scrolling in the iPod Touch/iPhone. The interaction mechanism relies on the intuition of how momentum and friction work in the real world to provide a simple way to scroll a list of items, and the usability relies on the physical gesture that cause the scroll.

link|flag
show 1 more comment
vote up 11 vote down

Nothing.

I think it's because people have changed their attitudes. People used to believe that if they would just find that "big idea", then they would strike it rich. Today, people believe that it is the execution and not the discovery that pays out the most. You have mantras such as "ideas are a dime a dozen" and "the second mouse gets the cheese". So people are focused on exploiting existing ideas rather than coming up with new ones.

link|flag
2  
So many of the existing ideas just haven't been implemented yet. – Breton Jan 12 at 22:56
show 2 more comments
vote up 11 vote down

Better user interfaces.

Today’s user interfaces still suck. And I don't mean in small ways but in large, fundamental ways. I can't help but to notice that even the best programs still have interfaces that are either extremely complex or that require a lot of abstract thinking in other ways, and that just don't approach the ease of conventional, non-software tools.

Granted, this is due to the fact that software allows to do so much more than conventional tools. That's no reason to accept the status quo though. Additionally, most software is simply not well done.

In general, applications still lack a certain “just works” feeling are too much oriented by what can be done, rather than what should be done. One point that has been raised time and again, and that is still not solved, is the point of saving. Applications crash, destroying hours of work. I have the habit of pressing Ctrl+S every few seconds (of course, this no longer works in web applications). Why do I have to do this? It's mind-numbingly stupid. This is clearly a task for automation. Of course, the application also has to save a diff for every modification I make (basically an infinite undo list) in case I make an error.

Solving this probem isn't even actually hard. It would just be hard to implement it in every application since there is no good API to do this. Programming tools and libraries have to improve significantly before allowing an effortless implementation of such effords across all platforms and programs, for all file formats with arbitrary backup storage and no required user interaction. But it is a necessary step before we finally start writing “good” applications instead of merely adequate ones.

I believe that Apple currently approximates the “just works” feeling best in some regards. Take for example their newest version of iPhoto which features a face recognition that automatically groups photos by people appearing in them. That is a classical task that the user does not want to do manually and doesn't understand why the computer doesn't do it automatically. And even iPhoto is still a very long way from a good UI, since said feature still requires ultimate confirmation by the user (for each photo!), since the face recognition engine isn't perfect.

link|flag
vote up 10 vote down

DNS, 1983, and dependent advances like email host resolution via MX records instead of bang-paths. *shudder*

Zeroconf working on top of DNS, 2000. I plug my printer into the network and my laptop sees it. I start a web server on the network and my browser sees it. (Assuming they broadcast their availability.)

NTP (1985) based on Marzullo's algorithm (1984). Accurate time over jittery networks.

The mouse scroll wheel, 1995. Using mice without it feels so primitive. And no, it's not something that Engelbart's team thought of and forgot to mention. At least not when I asked someone who was on the team at the time. (It was at some Engelbart event in 1998 or so. I got to handle one of the first mice.)

Unicode, 1987, and its dependent advances for different types of encoding, normalization, bidirectional text, etc.

Yes, it's pretty common for people to use all 5 of these every day.

Are these "really new ideas?" After all, there were mice, there were character encodings, there was network timekeeping. Tell me how I can distinguish between "new" and "really new" and I'll answer that one for you. My intuition says that these are new enough.

In smaller domains there are easily more recent advances. In bioinformatics, for example, Smith-Waterman (1981) and more especially BLAST (1990) effectively make the field possible. But it sounds like you're asking for ideas which are very broad across the entire field of computing, and the low-hanging fruit gets picked first. Thus is it always with a new field.

link|flag
vote up 9 vote down

Open Source community development.

link|flag
1  
In the sense of open cooperation and development among people who had access to a computer, it's much like the IBM user groups in the 1960s. It's just that more people can afford computers now. – David Thornley Jan 13 at 21:32
1  
Agree with david, it's only become more prominent now as computers have moved from the education and scientific areas into the business world, this gave rise to "closed source" software, confusing licenses. It was always there, it just didn't need a name until the lawyers got involved. – sascha Jan 15 at 5:11
show 2 more comments
vote up 9 vote down

Ideas around Social Computing have had advances since the 1980. The Well started in 1985. While I'm sure there were online communities before, I believe some of the true insights in the area have happened post 1980. The adverse dynamic aspects of social communities and their interaction on a software system are much like the disasters of the Tacoma Narrows Bridge.

I think Clay Shirky's work in the area illuminates those effects and how to mitigate them. I'd say interesting real world examples of social software insights include things like reCAPTCHA and Wikipedia, where significant valuable work is done by the participants mediated by the software.

link|flag
1  
One could also go back to Vannevar Bush and Memex. Vannevar's work doesn't negate Engelbart's. I doubt anything can be truly said to be without precedent. – Steve Steiner Feb 16 at 2:31
show 2 more comments
vote up 9 vote down

The rediscovery of the monad by functional programming researchers. The monad was instrumental in allowing a pure, lazy language (Haskell) to become a practical tool; it has also influenced the design of combinator libraries (monadic parser combinators have even found their way into Python).

Moggi's "A category-theoretic account of program modules" (1989) is generally credited with bringing monads into view for effectful computation; Wadler's work (for example, "Imperative functional programming" (1993)) presented monads as practical tool.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.