Announcement

Collapse
No announcement yet.

ASCII Code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by Kuciwalker
    My point was that it was less impressive than the Google one. The problem is trivial compared to the Google billboard. (Both are fairly easy.)
    Well, if they're both easy then what's the solution to the google one?

    Tom P.
    (mostly cause I'm so bad at math I'm not even sure I understand the question)

    Comment


    • #17
      Some ten-digit number. It takes all of a minute to write a program to find it.

      Comment


      • #18
        Here it is

        Im not sure what Baruk Khazad is , but if they speak Judeo-Dwarvish, that would be "blessed are the dwarves" - lord of the mark

        Comment


        • #19
          Yeah, the Google one was much better. It actually took some non-trivial programming. The ASCII one doesn't even require any programming skills to figure out, I have an ASCII character map somewhere in an ancient MS Word reference, not to mention online resources.
          Solver, WePlayCiv Co-Administrator
          Contact: solver-at-weplayciv-dot-com
          I can kill you whenever I please... but not today. - The Cigarette Smoking Man

          Comment


          • #20
            How would you actually go about this. First calculate e with a gazillion digits, then store it in a variable (can variables even hold that many digits???) and then start from the first digit, and checking if that sequence of 10 digits is a prime, and if not, move 1 digit further and recheck?

            Asmodean
            Im not sure what Baruk Khazad is , but if they speak Judeo-Dwarvish, that would be "blessed are the dwarves" - lord of the mark

            Comment


            • #21
              Originally posted by Asmodean
              How would you actually go about this. First calculate e with a gazillion digits, then store it in a variable (can variables even hold that many digits???) and then start from the first digit, and checking if that sequence of 10 digits is a prime, and if not, move 1 digit further and recheck?

              Asmodean
              I would start with querying Google's registered domains.
              "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
              Ben Kenobi: "That means I'm doing something right. "

              Comment


              • #22
                Okay....how would anyone BUT Asher do this?

                Asmodean
                Im not sure what Baruk Khazad is , but if they speak Judeo-Dwarvish, that would be "blessed are the dwarves" - lord of the mark

                Comment


                • #23
                  Think outside the box...isn't that what they want?

                  I'm not sure they'd be interested in the people who always just solve the problem as they're told, but to find a more efficient solution to the problem...
                  "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
                  Ben Kenobi: "That means I'm doing something right. "

                  Comment


                  • #24
                    Okay...let's look at it in that context then.

                    Is a query such as the one you are proposing even possible.

                    (I assume you would be querying for numerical web adresses with 10 digits)

                    Asmodean

                    Edit: Okay...I get it now....you would be querying for domains registered by Google

                    Asmodean
                    Im not sure what Baruk Khazad is , but if they speak Judeo-Dwarvish, that would be "blessed are the dwarves" - lord of the mark

                    Comment


                    • #25
                      I can roughly conceive, but it would require a decent computer quite a while to crunch all the way through I suspect
                      Speaking of Erith:

                      "It's not twinned with anywhere, but it does have a suicide pact with Dagenham" - Linda Smith

                      Comment


                      • #26
                        However, there can't be that many 10-digit primes (maybe?) - just type them all in and see which brings up a result
                        Speaking of Erith:

                        "It's not twinned with anywhere, but it does have a suicide pact with Dagenham" - Linda Smith

                        Comment


                        • #27
                          ...if you're a quick typist maybe
                          Speaking of Erith:

                          "It's not twinned with anywhere, but it does have a suicide pact with Dagenham" - Linda Smith

                          Comment


                          • #28
                            Originally posted by Asmodean
                            How would you actually go about this. First calculate e with a gazillion digits, then store it in a variable (can variables even hold that many digits???) and then start from the first digit, and checking if that sequence of 10 digits is a prime, and if not, move 1 digit further and recheck?
                            Essentially. Except as I noted you can't use a naive check; instead, you have to use a method that is likely to produce the right answer, but not guaranteed.

                            Comment


                            • #29
                              Originally posted by Provost Harrison
                              However, there can't be that many 10-digit primes (maybe?) - just type them all in and see which brings up a result
                              Yes, yes there are.

                              Comment


                              • #30
                                Originally posted by Kuciwalker


                                Yes, yes there are.
                                I was...you know...joking
                                Speaking of Erith:

                                "It's not twinned with anywhere, but it does have a suicide pact with Dagenham" - Linda Smith

                                Comment

                                Working...
                                X