Slashdot Mirror


User: flowerysong

flowerysong's activity in the archive.

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

Comments · 6

  1. Re:Afraid of parenthesis? Stay away from XML! on What are the Next Programming Models? · · Score: 1

    XML has no parentheses. It has angle brackets. So there.

  2. Re:Pong AI on Artificial Intelligence for Computer Games · · Score: 1
    's not unbeatable.
    ball.X = paddle.X + 35;
  3. Re:Nobody on Is It Wrong to Love Microsoft? · · Score: 1

    Which fails less than halfway through because the user made a typo. In this case, 'bootsrap' ne 'bootstrap'.

  4. Re:Apple Innovates Again on Apple Releases Multi-Button "Mighty Mouse" · · Score: 1

    BSD rarely causes tremors, unless you're trying to clean a directory and realise that you just typed 'rm -rf /' as root. (This also happens under Linux/Minix/Solaris/AIX).

  5. Re:Joel on software on Microsoft Continues Anti-OSS Strategy · · Score: 1

    The ultimate goal in CS (why yes, I am quite certain) is to make the computer transparent. Not transparent in the Jony Ive kind of way, but transparent in that anyone can use it with minimal fuss and no experience.
    Erm, not really. It's impossible to use something with no experience. Sure, you can make it easy to figure out how to use something, so that with a few minutes of experimentation your typical crack monkey can figure out how to do basic tasks using your interface. However, once they've gone through this learning process, they have experience, and before they go through the process, they are unable to use it.

    The word you're looking for is intuitive, not transparent. Intuitive interfaces map to something the user understands easily. One reason the point 'n click interface is popular is that it's easier for the user to make a connection between clicking on the icon and the application coming up than it is to associate typing 'ls -lh' with a listing of file details along with human-readable sizes.

  6. Re:Joel on software on Microsoft Continues Anti-OSS Strategy · · Score: 1

    See, the attitude was on your side. "I just wanted it to work." You were trying to set up a fairly complicated server application, and didn't want to take the time to read the relevant part of the documentation. This is like wanting to assemble a radio without having to go to all the trouble of reading a circuit diagram. Setting up a server is not a typical everyday enduser task, and therefore shouldn't necessarily receive as many usability enhancements and support efforts. I note in your comment that you did, in fact, recieve the help you desired. So basically what happened was: you wanted to be spoonfed the info; people said "We don't spoonfeed here. Feed yourself."; and then someone spoonfed you the info.