Slashdot Log In
The Internet Meme Timeline
Posted by
ScuttleMonkey
on Friday August 08, @02:47PM
from the i-can-has-timeline dept.
from the i-can-has-timeline dept.
CNet pointed out a great use of timeline creation site "Dipity" that has resulted a timeline of internet fads and memes. While there are some subtle inaccuracies and a few notable omissions, it seems to have touched on most of the big stuff. Everything from GOTO being considered harmful to "the website is down," it's a great trip down memory lane if you don't mind a few speedbumps like the goatse guy.
Related Stories
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Better edit the summary (Score:5, Funny)
if you don't mind a few speedbumps like the goatse guy.
Goatse is a sinkhole, not a speedbump.
Reply to This
Re:Better edit the summary (Score:5, Funny)
no, there are bumps. you just have to look harder.
Reply to This
Parent
Re:Better edit the summary (Score:5, Funny)
Reply to This
Parent
Re:Better edit the summary (Score:5, Funny)
It does have something of a mandala-like quality to it.
Do you know if you move your head from side to side while staring at goatse, it appears to follow you as you move, like that picture of Jesus you can buy at the flea market?
Reply to This
Parent
Goto is Evil (Score:5, Insightful)
Goto is evil and I am not going to cave in on that.
Reply to This
Re:Goto is Evil (Score:5, Interesting)
GOTO being evil wasn't just a meme. When I took Intro to Computer Science in college in 1984, the course was in FORTRAN. I was informed that GOTO's led to unstructured code and that any project we handed in with a GOTO in it would receive a score of zero, as would any test on which we used one to solve a problem.
Reply to This
Parent
assembly (Score:5, Insightful)
And for that matter, when you make a method/function call, doesn't the compiler create a JMP (goto) instruction?
And does that mean that assembly programmers are evil?
Reply to This
Parent
Re:assembly (Score:5, Funny)
And does that mean that assembly programmers are evil?
Yes
Reply to This
Parent
Re:assembly (Score:5, Funny)
Anybody who has to ask the questions which were posed obviously is incapable of writing good code and using GOTO. Therefor the rule applies until such time as a programmer no longer has to ask. Once a programmer no longer has to ask, he may use GOTO however much he wants. However, the need for GOTO is less required at this stage than earlier in the process, and the programmer realizes there is no GOTO, just DO.
It's a zen thing.
Reply to This
Parent
Re:assembly (Score:5, Informative)
Reply to This
Parent
Re:Goto is Evil (Score:5, Insightful)
Meh. Along the same lines as what I said in the COBOL thread yesterday, your compiled code probably contains a lot of whatever JMP gets to be at the machine code level, and that's nothing but a goto spelled differently.
Anything can be used incorrectly and/or incomprehesibly, even comments. I'd rather just get my programs to work and be maintainable than articially limit my toolbox.
Reply to This
Parent
Re:Goto is Evil (Score:5, Interesting)
Don't forget that things like break and continue are also gotos with funny sounding names.
Even Dijkstra, the author of Go To Statements Considered Harmful, wrote "Please don't fall into the trap of thinking I am terribly dogmatic about the go to statement. I have the uncomfortable feeling that others are making a religion out of it, as if the conceptual problems of programming could be solved by a single trick, by a simple form of coding discipline."
Reply to This
Parent
Re:Goto is Evil (Score:5, Informative)
I had a professor who allowed gotos as long as they were used for getting out of deeply nested loops, and were jumping to a label within the same function, no more than about 15 or 20 lines of text away. He asserted (and I agree) that this is more readable than flag values and cascading
if (flag) break;
I've seen a goto used in place of more traditional looping constructs deep within the inner loop of a very performance intense application. This thing already had resorted to inline assembly in other areas, so ease of code reading most definitely being sacrificed for bleeding edge performance.
This isn't the type of thing that anyone does very often, and most people probably never need to.
Reply to This
Parent
Re:Goto is Evil (Score:5, Funny)
of what you're reading.
Reply to This
Parent
I bet it was cool (Score:5, Funny)
Reply to This
Re:I bet it was cool (Score:5, Funny)
8/6/08: Added 'Digged' meme to timeline.
8/7/08: Added 'Farked' meme to timeline.
8/8/08: Added 'Slashdotted' meme to timeline.
8/9/08: Added 'DNS Poisoned' meme to timeline. Buy V1@GrA Now!
Reply to This
Parent
Re:I bet it was cool (Score:5, Insightful)
I never understood the whole "this was on Digg/Fark/Reddit/BoingBoing/Inquirer/Register/Kuro5shin yesterday" thing.
Was it? Great. When choosing between seeing it two days later, or having to go to one of those other sites that are polluted with even more nonsense than exists on Slashdot, I've chosen the former. The real question is, if people have already see this stuff on other sites, why don't they go there and stop coming here?
Reply to This
Parent
firehose (Score:5, Insightful)
If you want to improve the site submit your own properly edited stories and use your influence over the firehose to promote stories of interest.
Reply to This
Parent
Re:I bet it was cool (Score:5, Funny)
8/8/08: Added 'Slashdotted' meme to timeline.
8/9/08: Added 'DNS Poisoned' meme to timeline. Buy V1@GrA Now!
There was another one on the 8/8 which you missed:
8/8/08: Added 'Duped' meme to timeline.
8/9/08: Added 'Duped' meme to timeline
Reply to This
Parent
Obvious Joke (Score:5, Funny)
The website is down.
Reply to This
Speedbumps? (Score:5, Insightful)
Hell, things like goatse is why I would want such a tool in the first place.
I have warm, fond memories of him, tubgirl, the lemonparty, twogirlsonecup. They comfort me at night, and keep me warm inside my heda, where they frolic and romp through green and brown fields. Ah, the heady springtime of the internet, where such creatures roam easy and free. Now we enter the dark says of summer, where the storms of incomprehensible images and video come upon us, cheapening these rare jewels.
Reply to This
Is it me (Score:5, Informative)
Reply to This
Where? (Score:5, Funny)
Where are the GRITS?
Reply to This
The original Meme (Score:5, Informative)
Reply to This
Re:Slashdotted... (Score:5, Funny)
It probably doesn't run linux
Reply to This
Parent