Originally posted by: RagingBITCH
PWN3D. That Stang was probably high 10's-low 11's.
Seriously though - what dumb fvck zips a 1mb file to save about 100kb of space?
Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.
Originally posted by: rh71
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.
What I do is save everything to desktop so it's easy to locate...
You're assuming that this is the only file that I serve, or that this is the only forum that I share it with.Originally posted by: notfred
I have hundreds of gigs of space. What's a 1mb video file? If I ever do start running low on space, it's easy to empty the cache.Originally posted by: rh71
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
What I do is save everything to desktop so it's easy to locate...
#!/usr/bin/perl
use LWP::Simple;
my $url = 'http://www.technogeeky.com/doug_vs_vette.zip';
while (1){
my $time = time;
my $trash = get($url);
my $end = time;
my $size = length $trash;
$size /= 1024;
$size = int $size;
my $duration = $end - $time;
my $speed = "N/A";
if ($duration > 0) {
$speed = $size/$duration;
$speed = int $speed;
}
print "$size KB downloaded in $duration seconds: $speed KB/sec.\n";
}
C:\>repeatdl.pl
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 16 seconds: 57 KB/sec.
912 KB downloaded in 18 seconds: 50 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 13 seconds: 70 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 17 seconds: 53 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 13 seconds: 70 KB/sec.
912 KB downloaded in 13 seconds: 70 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
912 KB downloaded in 16 seconds: 57 KB/sec.
912 KB downloaded in 15 seconds: 60 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
912 KB downloaded in 9 seconds: 101 KB/sec.
912 KB downloaded in 11 seconds: 82 KB/sec.
912 KB downloaded in 13 seconds: 70 KB/sec.
912 KB downloaded in 22 seconds: 41 KB/sec.
912 KB downloaded in 13 seconds: 70 KB/sec.
912 KB downloaded in 20 seconds: 45 KB/sec.
912 KB downloaded in 15 seconds: 60 KB/sec.
912 KB downloaded in 15 seconds: 60 KB/sec.
912 KB downloaded in 16 seconds: 57 KB/sec.
912 KB downloaded in 14 seconds: 65 KB/sec.
912 KB downloaded in 12 seconds: 76 KB/sec.
Originally posted by: TuffGuy
You're assuming that this is the only file that I serve, or that this is the only forum that I share it with.Originally posted by: notfred
I have hundreds of gigs of space. What's a 1mb video file? If I ever do start running low on space, it's easy to empty the cache.Originally posted by: rh71
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
What I do is save everything to desktop so it's easy to locate...
Jerkoff.
Sure, of course it is. I don't like my C: filling up like that, is all. And it's usually more than 1MB each.Originally posted by: notfred
Originally posted by: rh71
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.
What I do is save everything to desktop so it's easy to locate...
I have hundreds of gigs of space. What's a 1mb video file? If I ever do start running low on space, it's easy to empty the cache.
"Only" 9% huh? Now multiply that by however times it's downloaded and by the files that I share and it adds up.Originally posted by: notfred
No, I'm saying I don't care if I fill up my cache with videos. I'm saying it's really inconvenient to have to unzip a stupid 1mb video to watch it. This "it puts less load on the server!" thing is crap. Compressed video barely compresses at all. This file shrunk by a whopping 9%.Originally posted by: TuffGuy
You're assuming that this is the only file that I serve, or that this is the only forum that I share it with.Originally posted by: notfred
I have hundreds of gigs of space. What's a 1mb video file? If I ever do start running low on space, it's easy to empty the cache.Originally posted by: rh71
That's fine if you don't mind all the vids sizing up your cache folder...Originally posted by: notfred
I like that cause I don't have to download it, find it on the hard drive, play it, and then delete it. I can just click, and then close Media Player when the video is done.Originally posted by: rh71
what's the big deal about zipping vids ? It prevents the person from left-click-playing it directly (which I personally hate when that happens cause it saves it to cache).
What I do is save everything to desktop so it's easy to locate...
Jerkoff.
Originally posted by: rh71
Sure, of course it is. I don't like my C: filling up like that, is all. And it's usually more than 1MB each.