0
votes
4answers
29 views
Best way to track changes on a website for visitors’ information
So I've been saddled with furthering a website, in which it is crucial that the visitors are able to see exact changes that were made in content since the last time they visited (i.e., some form of …
226
votes
105answers
16k views
Significant new inventions in computing since 1980
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 …
2
votes
5answers
101 views
“Duck typing” etymology?
Is there a story behind the name ''duck typing'', I've heard ''if it looks like a duck, and sounds like a duck, let's call it a duck'' (or something like that), but why a duck? Why not ``if it looks …
1
vote
1answer
59 views
how to change remove+add to move in git history
i have a git repository that is a mix of some old svn repos. when i mixed everything i didn't realized to do git mv instead of just moving the files so now the svn history for most of the files is …
0
votes
3answers
42 views
Intercepting call to the back button in my AJAX application: I don’t want it to do anything!
I have an AJAX app. A user clicks a button, and the page's display changes. They click the back button, expecting to go to the original state, but instead, they go to the previous page in their …
3
votes
2answers
88 views
Origin of Map in Computer Science
In computer science, there are two definitions of the word map. The first is as an associative array, a type of container that maps values of one type to values of another type. An example of this is …
0
votes
1answer
61 views
What was the first programming language to allow arbitrary length variable names? [closed]
What was the first programming language to allow arbitrary length variable names? I'm talking about third-generation programming languages really.
1
vote
6answers
118 views
Programming Languages - Who Inspired Whom? [closed]
Working on PHP frameworks lately, i notice that many of them are inspired by java or ruby frameworks. For instance, the Doctrine ORM is based on RoR's Activerecord (with maybe some elements of Java's …
0
votes
2answers
37 views
When was MS Message Queue first released?
When was MS Message Queue first released?
0
votes
1answer
24 views
GUI paradigm history
hi there
I know that Apple and Microsoft were inspired by Xerox PARC in building the GUI, but my question is: from the hardware point of view, which was the switch to GUI become available? I remember …
77
votes
71answers
8k views
Should I learn C?
Original Question: Should I Learn C?
In the theme of the stackoverflow podcast, here's a fun question: should I learn C? I expect Jeff & Joel will have something to say on this.
Some info on my …
0
votes
1answer
31 views
jQuery + Ajax Hash / History and more
Hi there,
I am trying to get a handle on using URL hashes in jQuery to control history in Ajax and make links / pages book-markable. I have tried almost every plug-in out there, and I cant seem to …
28
votes
133answers
5k views
What dead programming languages do you know?
For the purpose of this question, let's define a dead programming language as one for which you cannot buy a newly manufactured piece of hardware and install an operating system which will let you run …
26
votes
77answers
3k views
Who in the software world do you admire the most?
In an effort to spark some discussion and to find interesting people that I didn't know about, is there anybody around the software industry that you really admire? Perhaps admire is the wrong choice …
2
votes
1answer
96 views
Android - clear history when navigating between Activities
I have 3 Activities that my user continuously is looping through. When user is back to the main screen I need to terminate previous history so user cannot hit back button and end up on screen #2, what …
