Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:What's the penguin doing on the television set? (Score 2) 86

How you remember it.
================
Standing
I can see that but what's it doing there?
How should I know I'm not Doctor Bloody Bronowski
"The penguin on your television set will blow up in 5 seconds"
***kaaboom***
Well....how about that!

How it actually was
==============
Second Pepperpot I can see that!
First Pepperpot If it lays an egg, it will fall down the back of the television set.
Second Pepperpot We'll have to watch that. Unless it's a male.
First Pepperpot Ooh, I never thought of that.
Second Pepperpot Yes, looks fairly butch.
First Pepperpot Per'aps it's from next door.
Second Pepperpot Penguins don't come from next door, they come from the Antarctic.
First Pepperpot Burma.
Second Pepperpot Why did say Burma?
First Pepperpot I panicked.
Second Pepperpot Oh. Perhaps it's from the zoo.
First Pepperpot Which zoo?
Second Pepperpot How should I know which zoo? I'm not Doctor bloody Bernowski.
First Pepperpot How does Doctor Bernowski know which zoo it came from?
Second Pepperpot He knows everything.
First Pepperpot Oooh, I wouldn't like that, that'd take all the mystery out of life. Anyway, if it came from the zoo, it would have 'property of the zoo' stamped on it.
Second Pepperpot No it wouldn't. They don't stamp animals 'property of the zoo'. You can't stamp a huge lion.
First Pepperpot They stamp them when they're small.
Second Pepperpot What happens when they moult?
First Pepperpot Lions don't moult.
Second Pepperpot No, but penguins do. There, I've run rings around you logically.
First Pepperpot Oh, intercourse the penguin.
        On the TV screen there now appears an announcer.
TV Announcer It's just gone 8 o'clock and time for the penguin on top of your television set to explode.
        The penguin on top of the set now explodes.
First Pepperpot How did he know that was going to happen?!

Comment Re:Much as I love Monty Python (Score 2) 86

Why not? I kind of get the "old guys can't be rock stars" thing, but I don't understand why you don't think old guys can't be funny.

Because they won't be doing anything new.

It will be like those later "Rocky Horror Picture Shows" where the entire audience will be chanting out in unison "It is an ex-parrot" at the appropriate moment. We've seen it all a thousand times and now it's just not that funny anymore. Yes it was at first but there has been nothing new in decades.

Comment Does it matter? (Score 1) 224

Maybe we are adapting to skimming, filtering, and jumping from source to source of information.

Given that this is the way the (modern?) real world works, I don't see it as a problem.

The only drawback is the sentimental loss of no longer being able to sit down and be completely focused on a single thing for any length of time. Whilst this may be a shame, the fact is that such an activity these days is purely recreational and probably impractical for most people anyway. Time has moved on and so should we.

File this under "buggy whips".

Comment Yes (Score 3, Interesting) 306

Yes, you can learn new tricks, but like everything else you have to work at it. I've been programming in some fashion for close to 30 years but I'm still learning new stuff all the time (getting employed on the basis of the new skills is a bit harder, but not giving up yet).

If you are struggling to come to grips with frameworks, might I suggest that you are probably not getting 'why' they are written, or what they are trying to achieve. Not getting that means you are trying to memorize a whole bunch of stuff that doesn't seem to make any sense, and that is basically impossible.

The easiest way to understand the 'why' of a framework is to start trying to write equivalent things yourself from scratch.

Once upon a time I installed Django and worked through the tutorial. Admittedly I was pretty impressed with the inbuilt admin interface that you got for very little code, but beyond that it all seemed too long-winded and abstract for what I wanted to do. So I decided to not use Django and just write my own application directly using wsgi.

I spent a day or two happily coding up a number of functional pages and a rudimentary menu system. Then I realized that some of my code was getting a bit unwieldy. Functions to parse the url and call the appropriate function were getting too long, and code that produced the output was starting to be duplicated in numerous places. I sat down and had a good think about how I could refactor stuff to be more maintainable when suddenly it hit me... "I'm re-writing Django (though much more poorly)".

Once I realized that, and I understood the problems that Django was trying to solve it all suddenly made a lot more sense and I found it easier to get my head around it all.

Comment Breaking the law every day (Score 1) 149

Maybe this is one of those "You commit at least 3 crimes every day without even realizing it" situations that James Duane proposes.

For most people, most of the time, they will not do anything. But if the authorities decide that you have become inconvenient, then there are numerous instances of you commiting crimes to justify locking you up.

Comment Re:Monitor the Airwaves (Score 1) 137

This is a race that the guards aren't going to win. Of course, it's not like anyone's ever been able to stop contraband getting into a prison anyway.

Weld them into a cage, inside a huge warehouse. No visitors.

This is a trivially solvable problem, you just need to have the will to actually solve it (note: I'm opposed to the death penalty just in case new evidence comes to light).

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...