Slashdot Mirror


User: BoneyM

BoneyM's activity in the archive.

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

Comments · 7

  1. Re:I didn't read the whole thing on Building the Realtime User Experience · · Score: 1

    IMO real-time has a perfectly good definition. It means a system which doesn't miss any of it's deadlines. So an ABS system *has* to update the current in the solenoids every xms +/-yus - if it meets that, it's real-time target is met. A human oriented system may have to respond within 10ms to a keypress so as not to appear sluggish. Real-time has no numerical value, it's about meeting timing specifications. Then there's hard-real-time and soft-real-time - which is about how badly things go wrong *if* you miss the deadline...

  2. Re:Cccess to unlocked car = can damage it, duh on Hacking Automotive Systems · · Score: 1
    Jaguar has had drive by wire systems for a while now where there actually isn't any physical linkage between the wheel and the tires.

    Between the *wheel* and the *tires* - surely there's something there :) If you mean no connection between the "hand wheel" and the "road wheels+tires", then I seriously doubt it. Citation?

  3. Re:Do you know what an FPGA is? on 3D Raytracing Chip Shown at CeBIT · · Score: 1

    Both Xilinx and Altera (who have the high-performance end of the market sewn up between them) allow you to encrypt your configuration bitstream, so design security is not a huge problem any more

  4. Safety critical code already out there shock! on Are Programmers Engineers? · · Score: 1
    imagine the world once we really get serious about robotics. Robot cars, domestic droids, etc. Software engineering could very well become a safety issue.
    Hmmm, like there isn't already safety critical code in fly-by-wire planes? ABS controllers? Electric power steering controllers... etc. etc. etc.
  5. Re:Maple? on More on Bernstein's Number Field Sieve · · Score: 1

    FWIW Matlab uses the Maple engine for its symbolic stuff.

  6. Re:A point about M$ word on Writing Documentation · · Score: 1

    It will integrate with Visual Sourcesafe very nicely via a plugin set of menus. No doubt CVS would be possible also, since it's just a set of command-line executions? Just don't put $Revision: $ in there as it falls apart. You have to use $Revision:: [enough spaces] $. Then it works fine... Martin

  7. Re:FPGA fun on OpenCores.org ARM Clone Removed From Web · · Score: 1
    Note that Xilinx gets badass points for providing free development tools that aren't half bad, even if they are for Windoze.

    Don't Altera get badass points for free dev tools as well then?