Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Submission + - US to spend 500 Million dollars destroying our stock of U233 (thoriumpetition.com) 1

drewm1980 writes: U233 is an isotope of Uranium that can be used for starting molten salt breeder reactors, among other things. The US Dept. of Energy is in the process of spending half a million dollars to destroy the US's stockpile of this resource, since it is not currently used by the united states. A whitehouse.gov petition to stop this destruction ends Feb. 12.

Comment Re:Get a new layout, but not dvorak (Score 1) 307

+1 to this. Dvorak was laid out by a guy using only single character occurrence frequencies, and a hunch that alternating hands is a good idea. In modern times, we have computers to rapidly search through key layouts to maximize much better designed objective functions. If you're really serious about this you can probably design an objective function that optimizes your key layout for speed, and computationally determine a layout that is fastest on the data set they use for records testing.

Comment Re:While it can be done... (Score 1) 345

Wind turbines that operate well above the ground most emphatically ARE being built, and I'm surprised this fact hasn't more thoroughly penetrated the slashdot consciousness given how "sexy" this tech is. I have biases because I work in this field and have met most of the major players, but IMHO the two companies that are marching most rapidly towards utility scale aerial wind power are Makani power and Ampyx power:

http://www.makanipower.com/
http://www.ampyxpower.com/

In particular, Makani power's 30kW Wing 7b (same as wing 7a but with more aerodynamic turbine cowlings) is hitting their predicted power curve perfectly, and they're already working on their next wing. Ampyx is also using (way more efficient) rigid wings, but they do their power generation on the ground, which has a bunch of advantages and disadvantages. I'm not sure which design will ultimately be more efficient/practical (and this may depend on scale), but at the rate they're going it will certainly be hard to beat Makani to market. Also, for better or worse, national differences in the way airspace is regulated may play an accidental role in preventing the industry from rapidly standardizing on one design. Currently the FAA is (tentatively) regulating Makani's turbines as structures, and the govt. in the Netherlands is (tentatively) regulating Ampyx's turbines as aircraft. Note that there are a bunch of other start-ups working on AWE as well; the above two are just the ones I consider most promising for utility scale power.

Python

Submission + - Founder of Matplotlib John Hunter has passed away (numfocus.org)

andr1976 writes: The creator of Matplotlib (a free 2-D plotting library for python) and main contributor, John Hunter, has sadly passed away. Anyone who has used the library are familiar with the excellent quality of the library and the plots produced. The NumFOCUS foundation has set-up a memorial fund for providing education and support for his children. If you have benefitted from the usage of matplotlib in your work (publications, web content etc.) I sincerely wish that you would consider making a donation (even a small one).
Btw I have used matplotlib for seven years in industrial research for data visualization, publication ready plots etc. In my opinion Matplotlib is by far the best free/open source 2-D plotting library available.

Comment I saw this car yesterday (Score 1) 94

I live in Leuven, Belgium, where Group T is based, and they were showing off this car yesterday on the street. I didn't stop to look more closely since I've seen similar cars before, but I did wonder how the hell they made the patterned nose cone. It looked to me like it was injection molded, which seemed odd since a mold that big would be insanely expensive. Now I know better!

Comment Re:Follow-on question... (Score 1) 65

But it seems to me that with robotics, you have one more step to go: the kinetic/physical representation of things. Are there standards for the description of spatial relationships, feedback from sensors and movement directives?

Standardized representations of coordinate frames and tools for manipulating them is indeed one of the features provided in most robotics frameworks.

Comment Re:How can that be? (Score 1) 122

I would not be so quick to accuse people of writing poor code when you know very little about the problem they're working on. And remember, ~most code runs faster on CPUs. If you read some of Vasily Volkov's papers (he's the guy who wrote the early versions of CUBLAS), it is very clear that you might as well not bother with the GPU if you're mostly doing blas level 1-2 stuff, since the arithmetic intensity isn't high enough. For our application we had some specific operations we could combine and tricks we could use to reduce bandwidth, but they turned out to not be enough. This was a Ph.D. project that took several years; many parallelization strategies were tried on both CPU and GPU, and I got lots of feedback from colleagues working on gpu compiler tools.

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...