Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Filed way too late. (Score 2, Informative) 360

You've spent two years on this, and only now getting into the patent? You should be prepared for disappointment. The odds are very high that someone has already patented your exact idea, especially if it's something that you could figure out with no prior RF electronics experience. It's difficult to let go of something that you've put your heart into for so long, but you need to be prepared to do that if you run into problems. Otherwise it could drag you even further down.

Power

Breakthrough in Electricity-Producing Microbe 177

University of Massachusetts researchers have made a breakthrough with "Geobacter," a microbe that produces electric current from mud and wastewater. A conservative estimate puts the energy output increase at eight times that of the original organism, potentially allowing applications far beyond that of extracting electricity from mud. "Now, planning can move forward to design microbial fuel cells that convert waste water and renewable biomass to electricity, treat a single home's waste while producing localized power (especially attractive in developing countries), power mobile electronics, vehicles and implanted medical devices, and drive bioremediation of contaminated environments."

Comment FPGA4Fun and KNJN Altera boards under $50 (Score 1) 185

Read through some of the tutorials at http://www.fpga4fun.com/ and then head over to the sister site http://www.knjn.com/ to find some FPGA boards. You can get a very good introduction to FPGA concepts for less than $50. The Pluto boards with Altera Cyclone FPGAs are perfect for getting your feet wet.

Power

550 Metric Tons of Uranium Removed From Iraq 647

Orion Blastar tips us to an AP report that 550 metric tons of "yellowcake" uranium has successfully been removed from Iraq. The operation lasted three months, and it required 37 separate flights and an 8,500-mile trip by boat to reach a port in Montreal. Quoting: "While yellowcake alone is not considered potent enough for a so-called 'dirty bomb' -- a conventional explosive that disperses radioactive material -- it could stir widespread panic if incorporated in a blast. Yellowcake also can be enriched for use in reactors and, at higher levels, nuclear weapons using sophisticated equipment. The Iraqi government sold the yellowcake to a Canadian uranium producer, Cameco Corp., in a transaction the official described as worth 'tens of millions of dollars.' A Cameco spokesman, Lyle Krahn, declined to discuss the price, but said the yellowcake will be processed at facilities in Ontario for use in energy-producing reactors."

Comment Re:Is lead truly that dangerous ? (Score 2, Informative) 459

There is no such thing as "lead fumes" while soldering. Temperatures are NOT high enough to vaporize lead at all. Granted, some of the flux materials used in solder are not so good for you to breathe, but you will not inhale any lead while soldering. Wash your hands after soldering and your lead intake is practically zero.

RIAA Claims P2P Has Been Contained 388

Magorak writes "USA Today is reporting the RIAA now claims that the issues surrounding P2P and piracy have been contained and are no longer as big an issue as they once were. From the article; 'The problem has not been eliminated,' says association CEO Mitch Bainwol. 'But we believe digital downloads have emerged into a growing, thriving business, and file-trading is flat.'"

Analysis of .NET Use in Longhorn and Vista 479

smallstepforman writes "In a classic example of "Do as I say, not as I do", Richard Grimes analyses the ratio of native to managed code in Microsoft's upcoming Vista Operating System. According to the analysis at Microsoft Vista and .NET, "Microsoft appears to have concentrated their development effort in Vista on native code development. Vista has no services implemented in .NET and Windows Explorer does not host the runtime, which means that the Vista desktop shell is not based on the .NET runtime. The only conclusion that can be made from these results is that between PDC 2003 and the release of Vista Beta 1 Microsoft has decided that it is better to use native code for the operating system, than to use the .NET framework.""

Comment And "standard" libraries.... (Score 1) 661

... aren't that standard. Look at the effort that it takes to get Java ported to somewhere. Kaffe is/has been ready for years. Classpath (your standard library) is only getting useful (it compiles Eclipse!) And how many "deprecated" components are there in Java? C++ has plenty of people working on less-than-set-in-stone projects, but those shouldn't be considered standard. Use gktmm by all means. Use Qt. Use ACE. None of them can be considered standard, but you can use them today and Get Shit Done (TM). Hell, even Boost isn't standard. The day anything turns standard in C++ is the day that niche is basically done (on the scale short of introsort pushing out quicksort). GUI programming is by no means a done deal yet; the Adobe people are working up some very interesting tools; Mozart is investigating along similar lines; there's also a smaller personal project that uses embedded DSL in C++ (Boost.Spirit style). Until the One-True-Abstraction blows everything else away, you get the choice of making your own bed and lying in it.

Slashdot Top Deals

The first rule of intelligent tinkering is to save all the parts. -- Paul Erlich

Working...