Slashdot Mirror


User: mach1980

mach1980's activity in the archive.

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

Comments · 70

  1. Re:Another potential WMD on Mom Arrested After Son Makes Dry Ice "Bombs" · · Score: 1

    Wow - it's a good thing he wasn't caught releasing internally produced methane and igniting it. Mom could have been charged with feeding him beans.

    This is ok as long as you carbon compensate.

  2. Ascom i75 on Best Phone For a Wi-Fi-Only Location? · · Score: 1
    Do not know if it fits your bill but this one has won awards: http://www.ascom.com/en/index/products-solutions/our-solutions/solution/material-supply/product/i75/solutionloader.htm/
    • Seamless handover between base stations.
    • Works with all major access points.
    • Supports both SIP and H323.
    • Industrial casing (Shockproof and ESD protected).
  3. Re:but then... on NASA Says Moon Has More Water Than Great Lakes · · Score: 1

    I have to admit, the moon is a harsh mistress. Especially if she is comming down on you like a ton of bricks...

  4. Type of prey? on Navy Wants Cyber Weapons That Shoot Data Beams · · Score: 1

    A buffer overflow attack through the radar/sigint aperture into a Mig-29 is rather a stretch.

    My guess is that they will first focus on taking down UAVs made by terrorists. Those types of aircrafts will most likley use the public part of GPS. That signal is *easy* to overpower and/or fake. Same for control signals used by ordinary radio controlled crafts.

  5. reminds me... on DHS To Review Report On US Power Grid Vulnerability · · Score: 1

    Reminds me of the swedish transport agency. It has several publications on its website describing, in great detail, how a terrorist may steal and release dangerous goods from vehicles.
    Counties is Sweden also have more localized publications describing where to find the dangerous goods and vunerable sites.

    Still no-one is putting the information to terror use. Seems there is other ways of protecting the homeland...

  6. Re:the true cost on Microsoft Says No TCP/IP Patches For XP · · Score: 1

    Your comment is very true but you are thinking like a good engineer. To the sales department every released patch is a liability. Releasing patches without proper verification is neglecting "due diligence" (spelling?) and is a cause of getting you're ass sued to kingdom come. Pardon my french.

  7. the true cost on Microsoft Says No TCP/IP Patches For XP · · Score: 3, Insightful

    The true cost of releasing a patch is not in compiling and distributing the fix. The money is spent on verification. By not releasing the patch to XP and w2k my estimates are that Microsoft is saving man-years in verification.

  8. Re:Something I couldn't quite place... on Exoskeletons For Rent In Japan · · Score: 1

    You just made me think of Aliens and that lovley MG-42 strapped to steadycam harness *sight*.

    Think having a GE 7.62 mm minigun connected to this exoskeleton with proper regulating loops handling the spinup yaw and recoil. Strap the new ipod nano to it for the terminator-view http://www.youtube.com/watch?v=rUtC0OWhfEU&eurl=http%3A%2F%2Fgizmodo.com%2F5355921%2Fvideo-shot-with-ipod-nano-our-first-clips%2Fgallery%2F&feature=player_embedded and play Rammstein. *fap* *fap* *fap*

  9. Re:spotify poor security on Spotify Retreats To Invite-Only In UK · · Score: 1

    The windows client works great with crossover. Even got the toolbar icon in ubuntu.

  10. Re:Something I couldn't quite place... on Exoskeletons For Rent In Japan · · Score: 5, Interesting

    How about not making the feedback linear? I.e let the soldier hold 80% of the weight for small loads and 20% for heavier loads.
    Sure it would make it more difficult to differentiate the real mass of things you lift but its a small price compared to the problem you described.

  11. Re:Oscar (cat) on A Breathalyzer For Cancer · · Score: 5, Funny

    Makes me remember Bono's famous statement on stage -"Every time I clap my hands - a child dies". Followed by someone in the audience screaming -"Then stop clapping you sick f*ck!".

  12. it makes sense on Depression May Provide Cognitive Advantages · · Score: 4, Funny

    You just have to think about marvin the paranoid android...

  13. Re:Must not be using silicon then... on Intel's Roadmap Includes 4nm Fab in 2022 · · Score: 1

    Si has a atomic radi of 1,17 Angstrom, so thats 1,17e-10 meters or 0,17 nm.

    You got to give it to the metric system ;)

  14. Re:Port of Hamburg on Robots Make the Coins Go 'Round, Down Under · · Score: 1

    "Terminal Automation" sounds more like you put robots in a retirement home...

  15. Re:Remember the challenger? on NASA Developing Nuclear Reactor For Moon and Mars · · Score: 1

    Happened to me in 1986. A spring rain containing 200k bequerel per square meter...

    But you got to remember that was from a reactor that had worked for five years straight. A freshly loaded reactor blowing up would only cause heavy-metal contamination like those tanks blown up by US forces all over the world (depleted uranium).

    cheers!

  16. At last! on NASA Developing Nuclear Reactor For Moon and Mars · · Score: 2, Insightful

    The 50's promise of a reactor in your basement to power those nifty gadgets are finally here!

    I'm going to celebrate with some burgers in non-degradable styrofoam containers while driving my three ton car (with wings!) down a twenty lane highway.

    Thank you Gernsback! *shudder*

  17. Arr! on Why the UK Needs the Pirate Party · · Score: 5, Funny

    First things first. Top priority for the pirate party should be to make speak-like-a-pirate-day a national holiday.

  18. meh on Microsoft To Banish Memcpy() · · Score: 1

    I've just finished evaluating approximatley 500kloc code using Coverity Prevent and Klocwork Insight (Static analysis tools). Together they found around 250 issues with the code. Null pointer dereferences, array boundary violations and a bunch of other nasty stuff.
    How many of these do you think involved memcpy? - Nil, Zip, Nada.

  19. Re:STDs on Looking Back At the Other Kind of Virus · · Score: 1

    My girlfriend told me i got herpies from using her laptop

    You're doing it wrong!
    http://xkcd.com/463/

  20. Re:Arghhhh Cap'n on Swedish Pirate Party Gains 3000 Members In 7 Hours · · Score: 1

    If you want to make a difference in the US, support EFF (www.eff.com)

    I live in Sweden and support EFF because looking at track records show that Electronic Frontier Foundation has done a heck of a lot more for freedom of speech in my home country than the Pirate Party. Swedish judges rely heavily on examples from the US (just look at the TPB trial).

  21. Re:interesting excerpt from bang source code on Microsoft Unveils Open Source Exploit Finder · · Score: 1

    I couldn't agree with you more. Did I mention that not all projects even have unit-tests? *sigh*

    Problem is that we're just using intra-procedural static code checks on code modules used by many projects. That implies that any tainted data or call outside your module should be checked.

    We're currently evaluating programs to try to find more elaborate problems using flow-sensitive static analysis etc. Got any tips?

  22. A job to keep the paint reflective on California May Reduce Carbon Emissions By Banning Black Cars · · Score: 1

    I guess the new legislation requires all cars to be primly washed every day? Any speck of dust are going to ruin the paints reflective properties...

  23. Re:interesting excerpt from bang source code on Microsoft Unveils Open Source Exploit Finder · · Score: 2, Funny

    The funny thing is that the function is violating at least two MISRA C rules and don't even check for null-pointer argument :)

    Sorry if I come across as an asshole. I'm currently working to raise the code quality at my company and see similar code every day. It gives me the itch...

  24. uh... on Visitors To US Now Required To Register Online · · Score: 2
    Got this when I tried to surf the apply for a ETA:

    You are about to access a Department of Homeland Security computer system. This computer system and data therein are property of the U.S. Government and provided for official U.S. Government information and use. There is no expectation of privacy when you use this computer system. The use of a password or any other security measure does not establish an expectation of privacy. By using this system, you consent to the terms set forth in this notice. You may not process classified national security information on this computer system. Access to this system is restricted to authorized users only. Unauthorized access, use, or modification of this system or of data contained herein, or in transit to/from this system, may constitute a violation of section 1030 of title 18 of the U.S. Code and other criminal laws. Anyone who accesses a Federal computer system without authorization or exceeds access authority, or obtains, alters, damages, destroys, or discloses information, or prevents authorized use of information on the computer system, may be subject to penalties, fines or imprisonment. This computer system and any related equipment is subject to monitoring for administrative oversight, law enforcement, criminal investigative purposes, inquiries into alleged wrongdoing or misuse, and to ensure proper performance of applicable security features and procedures. DHS may conduct monitoring activities without further notice.

    Does this mean that they are implying that I'm hacking a DHS server just by following a link to it?

  25. Tax evasion on Mad Scientist Brings Back Dead With "Deanimation" · · Score: 1

    If you suspend yourself for more than six months a year in, lets say, isle of man, would you be able to evade tax?
    Huge profits to be made!