Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Cheating (Score 1) 255

I've often thought the same. However...

Even those "old skool" 80s and 90s demos had their own "graphics libraries", just on lower level - BIOS routines to switch graphics modes, and if there was music, it was usually done using MIDI or GUS, which had hardware mixing routines. Add all DOS interrupts on top of that and you had plenty of "libraries" also available back then.

So while there is difference (back then you had to do your own polygon filling routines), even old-timers had some help, and you could even argue that it was quite an equal amount when compared to yesterday's standards (flat shaded polygons were great back then).

Heck, I'd even go as far as to say, that 4kb, even with DirectX and whatnot, is even more amazing when you consider that even basic OS install requires 20 GB disk space. In the 90s, the days of Commodore 64 were pretty close, and 4kb was just few orders of magnitude smaller than "the usual stuff" those days.

Comment Think Finnish paper mills = US car factories (Score 1) 166

From Finnish viewpoint the news is very interesting, because these paper mill sites (Summa, Kemijarvi mill, and some others) have been continuously in the headlines for the last two years due to their closing down. Many of the cities these factories have resided in are in rather remote locations, and there aren't many companies who are interested in the facilities, meaning a significant share of the taxpayers suddenly become unemployed, without much hope for new companies appearing.

Now the headline where Google, a global superbrand, is buying an obscure paper mill and converting it to a datacenter truly raises eyebrows, I myself almost fell from my chair when a saw the headline. From US viewpoint and scale, it would equate to something like:

"Chinese government to acquire all car factories in Detroit and convert them for clothing production".

Except Google and paper mill makes up a somewhat more nerdy combination. But I agree, people not familiar with Summa paper mills and their history probably won't appreciate this getting to the Slashdot front page.

Programming

The ASP.NET Code Behind Whitehouse.gov 143

An anonymous reader writes "The author looks at the markup for the new whitehouse.gov site, launched today. It uses ASP.NET and various JavaScript libraries. It suffers from various inefficiencies, most easily remedied. Check the images and techniques used to build the site front-end."
Technology (Apple)

Revamped WebKit JavaScript Engine Doubles In Speed 270

Shin-LaC writes "In a post on their official blog, WebKit developers introduced the 'next generation' of their JavaScript engine, SquirrelFish Extreme, claimed to be twice as fast as its predecessor. The post lists several changes contributing to the performance improvements, including 'bytecode optimization,' a 'polymorphic inline cache' (which sounds similar to V8's 'hidden class transitions'), and a 'context threaded JIT' compiler which generates native code (currently only for x86 processors), and is also applied to regular expressions. The new JavaScript engine is already available in the latest WebKit nightly builds. According to comparative benchmarks, the new engine is around 35% faster than the V8 engine recently introduced in Google Chrome, and 55% faster than Mozilla's TraceMonkey."

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...