Forgot your password?

typodupeerror
Sci-Fi

Sci-Fi/Fantasy Artist Jean 'Moebius' Giraud Dies At 73 64

Posted by Soulskill
from the rest-in-peace dept.
Dr Herbert West writes: "According to io9, 'Today is an incredibly sad day for fans of comic books, concept art, and downright anything science fiction. Artist Jean 'Moebius' Giraud, who provided some of the most stunning scifi and fantasy art ever to grace a page, has succumbed to illness at the age of 73.' It's pretty hard to overstate the impact he had on film, comic books, and illustration in general. You can name most any fantasy or science fiction related piece of culture from the last 30 or 40 years, and chances are he provided concept art for it or was involved in some way. Alien, Dune, Heavy Metal, Tron (original AND the new one), The Abyss, Masters of the Universe, The Fifth Element, Willow... the list goes on. With the recent passing of Ralph McQuarrie, it's been a tough week for scifi and fantasy artists."
Image

Book Review: CoffeeScript: Accelerated JavaScript Development 100 Screenshot-sm

Posted by samzenpus
from the read-all-about-it dept.
Michael J. Ross writes "For decades, programmers have written computer code in one language, and then programmatically translated that code into another, lower-level form (typically machine code that can be run directly by a microprocessor, or some sort of bytecode that can be interpreted by a virtual machine). For instance, source code written in C or C++ is compiled and assembled into machine code. In web programming, there are emerging languages and other tools for translating code into JavaScript. For instance, Google Web Toolkit allows the programmer to create web apps in Java. The latest addition to this category is CoffeeScript, a language that can be compiled into JavaScript, and is intended to reduce source code size and clutter by incorporating some of the best operators from other Web scripting languages, particularly Ruby. It is also the topic of a new tutorial, CoffeeScript: Accelerated JavaScript Development." Read on to learn what Michael thinks of this book.

Comment: Re:Cue "Windows Sucks" comments in 5, 4, 3, 2, 1 (Score 1) 393

by Winter (#30833974) Attached to: Newly-Found Windows Bug Affects All Versions Since NT

in 0x00000003, 0x00000002, 0x00000001, 0x00000000, 0x80000000, 0x80000001, 0x80000002..... Huh.... the other one makes more sense (3, 2, 1, 0, -1, -2...) as it would be what you got if you decrement a 32bit int: 0x00000003, 0x00000002, 0x00000001, 0x00000000, 0xffffffff, 0xfffffffe, 0xfffffffd

Comment: Re:"Not for ________ use" (Score 1) 422

by Winter (#30811460) Attached to: Wii Balance Board Gives $18,000 Medical Device a Run For Its Money

Which is why, when you do use tantalums, you use ones that are specced at twice the voltage you expect over them.

We've used tantalums in some telecom equipment we make, and except for about 5 spectacular failures (explosions, fireballs) on some early prototypes (because of wrong part numbers and such), we've never seen a failure in almost 7 years.

We could not have used electrolytic caps as they would not have survived as long.

BTW: reverse voltage an electrolyte, and witness the explosion (and foul smell) also.... Used to do that to scare people in electronics class.....
Of course, if we redesigned now, I'd probably change out some of the tantalums with ceramic caps.

Comment: Re:Diesel and window defogging (Score 1) 687

by Winter (#29117931) Attached to: World's Only Diesel-Electric Honda Insight

My family has diesels in Norway (German Fords, 1.8L TDI). Latitude approximately Anchorage AK.
The cars have a secondary heat turbine that is used as a engine heater to get the engine to starting temperature in the morning, and to INCREASE the coolant temperature if it is too low.

The cool thing is that this turbine has its own timer so you basically have a mobile block heater with you at all times...

Comment: Re:Lead solder replacement (Score 1) 178

by Winter (#25836567) Attached to: Researchers Getting the Lead Out of Electronics

We have a product with about 15 fairly expensive BGA's on it.
Before RoHS, we had little to no problems with the board. After we switched, we have a lot of problems with cracked solder joints/BGA balls under the BGA's, and they usually doesn't show up right away, but waits for a few thermal cycles.

The ironic thing is htat since we're making telecom equipment, we're excempt from using unleaded solder, but we cannot get the BGA's with anything except unleaded balls.

Movies

Netflix Extends "Watch Instantly" To Mac Users 205

Posted by kdawson
from the instant-grats dept.
CNet is reporting that Netflix has opened up its "Watch Instantly" feature to Mac users (here is Netflix's blog entry). They accomplished this by using Microsoft's Silverlight technology on both platforms, abandoning the Windows Media Player solution that had been employed in the first, Windows-only, version. Silverlight's DRM capabilities meet Netflix's needs, apparently. Netflix warns that this is beta software. Mac users can opt in here, then watch instantly with Safari or Firefox 2+, with the Silverlight plugin in place. Movie selection is somewhat limited.

Age and treachery will always overcome youth and skill.

Working...