Thread: what's up with square files?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905

    Lightbulb what's up with square files?

    I was just thinking, I was looking at someone's pic thing that we all get, the avatar, and i noticed they've got little notches on the four corners, so it's kinda like so:

    Code:
       __________
      /          \
     /            \
    |             |
    |             |
    |             |
    |             |
    |             |
     \            /
      \__________/
    -finally got those dang dimensions right, i hate these stupid spaces...

    and you see all that extra space there? imagine the picture was blown up a couple 1000 times, and those white spaces would then take up a LOT of space.

    Well, just a thought, I wonder if in the future if we will ever have "amorpheus" files. For instance, the file above wouldn't be a block, it would actually be molded around the data, and the blank space wouldn't be anything.......

    say you had a picture of a diamond with a corner in the middle of each side, with the normal file system, you'd have to waste ALL that space in the corners for nothing, whereas in the amorpheus system, it would just mold itself around the file's data, saving twice as much space almost!

    just my two cents....
    Last edited by jverkoey; 03-15-2003 at 11:29 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  2. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  3. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM
  4. C++ Checkers Game
    By SnS CEO in forum C++ Programming
    Replies: 9
    Last Post: 09-07-2005, 01:21 AM
  5. for loops using square roots, square, Cube
    By lotf in forum C Programming
    Replies: 3
    Last Post: 03-21-2004, 04:29 AM