Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:More Microsoft Bashing (Score 1) 154

While I think Microsoft is right with its release cycle, the article is based on the fact the every other browser vendor is releasing snapshots.

For me, the biggest picture is interaction and strategy, not builds. In Webkit, Gecko and Presto, if you are a web developer, you can interact with the engine developer. They have mailing list, good bucktrackers, and a *good attitude* towards fixing bugs.

For Microsoft, if you are using Linux for development (a pretty common case I'd guess) you cannot even try. I doubt Windows users do fare any better. By the way, Windows 7 is not bad, but not usable yet.

Comment The answer is no! (Score 1) 344

I don't see relational databases going away any time soon.

Most (>70%) of the web is using them, and so far, they've worked very well.

What is missing is good support for them from the programming language point of view.

The nature of relational databases is declarative, as you define mathematically what you want, not how. That's a job for the database, and they've got huge compilers and optimizers for it.

Of course, the SQL language is a leaky abstraction of the pure relational calculus, and you have to know certain rules in order you query can be answered efficiently.

SQL doesn't fit well in imperative languages, where all you can do is write down instructions. Compare that with a language like Prolog, which is OOTB a relational database.

The Courts

Submission + - Dell and Intel hit by class-action lawsuit

Rob writes: Dell Inc and Intel Corp have been hit by a class-action lawsuit that claims Dell improperly accounted for allegedly secret kickbacks from Intel worth as much as $1bn a year. The suit may well help AMD's own suit against Intel, accusing it of illegally coercing customers away from AMD. Then again, it may turn out to be yet another case of the US litigation system gone awry.
Music

Submission + - Laptop-only music performances?

An anonymous reader writes: As music production tools, computers are everywhere from recording and mixing to publishing. What about computers as the sole musical instrument? DJing or just playing mp3s aside, we have improvisers and orchestras (another) that treat laptop as a full-flavored instrument. What's the most interesting laptop-only live act you have seen/heard? And would you call these guys a boy band?
Data Storage

Submission + - Database file system - do any useful ones exist?

sammyp42 writes: "I did a very basic and preliminary search for database file systems. I saw a lot of articles and postings about the benefits and advantages of DBFS's, but I couldn't find any projects that were trying to implement a DBFS. I am very interested in either: a) starting my own open source project to implement a DBFS, or b) get invovled with some existing project. My goal here is to create something that will ultimately have an advanced file explorer view on top that will help people sort, store and archive their files and data (data including RAW data, not just application data) more easily; basic application support (Office, Media apps, etc...) is essential, but not the primary focus for initial deployment. Making my parents, relatives and friends computing lives easier is my primary goal. WinFS seems to be headed in this direction, but it's too proprietary for my taste, plus I don't work for MS (or any other corporate entities developing such FS's). I think the OSI model is the way to go here. Anyone here can point me to anything worthwhile? If you have similar interests, let me know and maybe we can organize something together."

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...