Slashdot Mirror


IT Crowd (UK) Coming Back For Season 4

sammyF70 writes "Every geek's favourite non-sci-fi show (the original UK one, not the abysmally bad German and US remakes) is coming back for a fourth season! According to the IMDB's message board, it should be on the air 'Juneish.' While you wait, you can check out what kind of vintage hardware will be on the show this time, and remember: if you illegally download movies, you will face the consequences!"

16 of 165 comments (clear)

  1. I'll be sure to set the VVCR by Anonymous Coward · · Score: 4, Funny

    By which I mean the RSS'd BitTorrent client, and the batch script that passes its products to Handbrake, then loads the transcoded files into iTunes.
    Also, the batch script that restarts iTunes at 5am to force it sync with the iPad and hacked iPod touch attached.

    1. Re:I'll be sure to set the VVCR by Anonymous Coward · · Score: 5, Funny

      Ah yes, the simplicity of the Mac.

    2. Re:I'll be sure to set the VVCR by mikael_j · · Score: 4, Insightful

      Sounds more like a typical *nix user setup, you did know that OS X is a UNIX system, right?

      --
      Greylisting is to SMTP as NAT is to IPv4
  2. There isn't one by mccalli · · Score: 5, Informative

    I was part of the audience the other week for the filming of the last episode for this season. The laughing? It's real, and this season round some of it will be from me.

    Though obviously it takes a long time to film and so things don't flow as seamlessly as the TV episode itself, and perhaps they reuse laughs from one take over the top of acting from another take...it's still actually real. The writer came out to the audience and specifically talked about laugh tracks - he said he filmed in front of a live audience so that a) he was sure enough things were funny and b) because the actors could spark off the reactions.

    I'm not going to give anything away about it, but we saw two episodes - one already filmed and edited, the other was being filmed on the night. They are both great, so tune in and have a watch this time.

    Cheers,
    Ian

  3. Well... by dingen · · Score: 4, Funny

    At least it's funnier than The Big Bang Theory.

    --
    Pretty good is actually pretty bad.
    1. Re:Well... by physicsphairy · · Score: 4, Insightful

      Yes, but that is also true of just about any other show, including those that appear on CSPAN.

  4. Always amuses me... by 91degrees · · Score: 4, Insightful

    That so many people seem to think there's some sort of objective measure for what is and isn't funny.

    Some people like it. Some people don't.

  5. Re:Favourite? hardly, it's awful by Anonymous Coward · · Score: 5, Funny

    I watched one episode of this garbage when it first came out. A few weeks later I accidentally watched a small portion of another episode. Never again. The first one was dire and the second was just as bad.

    One-dimensional, cliched characters that portray IT people as social inadequates. Tacky sets and embarrasingly bad plots (well from a sample size of 2) and utterly forgettable dialog. No thanks.

    They should cut out the jokes and content and just make it a long list of references to things that make the viewers feel intelligent. They could call it "xkcd: The TV Show".

    9:30pm xkcd: The TV Show
    Ep. 4 "More White Knightin'"
    Jen says something intelligent and profound so that
    the female viewers will want to have sex with the
    writer. Moss mentions Maxwell's equation.
    Writer: Randall Munroe Subtitles 888

  6. Re:Favourite? hardly, it's awful by Anonymous Coward · · Score: 5, Informative

    Of course the characters are one-dimensional and cliched. IT Crowd pokes fun at the stereotypes (and not just at the ones about the computer nerds either.) So you don't like over the top British humor. I feel sorry for you.

    Forgettable dialog? Have you tried turning it off and on again? You wouldn't steal a car! Peter File. There are some police men here, they say they need to speak to you about irregularities in the pension fund. Memory IS RAM! I have it on good authority: Never ever type Google into Google! This, Jen, is the internet.

  7. Re:There was a german remake? by sammyF70 · · Score: 4, Informative

    Here is a sample.

    --
    "DRM is like the Ford Pinto: it's a smooth ride, right up the point at which it explodes and ruins your day."-C.Doctorow
  8. Re:Favourite? hardly, it's awful by Anonymous Coward · · Score: 5, Insightful

    Brilliant. If I had to guess, I'd say you were offended by the programme's portrayal of "IT people as social inadequates", which perhaps means you missed the point a little

  9. Ob by Hognoxious · · Score: 5, Funny

    So they tried turning the show off and then on again?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  10. Re:Favourite? hardly, it's awful by dangitman · · Score: 4, Insightful

    I watched one episode of this garbage when it first came out. A few weeks later I accidentally watched a small portion of another episode. Never again.

    If you have no sense of humor, why were you watching a comedy? I mean, how can anybody not enjoy the character Moss? Forgettable dialog? Yeah right. "You there, computer man. Fix My Pants." is not forgettable dialog.

    --
    ... and then they built the supercollider.
  11. Re:WIsh the show had more bits like that piracy ad by Patch86 · · Score: 4, Interesting

    My dear mum went to see an episode being recorded just a few weeks ago. She said that the compère had to ask the studio audience to laugh less, as they didn't want it to sound like an over-the-top laughter track. She said that it was indeed that funny; the audience were in hysterics.

    I enjoy the show; its pleasantly surreal, and makes a few low-key geek references which are worth appreciating. Its not my favourite, but I still watch it when its on.

  12. Re:4 series to poke fun at stereotypes? by Anonymous Coward · · Score: 5, Funny

    Call the whambulance: 0118 999 881 999 119 725 3

  13. Re:Every geek's favourite non-sci-fi show ? by Hal_Porter · · Score: 5, Funny

    Not if he's watching Big Bang Theory.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;