Slashdot Mirror


User: mahbidness

mahbidness's activity in the archive.

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

Comments · 43

  1. Re:The memories... on Purely Functional Data Structures · · Score: 1

    At my university, we had to work with both Scheme and ML during the programming languages class. Of the two, I much preferred ML. Scheme solutions just looked kludgy; too many parentheticals, and the car and cdr syntax just irritated me to no end. ML solutions, on the other hand, were just beautiful, especially with list operations(of course). Take this problem for example:

    Write a third function reverse that takes a list of any type ('a list) and returns the list with all its elements in reverse order.
    fun reverse nil = nil
    | reverse ls = reverse(tl(ls))@[hd(ls)];
    Two lines. Just concise and elegant. It does feel quite a bit like you're playing hot potato with your final result, though.
  2. Re:What is BB ? on Mounting Evidence for Water on Mars · · Score: 1

    Could you imagine walking off a lander onto the surface of Mars only to see 16 lb. balls hurling around through the air? :)

    Must...fight...temptation...

  3. Re:Since when... on BudNet Tracks Your Suds · · Score: 2, Interesting

    Maybe he's talking about the other Budweiser.

  4. Re:Sounds like fun on Navy Jet eBayed - Some Assembly Required? · · Score: 1
  5. Re:Contibutions on Politicians For Sale... On Amazon · · Score: 2, Funny

    Great Politician! Would do business with again! A++++++++++++++++

  6. Re:On a more serious note on Mine The Moon For Helium-3 · · Score: 1

    What if they had a few of these guys stand in the same spot?
    I, for one, am alarmed.

  7. Night Vision on Heads-Up Displays for Motorcyclists · · Score: 2, Informative

    I would much rather see something like this worked into a HUD.

  8. Re:Fake "engineer" certs should not be legal on Novell's Certified Linux Engineer · · Score: 1

    As a sidenote to this comment, there's an interesting interview with Peter Denning, past president of the ACM, talking about the future of the IT "Profession", and what being an IT professional would or should entail. Dated March, 2000. Take a gander.

  9. Another Article on Bombardier's Hot Wheel · · Score: 1

    available at Popular Science here. Better pictures.

  10. Re:Very, very few Americans understand the facts. on U.S. Continues Biological Warfare Research · · Score: 1

    25. Profit! :(

  11. Re:Don't worry... on U.S. Continues Biological Warfare Research · · Score: 3, Interesting

    The cowpox virus is what we use to immunize against smallpox. If it could be altered in such a way, it would likely render our current vaccinations obsolete. What I find interesting is that the cowpox virus is a live virus, not inactivated like most others, and is administered as such. The vaccinee experiences all the associated symptoms, albeit localized to the vaccination site, which is carefully dressed with gauze and transparent op-sites to prevent spread. If this new strain is engineered to be fatal to humans, the current method of administration would no longer suffice.

  12. Re:MS next strategic business relationship move on Vietnam Going Open Source · · Score: 1

    10 dollah too bookoo!

  13. Re:Cost??? on More on Talking Shopping Carts · · Score: 1

    They already have theft-prevention technology established in many places. When I was down in Eugene, OR, they had a Safeway that was constantly getting its carts taken. They renovated the store, and with that introduced shopping carts with electronic locks on the front wheels. Apparently they would sieze whenever someone took it outside of the parking lot. The locks were enclosed in a large plastic housing that sat over the top of the front wheels. It looked incredibly durable. I guess the only problem they've had is with people (pissed off bums? drunk college kids?) getting pissed off and bodily throwing the carts over the nearby fence into scummy Amazon Creek 20 feet below.

  14. Re:Why not USB? on Massive Small Form Factor Preview From Computex · · Score: 1

    If I wanted to sell replacement or upgrade mainboards to a company, I'd give them the option to reuse part of the horde of PS/2 Keyboards and Mice they all invariably have lying around.

  15. Re:scarcity on The Problem With Abundance · · Score: 1

    From the article:
    What does it mean for "family time" when every room has a TV?

    More importantly, what happens to "family time" when you can fit all your porn on a 1GB hard drive?

  16. Re:Barney, agent provacateur of the CIA? You Decid on White House Website Limits Iraq-Related Crawling · · Score: 1

    Finally the sordid truth of secret service work is revealed.

  17. Re:p2p is the future on New P2P Battle is Heating Up · · Score: 1

    It's all a matter of bottleneck. Not every server has huge pipes to offer their customers. What if, by the mere act of sharing some of your bandwidth, you were able to double the speed of your download? Isn't an 80% down 20% up full active connection better than a 40% down none up?

  18. Re:Thank Jebus, I am not crazy on MPAA Ruins Own Films As Anti-Piracy Measure · · Score: 1

    Flies' visual perception is so fast that 24 fps easily seems like individual frames to them, and the brown spots would be easily identifiable.

    You haven't been through any teleporters recently, have you?