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. Questions about clouds

Questions about clouds

Scheduled Pinned Locked Moved The Lounge
questionlearningcsharpcsslinq
22 Posts 16 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.
  • OriginalGriffO OriginalGriff

    Mustafa Ismail Mustafa wrote:

    It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud.

    It doesn't to me! Or at least I can see difficulties with security, with reliability, with backups. I prefer to have my sensitive data where I can get my hands on it, and where I can control who else can, and how they can. Or am I just paranoid?

    You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

    J Offline
    J Offline
    John M Drescher
    wrote on last edited by
    #8

    OriginalGriff wrote:

    Or at least I can see difficulties with security, with reliability, with backups. I prefer to have my sensitive data where I can get my hands on it, and where I can control who else can, and how they can.

    I have the same concerns. On top of that some of the leaders in the "cloud" are the companies I would least trust to protect my data.

    John

    1 Reply Last reply
    0
    • C Chris Losinger

      i liked the cloud better back when it was called the "thin client" model.

      image processing toolkits | batch image processing

      M Offline
      M Offline
      Mark_Wallace
      wrote on last edited by
      #9

      It's like the dumb terminal paradigm, but without the terminal.

      I wanna be a eunuchs developer! Pass me a bread knife!

      1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        Mustafa Ismail Mustafa wrote:

        It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud.

        It doesn't to me! Or at least I can see difficulties with security, with reliability, with backups. I prefer to have my sensitive data where I can get my hands on it, and where I can control who else can, and how they can. Or am I just paranoid?

        You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

        S Offline
        S Offline
        Sean Cundiff
        wrote on last edited by
        #10

        Paranoid - No. I too am concerned about the lack of reliability and particularly the security of the data. Using the cloud as offsite data storage and disaster recovery makes a whole lot of sense -- as long as you can suitably encrypt the data and trust the provider not to commit an act of information terrorism against you. And, if you can trust the infrastructure to be available when you need it. I don't buy into the "if you have nothing to hide" mentality.

        -Sean ---- Fire Nuts

        1 Reply Last reply
        0
        • C Chris Losinger

          i liked the cloud better back when it was called the "thin client" model.

          image processing toolkits | batch image processing

          J Offline
          J Offline
          JimmyRopes
          wrote on last edited by
          #11

          Chris Losinger wrote:

          i liked the cloud better back when it was called the "thin client" model.

          Get with it Chris. Marketing speak has evolved to hype the next big thing, not the long neglected paradigm from last century.

          Simply Elegant Designs JimmyRopes Designs
          Think inside the box! ProActive Secure Systems
          I'm on-line therefore I am. JimmyRopes

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Mustafa Ismail Mustafa wrote:

            It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud.

            It doesn't to me! Or at least I can see difficulties with security, with reliability, with backups. I prefer to have my sensitive data where I can get my hands on it, and where I can control who else can, and how they can. Or am I just paranoid?

            You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

            M Offline
            M Offline
            Mustafa Ismail Mustafa
            wrote on last edited by
            #12

            I understand and believe in everything you just said. However, I have to ask, do you use and trust webmail like google mail or yahoo mail? Besides, I'm considering a model implementation. Encrypted data stored in a safe, remote location that is replicated for safety purposes is still good reliable data and would severely limit if not inhibit any security breach.

            If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

            OriginalGriffO 1 Reply Last reply
            0
            • M Mustafa Ismail Mustafa

              Not the naturally phenomena of water droplets grouping together to make fluffy pillows in the sky. I'm talking cloud computing. Primarily, I'm wondering with regards to function. I can see the point behind massive scalability, I can see how that plays with the economies of scale. But here I am wondering about your typical non-web based and non-data centric applications. Like build servers. How would something like that benefit from "the cloud"? It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud. But wouldn't some sort of grid processing for mega-compilers also work?

              If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

              A Offline
              A Offline
              Andy Brummer
              wrote on last edited by
              #13

              This isn't quite the same meaning of compile, but at work we build machine learning classifiers based on data-streams of tens of millions of clicks a day. We are looking to ramp up to advertising impression data which will learn from streams with 10+ billion impressions a day. Building a classifier from that much data is something that could definitely benefit from something like a map reduce approach using commodity hardware.

              I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

              M 1 Reply Last reply
              0
              • A Andy Brummer

                This isn't quite the same meaning of compile, but at work we build machine learning classifiers based on data-streams of tens of millions of clicks a day. We are looking to ramp up to advertising impression data which will learn from streams with 10+ billion impressions a day. Building a classifier from that much data is something that could definitely benefit from something like a map reduce approach using commodity hardware.

                I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

                M Offline
                M Offline
                Mustafa Ismail Mustafa
                wrote on last edited by
                #14

                NICE!! Can I work with you guys?!! Please? Pretty Please? Pretty Please with Whipped-cream, peanuts, chocolate fudge and a cherry on top?! Stuff like this excites me beyond measure. Mixing science with work, pure heaven!

                If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                1 Reply Last reply
                0
                • M Mustafa Ismail Mustafa

                  I understand and believe in everything you just said. However, I have to ask, do you use and trust webmail like google mail or yahoo mail? Besides, I'm considering a model implementation. Encrypted data stored in a safe, remote location that is replicated for safety purposes is still good reliable data and would severely limit if not inhibit any security breach.

                  If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                  OriginalGriffO Offline
                  OriginalGriffO Offline
                  OriginalGriff
                  wrote on last edited by
                  #15

                  Mustafa Ismail Mustafa wrote:

                  I have to ask, do you use and trust webmail like google mail or yahoo mail?

                  For personal use, yes. For corporate? No. :-D Think about it. If your entire infrastructure is in the cloud, who are you dependant on for you companies continued existence? You add in companies you hardly know, that are responsible to governments you don't have any input to. Suppose you are an EU company, that uses cloud services that happen to be based in the states. If the US government decides to restrict technology from access by certain countries (as they did with Pentiums etc during the later part of last century) what happens to your entire infrastructure? Remember that governments are not well known for being able to differentiate between their arses and their elbows! Why put your critical services at the mercy of others to any greater degree than you have to? :laugh:

                  You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  M S 2 Replies Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    Mustafa Ismail Mustafa wrote:

                    I have to ask, do you use and trust webmail like google mail or yahoo mail?

                    For personal use, yes. For corporate? No. :-D Think about it. If your entire infrastructure is in the cloud, who are you dependant on for you companies continued existence? You add in companies you hardly know, that are responsible to governments you don't have any input to. Suppose you are an EU company, that uses cloud services that happen to be based in the states. If the US government decides to restrict technology from access by certain countries (as they did with Pentiums etc during the later part of last century) what happens to your entire infrastructure? Remember that governments are not well known for being able to differentiate between their arses and their elbows! Why put your critical services at the mercy of others to any greater degree than you have to? :laugh:

                    You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                    M Offline
                    M Offline
                    Mustafa Ismail Mustafa
                    wrote on last edited by
                    #16

                    Your arguments make loads of sense.

                    If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                    OriginalGriffO 1 Reply Last reply
                    0
                    • M Mustafa Ismail Mustafa

                      Your arguments make loads of sense.

                      If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                      OriginalGriffO Offline
                      OriginalGriffO Offline
                      OriginalGriff
                      wrote on last edited by
                      #17

                      I didn't realise we were having an arguement! Is this a five minute argument or the full half hour? :laugh:

                      You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                      M 1 Reply Last reply
                      0
                      • OriginalGriffO OriginalGriff

                        I didn't realise we were having an arguement! Is this a five minute argument or the full half hour? :laugh:

                        You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                        M Offline
                        M Offline
                        Mustafa Ismail Mustafa
                        wrote on last edited by
                        #18

                        OriginalGriff wrote:

                        Is this a five minute argument or the full half hour?

                        :laugh: There's a 5 here in my pocket for that! :-D

                        If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                        1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          Mustafa Ismail Mustafa wrote:

                          I have to ask, do you use and trust webmail like google mail or yahoo mail?

                          For personal use, yes. For corporate? No. :-D Think about it. If your entire infrastructure is in the cloud, who are you dependant on for you companies continued existence? You add in companies you hardly know, that are responsible to governments you don't have any input to. Suppose you are an EU company, that uses cloud services that happen to be based in the states. If the US government decides to restrict technology from access by certain countries (as they did with Pentiums etc during the later part of last century) what happens to your entire infrastructure? Remember that governments are not well known for being able to differentiate between their arses and their elbows! Why put your critical services at the mercy of others to any greater degree than you have to? :laugh:

                          You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                          S Offline
                          S Offline
                          SanityMonger
                          wrote on last edited by
                          #19

                          You don't even have to bring in the government for the situation to get unworkable. In the early 90's, a large US corporation (hereafter named mega-corp) outsourced its mainframe systems. The vendor was repsonsible for maintaining the old machines, while mega-corp retained legal ownership of the data (I don't know who technically owned the hardware). But significantly it was the vendor who effectively owned the access interface. Along comes the web, and it was desireable to develop web clients for access to the data. But the mainframe interface needed some significant upgrading to support web clients. Vendor wanted everyone's first-borm and then some to do the work, and instead, mega-corp wrote massive amounts of screen-scrape code to get at their own data.

                          1 Reply Last reply
                          0
                          • M Mustafa Ismail Mustafa

                            Not the naturally phenomena of water droplets grouping together to make fluffy pillows in the sky. I'm talking cloud computing. Primarily, I'm wondering with regards to function. I can see the point behind massive scalability, I can see how that plays with the economies of scale. But here I am wondering about your typical non-web based and non-data centric applications. Like build servers. How would something like that benefit from "the cloud"? It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud. But wouldn't some sort of grid processing for mega-compilers also work?

                            If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

                            T Offline
                            T Offline
                            Tomz_KV
                            wrote on last edited by
                            #20

                            From what I read, cloud currently only works for web applications. I would expect it will have a way to similate desktop applications in the future through "plug-in", etc.

                            TOMZ_KV

                            A 1 Reply Last reply
                            0
                            • OriginalGriffO OriginalGriff

                              Mustafa Ismail Mustafa wrote:

                              It makes perfect sense to have storage space, databases, platforms and applications deployed on the cloud.

                              It doesn't to me! Or at least I can see difficulties with security, with reliability, with backups. I prefer to have my sensitive data where I can get my hands on it, and where I can control who else can, and how they can. Or am I just paranoid?

                              You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

                              E Offline
                              E Offline
                              ErrolErrol
                              wrote on last edited by
                              #21

                              That, regardless of all compelling arguments to the contrary, arguments which I am going to ignore until the "Cloud" is safely tucked away on my local system, is exactly the kind of fear and dread and paranoia that I can support 100%....maybe even more! :-D

                              1 Reply Last reply
                              0
                              • T Tomz_KV

                                From what I read, cloud currently only works for web applications. I would expect it will have a way to similate desktop applications in the future through "plug-in", etc.

                                TOMZ_KV

                                A Offline
                                A Offline
                                Adam Prescott
                                wrote on last edited by
                                #22

                                It's already happening in gaming systems :) http://www.onlive.com/[^]

                                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