Slashdot Mirror


User: narnian

narnian's activity in the archive.

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

Comments · 11

  1. 1970s design mentality? on Passport Database Outage Leaves Thousands Stranded · · Score: 1

    While it doesn't always go this way, often simple things like the User Experience of a business gives an indication of the ethos behind a whole lot of the processes and systems they are using. To wit, compare the US Arrivals card that all "aliens" need to use upon arrival into the US, with the one from Australia. A clear 1970s look-and-feel versus something from this millenium.

    http://www.immihelp.com/visas/sample-i94-form.pdf

    http://www.immi.gov.au/managing-australias-borders/border-security/travel/passenger-cards/_pdf/english-ipc-sample.pdf

  2. Re:Wireless link to friend or relative in the 'hoo on Ask Slashdot: Best On-Site Backup Plan? · · Score: 1
  3. Wireless link to friend or relative in the 'hood on Ask Slashdot: Best On-Site Backup Plan? · · Score: 1

    We installed a wireless link to my mother-in-law's place. We haven't done so yet, but the intention is to have some form of fileserver for backup there. We should expect around 4GB an hour transfer rate.

    https://plus.google.com/photos/103933303525261507105/albums/5692174876583065521

  4. It enforces a management design constraint on Will the Serial Console Ever Die? · · Score: 4, Interesting

    With the increasing complexity of network devices - switches, routers, load-balancers, firewalls, the expectancy of a functional terminal console puts a good design constraint on system developers. If they have to provide the ability within a 80x24 terminal funtionality to configure, operate and maintain a such a device it is a good thing. A good management is useful in providing an overview of the configuration and helps provide linkage to the management of components.

    A serial terminal console is good because:-

    * It enforces the designer to limit the presentation of management information to the 80x24 screen (possibly using pages), and often with a 9600bps data rate. My view is if they can't do it properly in a console they have not though well enough about management. Too often GUIs for management tend to hide important configuration parameters away.
    * A terminal console allows easy copy-and-paste and script munging of configurations to ensure consistent deployment. GUIs don't allow such duplication of configurations very well.
    * It allows simple out of band management through the use of a terminal server connecting multiple consoles. Such a simple management connection provides am always available management window in a network down situation. (Assuming this is deployed properly). You can also manage the risk well if management can ONLY be done by serial (preventing the management network inadvertently being connected to a production network.
    * While standarardisation of the physical port (male or female DB9 or RJ45) and host type (DTE or DCE) and even hardware handshaking is right royal pain. At least it is usual possible to determine it after a minimum number of tries. But essential it is pretty straightforward to implement.
    * While a USB connection sounds good, I would only prefer it if it was guaranteed to be a zero driver installation.

  5. Self-defeatist? on Zeta Goes Gold · · Score: 1
    From their "Company" page
    yellowTAB doesn't intend to compete with Microsoft but offers an alternative for those wanting to run a second operating system.
    It sounds to me they admit defeat before they have started. I think any Linux/Mac user would want to eventually only have to run one OS - running Windows as well is a necessary evil for some of us.
  6. Check out the design of the US immigration forms on Saving Lives with Design · · Score: 1

    I have had to enter the US around 5 times in the last 10 years or so. Every time I visit I cannot fail to believe they still use this form for entry - I-94 . This form looks like something typeset in the 50's. When I compare this to the type of forms we have used in Australia since at least the late 80's (ie post Mac and Windows) I can't imagine why they still use such archaic designs. On every flight I made there were many people making the same mistake as I did. With a short surname , you almost feel compelled to write your date of birth on the top line. And you don't want to present an incorrectly completed form to the US customs dudes!! Compare this with the Aussie form - Incoming Passenger Card. It is clear, readable and unlikely to cause errors due to comprehension or legibility. (And I won't mention the US paper currency) There is a clear conservatism in the US when it comes to form design - apart from the angst it causes US visitors - it may have cost lives on 9/11

  7. Old News! Broadcom announced similar in May '99 on Cheap Gigabit Ether · · Score: 1

    http://www.broadcom.com/docs/PR990511.html

  8. Dynamic mechanics/physics analysis anyone? on Bringing CAD to Linux · · Score: 1

    I have a friend who is interested in analysing some ideas for a vehicle suspension system. Anybody know of anything that would allow we to draw the mechanical system and have it "run" in a simulated environment? ( A bit like the old Xspringies but something that I can actually put real numbers in)

  9. Compaq needs to be broken up ... on Compaq's CEO Resigns · · Score: 1

    I'm afraid that I'd have to disagree. I have moved from Digital into Compaq, and I believe that the company has good and great intentions. Compaq is a juggernaut that is difficult to turn on a dime. Where moving from being focused on shipping PCs to delivering a a total end-to-end solution.

    All of the large IT companies need to demonstrate that the whole is greater than the sum of the parts. Compaq is trying its darndest to develop solutions that meet enterprise needs, horizontally and vertically. We will be using both best-of-breed inhouse and partner-developed solutions meet this end. See Next Generation Networks Infrastructure for example (http://www.compaq.com/services/ngni). And I believe that the merger of C, T and D is going right on track.

    Unfortunately for Eckhard, the shareholders didn't believe we were moving quick enough. Watch this space for the likes of HP, IBM et. al.

    BTW, I'm no PHB or suit, just an employee with a job to do!

  10. Tickle them with Tcl (and Tk) on Ask Slashdot: Software for Youngsters? · · Score: 1

    I've been doing Tcl/Tk programming with my son (8yo), for over a year now. I think it is great because to get instant gratification. Bringing up the "wish" shell and entering the single line
    "button .b -text "Hello,World" , pops up a GUI native button that you can press. Adding simple "-command" using ".b configure" call-backs brings it to life. Anything a little more complicated can be created in text script.

    Tcl/Tk is a real language that is multi-platform and with a lot of real-world support.

    We even wrote a small shoot-em-up space invaders type game that my son has learnt to modify.

    Send me an email if you want the code. Tcl/Tk can be downloaded from http://www.scriptics.com

  11. What about Utilities/Diagnostics etc. on Australian Linux user gets Windows Refund · · Score: 1

    If Toshiba is like Compaq, they will also include diagnostics tools on the hard disk. (On Compaq Armada's hitting F10 boots to a 15M DOS partition that contains various utilities to configure CMOS settings and the like). Even though this may not using a Windows OS, it does use DOS and hence is probably licencable software.

    Are you prepared to lose the diagnostics as well?