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. Software Scheduling vs Fractal Dimension

Software Scheduling vs Fractal Dimension

Scheduled Pinned Locked Moved The Lounge
databasevisual-studioquestionlearning
9 Posts 6 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.
  • P Offline
    P Offline
    pg az
    wrote on last edited by
    #1

    Try it yourself, the google query (( "software scheduling" "fractal dimension" )) fetches only one hit, which seems irrelevant, in other words apparently no one else On Earth has seen fit to remark on this analogy, if you want to call it an analogy, I think it is more direct than that. Of course fractal dimension is something like, if you go between two points on the coast, and you look at the wiggles of the coastline in more detail, how much longer does the distance get as you look at ever-finer levels of detail. In coding, a wall can be 6 meters away, but to get there you may need to take steps in millimeters or even finer, so to speak. I am so often amazed at how many lines I write to solve what was at the conceptual level a fairly simple thing. Seems clear to me :). Is this token year-end-musing more nicely remarked on elsewhere ?

    pg--az

    M L 2 Replies Last reply
    0
    • P pg az

      Try it yourself, the google query (( "software scheduling" "fractal dimension" )) fetches only one hit, which seems irrelevant, in other words apparently no one else On Earth has seen fit to remark on this analogy, if you want to call it an analogy, I think it is more direct than that. Of course fractal dimension is something like, if you go between two points on the coast, and you look at the wiggles of the coastline in more detail, how much longer does the distance get as you look at ever-finer levels of detail. In coding, a wall can be 6 meters away, but to get there you may need to take steps in millimeters or even finer, so to speak. I am so often amazed at how many lines I write to solve what was at the conceptual level a fairly simple thing. Seems clear to me :). Is this token year-end-musing more nicely remarked on elsewhere ?

      pg--az

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #2

      pg--az wrote:

      (( "software scheduling" "fractal dimension" ))

      I think the analogy is incorrect. A fractal is recursive and indistinguishable at different resolutions, whereas software scheduling and algorithms is simply a drill down and, if it's indistinguishable at different depths, well then, you're definitely doing something wrong! Marc

      Thyme In The Country

      People are just notoriously impossible. --DavidCrow
      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

      P 1 Reply Last reply
      0
      • P pg az

        Try it yourself, the google query (( "software scheduling" "fractal dimension" )) fetches only one hit, which seems irrelevant, in other words apparently no one else On Earth has seen fit to remark on this analogy, if you want to call it an analogy, I think it is more direct than that. Of course fractal dimension is something like, if you go between two points on the coast, and you look at the wiggles of the coastline in more detail, how much longer does the distance get as you look at ever-finer levels of detail. In coding, a wall can be 6 meters away, but to get there you may need to take steps in millimeters or even finer, so to speak. I am so often amazed at how many lines I write to solve what was at the conceptual level a fairly simple thing. Seems clear to me :). Is this token year-end-musing more nicely remarked on elsewhere ?

        pg--az

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        pg--az wrote:

        in other words apparently no one else On Earth has seen fit to remark on this analogy

        Google is only a small percentage of the shared knowledge available 'On Earth'. Your local library is full of stuff not available on the internet. Cheers, drew.

        C 1 Reply Last reply
        0
        • L Lost User

          pg--az wrote:

          in other words apparently no one else On Earth has seen fit to remark on this analogy

          Google is only a small percentage of the shared knowledge available 'On Earth'. Your local library is full of stuff not available on the internet. Cheers, drew.

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Drew Stainton wrote:

          Your local library is full of stuff not available on the internet.

          Yup - That's why Carnegie built all those libraries. And I'm rather proud to have a library card for the first ever library that was commissioned by Andrew Carnegie. I have pictures of that library on Flickr.


          Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

          G C 2 Replies Last reply
          0
          • C Colin Angus Mackay

            Drew Stainton wrote:

            Your local library is full of stuff not available on the internet.

            Yup - That's why Carnegie built all those libraries. And I'm rather proud to have a library card for the first ever library that was commissioned by Andrew Carnegie. I have pictures of that library on Flickr.


            Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

            G Offline
            G Offline
            Gary R Wheeler
            wrote on last edited by
            #5

            Colin Angus Mackay wrote:

            Carnegie built all those libraries

            My first paying job was at the main branch of our county library, which was still in the old Carnegie building at the time. While I worked there in the mid to late 70's, we moved the library into the new, now current building. The old building was turned into a private residence for a number of years, but is presently vacant. There was some talk at one time of turning it into a law library. The exterior is still pretty attractive (the word 'edifice' comes to mind), although I imagine the interior isn't in very good shape (the plaster was decaying when we moved the library 30 years ago).


            Software Zen: delete this;

            Fold With Us![^]

            1 Reply Last reply
            0
            • M Marc Clifton

              pg--az wrote:

              (( "software scheduling" "fractal dimension" ))

              I think the analogy is incorrect. A fractal is recursive and indistinguishable at different resolutions, whereas software scheduling and algorithms is simply a drill down and, if it's indistinguishable at different depths, well then, you're definitely doing something wrong! Marc

              Thyme In The Country

              People are just notoriously impossible. --DavidCrow
              There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
              People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

              P Offline
              P Offline
              pg az
              wrote on last edited by
              #6

              "Oh Well" - that does seem to be an essential part of the definition, which I had not read so carefully. Thanks ! pg--az

              1 Reply Last reply
              0
              • C Colin Angus Mackay

                Drew Stainton wrote:

                Your local library is full of stuff not available on the internet.

                Yup - That's why Carnegie built all those libraries. And I'm rather proud to have a library card for the first ever library that was commissioned by Andrew Carnegie. I have pictures of that library on Flickr.


                Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                C Offline
                C Offline
                Chris S Kaiser
                wrote on last edited by
                #7

                Hah! Didn't think you could resist posting after your last post for 2006. :laugh:

                What's in a sig? This statement is false. Build a bridge and get over it. ~ Chris Maunder

                C 1 Reply Last reply
                0
                • C Chris S Kaiser

                  Hah! Didn't think you could resist posting after your last post for 2006. :laugh:

                  What's in a sig? This statement is false. Build a bridge and get over it. ~ Chris Maunder

                  C Offline
                  C Offline
                  Colin Angus Mackay
                  wrote on last edited by
                  #8

                  Chris S Kaiser wrote:

                  Hah! Didn't think you could resist posting after your last post for 2006.

                  I didn't. It is a bit of an erroneous assumption to think that we all live in the Americas. That post was made a number of hours in to 2007 in my timezone.


                  Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                  C 1 Reply Last reply
                  0
                  • C Colin Angus Mackay

                    Chris S Kaiser wrote:

                    Hah! Didn't think you could resist posting after your last post for 2006.

                    I didn't. It is a bit of an erroneous assumption to think that we all live in the Americas. That post was made a number of hours in to 2007 in my timezone.


                    Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                    C Offline
                    C Offline
                    Chris S Kaiser
                    wrote on last edited by
                    #9

                    Touche!:doh:

                    What's in a sig? This statement is false. Build a bridge and get over it. ~ Chris Maunder

                    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