Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Wha? (Score 3, Interesting) 350

Nope; 7/8/9 had 3D elements (eg the character models, and battles), but the bulk of the explorable world was made of unique 2D backgrounds - 6 and earlier were repetitive 2D sprites, 10 and later are repetitive 3D textures. Though come to think of it, replacing the low-res 3D character models with nice 2D sprites would be an improvement too...

Comment Re:Final Fantasy 7 (Score 4, Interesting) 350

They said it would be almost impossible to update those games to PS3 graphics because the amount of work involved to produce such a game would be too high.

Personally I don't want "PS3 graphics" if that means looking like the modern games -- the whole reason I think FF 7/8/9 are so beautiful is that the worlds are largely hand-drawn 2D; all I really want changed in a remake is to have those same drawings re-scanned at a higher res :-P

Comment Re:hahaha (Score 1) 218

You misunderstood his comment. From his perspective as a German, the attention to detail in OSM is lacking. I mean, in that example, there is no mention of where the nearest trash can is

My hobby is adding the locations of trash cans to openstreetmap, because everything larger or more significant is already on there...

Comment Re:Performance? RAM usage? (Score 1) 209

How much more RAM does it take for high loads than nginx?

202.6 MiB + 50.1 MiB = 252.7 MiB httpd (190)
940.2 MiB + 831.4 MiB = 1.7 GiB php-cgi (189)

From my own site, doing 1500 hits/sec:

# python ps_mem.py | grep -E "nginx|php"
16.4 MiB + 1.2 MiB = 17.6 MiB nginx (9)
186.4 MiB + 14.7 MiB = 201.1 MiB php5-fpm (44)

For a site hosted on a VM, a 2GB setup would be 8x as expensive as a 256MB setup :-P (I presume we're both hosted on bare metal now, so my setup simply leaves more space for cache; but nginx's slimness did allow me to to stay on a cheap VM until recently)

1 GB RAM vs delay + reading books, code and googling.

If you're already an apache expert and an nginx noob, then sure, stick with what you know; but I found nginx only took a couple of days to grok, and now that I know both, nginx is faster and easier to administer

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...