Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Even If They Lose the Appeal... (Score 5, Interesting) 371

...This has got to be seen as a win for the band. They have to pay royalties back to 2002... which is >20 years since the song was released and became a monster hit. Surely its earnings potential has slacked off some since then. Imagine how bad it would be if they had to come up with royalties back to its heyday...

Submission + - Fair Use, Free Speech, and Memory Holes

akahige writes: Copyright and fair use both see quite a bit of discussion here, and a news update sparked an interesting thought to which I have no answer — so I thought it would be interesting to see what the Slashdot pundits have to say... The judge in the Associated Press vs. Shepard Fairey copyright infringement suit over the Obama Hope poster today suggested that the parties come to some sort of settlement rather than dragging the issue into court where the AP, according to the judge, is sure to eventually prevail.

Fairey and his lawyers have been arguing fair use — and that seems to be how the media and copyright watchdogs have been treating the dispute, but there's something more interesting, subtle, and insidious going on that no one has touched on. The Fairey poster is not just the photograph with some Photoshop effects applied to it — which would have certainly brought up all manner of fair use issues. It's been demonstrated that the poster image was traced from the photo (no doubt by hand), but that would actually make it an original creation, even when using something else as a jumping off point. Here's the catch: the photo was not a work of art carefully composed in a studio, it was taken at a public event where anyone standing in roughly the same spot could have taken the exact same shot.

Apparently, what the AP is arguing is that no one has the right to make a artistic representation of anything depicted in a photograph to which they hold the rights. This is not a threat to fair use. It's a threat to free speech, and the willful creation of a memory hole.

Comment Re:Maybe I'm missing something (Score 1) 663

No actually, I would argue that it's better to simply start with the basic concepts of C and then get more complicated. Sorta-teaching kids a half dozen languages is meaningless, if our stated goal is to turn out competent IT people.

It's not exactly like C::Java as Integral Calculus::Algebra

Java is a complex monster all it's own, and half the complexity is because it tries to get cute with pass by references, garbage collection, and all manner of things that would only take a week of class time to teach a sufficiently curious individual.

With C, most of the complexity is in dealing with the limitations of the computer itself. It can only do one thing at a time. Memory is finite. If you allocated it, you have to free it.

(When you start getting into object systems, my argument is to ditch compiled options and layer on a scripting language like Python or TclOO that can better handle the Kama-Sutra like transformations abstract objects need to perform.)

Comment Re:Maybe I'm missing something (Score 1) 663

Well, if you don't understand memory addressing... how do you understand programming to start with? It's so simple "I want a block of memory" is malloc(). I'm done with a block of memory is free(). A pointer points to a block of memory that was malloc()'ed.

I was 16 years old, reading a xerox copy of K&R's "The C Programming Language", and my only prior experience was BASIC. (Where the looping construct was "GOTO")

The problem is, kids aren't learning programming languages because they are fun. They are learning them in class, and under the gun. It takes years of playing with these concepts before they make sense. And we don't have the kinds of curriculum that stress "this is a multi-year discipline in which what you learn in year 1 forms the basis for year 2." Instead, we reward kids one correct answer at a time, and never mind that the 9 questions they got right were useless, and the one question they got wrong betrays a complete misunderstanding of the subject, it's an "A".

Comment HTML5 can't replace Flash in all cases, right? (Score 1) 468

Obviously, the biggest use of Flash on the web is embedded video, but this is hardly the only use, and those are seldom mentioned in the HTML5 v. Flash discussions. With Scribd converting to HTML5, the field seems to be opening up (though their use of Flash always struck me as being an anti-copying measure more than anything else).

So far as I know, HTML5 isn't suitable for things like graphical configurators or 3D models (allowing the user to rotate them) -- or is it? There's QTVR for 3D stuff, but it's always seemed clunky to me. And I haven't seen anything but Flash used for configurators. Are there actually reasonable alternatives to Flash for this sort of thing?

Comment As an engineer let me say... (Score 1) 736

The problem isn't an engineering education. The problem is a complete an total lack of humanities while undertaking said education. Well, not total lack, but a general consideration that it's a pain in the ass and not required to get your job done.

I nary saw a history class, and the only "humanities" we were offered were labeled such. (I.E. a premade minimal class just to say were had it.)

You also have the problem in that Engineering degrees are so in demand, our engineering schools have become diploma mills. Self-contained enclaves. There was no effort on the part of my school to connect what we were learning to anything else. If anything the attitude was "Engineers were special", and everything (including basic math) had a "For engineers" in the title.

Comment Re:Y2K (Score 2, Interesting) 328

Heck, I worked at a museum that ended up spending 6 figures to wholesale replace their IBM System 36 accounting system with an AS/400. (Including having developers completely rewrite the RPG code...)

In 2001 we had several companies that wanted to donate System 36's to be museum displays. We ended up telling them that we already had 2 of our own!
Databases

First MySQL 5.5 Beta Released 95

joabj writes "While MySQL is the subject of much high-profile wrangling between the EU and Oracle (and the MySQL creator himself), the MySQL developers have been quietly moving the widely-used database software forward. The new beta version of MySQL, the first publicly available, features such improvements as near-asynchronous replication and more options for partitioning. A new release model has been enacted as well, bequeathing this version the title of 'MySQL Server 5.5.0-m2.' Downloads here."
Open Source

Linux Kernel 2.6.32 Released 195

diegocg writes "Linus Torvalds has officially released the version 2.6.32 of the Linux kernel. New features include virtualization memory de-duplication, a rewrite of the writeback code faster and more scalable, many important Btrfs improvements and speedups, ATI R600/R700 3D and KMS support and other graphic improvements, a CFQ low latency mode, tracing improvements including a 'perf timechart' tool that tries to be a better bootchart, soft limits in the memory controller, support for the S+Core architecture, support for Intel Moorestown and its new firmware interface, run-time power management support, and many other improvements and new drivers. See the full changelog for more details."

Slashdot Top Deals

Crazee Edeee, his prices are INSANE!!!

Working...