Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Always eye candy (Score 1) 250

Actually, they started the memshrink project two years ago, and the result has been dramatic improvements in memory usage.
http://www.itworld.com/sites/default/files/figure3_browserfootprint.jpg

That's from a while ago.

They also aggressively handled memory leakage in addons recently.

Their JS performance has dramatically increased recently w/ IonMonkey and the baseline compiler. They also introduced asm.js.
http://jlongster.com/s/lljs-cloth/ http://www.unrealengine.com/html5/

They also switched to multi-process and sandboxing in FirefoxOS, although apparently addon support makes that problematic on the desktop, although they do use multiple threads for various operations on the desktop. (You can of course sandbox firefox itself on most operating systems if you so desire, just like any other process)

Comment Re:Wrong approach (Score 1) 426

http://news.newenergytimes.net/2013/05/21/rossi-manipulates-academics-to-create-illusion-of-independent-test/
Last comment.
"Here is how Rossi has fooled the same bunch of academic physicists this time: "
Seems like a good approach.

The number of times the answer is "Rossi" to the questions in main post is pretty damning too.

Comment Re:That's what happens... (Score 1) 260

Naw. You're right. That'll teach me to just google for random website snippets.
Site looked plausible, but I'm guessing they just made a mistake.
Wikipedia lists nuclear energy production at 2731Twh in 2008 and wind at 212.

Soo.
212/2731 = 8%

Pretty close to what you gave.
The 19% for average production seems correct tho...

Comment Re:That's what happens... (Score 1) 260

Hm. Also kinda interesting to take the installed capacity figure for 2010 and divide by the generation value.

Sooo.
Installed capacity in 2010. 196.630 GW.

Power generation in 2010... 327,850 GWh.

327850 / 197 = 1664h

1664 / (365*24) = 19%

Sooo, actual production for any given GW of installed capacity averaged 19%?

I'd seen typical figures using 25% or higher.

Comment Re:That's what happens... (Score 1) 260

It seems to me it produced a lot less than 1/10th the power.
According to Wikipedia, total wind production in 2010 was 327.850TWh
According to "nuclear power today" -- "In 2011, production was 2518 billion kWh"

The years are roughly the same, so...
328 / 2518000 = 0.000130262

Which seems a lot more plausible. There just isn't that much wind out there.
That is, not 10% of Nuclear but 0.01% of Nuclear.

Comment Re:Strictly DRM (Score 2) 208

Well, supposedly the server does game saving (which probably would have required a small amount of effort to make cloud based in the first place), and syncing a small amount of information about city stats between players (this last one was trivially spoofed and apparently is the thin justification for making it always-on multiplayer online).

I'd say they went out of their way to break offline play.

Comment Re:Great User Interface, though! (Score 1) 79

Unwritten?
===========
``Perhaps whoever designed it had eyes that responded to different wavelengths,'' offered Trillian.

``Or didn't have much imagination,'' muttered Arthur.

``Perhaps,'' said Marvin, ``he was feeling very depressed.''

In fact, though they weren't to know it, the decor had been chosen in honour of its owner's sad, lamented, and tax-deductible
condition.
===========

Comment Re:Awesome for FireFox! (Score 1) 199

Not only that, but on his other point, the memshrink project took off, Firefox has been using significantly less memory than other browsers.
On my system, for 5-10 tabs, Firefox uses about half as much memory as Chrome. For a large number of tabs, Chrome explodes to gigabytes of memory while Firefox doesn't go up by much at all.
Not to mention tab groups make organising that large number of tabs a lot easier.

https://blog.mozilla.org/nnethercote/category/memshrink/

Comment Re:Cheap alternative to Retina MacBook (Score 4, Informative) 392

Bit of clarification on the linux instructions.
http://chromeos-cr48.blogspot.com/

Has the typing commands portion of the instructions simplified down to:
wget http://goo.gl/34v87; sudo bash 34v87

run at least twice.

And:
sudo cgpt add -i 6 -P 5 -S 1 /dev/mmcblk0

To set ubuntu as the default boot.

So. No need to type in anything too complex w/ dd

Comment Re:Please include flash! (Score 1) 181

Oh. Then there are sites that use "detection" code and won't even show you a click-to-play area on the screen. They'll simply bounce you to some error content if they fail to create the invisible flash content.

Hopefully this sort of poor behaviour is becoming rarer. Esp since Firefox on my Android tablet/phone prompts for flash too, which will hopefully drive some website awareness.

Comment Re:Please include flash! (Score 1) 181

The problem I ran into w/ FlashBlock was needing a ton of whitelisting. And for silly things even, like playing sounds.
For example, gmail would use flash (don't know if it still does) for the ping when someone sent you a chat message.
It created that invisibly, so FlashBlock didn't work - I guess prompting would, but it wasn't obvious what people were whitelisting.

Another one that did that, the game Enlightenment would use flash as a fallback after attempting HTML5 sound w/ mp3 only (no ogg fallback) so also needed manual whitelisting due to invisible content.

Again, the notification prompt in the new Mozilla interface will at least tell someone, but if they don't realise what they are whitelisting (assume it is some crappy flash ad or something) they'll get a worse experience.

So. I'm going w/ pervasiveness, and use of hidden flash for audio.

Comment Compiz shaders (Score 1) 195

They can be applied to any window w/ a key combo, and are fairly customisable.
Here's a custom one applied to Firefox, is one that preserves colours while inverting lightness.

http://m8y.org/tmp/biased-inverted-lightness.txt
http://m8y.org/tmp/inverted-lightness.txt

http://m8y.org/tmp/lightness1.jpeg http://m8y.org/tmp/lightness2.jpeg http://m8y.org/tmp/lightness3.jpeg

Arbitrary tweaks of the values. Apologies for the relative unreadableness of the script (variable reuse, bad names) was just a quick implementation of:
http://dbaron.org/log/20110430-invert-colors

To be actually usable for routine web browsing.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...