Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Stop with the spoilers [modified]

Stop with the spoilers [modified]

Scheduled Pinned Locked Moved The Lounge
12 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H hairy_hats

    But the internet needs more spoliers!

    D Offline
    D Offline
    Dan_Martin
    wrote on last edited by
    #3

    Like a chavved-up Vauxhall Nova.

    H J 2 Replies Last reply
    0
    • S Simon P Stevens

      Right, that's it. I'm turning the internet off and I'm going to put my fingers in my ears, close my eyes, and sing "lalala" if anyone tries to talk to me. Everywhere I look someone is trying to spoil Inception for me. I kept having to turn the radio off at the weekend as it was all they seemed to be talking about. I just logged onto Gmail and a "friend" had 'buzzed' a review. I will watch it this week, but until then I'm going into hibernation. [Cue inevitable posts with joke spoilers, but I don't mind because I'm not listening lalala] ;) [spoilers, spoliers, they keys are close together ;P ]

      Simon

      modified on Monday, July 19, 2010 6:33 AM

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #4

      Simon P Stevens wrote:

      I will watch it this week, but until then I'm going into hibernation.

      You received your Arduino yet? BTW, what is Inception?

      xacc.ide
      IronScheme - 1.0 RC 1 - out now!
      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

      D S 2 Replies Last reply
      0
      • L leppie

        Simon P Stevens wrote:

        I will watch it this week, but until then I'm going into hibernation.

        You received your Arduino yet? BTW, what is Inception?

        xacc.ide
        IronScheme - 1.0 RC 1 - out now!
        ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

        D Offline
        D Offline
        Dalek Dave
        wrote on last edited by
        #5

        This is[^]

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

        1 Reply Last reply
        0
        • L leppie

          Simon P Stevens wrote:

          I will watch it this week, but until then I'm going into hibernation.

          You received your Arduino yet? BTW, what is Inception?

          xacc.ide
          IronScheme - 1.0 RC 1 - out now!
          ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

          S Offline
          S Offline
          Simon P Stevens
          wrote on last edited by
          #6

          leppie wrote:

          You received your Arduino yet?

          Yup. It is possibly the coolest thing I've brought in the last year. So far, as predicted I've made some LEDs flash in various patterns. I've wired up a little analogue joystick to control the speed and direction of the flashing sequence. I've even started writing a clone of Snake[^], but have realised that a 4x4 grid of LEDs does not a good game of snake make. Going to order some LED matrix blocks this week. I've also been diverted trying to get code to build using a command line compiler and/or AVRStudio so hopefully get some debugging capabilities going and stop using that dam awful IDE.

          leppie wrote:

          BTW, what is Inception?

          "Inception is a 2010 American science fiction action film written, produced and directed by Christopher Nolan. The film, essentially a caper movie, centers on Dom Cobb, a thief who enters the dreams of others to obtain information that is otherwise inaccessible." - http://en.wikipedia.org/wiki/Inception_(film)[^]. It looks really cool, and I've heard it described as a cross between The Matrix, a good James Bond film, and The Dark Knight. It was released in the UK last Friday.

          Simon

          L H 2 Replies Last reply
          0
          • S Simon P Stevens

            leppie wrote:

            You received your Arduino yet?

            Yup. It is possibly the coolest thing I've brought in the last year. So far, as predicted I've made some LEDs flash in various patterns. I've wired up a little analogue joystick to control the speed and direction of the flashing sequence. I've even started writing a clone of Snake[^], but have realised that a 4x4 grid of LEDs does not a good game of snake make. Going to order some LED matrix blocks this week. I've also been diverted trying to get code to build using a command line compiler and/or AVRStudio so hopefully get some debugging capabilities going and stop using that dam awful IDE.

            leppie wrote:

            BTW, what is Inception?

            "Inception is a 2010 American science fiction action film written, produced and directed by Christopher Nolan. The film, essentially a caper movie, centers on Dom Cobb, a thief who enters the dreams of others to obtain information that is otherwise inaccessible." - http://en.wikipedia.org/wiki/Inception_(film)[^]. It looks really cool, and I've heard it described as a cross between The Matrix, a good James Bond film, and The Dark Knight. It was released in the UK last Friday.

            Simon

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #7

            Simon P Stevens wrote:

            I've also been diverted trying to get code to build using a command line compiler and/or AVRStudio so hopefully get some debugging capabilities going and stop using that dam awful IDE.

            You will need a debugger for debugging. Most people just use poorman's debugging aka printf/Serial.println(). Yeah, the IDE is kinda bad. The best one I think is to use Eclipse CDT with the AVR plugin. But then you 'loose' the Arduino libraries, unless you link to them somehow. Uploading is a breeze from the command line though.

            xacc.ide
            IronScheme - 1.0 RC 1 - out now!
            ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

            1 Reply Last reply
            0
            • S Simon P Stevens

              leppie wrote:

              You received your Arduino yet?

              Yup. It is possibly the coolest thing I've brought in the last year. So far, as predicted I've made some LEDs flash in various patterns. I've wired up a little analogue joystick to control the speed and direction of the flashing sequence. I've even started writing a clone of Snake[^], but have realised that a 4x4 grid of LEDs does not a good game of snake make. Going to order some LED matrix blocks this week. I've also been diverted trying to get code to build using a command line compiler and/or AVRStudio so hopefully get some debugging capabilities going and stop using that dam awful IDE.

              leppie wrote:

              BTW, what is Inception?

              "Inception is a 2010 American science fiction action film written, produced and directed by Christopher Nolan. The film, essentially a caper movie, centers on Dom Cobb, a thief who enters the dreams of others to obtain information that is otherwise inaccessible." - http://en.wikipedia.org/wiki/Inception_(film)[^]. It looks really cool, and I've heard it described as a cross between The Matrix, a good James Bond film, and The Dark Knight. It was released in the UK last Friday.

              Simon

              H Offline
              H Offline
              hairy_hats
              wrote on last edited by
              #8

              Simon P Stevens wrote:

              "Inception is

              Sounds like a rip-off of an episode of Hyperdrive...

              1 Reply Last reply
              0
              • D Dan_Martin

                Like a chavved-up Vauxhall Nova.

                J Offline
                J Offline
                Jacquers
                wrote on last edited by
                #9

                Like this one: click[^] :laugh:

                L 1 Reply Last reply
                0
                • D Dan_Martin

                  Like a chavved-up Vauxhall Nova.

                  H Offline
                  H Offline
                  hairy_hats
                  wrote on last edited by
                  #10

                  I was having a gentle dig at the typo.

                  1 Reply Last reply
                  0
                  • J Jacquers

                    Like this one: click[^] :laugh:

                    L Offline
                    L Offline
                    leppie
                    wrote on last edited by
                    #11

                    Jacquers wrote:

                    Like this one: click[^] Laugh

                    Angry car is NOT happy!

                    xacc.ide
                    IronScheme - 1.0 RC 1 - out now!
                    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                    1 Reply Last reply
                    0
                    • S Simon P Stevens

                      Right, that's it. I'm turning the internet off and I'm going to put my fingers in my ears, close my eyes, and sing "lalala" if anyone tries to talk to me. Everywhere I look someone is trying to spoil Inception for me. I kept having to turn the radio off at the weekend as it was all they seemed to be talking about. I just logged onto Gmail and a "friend" had 'buzzed' a review. I will watch it this week, but until then I'm going into hibernation. [Cue inevitable posts with joke spoilers, but I don't mind because I'm not listening lalala] ;) [spoilers, spoliers, they keys are close together ;P ]

                      Simon

                      modified on Monday, July 19, 2010 6:33 AM

                      E Offline
                      E Offline
                      El Corazon
                      wrote on last edited by
                      #12

                      I'll bring the food in from the sun... better?

                      _________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups