Slashdot Mirror


User: s2jcpete

s2jcpete's activity in the archive.

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

Comments · 72

  1. Re:New wireless stack? Firewire stack? WTF? on Linux 2.6.22 Kernel Released · · Score: 2, Informative

    Did you read the article? It is not enabled by default, at least till all the drivers get ported to it.

  2. Appropriate quote on Jack Valenti, Dead at 85 · · Score: 1

    Funny that I ran into this quote today: In heaven all the interesting people are missing. - Friedrich Nietzsche

  3. I was Infantry on U.S. Soldiers Hate New High-Tech Gear · · Score: 2, Informative

    I was an 11B. I humped 80+ pounds whenever we went to the field. We would carry 3+ days worth of MRE's, personal ammo, water. We would split up the radio operator's spare batteries. The spare ammo for the 2 M-60's our platoon would carry. We would carry IV bags, medical supplies, spare clothes. Demolitions, Rope.... the list goes ON AND ON. Point being, when all this crap added up you barely had enough room for spare socks.. forget a sleeping bag, even in 32 degree weather. Now... on top of all that, they want you to hump a helmet camera? a small back mounted pc? They better include a powered exoskeleton because there is no way that is going to happen in any realistic combat scenario.

  4. Re:More than 20. . . on Many Dead In Virginia Tech Shooting · · Score: 1

    I had a CCP in Virginia. It requires a gun safety class, and a criminal background check.

  5. Re:All of these frameworks are mostly overkill on GWT Java AJAX Programming · · Score: 2, Insightful

    Your earlier point reads like a grumpy old man saying that you should walk to school uphill both ways. From machine code -> C -> C++ etc. They were all developer to make OUR life easier, and turn out code quicker with less bugs.

  6. Re:All of these frameworks are mostly overkill on GWT Java AJAX Programming · · Score: 2, Insightful

    Are you posting via lynx?

  7. Re:All of these frameworks are mostly overkill on GWT Java AJAX Programming · · Score: 1

    Following your logic, anything beyond assembler or the abacus would be overkill to.

  8. Re:Speed control and competition on Game Theory Computer Model Backs Net Neutrality · · Score: 1

    On the surface yes, but in practice no. I live in Washington DC and have an option between Comcast cable, or DSL through Verizion (or speakeasy etc by using Verizon's lines). So, 2 options really, and the DSL route requires a 1 year contract with a 300$ breakout fee. I can't see myself having much recourse if my ISP starts to shape traffic. Guess I could always go back to dialup.

  9. Re:MIT and Apple on (Almost) All You Need To Know About IPv6 · · Score: 1

    This is covered in the article as others have pointed out.

  10. Re:This is cool, very cool... on The Wii's MEMS Inventor on Future Technology · · Score: 1

    10 centimeters on a side isn't much of an issue for a robot maid, or a lawn mower.

  11. Re:Too big on 67-Kilowatt Laser Unveiled · · Score: 1

    How about a smallish blimp?

  12. Re:Is that a big deal ? on New Robot Can Sense Damage, Compensate · · Score: 1

    Try damaging your processor and see if you notice an arm or leg missing.

  13. Re:WHY XHTML are going unnoticed ? on HTML to be 'Incrementally Evolved' · · Score: 1

    There are many needs that I can think off of the top of my head. I was tasked to write a small footprint browser in j2me a number of years back, and xhtml makes it MUCH MUCH simpler to do so. Also, for parsing your own content to apply decorator patterns and what not. Maybe doing a mashup with google maps and your local municipalities crime statistics (scraped from their pages). Tons of reasons.

  14. Re:WHY XHTML are going unnoticed ? on HTML to be 'Incrementally Evolved' · · Score: 1

    And I am guessing you used regex hacks? What if it had been simpler because people used something easily parsed? Would you oppose the car because the horse is "good" enough?

  15. Re:WHY XHTML are going unnoticed ? on HTML to be 'Incrementally Evolved' · · Score: 1

    I take it you are not a programmer? Have you ever tried to parse a website for content? With HTML you are stuck with REGEX or some such hack, xml is simple, you run it through an xml parser and bam, you have a complete DOM tree.

  16. Re:proper mouse button support would be nice on KDE Celebrates 10 Years of Existence · · Score: 1

    I'm using 3.5.1 level "a" in opensuse 10.1, and didn't have a problem with shade / iconify making my window disappear. I would have lost this post otherwise :)

  17. Re:The Sad Fact of the Matter on Group Fights Politicizing Science and Engineering · · Score: 1

    I dont see a move to ban Diesel engine's anytime soon. http://en.wikipedia.org/wiki/Diesel_Particulate_Ma tter#Health_Risks

  18. Re:Where's it get its power? on Linux Powers Lilliputian PCs · · Score: 1

    Depends on your needs. You can power it by Wall Wart, or LiPo batteries, really anything you want so long as it provides between 3.3-6v (depending on your hardware combinations).

  19. Re:Framebuffer module on Linux Powers Lilliputian PCs · · Score: 2, Informative

    I have been playing with these for a while now. You can hook up a LCD, and tiny X is part of the buildroot. Check out their expansion boards.

  20. Re:Cities redesigned on The Segway, Five Years Later · · Score: 1

    DC too, a couple of different ones.

  21. Re:Possession Illegal != Right to Search on Possession of Violent Pornography Outlawed in UK · · Score: 1

    Drugs, illegal firearms are black and white. Determing what is "violent" porn seems a bit gray to me. Hate to see the government making morality calls like that.

  22. Re:My main complaint on Java Regular Expressions · · Score: 1

    Sure, load them from a properties file, db, xml or whatever you like. You only need the extra slashes to get around the compiler. You dont need them if you load them from someplace at runtime.