Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:LibreOffice will join the ranks of Linux... (Score 1) 500

The common definition is that what Linux users call a "distribution" is an operating system.

It may be a common definition, but that doesn't make it a correct one.

The FreeBSD userland with a Linux kernel would feel like FreeBSD, not like a GNU/Linux system.

What has feel to do with it? You are describing the user interface.

Overall, the Linux ecosystem is fairly muddled WRT these definitions

It may or may not be, but I think if you step outside the small world of personal computers and into the wider world that computer science covers you will discover its a very clearly and exactly defined concept.

Image

"Super Monkey" Security Force Used At Commonwealth Games 66

The New Delhi Municipal Council (NDMC) has increased the strength of its monkey security team for the Commonwelath Games. The large langur monkeys are used to scare away smaller, more troublesome primate species from sporting arenas and food stalls. "From tomorrow onwards we will increase the number of langurs from 28 to 38. The additional langurs will take care of the Games venues and other important areas," an NDMC official told the Press Trust of India news agency. Sounds like a good idea until the monkeys learn how to throw barrels.

Comment Re:but in argentina... (Score 3, Informative) 103

The important fact you are missing is real world signal to noise ratio. No source has zero noise, so below a certain signal level there is no signal only noise, so as long as the bit depth is sufficient to cover the available S/N ratio, and as long as the sampling frequency is high enough to cover the frequency range of interest, and in the case of audio thats well defined, and we could up the limit a few times to be sure. So as long as thats all met, and the equipment is working as it should, then yes, loss-less recording of the world is entirely possibly.

Input Devices

Equatorial Mounts For Budget Astrophotography? 85

Timoris writes "With the Perseids approaching rapidly, I am looking for a good beginner's motorized equatorial mount for astrophotography. I have seen a few for $150 to $200, but apparently the motor vibrations make for poor photographs. Orion makes good mounts, but are out of my price range ($350) and the motor is sold separately, adding to the price half over again. Does anyone have any good experience with any low- or mid-priced mounts?"

Comment Re:Yeah, he's my hero (Score 1) 243

But what about back when you were a club band? What about all those years when the studio was paying your bills before you had even hit it big, when there was a very good chance that you wouldn't even MAKE it big? The studio took a chance on your then and helped promote you, helped MAKE you big. Now it's all-too-easy to forget the risk they took on you back then and the work they did to promote you.

While its conceivable that some labels did that in the past, I think you are describing something that just doesn't happen anymore. So its a bit of a vacuous argument to make now.

Oh, and BTW, I think EMI did just fine from Pink Floyd, that was EMI before they sold themself to venture capitalists.

Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!"
NASA

Dying Man Shares Unseen Challenger Video 266

longacre writes "An amateur video of the 1986 Space Shuttle Challenger explosion has been made public for the first time. The Florida man who filmed it from his front yard on his new Betamax camcorder turned the tape over to an educational organization a week before he died this past December. The Space Exploration Archive has since published the video into the public domain in time for the 24th anniversary of the catastrophe. Despite being shot from about 70 miles from Cape Canaveral, the shuttle and the explosion can be seen quite clearly. It is unclear why he never shared the footage with NASA or the media. NASA officials say they were not aware of the video, but are interested in examining it now that it has been made available."
Microsoft

Visual Studio 2010 Forces Tab Indenting 390

An anonymous reader writes "For years, Microsoft has allowed Visual Studio users to define arbitrary tab widths, often to the dismay of those viewing the resultant code in other editors. With VS 2010, it appears that they have taken the next step of forcing tab width to be the same as the indent size in code. Two-space tabs anyone?"

Comment Re:Everything? (Score 1) 123

Well, ignoring the fact that it can be proved through the normal Turing machine proof. It can be also be shown in practice that it can be reduced to a set of logic equations. Use VHDL to describe a processor and memory and any i/o required. Add the VHDL to describe the stored program containing the instructions to run on the processor to implement the algorithm. Then synthesise the resultant VHDL to a FPGA target, and you have reduced the algorithm and the machine to implement it to a set of pure matematical equations of the sort that even a lawyer could recognise as mathematics.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...