Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

492
votes
126answers
31k views

Significant new inventions in computing since 1980 [closed]

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 ...
39
votes
7answers
12k views

Help me remember a quote from Alan Kay

Alan Kay was quoted several years ago to the effect that there had been only three new things in software in the preceding 20 years (effectively the lifespan of PCs). One of them was Spreadsheets. ...
19
votes
21answers
1k views

A company that had a successful product but went bust for not innovating?

At the company that I work we have a successful software product that did well but is now obsolete and unmaintainable. I am trying to explain that you need to innovate and replace this product with ...
16
votes
23answers
2k views

Does your employer punish mistakes?

I was watching something on TV the other day and sat in disbelief as someone said something to the effect of, "I wish we could round up all of the people who made mistakes and punish them." That ...
14
votes
19answers
2k views

Do we need a Java++?

It seems to me that, in some ways, Java is where C was a while back. Both are fairly minimalist languages for their time, with relatively clean, simple cores to build on. (I'm referring to the core ...
11
votes
4answers
353 views

How do you balance the conflicting needs of backwards compatibility and innovation?

I work on an application that has a both a GUI (graphical) and API (scripting) interface. Our product has a very large installed base. Many customers have invested a lot of time and effort into ...
9
votes
4answers
123 views

Which innovations (like MVC, xunit, Hotspot) did Smalltalk bring?

I find more and more aspects where Smalltalk was the innovator, i.e. created the technique or at least the overall concept for the first time. I can think of the following: xunit approach IDE ...
8
votes
8answers
516 views

What is your company's stance regarding (technological) 'innovation'?

.NET 3.5, .NET 4.0, WPF, Silverlight, ASP.NET MVC - there's really a lot of new Microsoft technology released / on the horizon to try out these days. (The examples I gave is all Microsoft technology ...
8
votes
9answers
741 views

What relational database innovations have there been in the last 10 years

The SQL implementation of relational databases has been around in their current form for something like 25 years (since System R and Ingres). Even the main (loosely adhered to) standard is ANSI-92 ...
5
votes
12answers
1k views

User interface paradigms that need changing?

Often times convention is one of the most important design consideration for user interface. Usually the advice goes to do it like Microsoft does. This is for three reasons: If it ain't broke, ...
4
votes
5answers
565 views

What makes an effective UI for displaying versioning of structured hierarchical data

Traditional version control system are displaying versioning information by grouping Projects->Folders->Files with Tree view on the left and details view on the right, then you will click on each item ...
4
votes
3answers
150 views

Cross-protocol XSS with non-standard service ports

He guys, I just read this post about really nasty (and cool at the same time) ways to perform XSS. However, there is still something unclear to me. I understand the full concept of the attack, ...
3
votes
5answers
185 views

Making my own CSS [closed]

Don't worry, I'm not breaking the web :P I'm annoyed by some stuff in CSS, and I'm going to fix it. It'll be syntactic sugar only, my language will be server-side compiled to regular CSS, so there's ...
3
votes
9answers
178 views

Doing something new?

G'day, When was the last time you did something new? And what was it? Language - Erlang?, Haskell?, C++ instead of C?, Ruby?, C# from Java?, etc. Platform - Linux from Unix?, ASP.NET from .NET?, ...
2
votes
7answers
3k views

How do you promote innovation in your organization?

Innovation seems to be a Buzz word these days. Each organization is giving a lot of emphasis on it and at the same time it is also becoming the most abusive word. Every new thing is not an innovation. ...
1
vote
1answer
44 views

Does being innovative also mean being a gambler? [closed]

There's a lot of new innovative applications out there everyday and many of them go unnoticed. When I make web designs, I feel like a gambler, hoping that the client approves; when I make mods for ...
1
vote
6answers
131 views

When does innovative software development shows?

I've been working as a software developer for almost a year (not much though) in a corporate environment but all I've done so far is a raw software implementation of company needs. Senior coworkers ...
0
votes
1answer
77 views

Develop application for Samsung fridge

I'm investigating what it takes to develop your own application for a Samsung Fridge. I've been searching the web, but I can't seem to find any useful links of anyone programming or developing their ...
0
votes
1answer
116 views

Sampler Result setResponseData not setting in JMeter

Alright guys, I am writing a custom java class to grab objects from a Coherence grid. It works well through JMeter, but the response data isn't filling it's place in the JMeter GUI. This is how I'm ...