Slashdot Mirror


User: dkm

dkm's activity in the archive.

Stories
0
Comments
64
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 64

  1. All your ... on Mysterious Radio Station UVB-76 Goes Offline · · Score: 1

    All your monotonous tones belong to us

  2. Almost on Slashdot Index Code Update · · Score: 1

    I like the concept but the interface needs to change. Have the change in size of the posting and having an irregular number of items just make the page hard to read.

    I would either make the heading just like the normal article headlines or somehow segregate them on the page.

    Now how do I turn this off?

  3. Re:Photographs? More like Photoshops on The Best Science Photographs of 2005 · · Score: 1

    What color is IR in your world?

  4. Re:Conflict of interest? on Hydrogen Vehicle Generates Its Own Fuel · · Score: 1

    Actually, following the green revolution, large-scale agribusiness-style agriculture is pretty endemic around the globe. It definitely is used in Asia. And it certainly drives most of the corn production here in the US.

    Current domestic corn yields would not be sustainable without the fertilizer and pesticides that are used.

    I can't see why growing corn or hemp for biodiesel would be less intensive than growing corn for human consumption or livestock.

  5. Re:Conflict of interest? on Hydrogen Vehicle Generates Its Own Fuel · · Score: 1

    Actually, I'd have to question biodiesel as a viable long-term alternative. How much petroleum product is used to create the fertilizer, haul it to the fields, harvest the crop, etc?

    You would probably be better off just using the equivalent gas in cars directly.

    That is unless there is enough waste vegetable oil lying around to just power the society off of the byproducts of other activity.

  6. And to think . . . on Britain is the World's Surveillance Leader · · Score: 1

    This is all happening in a country where there has been resistance to having photo ids.

  7. Re:GIS technologies on Finding Yourself With Photo Recognition · · Score: 1

    You should check out the Laboratory for Engineering Man/Machine Systems at Brown University. They have done some very cool VR work to help with archeology research. They have VR recreations of historic sites. They are not as extensive as full cities but still very interesting.

    The link is: http://www.lems.brown.edu/vision/extra/SHAPE/

  8. Re:What the fuck? on Mobile Wifi Backpack · · Score: 1

    Can't a powerbook do this on it's own?

    I mean you can just use the wireless card to have the powerbook act as a base station.

    Hey, that means my laptop case is prior art!

  9. Re:To put the conspiracy theories to rest: on Colorization of Mars Images? · · Score: 1

    Actually this link, posted in another comment by aenea talks about this very issue.

    From the linked article:

    On Mars, pictures taken from the surface by the two Viking lander spacecraft showed a sky which was a yellow color. Measurements also showed that the Martian atmosphere always had some fine dust suspended in it. The dust particles vary in size from smaller than visible wavelengths (0.4 - 0.7 micrometers) to as large as several tens of micrometers. (A micrometer is one-millionth of a meter, or about 0.00004 inches). Sky color measurements from Viking Lander 1 have been used with computer simulations of light scattering to estimate that the dust particles contained about 1% by volume of an iron oxide mineral known as magnetite (a black, opaque material). This mineral absorbs sunlight more effectively at blue wavelengths than at red wavelengths. Scattering (including absorption) of sunlight by the dust particles in the Martian atmosphere therefore accounts for the sky color. The scattering is more complicated than the simple Rayleigh case because the dust particles both reflect and absorb the sunlight, and because the presence of 'large' particles leads to more uniform scattering among the different wavelengths. If the dust did not absorb any sunlight, the Martian sky would appear whitish, since all wavelengths would be scattered to similar degree, much like sunlight scattered by clouds. The atmospheric dust which provides the pink-yellow tint to the Martian sky is also responsible, due to its ubiquitous presence on the martian surface, for producing the characteristic red color of Mars seen by the naked eye. In general, Rayleigh scattering is a very small effect in the Martian atmosphere However, at certain times and in certain places, clouds of extremely small dust particles give a blue cast to images taken from overhead. These are the so-called "blue hazes" observed in some cratered regions and parts of the Valles Marineris.

  10. Re:Jurisdiction? on Virginia Arrests Man For Spamming · · Score: 1

    Reminds me of how Bank of American treats you when you have insufficient funds in your checking account.

    They submit the check 3 times, each time the they charge you for bouncing a check. Then they increase the penalty for next time since you've now bounced three checks.

  11. Re:Bake the tape! on What happens When You Cook Your Palm Pilot · · Score: 2, Informative

    The USGS Earth Resource Observation System Data Center has an archive of satellite imagery of the Earth from a large number of sensors. They have a specially build oven to bake older (e.g., Landsat MSS from the 1970's) tapes prior to transfering the data onto newer media. I think the baking helps keep the different surfaces of the tape from sticking to each other when they are not supposed to.

    I think the recipe is something like 200 degrees F for 24 hours.

  12. FBI on How Many Keys Have You Pressed? · · Score: 1

    Maybe this is an FBI scam. Just like the "You have won boat. Please show up to claim." that shows up on the news or in the Simpsons every so often.

    I can see it now: "But your honor, he asked us to install our key tracking software."

  13. Unix as literature on How Did You Become a UNIX Administrator? · · Score: 1

    You're not alone. I started out as a history major and picked up my unix experience in a (non-history) graduate program. As a result, I've always appreciated this article on The Elements Of Style: UNIX As Literature

  14. Re:How did the police identify him? on Florida Surveillance Cameras Claim a Victim · · Score: 1

    Maybe we shouldn't blame the face recognition software. Maybe we should blame the release he signed for the press.

  15. Geek Corps on High Tech in Africa: Geeks Needed · · Score: 5

    If you are interest in volunteering, check out the Geek Corps. It like the Peace Corps but for the technical able. They are looking for both volunteers and donations.

    I have no relationship with Geek Corps but I've always thought it looked like a great idea.

  16. Re:Why don't scientists publish to web, not journa on Scientists Demand Open Access to Research · · Score: 1

    Some web journal have peer review. The Journal of Artificial Intelligence Research is a highly respected, peer-reviewed journal.

  17. Re:whoops on Talking 'Bout Game AIs · · Score: 1

    Multi-layer perceptrons are not limited to linearly seperable problems.

  18. Re:Decision Trees? on Talking 'Bout Game AIs · · Score: 1

    Decision trees in the context of AI are inductive learning algorithms. They perform supervised classification.

    You provide them with a set training examples where the class of the example is known and "features" that describe the examples. The algorithm them tries to determine how to distinguish the different type of examples or classes. This is called supervised learning.

    There are numerious types of decision trees. The best know ones, find the best way to split the examples into seperate groups using a entropy based metric (such as information gain usually only using a feature at a time). This splitting continues until all the data have been split into pure groups or it is not possible to differential between members of different classes. (This is gross over simplification that ignore problems of overfitting the training data, ect.)

    Once trained, the trees can be used to classify unlabeled data.

    The have some advantages over neural networks in that the intial structure and the number of training iterations do not need to be specified. However, the have a harder time representing class boundaries that are linear combinations of features (e.g. class 1 if x > y, class 2 otherwise).

    C4.5 and CART are the best know decision trees. While there is a comercial version of c4.5 called c5.0(www.rulequest.com), the c4.5 source code is availible from http://www.cse.unsw.edu.au/~quinlan/.

    Tom Mitchell's book "Machine Learning" provides an excellent introduction to decision trees as well as other machine learning algorithms such a error backpropagation neural networks.

    I can't seem to find what looks like a good tutorial online quickly although I am sure that there must be one.

  19. Now I understand on I Won A Lawsuit Against A Spammer · · Score: 1

    So this is is why Kozmo.com when bankrupt

  20. Re:Thats retarded... on Can I See Your License for those Plants, Sir? · · Score: 1

    I thought most the genetically altered seeds were "programmed" not to reproduce so that you had to buy more product the next year. There was a real concern about this and the resulting effect in developing nations that might not be able to afford constant repurchasing of seeds each year.

  21. The command line on Why Software Still Sucks · · Score: 1

    All I can think of as I read the article was Neal Stephenson's "In the beginning was the command line." It seems the perfect response, even though it predates the article by over a year.

  22. Re:I'm sick of KDE marketspeak on KDE's Official Position on the GNOME Foundation · · Score: 1

    I think that they were responding to quotes in the GNOME foundation press release, and not just casting aspirtions.

  23. Re:What's the point? on 5th Annual Obfuscated Perl Contest · · Score: 1

    I wish I could remeber what it was called but I ran across a language once which allowed computed, probabilitic come froms (i.e., come from line 10 12% of the time). Try to figure out what was going on in that source code!

    It wasn't a serious language but there were compilers availible.

  24. Virtual Machine on Open Sourcing Closed Sourced Drivers? · · Score: 1

    All right, this may be a naive, unrealistic idea that show my complete misuderstanding of Linux and lack of experience with the kernel but here goes:

    Could a "virtual machine" a la Java be developed for Linux device drivers?

    The binary driver's could be written for this virtual machine. The distribution would handle the specifics for that installation. Any company who did not want to open source their driver but did want to provide a driver could write to the virtual machine specs. This might not resolve all problems would would make supporting Linux much easier.

  25. Patenting ideas vs patenting inventions on BT To Enforce Patent On Hyperlinking? · · Score: 2

    Since when did it become possible to patent an idea? I've always thought patents were supposed to be for specific inventions. That why the patent office used to collect all the old models of the inventions.

    That's also how companies get around patents of physical inventions. They find another way to do the same thing .

    Seem like most of the contentious patent stories that show up on slashdot have to do with the patenting of ideas. I mean if Alexander Graham Bell had patented the idea of communicating remotely, rather than the telephone, it would have covered two way radio, possible television, email, ect. The only way around it would have been if someone had patented letter writing or the telegraph.