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

 



Forgot your password?
typodupeerror
×

Submission + - a NEW Road Warrior movie

turkeydance writes: Following more than a decade of gestation and interruptions and coming nearly 40 years after the original film, the latest installment of George Miller’s apocalyptic action series Mad Max will finally see the light of day.
http://www.slate.com/blogs/bro...

Comment Re:Repeat after me... (Score 2) 315

You mean, limited to writing for any platform that uses something other than a web page as its UI (including embedded development, server-side development, regular PC applications, mobile, video games, etc.)? I think I can live with that limitation!

(Actually, even if you do write things that use web pages for their UI, unless you're the "UI guy" you still might not have to know much CSS!)

Comment Re:Oe noes! A compiler bug! (Score 1) 739

It's just that saying C++ is more complex than Java has little bearing on C. C++ is an immensely complex language: loading and using C++ programs is slow. The overhead of using C++ is immense. It's incredible. Name mangling causes tons of comparisons in initialization and during lazy look-up; while classes require constant indirect look-ups through the virtual method table as a matter of course.

In C, you have none of that. memcpy() is just memcpy(), and it's in the PLT. A call to memcpy() doesn't invoke a look-up through the virtual method table to determine which pointer to use for a call %register,$pointer; it's just stuffed into the PLT, and a call to it causes a hard-coded call %register,$offset.

There are no template functions in C because of no name mangling.

Comment Re:COST (Score 1) 544

Obviously the time is right for someone to invent a little portable keyboard (possibly with its own battery) that plugs into the phone's USB port and lets you type like a normal person, instead of like a demented monkey chasing termites.

(Which is what I feel like when I use a stylus, but it's still better than fat-finger syndrome.)

Comment Re:Most of you have it... (Score 1) 100

Have you looked at animal samples too? Seems to me it would be easier to get those upper gut samples...

Is it human-host only, or opportunistic wherever its favored bacteria thrive?

Has any of this virus been incorporated in our DNA?

Completely OT, having been preconditioned by the crAss cracks, my brain decided to parse your username as "robed wards" which made no sense. :)

Comment Re:Anybody know? (Score 1) 234

No. ESPESCIALLY for free games. Why add copy protection to free stuff anyway? It's free to begin with! No one needs or wants to "pirate" it. Unless of course you need a "pirated" copy of the game to keep the negative SecuROM effects from your system.

This is the difference between "free as in beer" and "free as in speech" / copyleft. In the former case, maybe the company offered the program "free" for a limited time or "free" to a certain group of people or "free" as long as some other particular condition were met, and would object to people distributing the program outside of those conditions.

I'm not saying it's a legitimate reason -- far from it; SecuROM is malware and everyone who conspired to produce or distribute it should be in federal prison-- but it is a "reason."

Slashdot Top Deals

With your bare hands?!?

Working...