Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,497,622
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-28-24 09:08 PM
Guest: Register | Login

0 users currently in General Chat | 4 guests

Main - General Chat - Internet download speed? New thread | Thread closed

Pages: 1 2

What is the speed of your current internet connection?
Less than 56 kbits
56 kbits (this is default dial-up)
128 kbits
256 kbits
512 kbits
768 kbits
1 mbit
2 mbit
4 mbit
10 mbit
More than 10 mbit
Multiple voting is not allowed. Changing your vote is allowed. 26 users have voted so far.

Ailure
Posted on 03-12-10 05:28 AM Link | Quote | ID: 128306

Hats
Steam Board2 group
Level: 121

Posts: 3478/3965
EXP: 19782936
Next: 273760

Since: 02-19-07
From: Sweden, Skåne

Last post: 3304 days
Last view: 2054 days
Looks like my feelings is right, that dial-up warnings is probably unnecessary nowadays.

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


Trapster
Posted on 03-12-10 06:46 AM Link | Quote | ID: 128318


Morton Koopa
Feel the pain of those inferior beings...as you burn in hell!
Level: 98

Posts: 1821/2410
EXP: 9374401
Next: 279952

Since: 02-19-07
From: Sweden

Last post: 4517 days
Last view: 4498 days

Yeah, what with 25mb pictures around and stuff.

____________________
http://gh.ffshrine.org/?r=54532
http://gh.ffshrine.org/soundtracks.php?r=54532


NightKev
Posted on 03-12-10 06:59 AM Link | Quote | ID: 128319


Cape Luigi
Level: 131

Posts: 4165/4792
EXP: 26235119
Next: 189501

Since: 03-15-07

Last post: 3737 days
Last view: 3648 days
It should just be changed to [large image(s)] warning or something, like that "moe imagery 2" thread (it's at least 17mb of images...)

____________________

Ailure
Posted on 03-14-10 05:55 PM (rev. 2 of 03-14-10 05:55 PM) Link | Quote | ID: 128394

Hats
Steam Board2 group
Level: 121

Posts: 3480/3965
EXP: 19782936
Next: 273760

Since: 02-19-07
From: Sweden, Skåne

Last post: 3304 days
Last view: 2054 days
Would be funny to make something that automatically tags threads if they're going over... let say 1 megabyte in total. Possible to do, but I dunno if it's worth it.

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


MapleMario
Posted on 03-14-10 06:20 PM Link | Quote | ID: 128397


Red Koopa
Level: 27

Posts: 111/126
EXP: 111457
Next: 4702

Since: 04-28-07
From: USA

Last post: 5072 days
Last view: 3891 days
Wouldn't that be pretty easy to do? Just find the filesize of each image. Even if there is no filesize() function for remote images, you could just say something like:

$total = 0;
foreach ($imgs as $imgurl)
{
$contents = file($imgurl);
$contents = implode($contents, "\n");
$total += strlen($contents);
}

if ($total > 1024*1024) // add tag here


I haven't worked very much with byte operations in PHP, only Java, but that's what would come naturally to me.

____________________


SGMB3 is now being developed with Reuben. Hopefully v1.0 will be released by the time I get world 1 done...

- Layout: MM v0.31




Kawa
Posted on 03-14-10 06:46 PM Link | Quote | ID: 128403


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 3357/5344
EXP: 30950851
Next: 712130

Since: 02-20-07
From: The Netherlands

Last post: 4500 days
Last view: 2636 days
That would require you to detect all images on the page first. That in turn would require you to buffer the page markup or something, and then there's CSS images too.

Of all the suggestions piled up for implementation, this one has to be the least likely to ever be done.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

MapleMario
Posted on 03-14-10 06:49 PM Link | Quote | ID: 128404


Red Koopa
Level: 27

Posts: 115/126
EXP: 111457
Next: 4702

Since: 04-28-07
From: USA

Last post: 5072 days
Last view: 3891 days
Still not that hard, just use a preg search...

____________________


SGMB3 is now being developed with Reuben. Hopefully v1.0 will be released by the time I get world 1 done...

- Layout: MM v0.31




Kawa
Posted on 03-14-10 06:50 PM Link | Quote | ID: 128405


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 3358/5344
EXP: 30950851
Next: 712130

Since: 02-20-07
From: The Netherlands

Last post: 4500 days
Last view: 2636 days
And yet it's still among the least likely to be done, no matter how much you pre-chew it.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

MapleMario
Posted on 03-14-10 06:55 PM Link | Quote | ID: 128406


Red Koopa
Level: 27

Posts: 116/126
EXP: 111457
Next: 4702

Since: 04-28-07
From: USA

Last post: 5072 days
Last view: 3891 days
True. It doesn't have much practical use, because most of the time when that many images are rendering, you'll have time to look at each before the next one loads. Unless it's a huge, 10000px by 10000px image. Which would just be stupid.

____________________


SGMB3 is now being developed with Reuben. Hopefully v1.0 will be released by the time I get world 1 done...

- Layout: MM v0.31




boingboingsplat
Posted on 03-19-10 11:50 AM Link | Quote | ID: 128564


Giant Koopa
[PREFSTRING:wonderful bounciness]
Level: 74

Posts: 1228/1292
EXP: 3634438
Next: 19106

Since: 07-23-07
From: Michicola

Last post: 4844 days
Last view: 4807 days
Approx. 8mbit from a test I just did so I'll just round up and vote 10mbit.

____________________
 

cory21391
Posted on 03-28-10 07:06 PM Link | Quote | ID: 129069


Flurry
Level: 37

Posts: 258/260
EXP: 331931
Next: 6322

Since: 03-01-07
From: NC, US

Last post: 5131 days
Last view: 5130 days
I'm rated at 7 Mbps (Standard Roadrunner) which is what i was getting constantly when downloading from binary newsgroups (about 800-1000 kilobytes/sec.) Some times I get more than that, up to around 1.5 MB/s maybe, which is really great, I downloaded a 25GB bluray iso in only 8 hours! lol



____________________




Trapster
Posted on 03-28-10 07:30 PM Link | Quote | ID: 129072


Morton Koopa
Feel the pain of those inferior beings...as you burn in hell!
Level: 98

Posts: 1826/2410
EXP: 9374401
Next: 279952

Since: 02-19-07
From: Sweden

Last post: 4517 days
Last view: 4498 days

Posted by MapleMario
True. It doesn't have much practical use, because most of the time when that many images are rendering, you'll have time to look at each before the next one loads. Unless it's a huge, 10000px by 10000px image. Which would just be stupid.


Have you ever seen that 25600x16000 screenshot of Crysis?

____________________
http://gh.ffshrine.org/?r=54532
http://gh.ffshrine.org/soundtracks.php?r=54532


DruidVorse
Posted on 11-21-10 08:27 AM Link | Quote | ID: 138034


Paragoomba
Level: 21

Posts: 21/70
EXP: 42723
Next: 7220

Since: 10-03-09
From: Buenos Aires, Argentina

Last post: 3392 days
Last view: 1946 days
I have 1mbit of speed and the faster download I got was at 288kbps

The worst internet I got was Claro with his 799 bytes of download speed xD

Now, i'm using speedy

____________________
Looking for some info about beta/cancelled/unreleased games? Then go to www.unseen64.net or tcrf.net
Look for Secret of Evermore - Super Mario RPG - Castlevania Simphony of the night beta [E3 VERSION] - Castlevania: The Bloodletting and many more.

My Youtube Channel

Trelior
Posted on 11-21-10 08:34 AM Link | Quote | ID: 138036


Level: 99

Posts: 1757/2602
EXP: 9757724
Next: 242276

Since: 07-12-09

Last post: 4500 days
Last view: 4486 days
Is there a reason you bumped this old thread? I don't see one.

This is your warning to stop.
Pages: 1 2


Main - General Chat - Internet download speed? New thread | Thread closed

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.032 seconds. (327KB of memory used)
MySQL - queries: 81, rows: 113/116, time: 0.018 seconds.