Slashdot Mirror


User: Michael+Schuerig

Michael+Schuerig's activity in the archive.

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

Comments · 4

  1. Statecharts, UI, tools on Practical Statecharts in C/C++ · · Score: 1

    A book about using statecharts for UI design and implementation

    Ian Horrocks
    Constructing the User Interface with Statecharts
    Addison-Wesley 1999

    Robert Martin's state map compiler for/in C(++) and Java
    http://www.objectmentor.com/resources/downlo ads/in dex

    Charles Rapp's state machine compiler
    http://smc.sourceforge.net/

    Michael

  2. Re:Mutually exclusive? on How Configurable Should a Desktop User Interface be? · · Score: 1


    Your options could be:

    - Simple, lightweight
    - Middle of the road
    - Lots of eye candy, bloated
    - Masochist


    The KDE Desktop Settings Wizard does just that.

  3. Some more recommendations on Security Engineering · · Score: 2, Informative
    I'm no security expert, I've only just recently started reading. And incidentally, a couple of days ago I've begun reading "Security Engineering". So far I share the reviewers very good impression.

    I'd like to recommend some complementary books; each of these approach security from a different angle

    • Secrets & Lies by Bruce Schneier. Deals with the "soft" issues. What are the threads to networked systems? Who are the attackers? One of the messages: Risks can't be avoided -- manage them.
    • Building Secure Software by John Viega and Gary McGraw This one's closer to technological issues related to security. Risks of various base technologies (languages, middleware). Introductory details on buffer overflow attacks, random numbers, cryptography. Some organizational/dev process stuff.
    • Secure Programming for Linux and Unix HOWTO
    • by David A. Wheeler. Technical security down to the C-level. Programming techniques.

    Michael

  4. The book is online... on Programming Ruby · · Score: 1

    ...at http://www.rubycentral.com/book/index.html Or on a Debian box near you if you're able to type apt-get install rubybook Michael