Slashdot Mirror


IEEE's Technology Winners & Losers of 2006

eldavojohn writes "As far as technologies go, there are clear winners and clear losers. This month's IEEE Spectrum issue contains an interesting list of winners and losers from 2006. Among the winners are a new radio technology, IP phone networks & memory technologies along with ethanol from sugarcane. Among the losers are tongue vision, LEDs in clothes, a flying car and ethanol from corn."

77 comments

  1. Smell transmission by Anonymous Coward · · Score: 0

    it's gonna be ground breaking tech. in 2007, 2008 and so on...

  2. Losers by Rik+Sweeney · · Score: 3, Funny

    Among the losers are [...] a flying car

    Hopefully the day they become reality won't involve Emmett Brown jumping of a DeLorean and taking us Back To The Future.

    An Aston Martin DB9 though...

  3. Battery Life by emmp · · Score: 4, Interesting
    From the article:
    A cellphone based on software-defined radio would be lighter, smaller, cheaper, and more power efficient.
    Would it really be more power efficient? I can't imagine having software cycling through wireless frequencies would be more efficient than a "hardcoded" hardware frequency, am I missing something here?
    1. Re:Battery Life by deimios666 · · Score: 2, Informative

      Software in this case probably means Firmware. As discussed previously firmware is a much cheaper alternative to specialised hardware. Besides it is more flexible than hardware.

      --
      I think, therefore you are.
    2. Re:Battery Life by Viol8 · · Score: 1

      Agreed , its highly likely to use far more power than specialised hardware which these guys might not think is an issue but when it means the different between 2 hours talk time on a normal cellphone or 20 mins talktime on theirs then they'll soon find out that perhaps the general public isn't as enthused about their technology as they are. Of course some major improvement in battery technology might offset this but I don't see any indication of this yet.

    3. Re:Battery Life by Anonymous Coward · · Score: 0

      You have no idea about the subject you are commenmting on, do you? You might want to actually go read some of the literature on the subject before you shove your foot further into your mouth.

    4. Re:Battery Life by Jott42 · · Score: 1

      I think that I am somewhat knowledgeable on the subject. Please tell me how it is more power efficient to do a radio reciver in software than in hardware? I can not see how to do it.

    5. Re:Battery Life by Viol8 · · Score: 1

      "You have no idea about the subject you are commenmting on, do you?"

      Wrong.

      "You might want to actually go read some of the literature on the subject"

      Thanks for the advice, but I've been there and done that.

      So , please do tell, how would software running on say a pentium be more efficient in terms of power consumption than using a specialised DSP? I'm all ears...

    6. Re:Battery Life by twiddlingbits · · Score: 1, Informative

      Maybe, maybe not. Firmware requires an actual CPU such as an ARM or DSP to run the code. Those devices, while not ultra expensive, are not as cheap as FPGAs or ASICs. The cost in ASICs and FPGAs for the "dedicated hardware" phone is in the initial design, the cost to manaufacture is low. The cost for a "firmware phone" is also up front in design and development, and then the CPUs cost is added. For basic phones that do very little, I think the specialized hardware approach would be cheapest, for PDAs and higher end phones probably the Software driven approach is cheaper as you can get more functionality into the phone (which helps sell it at higher prices). Higher end phones and PDAs are really a combination of both approaches, there is dedicated special hardware to handle the signal processing and then OSes and Applications to provide the other features.

    7. Re:Battery Life by Beryllium+Sphere(tm) · · Score: 1

      The hope, on a superficial analysis, is to reduce parts count on the analog side. The CPU is already there to drive the non-radio functions of the phone.

      But yes, the more you look at the claim the more doubtful you get. First, you really want a DSP chip and not a general CPU. Second, demodulating RF is not something that takes cabinets full of circuitry any more.

      Now, if cell phones use a heterodyne system to tune the RF (do they?), then you might get rid of the local oscillator, and save some power, savings which would then become unnoticeable as soon as the phone had to transmit.

    8. Re:Battery Life by fatphil · · Score: 1

      It is if you also need to keep a general purpose CPU active while your custom hardware is doing its stuff. Most of the RF stuff's done in a dedicated RF chip anyway, the modem processor (be it a DSP, GPCPU, or custom ASIC) just processes a string of 0s and 1s.

      --
      Also FatPhil on SoylentNews, id 863
    9. Re:Battery Life by fatphil · · Score: 1

      Straw man. You can get general purpose CPUs, such as ARMs but there are many others, which consume less power than many DSPs. Just because you can name a CPU with high power drain doesn't mean that CPUs use more power than DSPs.

      --
      Also FatPhil on SoylentNews, id 863
    10. Re:Battery Life by Anonymous Coward · · Score: 0

      IT WOULD NOT BE MORE POWER EFFICIENT.

      Downconversion etc is cheaper, smaller and lower power if you do it with analog parts.
      The base band signal processing is a different matter (next to impossible to do with analog today)

      However, SDR is more versatile/flexible and easily upgradeable.
      You can finish the H/W before finishing the S/W (and in fact ship the product before the real bugs are detected)

      It might even be cheaper to develop the SDR version.

      However, my H/W quadrature downconverter is unlikely to suffer from a virus.

    11. Re:Battery Life by Brickwall · · Score: 1

      Er, how did you think cellphones worked? They - well, some - do cycle through a range of frequencies, searching for a free one.

      --
      What was once true, is no longer so
    12. Re:Battery Life by timeOday · · Score: 1

      I thought the point of "software radio" was to be much more intelligent in e.g. adaptively moduluating transmit power or switching protocols in real time, which could reduce power (or improve service). Of course, if it were very successful you could always take that software and implement it in hardware (just as you could cook up a hardware implementation of MS word).

    13. Re:Battery Life by wyo321 · · Score: 1

      Actually, the article predominately discusses the use of general-purpose processors in commodity servers for the processing power, shying away from more typical software-defined radios that often include special-purpose DSPs and FPGAs. Obviously, more apt for base stations than for handhelds unless you've been eating your Wheaties.

      The aim was to remove all the dedicated hardware except the RF front end and digitizer, and to make it trivial (5% of the code) to port from one platform to another. This makes time-to-market fast, but at the expense of power, space, and performance.

    14. Re:Battery Life by Viol8 · · Score: 1

      Well the article was talking about using Pentiums. Anyway, less power at doing what? Executing one assembly instruction? Yes quite possibly. Executing code that performed the same operation (which could be 1 DSP instruction vs 10 ARM instructions)? Possibly not.

    15. Re:Battery Life by fatphil · · Score: 1

      The article was so badly written it was hard to know if it knew whether it was talking about base stations of handsets. And it only mentioned "general purpose processors such as the Intel Pentium or Xeon".

      I can assure you that there are plenty of general purpose processors (such as the Power Architecture) in base stations, and plenty of general purpose processors (such as ARMs) in handsets already. I in no way take a "such as" in such a poorly written article as any indication that pentia or Xeons are the ones that will actually be used.

      And ARMs do now have a vector floating point architectureal extension, so it's not necessarily such a large ratio any more.

      --
      Also FatPhil on SoylentNews, id 863
  4. Virtual chickens by Bob54321 · · Score: 4, Funny

    These have to be the best winner ever... I'm sure everyone else here wants a virtual flock of 16000 chickens.

    --
    :(){ :|:& };:
    1. Re:Virtual chickens by Aladrin · · Score: 4, Insightful

      You know what's even dumber? He's so impressed with his 'chicken ai' because he can run 16k of them... But games like Ninety Nine Nights have a LOT more complicated AI, and they already run many hundreds to a few thousand at a time, while dealing with sound, input and graphical output on a massive scale. I think he aimed quite low at only 16k chickens.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    2. Re:Virtual chickens by pubjames · · Score: 1

      I want to see video of those chickens... Anyone got a link? I googled but couldn't find it.

    3. Re:Virtual chickens by pixelpshr · · Score: 1

      Yes, but I'm pretty certain that the developers of Ninety Nine Nights had more than 3 weeks to develop their product.

    4. Re:Virtual chickens by Beryllium+Sphere(tm) · · Score: 1

      Was it deliberate humor to use chickens on a multiprocessor system?

      There's a famous quote from Seymour Cray, If you were plowing a field, which would you rather use: Two strong oxen or 1024 chickens?

    5. Re:Virtual chickens by Anonymous Coward · · Score: 0

      Of course, 640k chickens should be enough for anyone.

  5. Ethanol from corn??? by zoomshorts · · Score: 1

    Moonshiners have been doing that for hundreds of years. What is so new???

    NOTHING.

    1. Re:Ethanol from corn??? by WindBourne · · Score: 4, Interesting

      They do it for the taste. Trying to make production levels is easy, but way too expensive. In fact, cane and corn is too expensive and is a batch process.

      A far cheaper approach will be ethanol from algae. The algae approach will allow for more of a continuous stream and can use waste water and non productive land. Interestingly, it could turn America and even Europe back to a large energy exporter, rather than major importers.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    2. Re:Ethanol from corn??? by StrawberryFrog · · Score: 1

      RTFA

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    3. Re:Ethanol from corn??? by Anonymous Coward · · Score: 0

      Ethanol and biodiesel from algae.

    4. Re:Ethanol from corn??? by Anonymous Coward · · Score: 0

      It was just the other day that I read about an ethanol plant that makes vodka on the side.

    5. Re:Ethanol from corn??? by MtViewGuy · · Score: 1

      GreenFuel Technologies have been working on this idea of producing diesel fuel from oil-laden algae for a number of years by feeding them the exhaust from coal-burning plants. That could result in a huge leap upward in biodiesel fuel and heating oil production and likely far more ethanol production along the way, since the "waste" from extracting diesel fuel from that algae can easily be processed into ethanol. Also, the oil from that algae could be processed through a standard catalytic "cracker" found at oil refineries into kerosene for gas-turbine engines and even possibly gasoline for automobile engines! :-)

    6. Re:Ethanol from corn??? by drinkypoo · · Score: 1

      You get a lot more energy density out of making biodiesel from algae than you do making ethanol, not least because the energy density of biodiesel is something like half again higher than that of ethanol. You're better off separating the oils, then using the remainder as fertilizer, animal feed, or a burnable fuel.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Ethanol from corn??? by Hoi+Polloi · · Score: 1

      Well, moonshiners didn't have to get all of the water out of it, you were just drinking it after all. Some of that stuff I'm sure was pretty dry but the ethanol shippers can't use fuel pipelines because even low water levels would cause expensive corrosion. It has to be moved in tankers. Ethanol likes water, one of the reasons distilling to near 100% purity is very difficult and only laboratory grade ethanol comes close.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    8. Re:Ethanol from corn??? by Alchemist253 · · Score: 1
      Producing viable liquid fuels from biomass is expensive primarily due to distillation that almost invariably creeps into the process and consumes large amounts of energy, limiting the potential return.

      Recently, a group of researchers (with which I have no affiliation, btw) have demonstrated how to convert sugar derivatives into actual short- and medium-chain alkanes, i.e. gasoline. Check out the paper:

      Huber, G.W., et al. Science, 308, pp. 1446-1449.

    9. Re:Ethanol from corn??? by StikyPad · · Score: 1

      With advances in solar power, one has to wonder what the energy output of algae per square meter is compared to that of solar, including energy costs for maintenance and parasitic losses in the conversion.

  6. Brazil in the news... by ulzeraj · · Score: 4, Insightful

    Nice to see "The Omnivorous Engine" in TA. There are a lot of brilliant minds here.
    Ethanol is cheap and it's very common here.

    The only problem comes from the use of natural gas, since most of it comes from Bolivia, and we're having some problems with their new government claiming that Petrobras (government-owned Brazilian oil) has no right over their natural gas.

    And of course... we're also self-sufficiency in petroleum. :)

    1. Re:Brazil in the news... by Futaba-chan · · Score: 1

      Nice to see "The Omnivorous Engine" in TA. There are a lot of brilliant minds here. Ethanol is cheap and it's very common here.


      That's great, but didn't TFA cite ethanol as one of the losers? How exactly is ethanol a loser if an ethanol engine is a winner?

    2. Re:Brazil in the news... by ulzeraj · · Score: 2, Informative

      Ethanol from CORN is a bad idea. Here we make ethanol from sugarcane.

    3. Re:Brazil in the news... by ulzeraj · · Score: 1

      FTA: "According to Nathanael Greene, an ethanol specialist with the Natural Resources Defense Council (NRDC), in New York City, coal-produced ethanol shipped a long way to its final destination and derived from corn grown with techniques that release a lot of carbon dioxide from the soil can actually have carbon impacts that might be worse than gasolines.

    4. Re:Brazil in the news... by orasio · · Score: 1

      Ethanol from corn is a loser (duh!).
      Ethanol from sugar cane is, of course, a much better alternative, and has been used for decades now. It's cost effective too.

      It would be interesting to see some serious study about hemp. It could have yields comparable to sugar cane.
      When I say serious, it would at least be some study linked from a site without "Legalize it" banners.

    5. Re:Brazil in the news... by operagost · · Score: 0

      It would be interesting to see some serious study about hemp. It could have yields comparable to sugar cane.
      Not to mention generating very relaxing exhaust.
      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    6. Re:Brazil in the news... by drinkypoo · · Score: 1
      Nice to see "The Omnivorous Engine" in TA. There are a lot of brilliant minds here. Ethanol is cheap and it's very common here. The only problem comes from the use of natural gas

      No, the problem is that you Brazilians are continuing to destroy rainforest, and now you have a new reason to do so; ethanol fuel from sugar cane.

      Fuels based on topsoils will, if continued to their logical conclusion, lead to the complete and utter destruction of our environment. Agriculture has done more damage than all other human activities combined.

      Brazil is setting the stage for its own demise, which will be a loss to us all.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Brazil in the news... by Hoi+Polloi · · Score: 1

      The best route to research isn't the fermentation of corn (bad) or the sugar in sugar cane (better) but cellulose (corn stalks, grasses, sugar cane waste, etc). The problem though is seperating the lignin from it and the enzymes needed to break it down into sugars. The Jan 2007 Scientific American has a good article on this.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    8. Re:Brazil in the news... by nwbvt · · Score: 1

      Hey, its not that bad. Fewer rain forests means more greenhouse gases. More greenhouse gases means a warmer climate. A warmer climate means we will be able to grow sugarcane in North America, from which we will be able to extract ethanol much easier than from corn.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  7. Winner: Multicore by tcopeland · · Score: 4, Insightful

    The blurb on parallel constructs is well said. This has been said on Slashdot before, but with more and more computers getting multicore CPUs, it behooves us to figure out ways to get apps to use multiple threads of execution.

    We can do this by multithreading in a single process, which the latest release of PMD does. This is kind of complicated, although using a good concurrency library certainly helps. Or we can separate concerns, like moving the user interface into a separate process like we do with indi. Either way, no sense in leaving CPU power on the table...

    1. Re:Winner: Multicore by Anonymous Coward · · Score: 0
      no sense in leaving CPU power on the table...


      I made the mistake of leaving some processors on the table once, my mother dropped over for a visit and laid her wool shawl on top of them while I was hollering "DON'T PUT YOUR SHAWL ON THE TABLE." So she immediately jerked it back off of there and the processors went flying. I never left any on the table after that.

      I have to wonder though, if we get the multi-core that sorted out for doing lots of independant things on the same cycle are we going to have the multiple BUS to feed it? Being almost totally ignorant on the subject here, mind filling me in?
    2. Re:Winner: Multicore by maxume · · Score: 1

      Don't want to leave cpu on the table? Easy. Just add more idle processes.

      --
      Nerd rage is the funniest rage.
    3. Re:Winner: Multicore by marcosdumay · · Score: 1

      We could also start to use languages that don't have side effects .

      Then, the compiler can multi-thread our programs for us.

    4. Re:Winner: Multicore by tcopeland · · Score: 1

      Haskell is so 2006! OCaml is all the rage now!

    5. Re:Winner: Multicore by overbored · · Score: 1

      O'Caml has side effects and is not a pure functional language.

      Also, see the work done on pH (Parallel Haskell): http://www.csg.lcs.mit.edu/projects/languages/ph.s html.

  8. The article on ethanol leaves out many key issues by ProppaT · · Score: 1

    One of the largest issues with ethanol, especially derived from corn, is the fact that if widely adopted it will be so appealing to developing nations to start producing it that we will see some major environmental consequences.

    Many developing/3rd world nations will have two options: Convert current crop fields to corn fields or cut down rainforest for crop space. It's obvious why cutting down rainforest is bad, but converting current crop fields (or even using available crop land) for corn couls be disasterous for the development of these countries. Not only would it make them more reliant on the rest of the world for produce, it would ruin their farmlands. Corn will ruin farmland. It syphons more nutrients from the soil than practically any other crop. It renders the land it's grown on useless for years, much more so than other crops. So, when they have to rotate crop fields to grow more corn, they end up with useless land.

    As was stated in the article, using corn over sugar cane is silly to begin with, and the fuel savings/environmental impact savings aren't as high as one would be made to believe, and can actually be worse without planning. This is another concern with third world nation production of ethanol, all the possible steps probably won't be taken to reduce environmental impact. It will be about turning the most profit, not about being eco friendly.

    There are a lot of good articles out there about how the cons of ethanol outweigh the pro's and how, when it comes down to it, we're spinning out wheels on a solutions that's not THAT much better than gasoline to begin with. It's hardly even a good transitionary fuel source.

    --
    Wise men say, "Forgiveness is divine, but never pay full price for late pizza."
  9. Glowing Clothes a Winner in Portland by mrs+clear+plastic · · Score: 1

    This was a winner during the Christmas Season in Portland and at Breitenbush!
    http://www.allyn.com/

    --
    Cleara
  10. BT chosen? Look at KPN for really moving forward by Raindeer · · Score: 2, Informative

    I couldn't disagree more with the choice of BT as the leading company because of its 21CN network. As such it is in interesting choice of BT to go to Ethernet IP for its entire network. There are at least two other incumbents who are doing the same thing. KPN has a project called ALL-IP and and Telstra has a project called the Common Network.

    However KPN is doing something more than just changing the backbone. KPN will roll-out VDSL2+ to the end-users as well. This will all be Ethernet/IP based for the backhaul and VDSL2+ for the last 450 meters, allowing 50/20mbit down/up. KPN will close 1350 swithch locations and roll out 28000 street cabinets to deliver the speeds to the end-user.
    http://www.kpn.com/upload/1215076_9475_11328305981 77-1212162_9475_1132326712652-Op_weg_naar_All-IP_1 81105.pdf
    http://www.lightreading.com/document.asp?doc_id=69 419&print=true
    (the lightreading article forgets the vdsl2+ bit, see presentation for that)

    In contrast BT will only do ADSL in its network, they will not reach speeds above 24 mbit and in response to a question on access networks he says, that it is very hard to understand what a user will want to do with more than 24mbit. (hereby forgetting that most of the UK will not be living close enough to a dslam to actually get this 24mbit). He doesn't see a reason for fiber to the home or any other kind of access networks. This was said by its Chairman Ben Verwaayen at a recent Ofcom Event on convergence. http://www.ofcom.org.uk/event/presentations/sessio n6 (minute 25 and onwards)

  11. Other issues with ethanol from corn by 8tim8 · · Score: 1

    The process assumes the price of corn will be relatively cheap. What's going to happen over the next few years as many new ethanol plants come on line and suck up any surplus corn?

    There's also the fact that ethanol plants use *lots* of water. Many of them are being built in the midwest, where there's lots of corn, but unfortunately there's often not a lot of water.

    Since there are so many ethanol plants in the pipeline, I'll be surprised if everything in the planning stages gets completed. Out here in the midwest, most local communities see an ethanol plant as a good source of jobs so there's still a big push to build them. It will be interesting to see what happens to the industry when the laws of supply and demand really start to kick in.

    1. Re:Other issues with ethanol from corn by Hoi+Polloi · · Score: 1

      They also use lots of natural gas. In fact ethanol production uses more energy to produce than you get back from ethanol combustion. Plus you increase CO2 emissions in the end. Expect to see natural gas prices either go up or imports (and dependancy) to increase.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
  12. Re:The article on ethanol leaves out many key issu by jthayden · · Score: 1
    Corn will ruin farmland. It syphons more nutrients from the soil than practically any other crop. It renders the land it's grown on useless for years


    IANAF but where I grew up in Wisconsin you see the same fields growing corn every year for some 30 years. Never left fallow or even rotated to soybeans. Is that because of the level of fertilizers dumped on them or what?

  13. Yup. by FatSean · · Score: 1

    Fertilizers in large doses, and a non-trivial ammount leeches out of the soil and is carried away to cause trouble in other areas.

    --
    Blar.
  14. Re:The article on ethanol leaves out many key issu by beowulf · · Score: 1
    Absolutely. After over 150 years of farming, if the soil here in Iowa isn't seriously augmented on an annual basis even bacteria won't grow.

    Oh, and IAAF. Got the corn/soybean monkey off my back about 5 years ago and put in an organic vineyard.

  15. Rum vs Whiskey by Anonymous Coward · · Score: 0

    I don't get it, how can sugar beat corn? Is it an international conspiracy to further undermine the cultural identity of the USA? Will the next big video game feature Captain Morgan and Jack Daniels tangling lances from astride their ethanol powered mopeds? Fincher's refrain, "this country's going to hell in a handbasket!" has developed from a scratch in the vinyl of americana, to an audible whine, and you should all pay heed. Who's up for a dark matter colonization project?

  16. Flying Cars? by exp(pi*sqrt(163)) · · Score: 1

    Did the real 21st century just arrive?

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
  17. No flying car yet, thank the Baby Jesus! by Quiet_Desperation · · Score: 1

    Imagine the diprod who cut you off yesterday, or the numbnut who almost hit you last week. Now imagine them flying overhead in a ton or so of metal contraption. No thanks.

    1. Re:No flying car yet, thank the Baby Jesus! by Anonymous Coward · · Score: 0

      I dunno, having the z dimension available might make the world safer for decent drivers. OTOH, stuff already using z (skyscrapers, power lines) might see their insurance rates also move +z.

      Then again, anything that would undermine the FAA / airport / carrier beast deserves a second look.

    2. Re:No flying car yet, thank the Baby Jesus! by jo42 · · Score: 1

      Exactly. There are more than enough morons on the roads in oversized square boxes on wheels. Now imagine a sky full of them idjits flying into or falling on everything in sight.

  18. Re:The article on ethanol leaves out many key issu by MtViewGuy · · Score: 1

    Actually, there may be a better solution than having to waste massive amounts of arable farmload to grow corn or sugar cane for ethanol.

    If you've read up on what GreenFuel Technologies is working on by growing oil-laden algae in vertical tanks fed by the exhaust gases of coal-fired/natural gas-fired powerplants, one nice thing is that the "waste" from the processing of the algae into diesel fuel/heating oil can be easily processed further into ethanol. This could make it possible to increase biodiesel and ethanol production to a scale that no one could imagine even now....

  19. Re:The article on ethanol leaves out many key issu by Hoi+Polloi · · Score: 1

    Not to mention that the massive increases now and coming soon in ethanol plants using corn will drive up corn prices which will affect things downstream such as meat and eggs (grain feed) and products made from them. Increasing corn production would come at the expense of other crops which would just pass price increases onto a different agricultural sector. I doubt new agricultural land is being added in any large amounts in this country to offset this. Instead, I think it is safe to say, from what I've personally seen, that large amounts of agricultural land are being lost to development. Productivity per acre is already being pushed to the limit with heavy fertilizer, herbicide and pesticide use with the problems they cause for human health, fishing, and the environment.

    --
    It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
  20. Tongue Vision? by Hoi+Polloi · · Score: 1

    Tongue Vision? Now I can watch a movie while performing oral sex! Does it come in high def or do I need seperate Tonsil Tuners?

    --
    It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
  21. Re:The article on ethanol leaves out many key issu by The+New+Stan+Price · · Score: 0

    This only proves that environmentalists really just want everyone to go back to the stone age. It isn't about oil, it's about disgust for producer-consumerism and industrialism. They act like they are for a particular alternative, then when you get closer to implementing that alternative, they shoot it down.

  22. Re:The article on ethanol leaves out many key issu by The+New+Stan+Price · · Score: 0

    Everybody acts like 'big oil' is all a conspiracy until they try to come up with an alternative, then they realize how stupid they are.

  23. *shudder* by Anonymous Coward · · Score: 0


    Seeing Ben Franklin in Neon drag makes me long for the days of goatse.cx

  24. Re:The article on ethanol leaves out many key issu by pdabbadabba · · Score: 1

    Both you and the article rightly take issue with the fact that fossil fuels are burned to power the ethanol conversion process. Clearly this is a stupid thing to do.

    What I wonder is why these plants can't skim a bit of their own ethanol to power the process? The answer, I take it, is that they can, but fossil fuels are still cheaper so, as usual, until CO2 is a controlled emission in the US is will be more cost efficient to burn dirty coal to produce ethanol than to make the process self-sustaining.

    Weak.

  25. "LEDs in Clothes" is a loser? by xxxJonBoyxxx · · Score: 2, Funny

    "LEDs in Clothes" is a loser? I'm guessing the authors haven't purchased young kids shoes recently; it's hard to find a pair of athletic shoes that DON'T come with LEDs.

  26. Re:The article on ethanol leaves out many key issu by Hoi+Polloi · · Score: 1

    It has nothing to do with stupidity. Corn ethanol is pushed mainly by corn subsidies to support midwestern states (for votes) and from lobbying by companies like ADM (Archer Daniels Midland). Unless people are willing to change their lifestyle (probably won't do willingly) then technological solutions have to be hunted for and many of them will turn out to be dead ends. It is no different than any other line of research.

    Cellulose to ethanol would be a better route if they got the process working.

    --
    It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
  27. Re:The article on ethanol leaves out many key issu by The+New+Stan+Price · · Score: 0

    I agree, but my point is that there are a lot of people bashing oil as some conspiracy energy. Now the guy who wrote this article is bashing the ethanol lobby. He doesn't mention the fact that environmentalists were pushing ethanol for quite some time before the ethanol lobby stepped in and took advantage of their situation. The article is very disingenous. The truth is that no solution would be good enough for the hard core environmentalist. They want us all living in farm based communes.

  28. Transmit power by shadow_slicer · · Score: 1

    Modern cellphones adjust the transmit power based on the Signal-Noise Ration. If there are a lot of cellphones around, then the noise is high, so the phone has to increase the transmit power (reducing battery life). If the cell phone is able to find a frequency with very little noise, it can transmit with very little power, and still have the same quality. If a software radio is used, the number of possible frequencies becomes much larger.
    The gains from using this method should more than offset the losses from the slightly less efficient analog stages and higher-speed digital processors and converters.

  29. ARM in an ASIC by tepples · · Score: 1

    Firmware requires an actual CPU such as an ARM or DSP to run the code. Those devices, while not ultra expensive, are not as cheap as FPGAs or ASICs. The cost in ASICs and FPGAs for the "dedicated hardware" phone is in the initial design

    An ARM brand CPU core will often fit inside an ASIC, and an 8-bit microcontroller fits on FPGAs nowadays.

    1. Re:ARM in an ASIC by twiddlingbits · · Score: 1

      Thats true, but and ASIC with a CPU will be much more expensive. An 8-bit microcontroller is not enough, it can't do the signal processing and it can't address enough memory.

  30. Stop picking on ethanol, dammit by Anonymous Coward · · Score: 0
    "Extravagant subsidies" for ethanol? How about sending US troops to the Gulf every ten years to make the world safe for cheap oil? Does that count as a subsidy? How about Bush and Cheney's big tax breaks for the energy companies? No, nevermind that -- let's pick on ethanol for wasting taxpayer dollars.

    Ethanol from grain isn't the best fuel out there, but it's here NOW, it works NOW, and you can get a vehicle that runs on ethanol NOW. And it's domestic and renewable. What's more, it has upgrade paths: cellulosic ethanol, engines designed specifically for ethanol (greater efficiency and able to run on hydrous alcohol), and butanol.

    Biodiesel? Transesterified biodiesel is made from alcohol. How is it going to be cheaper than ethanol? And no: 10,000 hippies running their VWs on waste fryer oil aren't going to reduce global warming or reduce US dependence on imported oil.

    Besides using coal to fuel the production plant, a lot of energy is used to fertilize and irrigate the corn

    Uh...where? I have NEVER seen corn being irrigated.

    the corn may also have to be transported a long way to the facility

    That's why you make and use ethanol where the corn is. Or wait for butanol, which doesn't corrode gasoline pipelines like ethanol does.

    On average, about 40 percent of the energy needed to make ethanol goes into growing the corn and about 20 percent is needed to transport it, with the production plant accounting for the other 40 percent. But, of course, the energy costs and emissions associated with farming and transportation can be much higher than average.

    And it's light outside except, of course, when it's dark. Did a high-school student write this?

    Helloooooooo? Petrocrats in Russia? Oil dollars to Islamic extremists by way of Saudi Arabia and Iran? Anything that gets the US off of imported oil ASAP is a GOOD THING.

  31. "LEDs in Clothes" ROCKS for parents by Anonymous Coward · · Score: 0

    Being able to track a "terrible twos" toddler running away in darkness is pure gold.

    In Real Life (TM) (a thing IEEE engineers may not have experienced yet, due to lack of a reproductive partner) LEDs in kid's wear are a definite WINNER.

    I even modified my own kids' shoes with tape and glue so I could pick their blink patterns out of the pack.