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

 



Forgot your password?
typodupeerror
×

Comment Re:Has to be said (Score 1) 283

MongoDB is Webscale. MySQL is not Webscale, because it uses joins.

I see this comment a lot and I don't get it. Somehow Map/Reduce is considered *webscale* and joins are not. But I can implement a join with Map/Reduce so why don't the webscale databases provide join functionalty that is built on top of Map/Reduce and save us all the trouble of reinventing the wheel?

Comment Ruling not logically sound (Score 1) 183

This statement from the judge was used as an axiom for making his judgment...

the transcription of pi to music is a non-copyrightable idea. The resulting pattern of notes is an expression that merges with the non-copyrightable idea of putting pi to music: assigning digits to musical notes and playing those notes in the sequence of pi is an idea that can only be expressed in a finite number of ways.

However, I doubt that the statement "assigning digits to musical notes and playing those notes in the sequence of pi is an idea that can only be expressed in a finite number of ways" is true. Certainly, the judge cannot prove that statement. Therefore I think his ruling is not logically sound.

For instance, I could take any sufficiently long sequence of digits in pi and come up with a mapping of those digits to notes to produce the song "Beat It". A corollary: the legal system in the US is complete shit.

Comment Re:3D printers suck (NOT) (Score 2) 129

two comments....

I have built both a CNC router and a 3D printer. It is *much* harder to build a milling machine because of the mechanical stiffness that the machine requires.

Take a look at the printed parts used to build a reprap - the parts have very sophisticated shapes that are *impossible* to make on the typical sub-$1000 2.5D CNC machine.

Comment Assembling the machine is the easy part (Score 3, Informative) 129

I assembled a RepRap Prusa in a weekend but it took me 8 weekends to figure out... ...what software to use to drive the machine (RepSnapper). ...what driver to use on the electronics (Sprinter), and how to configure and recompile it for my machine ...what slicing software to use (Skeinforge), and how to configure it (properly configuring Skeinforge can be a fulltime job). ...what 3d design software to use (current using OPENscad)

Slashdot Top Deals

BLISS is ignorance.

Working...