Slashdot Mirror


How To See In Four Dimensions

An anonymous reader writes "Think it's impossible to see four-dimensional objects? These videos will show you otherwise. Some mathematicians work with four-dimensional objects all the time, and they've developed some clever tricks to get a feeling for what they're like. The techniques begin by imagining how two-dimensional creatures, like those in Edwin Abbot's 'Flatland,' could get a feeling for three-dimensional objects. When those techniques are transferred up a dimension, the results are gorgeous."

227 comments

  1. Tagit by religious+freak · · Score: 1, Insightful

    AnaKata

    --
    If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
    1. Re:Tagit by TheSHAD0W · · Score: 4, Informative

      http://bittornado.com/torrents/Dimensions-English.torrent

      BitTorrent download for all the (English) movie files on the source website.

    2. Re:Tagit by wealthychef · · Score: 2, Informative

      Thanks for the great torrent link. And here is a link to the full website full of clickable movies that you can forward to your friends, some of whom might not know what a torrent is. :-)

      --
      Currently hooked on AMP
    3. Re:Tagit by religious+freak · · Score: 1

      Offtopic? WTF? Guess someone doesn't know their extra-dimensional directions very well.

      --
      If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
  2. Easy to see in four dimensions by religious+freak · · Score: 4, Funny

    I'm looking at my monitor in three dimensions ... wait one second ... okay, I just saw it in four :)

    --
    If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
    1. Re:Easy to see in four dimensions by MrNaz · · Score: 4, Interesting

      I "visualize" four dimensions and more often, when programming and setting up multi-dimensional arrays of more than three dimensions.

      All one has to do is acknowledge that adding a dimension simply adds a range of points that map to every single point in the (n-1) dimensional range. So, the easiest way to visualize a four dimensional cube is to simply imagine multiple identical cubes, side by side, for as many as the range has been specified. Five dimensions is a flat square arrangement, six is a cube arranged array of cubes, and so on. This way, an infinite number of dimensions can be visualized. Perhaps the term "mental addressing" is more appropriate a name for this mental method.

      The limit is, of course, this only works directly for finite and discrete arrays. I find it can be extrapolated to use non-discrete spectra, but describing the way that works in my head will not be possible using this clumsy tool we call "language".

      --
      I hate printers.
    2. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 1, Insightful

      We know what dimensions are, we just can't "see" them. Enumerating orthogonal slices is a very limiting view of a higher dimensional space. That's the whole point of the exercise: To find other visualizations which better convey the relations in that space.

      It is one thing for the 2-dim beings to know that us 3-dim beings can see their innards, which they themselves can't. They can certainly formulate "closedness" in higher dimensions, but it is quite another thing to have an intuition to the same effect. A "multiple 2D-spaces next to eachother" representation of 3D doesn't produce that intuition (mostly because neighboring points in one dimension appear farther away than in other dimensions.)

    3. Re:Easy to see in four dimensions by MrNaz · · Score: 5, Insightful

      After thinking about this some more, I find that the animations in the article are not at all four dimensional, as the so called "fourth" dimension they are representing exists in the same physical space as the third.

      This breaks the dimensional relationship. Imagine, if you will, a single point with no dimensions. Then extrapolate that into a line to get one dimension, imagine that line them extrapolating perpendicular to the line to form a square, and then imagine that square extruding into a cube. So far, no physical overlap has occurred. The fourth dimention as represented in these videos, does nothing but add more "balls and sticks", which is not adding another dimension, it's simply adding detail to the existing dimension.

      Likewise, those 2D imaginings of a 3D object are not visualizations of a 3D object in 2d, they are the visualization of a changing 2D object, with the simulated third dimension being time.

      In other words, the method that they have used does not actually visualize a fourth dimension in any mathematical or logical sense, they are really just optical illusions. Personally, my method of visualization that I described in my previous post is far superior, and more accurate from a logical and mathematical point of view, as it truly does represent a 1:M maping of every dimensional unit in the (n-1) dimensional space.

      P.S., I've always wanted to start a sentence with "Imagine, if you will...".

      --
      I hate printers.
    4. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 1, Funny

      Imagine, if you will, that you're ignorant. That shouldn't be too hard. Do you complain that your 3D graphics card just adds more 2D pixels, where it should instead show hundreds of 2D pictures next to each other in order to represent 3D space?

    5. Re:Easy to see in four dimensions by cheater512 · · Score: 4, Interesting

      Yeah I've had arrays with double digit dimensions.
      I think my record is 16 or so.

      I dont know why but I work with them incredibly easily.
      Without them its like programming with a hand tied behind your back.

      Cant visualize them at all, I can work with them though.

    6. Re:Easy to see in four dimensions by Yvanhoe · · Score: 1

      Yes, you can visualize a 4D arrangement of objects but I think this article is more about visualizing a shape in 4D and making deductions on it like : is it closed ? can it be projected as a cube in a given angle ? How many edges does it have ? etc...

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    7. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      Hey, Buckaroo Banzai, don't you have a singing engagement to attend to?

      -John Bigboote

    8. Re:Easy to see in four dimensions by alexj33 · · Score: 5, Informative

      I find that the animations in the article are not at all four dimensional

      Duh. That's because our screens are two dimensional, and you and I are three dimensional. Certainly you can't fault them for this? (Please tell me that I'm somehow misunderstanding this objection..)

      In other words, the method that they have used does not actually visualize a fourth dimension in any mathematical or logical sense

      That's nonsense. Their videos show the edges of the object (although distorted) as well as the interconnections of each of the vertices. What would qualify to you as a "real" mathematical or logical way of viewing these objects in a 3-D world?

      As for your previous post:

      So, the easiest way to visualize a four dimensional cube is to simply imagine multiple identical cubes, side by side, for as many as the range has been specified. Five dimensions is a flat square arrangement, six is a cube arranged array of cubes, and so on. This way, an infinite number of dimensions can be visualized. Perhaps the term "mental addressing" is more appropriate a name for this mental method.

      Okay, when you get down to it, this is stuff that any programmer knows when working with arrays. (ie- int[][][][][], etc.) Now your task is to *draw* your example for us in 3-D space.

    9. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 5, Funny

      Cool story bro

    10. Re:Easy to see in four dimensions by Hal_Porter · · Score: 2, Funny

      "The third dimension is a theoretical realm of space and time in which the particles of dark matter of this parallel alternate reality bends light to collide with the electrical charges of the subconscious mind to create the illusion of movement where what is dark becomes light, what is light becomes dark. Some look at the third dimension and see nothingness. Others believe they see the very face of God."

      http://uk.youtube.com/watch?v=6T0UQfKTcQw

       

      --
      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;
    11. Re:Easy to see in four dimensions by Dun+Malg · · Score: 4, Insightful

      Imagine, if you will, that you're ignorant. That shouldn't be too hard. Do you complain that your 3D graphics card just adds more 2D pixels, where it should instead show hundreds of 2D pictures next to each other in order to represent 3D space?

      Imagine, if you will, that you're also ignorant (or perhaps a member of congress). That shouldn't be too hard...

      Do you think that humans actually see in three dimensions? We don't. We see in two dimensions. The retina is a plane. By using two planar sensory arrays, our brains use parallax to calculate depth. This is 2D vision with depth cues. Actual 3D vision would have us able to see the back side of the TV while watching a show on the front. When we talk about "visualizing" dimensions beyond the third, we're not talking about actually seeing things with our eyes. We're talking about mental pictures. We can "visualize" the back of the TV because our sensory system is accustomed to using a series of depth-cued 2D images to construct a model of the 3D world. Pushing that up to four dimensions isn't even remotely the same as drawing a ray traced 2D picture on a fucking computer monitor.

      --
      If a job's not worth doing, it's not worth doing right.
    12. Re:Easy to see in four dimensions by entrylevel · · Score: 3, Insightful

      I am interested in what problem space you are working with.

      In some very extreme cases, I can see it being a requirement to work the way you are, but in most real-world code, what you suggest would be far simpler to maintain (for you AND others) if you would just take a few extra minutes to think about what your data structures need to be.

      Just because you CAN, doesn't mean you SHOULD. If it is a one-off script to solve a complex problem, then you have my respect. If anyone else EVER has to grok your code, for any reason, then you are just incompetent :)

      BTW, this is probably an incredibly stupid question, but I just want to clarify. "The fourth dimension" is such an incredibly loaded term. In the context of this article, it is referring to time, correct?

      Assuming I am correct, I have always had a very simple theory I use to wrap my mind around it. Bear in mind I am a high-level programmer, not a quantum physicist. I think that we (humans) exist within the first three dimensions while we travel along the fourth. Hence we are aware of, and can, to some extent, measure the fourth, but it is very difficult to perceive it in any concrete manner.

      --
      Karma: Incomprehensible (Mostly affected by posting at +5, reading at -1, and metamoderating everything unfair.)
    13. Re:Easy to see in four dimensions by darkpixel2k · · Score: 1

      I find that the animations in the article are not at all four dimensional

      Duh. That's because our screens are two dimensional, and you and I are three dimensional. Certainly you can't fault them for this? (Please tell me that I'm somehow misunderstanding this objection..)

      In other words, the method that they have used does not actually visualize a fourth dimension in any mathematical or logical sense

      Wow. That makes a lot of sense. You sorta remind me of this other guy...

      --
      There's no place like ::1 (I've completed my transition to IPv6)
    14. Re:Easy to see in four dimensions by wealthychef · · Score: 2, Insightful

      That's because while programming, your thinking about each segment of the array can be distinct in time from thinking about each of the other arrays. I.e., you do not think of other parts of the arrays (or only think about immediate neighbors or extremes) while thinking about one part of the array. To visualize something means to create it as an intuitive experience that can provide access to a higher level of thinking about it, by noticing patterns and properties that exist only in relation to the other pieces.

      --
      Currently hooked on AMP
    15. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      Please mod parent down, he is retarded. Please mod parent down, he is retarded. Thank you.

    16. Re:Easy to see in four dimensions by gumbi+west · · Score: 2, Insightful

      While the eye captures a 2D image, we actually have in our brains a three dimensional map of what we see. Our brain uses the focus of the object, information about it's movement, continuity of position, and a whole lot of imputation to develop a 3D map of what we see. That map is not always accurate, but it is a map nonetheless. You can read about it in a psychology text book if you like.

    17. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      Read what you're replying to. The article is about projections: Low-dimensional images of higher dimensional objects. MrNaz ignorantly criticizes these projections for not representing 4D, because they non-injectively map 4D pixels into 3D (which is then mapped to 2D). That same criticism could be applied to the projection which a graphics card or indeed the human eye produces, and that would be just as silly as rejecting all projections of higher dimensional spaces which aren't injective.

    18. Re:Easy to see in four dimensions by ksd1337 · · Score: 1

      The only thing I can see is that the website is Slashdotted.

    19. Re:Easy to see in four dimensions by QuoteMstr · · Score: 2, Interesting

      Personally, I visualize the fourth dimension in a figure as a kind of color, and the fifth as a variation (say, blinking) of that color; but I rarely need to go that high. This is weird stuff.

    20. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      This way, an infinite number of dimensions can be visualized.

      I'd say arbitrary, rather than infinite, is the word you want.

    21. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      Those must have been tiny arrays. With only 4 elements per dimension a 16D array would have over 4 billion total entries. A 4x4x4x...(16x) array of 32-bit integers or floats would require 16 gigs of RAM.

    22. Re:Easy to see in four dimensions by Tablizer · · Score: 2, Insightful

      Yeah I've had arrays with double digit dimensions.
      I think my record is 16 or so.

      It's like a database table; each column is potentially a "dimension". Thus, if you have a 50-column table, you have 50 virtual dimensions. If you use something like Query-By-Example, then you can potentially filter by any of these dimensions.

      This allows you to find all green customers living next to orange lakes who order blue products who've also ordered red products within the last 3 months while skydiving and eating sushi.

      Perhaps a bit of an odd example, but I've been involved in queries almost like that for marketing research.

    23. Re:Easy to see in four dimensions by cheater512 · · Score: 1

      They are 'lumpy' arrays. The values arent distributed in them evenly.

    24. Re:Easy to see in four dimensions by cheater512 · · Score: 1

      Thanks for summing it up nicely. :)

    25. Re:Easy to see in four dimensions by cheater512 · · Score: 1

      Usually its just for myself, but occasionally other people need to look at it.

      One example is a daemon with a very large 5mb or so multidimensional array in memory.
      No idea how many dimensions it is actually. Its quite large.
      Another guy had to extend a bit of my code. He managed to do it fairly easily.

      He is however shit scared of my code and doesnt even bother trying to understand the main part of it. :)

    26. Re:Easy to see in four dimensions by __aaanwh8370 · · Score: 2, Insightful

      chances are we've all worked with structures of more dimensions that 16.

      such as trees, which are equivalent to jagged arrays with dimension = max depth.

      i bet slashdot's comment page markup template has dimension > 16.

      i've got a couple maven poms that definitely hsve dimension > 16.

    27. Re:Easy to see in four dimensions by kramulous · · Score: 1

      While I'm sure you definitely know what you're doing, I can't help but think that what you're doing is terribly inefficient. Your data layout would be far from optimal and would be wasting a *lot* of cycles with TLB misses, primary and secondary cache misses and branch mispredictions. Granted, your compiler is probably unrolling a lot of this, but I can't help but think that using one dimensional arrays with some appropriate array indexing would be far better. That is how I do it.

      --
      .
    28. Re:Easy to see in four dimensions by eugene+ts+wong · · Score: 1

      Assuming I am correct, I have always had a very simple theory I use to wrap my mind around it. Bear in mind I am a high-level programmer, not a quantum physicist. I think that we (humans) exist within the first three dimensions while we travel along the fourth. Hence we are aware of, and can, to some extent, measure the fourth, but it is very difficult to perceive it in any concrete manner.

      Actually, you might be too hard on yourself.

      • Imagine a film of a square that moves around the screen and rotates, but maintains its size.
      • Now, take that film, and then cut out the square from each frame. Each cut-out should be exactly the same size and have the exact same shape.
      • So, now, glue the cutouts together the way that you would put 2 pieces of bread together on a sandwhich: flat surfaces touch. Just be sure to glue each cutout in chronilogical order, and in the exact same position as it originally was in the frame.

      If you have been following my instructions, and if my instructions were clear, then you should have a twisting tube-like object, that has a square cross section. It is a 3 dimensional object that has length, width and time, but is perceived as length, width and height. When you watch the film on the screen, then you are watching each cross section.

    29. Re:Easy to see in four dimensions by LiquidAvatar · · Score: 2, Insightful

      ...as the so called "fourth" dimension they are representing exists in the same physical space as the third. This breaks the dimensional relationship.

      Actually, it doesn't. Imagine the shadow of a 3 dimensional object (a 2 dimensional representation of said 3 dimensional object). As the object rotates (imagine a wireframe cube for example), the faces of the cube seem to intersect and split eachother. This is because we are merely looking at a second dimensional representation of that third dimensional object; we cannot see the third dimension that prevents those planes from intersecting.

      The animations of the fourth dimensional objects, as projected on the third dimension, also suffer from the appears of intersecting planes. This is because our third dimensional display (which is, in reality, a second dimensional display that is playing some lighting tricks to fool our brains into interpreting it as third dimension) is incapable of displaying the *fourth* dimensional distance which prevents those planes from intersecting. Remember, we are dealing with *fourth* dimensional objects here.

      --
      It is difficult to free fools from the chains they revere.
      -Voltaire
    30. Re:Easy to see in four dimensions by LiquidAvatar · · Score: 1

      So, the easiest way to visualize a four dimensional cube is to simply imagine multiple identical cubes, side by side, for as many as the range has been specified.

      That's a fantastic method of imagining the space encapsulated by Nth dimensional data objects, but it in no way represents the actual *shapes* of physical Nth dimensional objects. To take this down a dimension, you are suggesting that we can achieve an accurate 2 dimensional approximation of a cube that is 3 units tall by taking 3 squares and laying them out side by side on our two dimensional plane.

      This accurately describes to us that our 3 unit tall cube has 3 times the 2 dimensional storage of a single square (you have described the volume of the shape, x * y * z), yet you have done nothing to actually describe or represent what this cube looks like.

      Another failing of your method, when taken into a real world context rather than one of data, is the units measured. You are effectively describing the volume of a 4th dimensional shape in cm^3. If we go back to the 2/3 dimensional comparison, laying our our 3 squares gives us an understanding that we have 3 times the storage in cm^2. It gives us no concept at all of what a cm^3 might be. So, while we appear to have 3 times the 2nd dimensional space, in reality we have an infinite amount of 2nd dimensional space, as we are now dealing with a 3rd dimensional object.

      The reason that I suspect that you made this error is that data has infinite dimension. A 1 dimensional array of 10 units is 10*1*1*1*1... adding the second dimension simply adds a multiplier in the second slot (10*10*1*1*1*1...) but does not change the nature of the data being stored. We deal with "strings" not "strings squared" or "cubic strings" etc.

      --
      It is difficult to free fools from the chains they revere.
      -Voltaire
    31. Re:Easy to see in four dimensions by bwcbwc · · Score: 1

      Those are n-dimensional integer spaces with limited bounds. How do you imagine n continuous, infinite dimensions, eh? I found that for me the best way to visualize the 4th dimension was with color and/or time. So I could imagine a 3-d object that was yellow and orange (simultaneously), but not red or any of the other colors, or else I could imagine a 3-d object that appears, grows, shrinks or disappears according to the behavior of the set of interest along the 4th dimension. The only reason I ever really did this was to check that the analysis/proof based on 3 dimensions would hold up in 4.

      --
      We are the 198 proof..
    32. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      A multidimensional array is just a tree. The size of the array's first dimension is the number of branches from the tree root.

    33. Re:Easy to see in four dimensions by Anonymous Coward · · Score: 0

      you're an idiot.

  3. it see all time by extirpater · · Score: 5, Funny

    Take LSD and sure you'll see 4th dimension.

    1. Re:it see all time by Eli+Gottlieb · · Score: 4, Funny

      I prefer melange.

    2. Re:it see all time by Anonymous Coward · · Score: 2, Funny

      Take LSD and sure you'll see 4th dimension.

      I once heard the 5th dimension... it was back in the 70s, I think.

    3. Re:it see all time by rubycodez · · Score: 1

      *lick* *lick*......I see dimensions one through three.......and five.....but no fourth dimension

      liar.

    4. Re:it see all time by ksd1337 · · Score: 1, Troll

      This is the entrance to the 8th dimension.

    5. Re:it see all time by Anonymous Coward · · Score: 0

      Better than that!

      Stand in front of a mirror, look at your watch and now you see 4 dimensions.

    6. Re:it see all time by Anonymous Coward · · Score: 0

      I have to agree with you when I was 16 I took LSD and went to a club with my twin brother who also did the same, we were dancing hardcore (techno) music and we both experienced seeing 360' and also for a second experienced something like knowing the whole story of the universe that seemed like being able to see it all from the beginning to the end, we called knowing the secret of the universe, but after that second we forgot what it was, we can sure remember we experienced that, my brother also experienced what he called "talking with GOD" I do not suggest anybody to try LSD, that happened only the first time then were always scary hallucinations, it aslo fuck you up mentally and makes you retarded.

  4. Scientology? by hansraj · · Score: 4, Interesting

    Why is the story tagged scientology?

    1. Re:Scientology? by Draconix · · Score: 4, Funny

      Obviously, Lord Xenu has a Slashdot account.

      --
      By reading this you acknowledge that you have read it.
    2. Re:Scientology? by Ilgaz · · Score: 4, Interesting

      I see a flash scientology , rather very big ad at bottom of article and in "videos", there are Google Adsense ads mentioning scientology youtube channel.

      It could be related to people who sees those ads (must be scientific terms used triggering them) and think the site is Scientology supported. It could be possible but it could be the adsense only too.

      BTW Google Adsense advertising Scientology Youtube channel is not really a good, pretty sight. What next? Doubleclick ads too?

    3. Re:Scientology? by elguillelmo · · Score: 1

      Google Adsense advertising Scientology Youtube channel is not really a good, pretty sight

      Yeah, I agree. Adblock Plus spares me the view, though!

      --
      Dawkins Revisited: A person is shit's way of making more shit -- Steve Barnett, anthropologist.
    4. Re:Scientology? by elronxenu · · Score: 5, Funny

      Damn straight.

    5. Re:Scientology? by Anonymous Coward · · Score: 0

      Google just bought Doubleclick, like a year ago, i think.

    6. Re:Scientology? by Anonymous Coward · · Score: 0

      I saw a Co$ add on a Google search months a go... I'm pretty sure its just Co$ doing what all businesses do: advertise on Google. In conclusion, I'm not overly worried about Google helping Co$. Can you imagine the outcry there'd be? "Don't be evil! You Hippocrates!" Also, major antiCo$ videos were still on YouTube last time I checked.

      BTW, the site's Slashdotted.

    7. Re:Scientology? by Raenex · · Score: 1

      Why is the story tagged scientology?

      The first video starts with a picture of an old book from 1559 called "The Cosmographical Glasse". The title on the book cover is hyphenated to start with COS- instead of having COSMOGRAPHICAL all on one line. At first glance it looks like the abbreviation for Church of Scientology.

    8. Re:Scientology? by Anonymous Coward · · Score: 0

      What a coincidence, I saw a .sig mentioning Landmark Education. . .

  5. Simply imagine a space defined on R^N.... by Anonymous Coward · · Score: 5, Funny

    then set N = 4....

    1. Re:Simply imagine a space defined on R^N.... by siwelwerd · · Score: 1, Offtopic

      I know you're being facetious, but it doesn't quite work that way. Not all 4-manifolds can be embedded in Euclidean 4-space. In fact, the best we can say is they can be embedded in 8-dimensional Euclidean space.

  6. not by Holi · · Score: 5, Insightful

    Sorry it's on my screen, so it's a 2 dimensional representation of a 4 dimensional idea in 3 dimensional space.

    --
    Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    1. Re:not by node+3 · · Score: 4, Funny

      Close one eye.

    2. Re:not by syousef · · Score: 0, Offtopic

      Sorry it's on my screen, so it's a 2 dimensional representation of a 4 dimensional idea in 3 dimensional space.

      Einstein syas it's a 3 dimensional representation of a 5 dimensional idea in 4 dimensional space. Unless you know how to freeze time?

      --
      These posts express my own personal views, not those of my employer
    3. Re:not by Anonymous Coward · · Score: 3, Funny

      Yeah, well he is dead!
      Can't defend things when you're dead.

    4. Re:not by jacquesm · · Score: 3, Funny

      good point. What's your home address ?

    5. Re:not by Anonymous Coward · · Score: 0

      flamebait ? mods without humor !

    6. Re:not by BronsCon · · Score: 1, Funny

      He;s afraid to tell you, but it's

      1600 Pennsylvania Ave NW
      Washington, DC 20500

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    7. Re:not by Anonymous Coward · · Score: 0

      Unless you know how to freeze time?

      In Flash just use the pause button.

    8. Re:not by Anonymous Coward · · Score: 0

      I only have one eye, you ignorant clod.

    9. Re:not by BronsCon · · Score: 2, Funny

      I'm sorry. I was going for funny.

      Didn't know Dubya read /., let alone that he knew how to read.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    10. Re:not by jacquesm · · Score: 1

      hehe, now *that* was even funnier :)

    11. Re:not by fodi · · Score: 1

      Oh man, your comment made me laugh & laugh & laugh & laugh...

    12. Re:not by forgotten_my_nick · · Score: 1

      I see a schooner.

  7. Begin? by mrboyd · · Score: 1

    The techniques begin by imagining how two-dimensional creatures, [...] could get a feeling for three-dimensional objects.

    I guess that's already way past my abilities.

    1. Re:Begin? by Anonymous Coward · · Score: 0

      As Holl mentions, images on your screen (or sheets of paper, etc.) are in two dimensions. You're already used to seeing 3D projected onto 2d and without the contrived method used in TFA. For a second I thought perhaps they're trying to take the 2D lizards POV differently (ie., as a projection), but in that case the lizards would see in 1D and their solution wouldn't work. And for fuck's sake, the only reason determining the 3D shape in the 2D (+ time) slicing vid was difficult was because they were unnecessarily spinning the slices without remarking on it - making it look like a more complex shape than it was.

      If anything, I find this article interesting because it uses a complex method to solve a problem I didn't have in a field in which I have some experience. I'd like to figure out why there's such a difference in mental modeling, and whether there are good applications for their solution. After all, I deal with things that could be modeled as multi-dimensional spaces quite often and new ways of displaying or modeling that data could be helpful to customers.

  8. did this years ago... by TheSHAD0W · · Score: 5, Interesting
    1. Re:did this years ago... by Zeussy · · Score: 2, Informative

      I was going to say something similar, but along the lines of Adanaxis its a 4D Space shooter I played a couple of years ago.

    2. Re:did this years ago... by doombringerltx · · Score: 4, Interesting

      The article linked to in TFS fairly crummy, but following through leads to the full videos which are really good. I even sent it to a non-math nerd friend. Its worth a look for anyone who had little trouble imagining geometric shapes in Rn. God knows that was me when I had classes that delt with that. Eventually I was like "Fuck it. It doesn't have to make sense, just get to where you can pull it off on the final." Plus its doing a good job of showing multiple methods to represent it, past what your gif shows. Right now I'm only a few chapters in, so I hope it keeps up the quality.

    3. Re:did this years ago... by Kent+Recal · · Score: 2, Funny

      oO

    4. Re:did this years ago... by TheSHAD0W · · Score: 1

      And speaking of the full videos...

      http://bittornado.com/torrents/Dimensions-English.torrent

      BitTorrent download for all the movies.

    5. Re:did this years ago... by lordholm · · Score: 1

      Thank you, I just spent 2h watching that when I should have been doing something useful... :)

      --
      "Civis Europaeus sum!"
  9. Dupe! by Xfacter · · Score: 3, Funny

    Learned to do this on Tralfamadore.

  10. Just imagine by Joe+Jordan · · Score: 3, Insightful

    Just imagine how incredible the true nature of the universe must be if current theories hold true that 10, 11, or even possibly 26 dimensions exist in our universe.
    To think about it is mind bending, awe-inspiring, and dream provoking.

    1. Re:Just imagine by Anonymous Coward · · Score: 0

      They aren't necessarily spatial dimensions, which is what TFA is talking about.

    2. Re:Just imagine by badc0ffee · · Score: 1

      The actual limit is 255 dimensions, or it was the last time I used APL/2. Now someone is going to come up with a 256th dimension (Index Origin 1) and the universe as we know it will cease to exist.

      --
      1011 1010 1101 1100 0000 1111 1111 1110 1110
  11. Seeing in 4 Dimensions? by EdIII · · Score: 4, Funny

    Just go to any Burning Man concert and eat the multi colored Brownies.

  12. Carl Sagan by Ilgaz · · Score: 3, Interesting

    Does anyone remember in how a good way Carl Sagan explained the problem if there are more or less than 3 dimensions exist?

    I remember he was explaining the imaginary 2d creatures not being able to see 3d creatures and so on. It was on a TV documentary. Sorry if I remember it all wrong. I was like 13 ;)

    It must be an episode of "Cosmos" http://www.imdb.com/name/nm0755981/filmoseries#tt0081846

    1. Re:Carl Sagan by mgabrys_sf · · Score: 5, Informative

      Here you go. It was Cosmo's take on "flatland":

      http://www.youtube.com/watch?v=KIadtFJYWhw

    2. Re:Carl Sagan by Vectronic · · Score: 2, Informative

      Indeed it was...

      You can watch them (except part 5) on Guba (change query to find the rest)

      I think it was part 8 specifically. I got the DVD but its been awhile since I wandered through it... But its fairly brief, everything on the difference between 2, 3 and 4 Dimensions is basically described as it was here, and just as brief.

      However, its still a good way to spend 13 hours because of everything else he covered in that series.

    3. Re:Carl Sagan by bill_mcgonigle · · Score: 1

      I remember he was explaining the imaginary 2d creatures not being able to see 3d creatures and so on

      I've wondered how many of our physics WTF's can be explained this way. Like the correlated particles in Bell's theorem - are they really exhibiting spooky-action-at-a-distance, or is that just how they look in 4D?

      I mean, yes, in the 4D sense they obviously are, but is that the simplest explanation?

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  13. Just so we are clear... by Anonymous Coward · · Score: 5, Insightful

    A 4D object is mathematically projected to a 3D representation, that is then projected into a 2D representation for display on the monitor, that is then transformed by my brain back into a 3D representation, and then further needs to be transformed into a 4D object... /looks for his linear algebra textbook //begins drinking

    1. Re:Just so we are clear... by Drinking+Bleach · · Score: 5, Insightful

      In a way, it's also projected into a 1-dimensional stream of bits.

    2. Re:Just so we are clear... by Anonymous Coward · · Score: 1, Interesting

      Thought of that as well...and I also didn't include that the 2D monitor image travels through 3D space for a "2D" projection at the back of my eye, where my brain then translates it's 3D position of a 2D image and then we return to the stream of the previous musing...

      /still drinking
      //isn't helping

    3. Re:Just so we are clear... by DDLKermit007 · · Score: 1

      STOP!!! My brain it hurts!!!
      I like to think I'm smart, but I so can't wrap my head around this right now.

    4. Re:Just so we are clear... by smellotron · · Score: 4, Interesting

      I'd argue that it's encoded onto a 1-dimensional stream of bits. The main difference being that an encoding can be used to reconstruct the original, whereas a projection by definition loses information.

    5. Re:Just so we are clear... by mounthood · · Score: 1

      In a way, it's also projected into a 1-dimensional stream of bits.

      And if I don't RTFA then it's 0-dimensional...

      --
      tomorrow who's gonna fuss
    6. Re:Just so we are clear... by Antony-Kyre · · Score: 1

      I wish more people understood that. We don't see in "3D". We see in 2D, which is then translated to 3D. We're essentially seeing two somewhat flat planes of information, then interpretting it.

    7. Re:Just so we are clear... by nine-times · · Score: 1

      ...that is then projected into a 2D representation for display on the monitor, that is then transformed by my brain back into a 3D representation, and then further needs to be transformed into a 4D object...

      Except that it's a 2D representation that is interpreted by your brain as a 3D representation, which is then put into motion in movie form, making it essentially a 4 dimensional representation already, which you're then being asked to imagine extending into yet another (5th) dimension.

    8. Re:Just so we are clear... by crow5599 · · Score: 1

      Not quite. Your brain is NOT reconstructing the 2D images from each eye into a 3D representation. It's reconstructing a partial, kinda-sorta, half-assed stereoscopic view of a just part of the surface of the 3D object you're staring at. To truly "see 3D," you'd have to be able to look at 1) every single side of the object, and 2) every single part and part thereof inside that object, 3) all simultaneously. THAT is 3D vision. And that's how you might expect a 4D being to see a 3D object. But we can't do that, AFAIK.

      Of course--and just to complicate things--there would be no "true" 3D objects in a 4D world, just as there are no "true" 2D objects in our world. We have 2D-ish things, like blank pieces of paper, but those do have a 3rd dimension, however slight. In a 4D world, really simple 3D-like things do have a 4th dimension, however slight. And just as we can't see all the components of a 2D-ish object in our world (though we can extrapolate that when we look at a blank piece of paper, we're basically looking at all there is to it), a 4D being wouldn't truly be able to see all parts of a simple 3D object, although if it were simple enough, the creature could extrapolate.

      Imagine the theorizing 4D creatures do about their wacky hypothesized 5th dimension.

    9. Re:Just so we are clear... by Anonymous Coward · · Score: 0

      Why does a projection lose information by definition?
      If I project the space (0,1) onto (0,2) by doubling every number, what information have I lost?

    10. Re:Just so we are clear... by Anonymous Coward · · Score: 0

      A projection *can* lose information, but it doesn't have to. Take Uncle Clive's slide projector for example: it enlarges an image without any gain or loss of data.

      I do, however, agree that encoding is the appropriate term.

    11. Re:Just so we are clear... by rastoboy29 · · Score: 1

      You...do have some weed left, don't you?

      :-)

    12. Re:Just so we are clear... by ericvids · · Score: 1

      The point is that the term "projection", as used by the GGP post, is correct anyway, and the continuity is preserved.

      "4-D projects to 3-D projects to 2-D projects to 1-D" sounds better than "4-D projects to 3-D projects to 2-D encodes to 1-D" ... don't you think?

      --
      Pet peeve: Profane people propagating perfunctory pedantry.
    13. Re:Just so we are clear... by Nivag064 · · Score: 1

      Which is a sequence of zero dimensional points...

  14. Interacting is the easiest way to learn by Eighty7 · · Score: 5, Interesting

    I played around with this applet a few months ago. After some practice, getting out & hitting the ball becomes easy. Getting back in is only slightly harder & I still can't hit the point reliably.

    1. Re:Interacting is the easiest way to learn by DDLKermit007 · · Score: 1

      I feel stupid, I can't figure this out. All I can get it to do is spin.

    2. Re:Interacting is the easiest way to learn by eric-x · · Score: 1

      Use SHIFT to move the cursor forward/backward.

    3. Re:Interacting is the easiest way to learn by Anonymous Coward · · Score: 0

      I played around with this applet a few months ago. After some practice, getting out & hitting the ball becomes easy. Getting back in is only slightly harder & I still can't hit the point reliably.

      Wow...all I can say is wow. This stuff is absolutely amazing...excellent find. I only wish I had someone I could discuss this stuff with offline.

      I haven't bookmarked a website that wasn't for work in about 5 years.

      I can no longer say that.

      Sorry I posted as a/c...just too tired to log in.

      Excuse me while I go reconsider existence, time, space, and possibility.

    4. Re:Interacting is the easiest way to learn by Walter+Carver · · Score: 1

      How did you do it? I am try to hit the ball with the cross but it goes right through it. What am I missing?

  15. Awesome. by buchner.johannes · · Score: 2, Interesting

    Awesome. However, mathematicians and physicist usually don't try to "see" or "get a feeling" of higher (or infinite) dimensional objects.
    They familiarize themselves with mathematic properties of two and three-dimensional objects and space and what they mean, and then just use these properties in higher dimensional spaces.

    Trying to see these spaces or getting a feeling on how these objects would look like most likely confuses for calculations (our brain wasn't really made for this).

    Nice and interesting videos though!

    --
    NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    1. Re:Awesome. by stephanruby · · Score: 1

      However, mathematicians and physicist usually don't try to "see" or "get a feeling" of higher (or infinite) dimensional objects. They familiarize themselves with mathematic properties of two and three-dimensional objects and space and what they mean, and then just use these properties in higher dimensional spaces.

      Is that you Mr. Spock? I'm sure that Albert Einstein (not a mathematician for sure), Richard Feynman, and Stephen Hawking, would beg to differ.

      Trying to see these spaces or getting a feeling on how these objects would look like most likely confuses for calculations (our brain wasn't really made for this).

      Our brain wasn't made for exact calculations either. Physics and mathematics are usually much sloppier, at least initially, than what most physicists and most mathematicians would care to admit. It's very much like the sausage industry. The end result look perfect and nice, that's the illusion that's being promoted at least, but *only* the real sausage-makers know how the sausage usually gets made.

  16. I can visualize 11 dimensions by harlows_monkeys · · Score: 4, Funny

    Four? Trivial! I can visualize 11 dimensions...but 8 of them are very very small.

    1. Re:I can visualize 11 dimensions by ya+really · · Score: 1

      I see someone knows their string theory and quantum physics, lol. Great comment though, gave me a good laugh.

    2. Re:I can visualize 11 dimensions by Ibag · · Score: 4, Funny

      That reminds me of a joke:

      An engineer, physicist, and a mathematician are sitting at a bar, and the bartender asks, "Can any of you guys think about four dimensions?"

      "Sorry, not me," the engineer replies.

      The physicist chimes in, "I suppose I can, if the fourth dimension is time."

      The mathematician starts laughing. "Oh, you guys, this is easy! Picture n-dimensional space. Now, let n be equal to four..."

  17. Why not 10 dimensions? by DirtyHarry · · Score: 1

    6 dimensions more than in TFA:

    http://tenthdimension.com/medialinks.php

    --
    Always run = ON
  18. Buddhabrot by Xelios · · Score: 3, Interesting

    Buddhabrot in 4D (in 3D, in 2D). The Mandelbrot fractal never looked so good.

    --
    Murphey's fighting Occam, and we're in the stands.
    1. Re:Buddhabrot by Twinbee · · Score: 3, Interesting

      Not bad, but not a thousandth as good as what the real 3D mandelbrot would look like. I have this link as my sig which is just a happy coincidence :)

      --
      Why OpalCalc is the best Windows calc
    2. Re:Buddhabrot by joleran · · Score: 1

      You do realize that all mandelbrot visualizations are dependent on certain user specified parameters (basically, how to "grade" how quickly a point converges or diverges)? Setting the parameters at particular values can yield drastically different (or blank) pictures of the same data set.

    3. Re:Buddhabrot by Twinbee · · Score: 1

      Yep, as you say, there are lots of different ways to get variations along the new Z axis. However, they each tend to resemble the 'whipped cream' objects as mentioned in the article, rather than having true 3D detail along all three axis.

      A question to ask would be, does the same kind of pattern that appears along the x and y axis of the standard mandelbrot also appear along the Z of the 3D version? In all examples I've seen so far, the answer is no.

      --
      Why OpalCalc is the best Windows calc
  19. Bloat by Tablizer · · Score: 1

    Shapes with gas. I wonder what he ate to inspire that?

  20. Infinite dimensions... by Greyor · · Score: 1

    Perhaps obscure, but perhaps also obligatory: what about using the Resonator to see these dimensions? Humans are such easy prey...

  21. Pfffft, is that all ? by BlueParrot · · Score: 3, Funny

    Here is a one dimensional projection of a 5 billion dimensional sphere: _

    1. Re:Pfffft, is that all ? by smellotron · · Score: 1

      Here is a one dimensional projection of a 5 billion dimensional sphere: .

      Fixed that for you.

    2. Re:Pfffft, is that all ? by 4D6963 · · Score: 1

      You're just kidding, right?

      --
      You just got troll'd!
    3. Re:Pfffft, is that all ? by smellotron · · Score: 1

      Not so much kidding as participating in good old fashioned ASCII-art jokes. But seriously, _ constitutes a line segment (1-dimensional), and . constitutes a point (0-dimensional). I mean, we can't have the entire scientific community getting themselves confused about the degrees of complexity difference between a period and an underscore!

    4. Re:Pfffft, is that all ? by 4D6963 · · Score: 1

      Yeah but look at your own post, it claimed that a . was a 1D projection.

      --
      You just got troll'd!
    5. Re:Pfffft, is that all ? by smellotron · · Score: 1

      oOo... good point.

  22. Depends on the mathematicians by Cigaes · · Score: 2, Interesting

    That completely depends on the mathematicians, and the kind of mathematics they do. For proofs that rely only on calculations, you do not need even to understand the low dimension case, just do the computations right.

    But proofs with computations are rarely elegant. Some mathematicians prefer a more geometric approach, and for that, they need to see, un to a certain level, the objects in higher dimensions.

    Furthermore, the 2D or 3D spaces we have direct access to are really limited. There are lots of phenomenas that only happen starting with dimension 4 or 5. For example, think of this 2D property: "two lines perpendicular to a common third line are parallel"; if you try to take it as is in higher dimensions, you get something false; fortunately, you can think in 3D and see that it is false. There are similar examples in higher dimensions. Curvature, for example: curvature of 2D surfaces in 3D spaces is misleadingly simple, compared to curvature of higher dimensional spaces.

    Sometimes, there just is not space enough to build the objects you need in 3D space. For example, if you want to study circles drawn on a sphere, the object you need to make the properties apparent is a 3D hyperboloid in a 4D space. If you settle for a 2D hyperboloid in a 3D space, you end up studying pairs of points on a circle, which is rather boring.

  23. How I visualize 4-D objects is with color by Anonymous Coward · · Score: 1, Insightful

    Take, for example, a hypercube. Imagine a regular 3D cube, hollow, but the outside surfaces are one color and the inside surfaces are another. The fourth dimension is the spectrum of colors in between. If you were to rotate the hypercube in four dimensions, any or all of the three physical dimensions could expand or contract (so the cube could grow or shrink or change into a rectangular block) as the fourth dimension rotated into the other three, while at the same time the inside and outside colors would also change (with a larger or smaller spectral width) as the three physical dimensions rotated into the fourth. At the "reddest" end of the spectrum is the moment of the big bang.

  24. rotating tesseracts by xPsi · · Score: 2, Interesting

    Definitely enjoyable stuff. Of course, you could just play Portal. Oh, sorry, that's just an ordinary 3D space which happens to be multiply disconnected and topologically unsettling. For more (Euclidian!) 4D visualization tools, here are a couple nice (but old) clips of rotating cubes and tesseracts through higher dimensions. For example, it gives you the (x,y,z) view of a cube then a simultaneous projection of that object in the (w,x) plane where w is a 4th orthogonal direction. It then proceeds to rotate the (w,x) projection in a circle to see what the 3D "shadow" in (x,y,z) space is doing. Rather than getting bigger and smaller (simulating perspective) as it moves back and forth in the 4th direction, the faces are color coded (I personally think this makes it easier to visualize). Run the simulation back and forth slowly a couple times and your brain locks in pretty well.

    --
    i\hbar\dot{\psi}=\hat{H}\psi
    1. Re:rotating tesseracts by Samah · · Score: 1

      It may only be ordinary 3D space, but I'd still rather play a game with cake.

      --
      Homonyms are fun!
      You're driving your car, but they're riding their bikes there.
  25. More than one way to skin a cat by Nymz · · Score: 1

    Seeing a forth dimension doesn't have to mean actually seeing it visually or pictorially. Since this is /. how about imagining a multi-dimensional array, with 3 indexes (x, y, & z) and then adding another (4th), Presto. Another way physical space could be defined is by relationships. When playing blind chess I don't actually see a board in my head, I just remember how all the pieces relate to each other.

    1. Re:More than one way to skin a cat by tenco · · Score: 1

      Since this is /. how about imagining a multi-dimensional array, with 3 indexes (x, y, & z) and then adding another (4th), Presto.

      I'm a science nerd, you insensitive clod!

  26. Old maths joke... by SoVeryTired · · Score: 4, Funny

    Pff. Real mathematicians just picture N dimensions, then set N = 4.

    --
    Slashdot: news for Apple. Stuff that Apple.
  27. image overlays by Anonymous Coward · · Score: 0

    Is it just me, or are there more people that take issue with the way these new popups appear as overlays within the page? I usually ctrl-click on a link to see the target (image, flash) in a new page, and return to the original page when I want to.

    This is for me a reason to start using greasemonkey. Anyone knows if there is a script or other plugin for FF that kills these misfeatures?

    1. Re:image overlays by Anonymous Coward · · Score: 0

      ok, just looked at the page source. I'll clarify my question: I'm talking about shadowbox links. I've searched for greasemonkey+shadowbox but can't find any references to it. Is it easy to write something like that myself?

  28. Seeing four dimensions. by os2fan · · Score: 4, Funny
    You can teach yourself to see in four dimensions, by using analogy and other things.

    To begin, consider that a 2d picture can either be a picture (things can fall), or a map (things don't fall). Since the corresponding 3d thing is a picture/map of four dimensions, we can build objects like houses, furniture, etc from plan and views.

    Not all seems to be aimple. A knife cuts: literally, it makes a surface by motion, and is therefore tipped by a space of N-2 dimensions. Rivers can be either "latrous" (1d) or "hedrous" (2d). A fault lake is 2d (since faults are a break of surface).

    Holes come in two types, although these are topologically the same. One can have a "bridge" or "tunnel" kind of hole: in 3d, these are the same, in 4d they are different.

    The planet rotates on clifford motion. This makes every point of the 4-sphere go around the centre. One sees this by equality of energy in modes of rotation.

    None the same, there can be seasons. If the sun does not follow in the year-circle any of the circles of the earth rotating, then there will be seasons. You don't just have hemispheres in summer vs winter, but season-zones to match the time-zones. That is, for example, Christmas (normally in summer), can fall in early spring, or late winter.

    The poles are replaced by circles of extreme climate. One has a "equator circle", and a "polar" circle. At the tropics (a singular torus-shape thing), the sun becomes to the zenith once a year. At the artic torus, the sun hugs the horizon for the equate of the shortest day.

    Because the sun is relatively still in the sky, there is no variation in the number of hours. What makes the seasons is that the the sun is lower in the horizon, even at midday.

    See, eg my site http://www.geocities.com/os2fan2/gloss/index.html

    --
    OS/2 - because choice is a terrible thing to waste.
    1. Re:Seeing four dimensions. by ColaMan · · Score: 4, Funny

      Careful.

      You read just like the timecube guy did, before he took that last hit of bad acid.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    2. Re:Seeing four dimensions. by Creepy+Crawler · · Score: 1

      Worse than that, 4+1 dimentions just dont make sense. 5+1 is where it's at.

      And if the math is correct, there's no stable orbits in 4+1 OR 5+1. 4+1 would have some sort of wonky 1/x^3 field strength in respect to gravity and em, and 5+1 would have 1/x^4. If we were able to go to dimensions with that body of physics, we would either fall or float away.

      --
    3. Re:Seeing four dimensions. by Anonymous Coward · · Score: 0

      Shut up you educated stupid!

      A cube has FOUR sides and thus FOUR dimensions. The earth is a cube and has four CUBICAL seasons. Do NOT follow false prophets! Equator circle is an EVIL lie of stupid and evil teachers.

  29. particle physics by Anonymous Coward · · Score: 0

    Three dimensions are not a barrier but a consequence of measurement. This is just silly.

  30. You need another dimension to visualize the 4th. by Anonymous Coward · · Score: 3, Interesting

    For the same reasons you can't visualize a 3D object on a 1D space you can't visualize a 4D object on a 2D space.

    You cannot go up 2 dimensions.

    Just as we can visualize a 3D object on a 2D space we can visualize a 4D object on a 3D space.

    Thus we need something like this:
    http://dogfeathers.com/java/hyprcube.html

    *Click the Stereo button 2 times to switch it to cross-eyed view for no glasses. Simply cross your eyes to bring both shapes together in the center and it should become clear.

  31. Rod Serling by Anonymous Coward · · Score: 0

    I can imagine a dimension not only of sight and sound but of mind.

    1. Re:Rod Serling by BronsCon · · Score: 2, Funny

      Dimented mind?

      (Forgive the spelling, the pun dies without it)

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
  32. Ridiculous explanation by xquark · · Score: 1

    The 2nd explanation for projection of 3D objects onto a plane so as to allow the 2d lizards to perceive the objects is simply ridiculous as it requires them to have an external view point defeating the purpose altogether. The 1st example was ok, but its nearly 100 years old, something new/unique/novel would have been more interesting to watch, also the presentation drags on for too long, it should be sped up.

    --
    Arash Partow's Philosophy: Be a person who knows what they don't know, and not a person who doesn't know.
  33. Re:not (as in do not understand) by tsjaikdus · · Score: 1

    >> Sorry it's on my screen, so it's a 2 dimensional
    >> representation of a 4 dimensional idea in 3
    >> dimensional space

    They do not try to display 4D images on a 2D screen. They show how 3D images that you can see in 3D space are related to a 4D object.

    Then you should have no trouble creating a 3D image from a 2D screen (http://en.wikipedia.org/wiki/Engineering_drawing).

  34. Nonsense! by Anonymous Coward · · Score: 1, Funny

    Three dimensions ought be enough for anybody!

  35. We see in 2D not 3D by Twinbee · · Score: 3, Insightful

    Of course, we can't really see in 3 dimensions, otherwise, we'd be able to see through stuff. The image projected onto our eyes is a 2D image, and we have 2 eyes, so it's (x*y)+(x*y), not (x*y*z). The third dimension is a cheat and is represented as 'stuff getting smaller'.

    If we really could see in 3D, we can use the 'getting smaller' trick to visualize 4 dimensions much more easily.

    Anyone know of some images or videos on the net using reverse perspective, where things behind get bigger instead of smaller?

    --
    Why OpalCalc is the best Windows calc
    1. Re:We see in 2D not 3D by smellotron · · Score: 1

      We may see in 2D, but we can perceive in 3D, due to a combination of depth perception and our brain's habit of assuming the world is made of straight lines.

      The same works for audio... A stereo recording only has one dimension spatially (a line going through the speakers). But it's quite easy to make something sound nearby (full frequency range, mostly direct sound) or far away (muted high frequencies, mostly indirect sound / reverb). Thus, you really get an extra dimension for free, same as for our eyesight... both because of how the brain is trained to perceive the world.

    2. Re:We see in 2D not 3D by jelle · · Score: 1

      Not exactly, because we have two eyes at different locations, so we make two 2d observations. And we can see color, for which we use three sensor types, so we really already see using two 5d observations.

      --
      --- Hindsight is 20/20, but walking backwards is not the answer.
    3. Re:We see in 2D not 3D by Slur · · Score: 1

      The third dimension is a cheat and is represented as 'stuff getting smaller'.

      Not altogether. Much of it happens in the brain based on static visual cues - converging lines for example. And of course the brain uses the subtle differences in the images from each eye to project into 3D. Lots of optical illusions exist that fool the brain into misjudging relative size and position, even in perfectly still images.

      reverse perspective

      Well, there is lots of forced perspective stuff. Don't know about "reverse" perspective though.

      --
      -- thinkyhead software and media
  36. Feh. by Anonymous Coward · · Score: 0

    I got a screen saver that does this.

  37. Obligatory by OricAtmos48K · · Score: 1

    But my existence is in two dimensions you inclod sensitive !

  38. Haven't seen the video yet. by Saint+Stephen · · Score: 3, Insightful

    But I can guess how it works. A sphere passing through a plane would look at first like a dot, then a gradually wider line, then a dot. I remember flatland saying something about brightness at ends of the line.

    So, a hyperball passing through a 3-space would look like a dot, gradually expanding to a sphere, and gradually shrinking to a dot.

  39. Falling WAY short by DynaSoar · · Score: 2, Insightful

    These 2D videos show 2D diagrams of what a 4D projection into 3D would look like if it were flat. Entirely unsatisfying.

    Want a 4D-in-3D demo? Take a small balloon, blow it up then let it go flat. That's what a 4D sphere projecting into 3D would look like.

    You can imagine in 4D fairly easily if you decide to ignore your senses and decide that the smaller faces on the internal cube in a tesseract are indeed the same size (an in fact coincide with) the larger, outer faces, and so the outer pseudo-cubes are in fact cubes with all 90 degree corners. You see perpective with fake apparent angles, you can use the same trick your mind uses to see more.

    By the way, we do not see in 3 dimensions. We see in 2.5. We can't see the backs of things. We can feel in 3 dimensions if we can get our hands all the way around it.

    We do NOT see in 2 dimensions (as a previous comment stated) unless we have no depth perception. Stereoscopic vision gives us much more than flat projection, and stereointegration in the visual cortex gives us even more. In fact, a one-eyed being with stereointegration need only moves its head around and collect visual images from different angles in order to create a successfully adequate 3D concept.

    And ask the previous commenter asked, yes we do have examples of reverse perspective where things behind get bigger. Gravitational lensing of galaxies passing behind smaller, intense gravity fields (theoretically black holes or neutron stars). Can't point to any I've seen on the web offhand, but I've seen them there as well as on some astronomy shows on TV.

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
    1. Re:Falling WAY short by Twinbee · · Score: 1

      Speaking as the previous commenter, the extra information (such as stereo depth perception or blurring of non-focused areas), helps to get a good idea of the real 3D object.

      However, the jump from 2D to actual 3D where you're experiencing all widths, depths and heights at once is far greater in terms of raw information than the jump from 2D to our 'pseudo'-3D vision. Needless to say, the qualitative experience of actual 3D vision would also be vastly different (as would being able to see in 1D), and probably unimaginable to us.

      We cope in our world most of the time however, because most objects and surroundings are hollow or nearly empty, or we only need to see the surface of them.

      --
      Why OpalCalc is the best Windows calc
  40. Undoing the slasdhot effect by trifish · · Score: 3, Informative

    To download any of the videos directly, go here:
    http://www.sciencenews.org/pictures/mathtrek/082208/

    1. Re:Undoing the slasdhot effect by DavidD_CA · · Score: 1

      Except the entire server is slasdhotted.

      --
      -David
    2. Re:Undoing the slasdhot effect by Anonymous Coward · · Score: 0

      Do you often respond to posts to emphasize the fact that it contains a typo (such as two swapped letters)? Because if you do, you need some help.

  41. Subject by Legion303 · · Score: 1

    "Think it's impossible to see four-dimensional objects? These videos will show you otherwise."

    No they won't. Submitter needs to learn math.

  42. Try Salvia by Nick+Ives · · Score: 4, Interesting

    One of the most common sensations (along with the sense of absolute terror at being ripped into a void in space/time) is the feeling of moving through between more than 3 dimensions of space. In my travels I usually feel like I'm spinning and being folded in about 7 different dimensions before my visions start to settle.

    To anyone who decides to take me seriously, make sure you have a sober sitter :)

    --
    Nick
    1. Re:Try Salvia by Anonymous Coward · · Score: 0

      worst. drug. ever. (imho)

    2. Re:Try Salvia by Anonymous Coward · · Score: 0, Interesting

      You should not even remotely be recommending this "drug". I take it that you are referring to Salvia Divinorium. It is dangerous, and that is the under-fucking-statement of the millennium.

      It was used by the Mayans and plenty of shamans after it. However, they way that they use it is far different and is a guarded secret. Their trips last for days, not minutes.

      A lot of people, especially those more connected with nature and "hip" seem to think that anything natural and organic cannot hurt you or be bad for you. This is not like weed, it has serious consequences.

      The reason why you need a "sitter" as you call it, is that the vast majority of people completely disconnect with "our" reality and seemingly have no judgment or inhibitions regarding their own physical bodies. It is as if they have no control.

      Your biggest risk is actually that of a spiritual nature. I don't mean anything Christian like damnation, or moral, or anything like that. Shamans used this as a method to access the underworld, which is part of their belief systems and where they perform most of their actions and receive their insights.

      Personally, I believe this is one of the mythical Mayan plants they used for their rituals. You play with fire you get burned. From what I understand, from direct accounts, is that taking the right amount of this is like literally shifting your consciousness to someplace else in existence. What people have tried to relate about their experiences afterwards often has no frame of reference to our realities at all. I actually do believe this can allow you to temporarily exchange your "point" in existence with that of another. What that implies about your own body here, remains to be debated.

      YES THERE ARE ACCOUNTS OF PEOPLE NOT MAKING IT BACK. Some have died, but many others never make it back whole again. Part of their minds, their soul maybe, never reintegrate with our reality here.

      I realize that this may be a bit heavy for people here and sound weird, but for FUCK'S SAKE do not take it as lightly as the poster here is portraying it.

      If Weed and Shrooms are like a 1-2, and LSD could say be a 10, then this shit is a MILLION. If your dead set on doing it, then at least get informed by somebody else that actually knows about this plant. If you want the real experience with someone that might be able to help you if you get into trouble, then you will need a shaman. Period.

    3. Re:Try Salvia by Dun+Malg · · Score: 3, Informative

      YES THERE ARE ACCOUNTS OF PEOPLE NOT MAKING IT BACK. Some have died, but many others never make it back whole again. Part of their minds, their soul maybe, never reintegrate with our reality here.

      Bullshit. Salivia Divinorum is so non-toxic it has no known LD50. All this woo-woo scary crap about souls "not making it back" is about as credible as a summer camp ghost story. As with any hallucinogen, care must be taken to use it in a controlled environment so as to minimize the unpleasantness and potential for accidents (i.e. don't drive, walk tightropes, or handle rattlesnakes while high) but there's no inherent danger to it.

      --
      If a job's not worth doing, it's not worth doing right.
    4. Re:Try Salvia by retchdog · · Score: 1

      LOL whut?

      --
      "They were pure niggers." – Noam Chomsky
    5. Re:Try Salvia by Anonymous Coward · · Score: 0

      lol this bullshit was modded up? can slashdot not even recognize trolls anymore, especially those that are completely wrong in their facts?

    6. Re:Try Salvia by Anonymous Coward · · Score: 0

      As someone who has jumped the rift a few times, looked back and wished there was a way back home, should you be interested in experimenting with salvia, a grave mistake would be to not pay head to parent. There are some hoops your mind just shouldn't ever jump through.

      to the PP: Know any good shamans?

    7. Re:Try Salvia by Max+Romantschuk · · Score: 1

      there's no inherent danger to it.

      Um, are you seriously claiming that a substance that affects your brain chemistry and general neurological functions has no inherit danger? Isn't that a bit clueless?

      I mean, people have died from things like alcohol and caffeine... So while some hallucinogens aren't necessarily overly dangerous in a controlled environment saying that there's no inherit danger is a bit over the top maybe? I don't care how non toxic it is or isn't... If it fucks with my brain there's a possibility things can go awry.

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    8. Re:Try Salvia by lysergic.acid · · Score: 1

      i think you're confusing Salvia with PCP.

      salvia, while a potent psychedelic (and an unpleasant one IMO) isn't any more dangerous than weed for most people. that isn't to say that it should be treated lightly. weed in itself is a powerful, and often underestimated, psychedelic. but you're not going to jump off a cliff or something just because you smoked weed or salvia.

      the rest of your post is new-age spiritualist BS with no relation to reality.

    9. Re:Try Salvia by Dread_ed · · Score: 1

      Strange you mention that. The last time I did it I was at the threshold of full visions and actively supressing the visual hallucinations. The one irrepressible feeling was the distinct notion there was an axis of the universe passing through the center of my body, from groin to the crown of my head, and extending to infinity. The oddest part was the axis was also a fold that felt perpendicular to the other 3 dimensions. It was almost as if a 90 degree fold was there but it was 90 degrees to everything else, not just another plane. This feeling persisted for about 30 minutes before subsiding.

      I guess I need to do the 60x to get the full 7 dimensions.

      --
      When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
    10. Re:Try Salvia by lysergic.acid · · Score: 1

      so should we put warning-labels on caffeinated drinks? people have died from drinking too much water as well, but the dangers are so remote and require such extraneous circumstances that any risks it might pose are so far and removed as to not be worth worrying about. christ, you sound like a goddamn agoraphobe.

      there are potential risks to everything in life. without weighing the risks against each other you can't get an overall picture of what's safe and what's dangerous. both drunk driving and smoking a joint can have associated risks, but that doesn't mean they're equally dangerous.

      and just because a chemical is psychoactive doesn't mean it's "fucking with your brain." your statement shows how completely ignorant you are about how the brain functions. at any given time your brain is being subjected to a sea of neurochemicals that constantly alter your mental state; dopamine, which is structurally similar to amphetamines; adrenaline is likewise similar to meth. heroin/morphine/vicodin/oxy-contin/etc. are all structurally similar to endogenous opioids in your brain. your brain also produces endocannabinoids similar to the active chemicals in marijuana.

      you're deluding yourself if you think that there's ever a time when nothing can possibly go wrong. even when you're sober your body can spontaneously malfunction or you could be hit by lightning. your alarmist attitude is unwarranted and completely misguided. if anyone here is clueless, it is you.

    11. Re:Try Salvia by Max+Romantschuk · · Score: 1

      I made a very simple claim:

      there's no inherent danger to it.

      Um, are you seriously claiming that a substance that affects your brain chemistry and general neurological functions has no inherit danger?

      I don't plan to entertain the parent's trolling much, but I believe I never gave anywhere near enough information to deduce that I am as ignorant regarding brain chemistry as the parent is claiming.

      Just reread my original claim. What I said does not an any way take a stand on how things can and cannot otherwise go wrong with any number of substances in the brain, natural, synthetic, or otherwise.

      Regardless, the parent's post was rather entertaining. I always find it amusing to see how people can deduce your personality from a comment under a hundred words. To each his own, I guess...

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
  43. I've never seen a four-dimensional object by Anonymous Coward · · Score: 0

    So it goes ...

  44. Saving throws by Fryth · · Score: 1

    My dungeon master used to bring those 4D tetrahedrons out when he felt especially mean. I still hate him for it.

  45. OT but another mathematics joke by Sycraft-fu · · Score: 5, Funny

    A physicist, and engineer, and a mathematician are sleeping in a hotel when fires break out in all their rooms. The physicist get up, does some quick calculations, and then gets the exact amount of water required to put the fire out, not a drop wasted. The engineer also does some calculations to work out the amount needed, then proceeds to flood most of the floor, to ensure that there is a sufficient tolerance for error. The mathematician wakes up, and does some extremely complex calculations but does them much quicker than the other two. He then exclaims "I have proven I can put the fire out!" and goes back to bed.

    1. Re:OT but another mathematics joke by the+phantom · · Score: 4, Funny

      Meanwhile the statistician is running from room to room lighting fires -- he needed a larger sample.

      Also, given an empty ice-bucket on the dresser, the sink in the hotel bathroom, and a burning trashcan, how does a mathematician put out the fire? Like any ordinary person, he grabs the ice-bucket, runs to bathroom, fills the bucket with water from the sink, and pours the water into the trashcan, thus putting out the fire. Now suppose that the ice-bucket is already full -- how does the mathematician put out the fire? He grabs the ice-bucket, runs to the sink, empties it, and returns it to the dresser. The problem has now been reduced to one that has been previously solved.

    2. Re:OT but another mathematics joke by Anonymous Coward · · Score: 0

      So physicists are just precise engineers? HAR HAR HARDLY!

      -G. Simmons

    3. Re:OT but another mathematics joke by gznork26 · · Score: 1

      The way I heard it was that the mathematician glanced out into the hallway, sees the fire extinguisher, exclaims "There is a solution!", and goes back to bed.

      ---
      I write pointed political and business short stories at http://klurgsheld.wordpress.com/
      If you read something you like, spread the word.

    4. Re:OT but another mathematics joke by melikamp · · Score: 1

      [...] runs to the sink, empties it, and returns it to the dresser. The problem has now been reduced to one that has been previously solved.

      This is the software engineer way too.

    5. Re:OT but another mathematics joke by mdielmann · · Score: 1

      [...] runs to the sink, empties it, and returns it to the dresser. The problem has now been reduced to one that has been previously solved.

      This is the software engineer way too.

      The code monkey method is to make a new bucket that looks similar to a bucket you've used before, but probably leaks.

      --
      Sure I'm paranoid, but am I paranoid enough?
  46. Improper Tag by dreamchaser · · Score: 1

    This has nothing to do with string theory, so let's all do a !stringtheory up on the tagline. There is nothing about cosmology in this; it's about methods used for years by mathematicians to visualize 4D abstract objects as they move through 3D space.

    It's not even new.

  47. Alicia Boole Stott Got There First by cybrpnk2 · · Score: 3, Informative

    Anybody interested in visualizing hyperspace should learn about Alicia Boole Stott and her amazing story. She was the daughter of George Boole (of boolean algebra fame) who developed a mind-boggling series of paper cutout models of four dimensional objects that won her an honorary math doctorate in 1914. Check out these extensive photos of her work.

  48. JWZ's xscreensaver has done this forever by Anonymous Coward · · Score: 0

    Jamie Zawinski's xcreensaver has a hack that does this. It's been in the package since the late 90s, at least. This is news how?

    1. Re:JWZ's xscreensaver has done this forever by goodtrick · · Score: 1

      there are several included now, polytopes (the coolest looking), hypercube and hyperball

  49. Time!? by Anonymous Coward · · Score: 0

    Isn't time the 4th dimension?

  50. Must... not... say... by dword · · Score: 1

    "keberT xelA"

  51. slashdot is broken by mestar · · Score: 1

    Please help, Slashdot seems to be totaly fucked since yesterday. New comments format is not working, I can't change the comments level, dropdown box is gone, just a number is there.

    Also, I can't go to my preferences, it all comes up as a big empy box, so no way to change, or even see, anything. I hope somebody is aware of this.

    This is on IE7. Also, there will be no way for me to see any replies to this. geez.

    1. Re:slashdot is broken by mestar · · Score: 1

      Oh, those things that look like sliders actually are really stupid sliders (you have to move them one fifth of the screen for them to actually move).

      Still, "preferences" comes as an empty box, just the words "Discussion 2" on the top, and hint of some text on the bottom, you can only see the top of the letters. ftw?

  52. 4 dimensions? You insensitive clot by Hells · · Score: 1

    Slashdotters still cant see in more than 1.

  53. Ref page link's broken by stonecypher · · Score: 0

    The link in the ScienceNews page that leads to the actual good stuff is broken; it links to .or, not to .org.

    --
    StoneCypher is Full of BS
  54. We see in 3D not 2D by Anonymous Coward · · Score: 0

    Actually, we do see in 3D... Sort of. As you note, we have two eyes. This means that we can see in 3D. Consider the following scenario: you have a cylinder. With one eye you can only see 180 degrees. But with two eyes you can see more, depending on how close it is to your eyes.

    Additionally, our minds unconsciously do trigonometry using our eyes to calculate the distance to an object...

  55. Why parent is not insightful by doug141 · · Score: 4, Informative

    Your retinas are, even together, a 2 dimensional array. You never "saw" anything but what your brain constructed from 2 dimensional arrays. Turns out your brain is very, very good at visualizing a 3d object based on this input. Would you say you can't visualize an actor's physical body because the screen is 2 dimensional?

    1. Re:Why parent is not insightful by RadioElectric · · Score: 1

      This is slashdot. The people here are EXPERTS at visualising actress's physical bodies from 2 dimensional images.

    2. Re:Why parent is not insightful by apoc.famine · · Score: 1

      If it was, say, Natalie Portman's physical body, I'm sure we wouldn't stop at just visualizing it.

      And now that I've done that obligatory service, you may mod this post both +5 informative and +5 Fap.

      --
      Velociraptor = Distiraptor / Timeraptor
    3. Re:Why parent is not insightful by Anonymous Coward · · Score: 0

      I only visualize the actresses bodies....

  56. How to see in four dimensions? by Anonymous Coward · · Score: 0

    Very carefully.

  57. Torrents! by Hatta · · Score: 2, Informative

    If you click through the sciencenews.org article, you can get to the actual website of the people who made these videos. From there you'll find that these videos are Creative Commons licensed, and available for download as high res MOVs. I tried the torrents, but they all stalled, so I just used wget to grab them from the US mirror.

    --
    Give me Classic Slashdot or give me death!
    1. Re:Torrents! by Typoboy · · Score: 1

      Yeah the torrents http://bittornado.com/torrents/Dimensions-English.torrent are sort of slow. If you're in, hang in there.

  58. Damn you by phozz+bare · · Score: 1

    Actually I followed the link hoping for something from Seinfeld...

  59. Edwin Abbott wrote Flatland... by Jon+Abbott · · Score: 1

    ...not Edwin Abbot.

  60. 3d to 2d server! by Anonymous Coward · · Score: 0

    I bet the server has just gone from a 3-Dimensional object to a 2-Dimensional puddle of ooze. Videos do not fair well on slashdot unless they are from youtube

  61. Nitrous Oxide by vorpal22 · · Score: 1

    What really opened up my mind to really thinking about different dimensions and infinity was nitrous oxide, preferably mixed with other substances like marijuana or opiates. The fourth dimension? Many nitrous users report experiencing an infinite number of dimensions, which you then feel as being equivalent to zero dimensional space, or a space that defines itself over and over. It's almost impossible to explain with words, but if you can get to that point, it's quite beautiful and freaky. After my extensive experiences with nitrous, I converted from Christianity (which felt quite childish, at that point) to philosophical Taoism. The first passage in the Tao Te Ching explains what one might experience on nitrous oxide far better than I could possibly:

    The Tao that can be told is not the eternal Tao
    The name that can be named is not the eternal name
    'Nothingness' is the beginning of heaven and earth.
    'Oneness' is the mother of everythings.
    Ever desireless, one can see the mystery.
    Ever desiring, one can see the manifestations.
    These two spring from the same source but differ in name; this appears as darkness.
    Darkness within darkness.
    The gate to all mystery.

    1. Re:Nitrous Oxide by Tomfrh · · Score: 1

      "Like....wow....it's possible that one atom in our fingernail might be an entire universe"

  62. Wrong name by Anonymous Coward · · Score: 2, Informative

    Edwin Abbot Abbot wrote Flatland, not Edwin Abbot, who was Edwin Abbot Abbot's father.

    1. Re:Wrong name by Anonymous Coward · · Score: 0

      I thought his name had four M's and a silent Q.

  63. some mathematicians work with infinite-dimensional by porky_pig_jr · · Score: 1

    objects all the time. Functional analysis, anyone?

  64. A good link by Hyrveli · · Score: 1

    Anyone interested in the fourth dimension should definintely check out http://tetraspace.alkaline.org/ It may be kinda old, but it's still sure as hell interesting.

  65. Proof by Anonymous Coward · · Score: 0

    Here I am, excited about seeing something four-dimensional, and when I click the link, I get the message "Error: You are unable to view this section". I guess that settles it.

  66. 4-D visualization starting point by Anonymous Coward · · Score: 0

    I started 4-D visualization in 1983 with this book:

    http://www.amazon.com/Experiments-Four-Dimensions-David-Heiserman/dp/0830601414

    It is kind of basic, so it only gets you through the geometric fundamentals in 500 pages - it is not a "dense" read, I found it a little slow-paced.

  67. What, really, is possible for the human brain? by shoor · · Score: 1

    We grow up in a 3 dimensional world, or 4 dimensional if you want to count time, but I would say our experience of time is different enough from our experience of the other 3 dimensions not to count. We grok 3 dimensions.

    There is a famous logical argument about how vision is not simply a projection of what our eyes see into the brain. The brain has to construct (perhaps computationally?) a virtual world based upon input from the senses. The visual part is done in the visual cortex it seems, one of the largest segments of the brain, just as in whales, the big part of the brain is supposed to be devoted to processing sonar.

    Suppose though, that in the future, via some neural interface, a 4 dimensional quality could be projected into the brain. Would it train itself to deal with that? Would it eventually 'grok' it? Or has our capacity been so honed by evolution that that could not happen. We have evolved to detect things in the horizontal plane especially well for example, which is supposed to be why the moon looks bigger when it is close to the horizon. I would say that's a pretty compelling example of the hard-wiring that evolution has done on our perceptions. On the other hand, there's also a lot of compelling evidence for our brain's ability to re-wire itself to adapt to new circumstances. So it would be a kind of tug of war between adaptability and innate hard wiring.

    --
    In theory, theory and practice are the same; in practice they're different. (Yogi Berra & A. Einstein)
  68. I am going to see in the 4th dimensions... by jameskojiro · · Score: 1

    Got to find a way to duplicate myself several times and then stitch myselves back together in a 4-D arrangement. Then I can truly be a 4th dimensional being.

    --
    Tsukasa: All I really want, is to be left alone...
  69. 2-D Tunnel of Love by jagdish · · Score: 1

    Fry: Wow, you even look beautiful in 2-D!
    Colleen: I do? But from your perspective I'm just a line segment.
    Fry: A really hot line segment.

  70. It's not 4D by thetoadwarrior · · Score: 1

    It's not even 3D, it's 2D because it's displayed on a monitor which displays things in 2D.

  71. 4d Rubik cube by chord.wav · · Score: 1

    If you want to learn to see in 4d, play with this 4d rubik for a while. Its a great app and it's written in Java so it should run on every OS.

    http://www.superliminal.com/cube/cube.htm

  72. schlegel diagrams by Anonymous Coward · · Score: 0

    There have been techniques around for a long time for visualizing 4-dimensional objects in 3-space, since the 1880's at least. See the wikipedia entry on Schlegel diagrams.

    http://en.wikipedia.org/wiki/Schlegel_diagram

  73. Know your dealer, know your dose by Anonymous Coward · · Score: 1, Insightful

    Calm down and educate rather than this idiotic fearmongering, please. A small dose of knowledge may just save your life and a large dose will keep your mind at ease. Fear is stupid.

    Ahem.

    With any mind-altering substance from caffeine to alcohol to marijuana to LSD to DMT to mescaline to crack cocaine to salvia and beyond:

    1. Know the source: know the purity of the substance and that it is safe to ingest, inhale, inject, etc.

    2. Know the drug: read the common histories and medical/scientific research of these substances. If they are natural substances, pay particular attention to the ways that native peoples used them.

    3. Know your setting: Take pains to be free of encumbrances when you will be intoxicated. Make sure you have a plan in place in the event you are in mental or physical distress. Make sure there are at least a few sober people on hand to corroborate the details of your experience later. Make sure you will be in a safe place and will not have to leave that place for the duration.

    4. Start with a small dose: it does not make you a pussy to be cautious. Start off slow. You can always take more next time. With certain drugs (I'm looking at you, cocaine, crack, and heroin) if you can get them in their raw forms and try those first you will gain a greater appreciation for them. The profitability of raw opium and raw coca leaves in the black market is not great so in many places your only access to these substances in in highly concentrated form. In this case there is all the more reason for a cautious beginning.

    5. Take a break: so you had a fun time with recreational use of a drug. Now go do something else for awhile and later you can always try it again under safe conditions. Using too often and too much are half of the reason for drugs being demonized by society. The other half is the massive profits that can be generated by limiting access to the medicine chest (and then letting some quantities of contraband through in the black market).

  74. Error ... by Anonymous Coward · · Score: 0

    "You are unable to view this section" - apparently I really *cant* view in 4 dimensions ...

  75. It gets even more interesting at 8 by ynotds · · Score: 1

    Way too late in life I realised it would be handy if I could at least start to visualise in higher dimensions, so I knocked up a pair of scripts to explore the sphere packing problem in higher dimensions stochastically, basically by moving as far away as possible from the centres of close-packed n-dimensional spheres.

    (While six circles pack tightly in two dimensions, there is some wiggle room even in three where 12 spheres can touch another sphere of equal radius, with a rhombahedral grid being the most symmetric solution though not the only.)

    It has long been well known that following the most symmetric grid path to eight dimensions you reach a point where the gaps are big enough to fit an identical second set of 8-spheres, doubling the packing density, but still interesting to follow via numeric data in a terminal window. (In mid 2002 I chose to run it remotely on hosted Linux rather than push the then boundaries of OS X.)

    The n-dimensional sphere packing problem has long been interesting to communications theory, error detection and correction.

    --
    -- Our systemic servants do not good masters make.
  76. Higher dimensions are easy: by Anonymous Coward · · Score: 0

    Here's a simple visualization of a 7 dimensional space: a movie!

    Dimensions List:
    x \
    y +-- the obvious 3 dimensions
    z /
    w - time
    r \
    g +-- each point is encoded as a 8-bit RGB value
    b /

    usually movies dont change RGB values that often though, but its still trivial.

  77. Old? by Acapulco · · Score: 1

    Isn't this way to old, even for /. standards?

    I remember the first SuSE with a GUI I installed (can't remember the version) back in 98, came with a screensaver of a 4D cube...or more precisely, the 2D shadow of a 4D cube...just like the article says.

    --
    Slashdot. Unreadable news to annoy nerds. - wonkey_monkey
  78. Why is color a dimension? by Anonymous Coward · · Score: 0

    Isn't color a dimension? don't we actually see 6 dimensions with ?

  79. Anonymous coward by Anonymous Coward · · Score: 0

    There is no way to add dimensions.

    Here is why, on a strictly logical reference.

    What is dimension or distance? The distance separing things. Since we know that distances ask sometime to be ran, time and distances are completely impossible to separate. Therefore, there is only one dimension, called time-distance or distance-time. Nevertheless, and to be able to create or perceive objects, that dimension is considered as L=l=H=Time.

  80. Salvia is truly good... by Slur · · Score: 1

    The dissociative, hallucinogenic, and other interesting effects of Salvia d. are very useful in their own right, in that they bring your mind quickly to a "selfless" state (which otherwise may take years of meditation practice) but the experience is extremely disconcerting, to say the least.

    That initial bit where you feel like you're merging with your surroundings as they spiral into the vortical carnivorous plant of eternity can be a little frightening.

    The "old hag" part of the experience, where you sense the presence of one or more dark figures just over your left shoulder is also rather eerie. I console myself with the thought that it's merely the watchful "familiars" of the plant keeping their vigil, and no doubt an archetypal reflection of some deeper element of the psyche.

    Nice thing is, if you get weirded out at this point you can actually shake off the effects of the salvia, go have a piece of fruit, and reassert your conventional existence. Try that with LSD!

    The part where you forget completely who you are, where you are, and that you have a body is just dandy, maybe the best part. That's when the really interesting things can happen, such as deep insights and inter-dimensional adventures. As often occurs with DMT people can have some pretty radical "experiences." My sense of this phase is that the brain is just doing its best to derive a narrative, context, and meaning from a completely dissociative state, and much of what people describe as being their "experience" at the time is actually formulated retrospectively, taking the form of sensory associations.

    That final part where you remember who you are can be rather sobering after you've been the entire universe - or a shag carpet - for a few minutes. Little by little you remember you're Joe Smith from Topeka and you're in your house, and you have bills to pay and a job to work and a wife who expects you to pick up eggs... it can be a minor letdown.

    But then the real fun begins. After all that jarring existential crisis is over you're left with a feeling of greater possibility and a sense of well-being. This general feeling of well-being can last for a day or two, or even longer.

    Although the smoked enhanced leaf is fabulous for all the cool things it does - as recounted above - rebooting your brain is not always the most desirable or enjoyable way to promote a general sense of well-being. Fortunately the concentrated extract of Salvia d. is much milder in its effects and acts simply as a mood enhancer, no merging with the infinite required. It can be taken daily in tiny doses as an anti-depressant and it seems to have no undesirable side-effects whatsoever. The only downside is that keeping the alcohol-based extract in your mouth tends to hurt after a few minutes, and Salvia is rather bitter and some find the taste unpleasant.

    I encourage - no urge - all SlashDotters interested in self-nature to order some Salvia and give it a try today!

    --
    -- thinkyhead software and media
    1. Re:Salvia is truly good... by joleran · · Score: 1

      You (and others in this thread) speak with too much presumption. Everyone experiences Salvia slightly differently in general, let alone when you take mindset, setting, dosage, concentration, etc. into consideration. Salvia is a potent psychoactive, particularly at the higher extract levels. It should by all means be investigated by the curious, but they should prepare via research and contemplation first. In general, if you want to get "high", just turn around and walk away. If you want to have a deep, possibly spiritual experience, by all means continue your journey.

  81. I went to the concert... by Slur · · Score: 1

    ...but Burning Man never showed up to play. What a gyp!

    --
    -- thinkyhead software and media
  82. you could always.... by vuffi_raa · · Score: 1

    look at a clock- that displays all four dimensions....

  83. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion