Slashdot Mirror


User: heffrey

heffrey's activity in the archive.

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

Comments · 564

  1. Re: boxen. . . on Running 100,000 Parallel Threads · · Score: 1

    What I want to know is why use boxen rather than boxes?

  2. Re:No practical use on Fields Medals awarded · · Score: 2

    slashdot has "no known practical applications" but that doesn't stop it being interesting

  3. Re:Whats with the "To Rule Them All" stuff... on One 3D Format to Rule Them All · · Score: 1

    Why the apostrophe in "DVD's"?

  4. Tetris payout on Seventeen Years of Tetris · · Score: 1

    Anyone out there remember Tetris payout? I made a few thousand pounds on this in the early 90s in the UK. The machines only held 60 pound coins so you had to wait for them to fill up before you could emtpy them. At my student union bar the bar staff actually filled them up every Wednesday morning! There was always a queue of the local Tetris pros at this time!!!

    The game was about scoring as many points in a limited time. If you scored enough then the machine paid money.

    You scored more points by clearing lines at the top of the screen. So the trick was to build a platform and then score points high up the screen. The danger was that when the game got fast you would run out of screen.

    I liked the game because there was none of this "score more points for clearing 4 lines at once" crap that you get on a lot of tetris games. There's a real skill in filling over a gap, clearing the line above and clearing the previous gap.

    Other interesting features:
    - Preview of about 10 upcoming blocks. If you could manage it you could do some serious planning ahead.
    - Both left and right rotate buttons. It was amazing how many people only used one rotate button which often led them to pressing it 3 times! There was even one guy good enough to clear the machine that played this way.

    The game play got faster each time a player won. This was designed to allow the machine to make money. I guess the idea was that it got too fast for people to empty. They must have had pretty crap testers though because it had an upper limit on the speed which was quite beatable - hard but beatable none the less.

    The machines didn't last long because they were so easy to empty. A couple of years after they disappeared I found one and rubbed my hands with glee. Alas it had been doctored and ran at about double speed making it completely unplayable (for me at least).

    Those were the days......

  5. Re:Second post on Resurrecting NEAR · · Score: -1, Troll

    third post!!!

  6. doh! on Resurrecting NEAR · · Score: 2, Informative

    methinks you mean Johns Hopkins....

  7. Slashdot zealotry on KDE 3.0.1 Ships · · Score: 0

    Why do "minor security issues with the HTML engine" in a Linux setting generate no hysteria but if it was "minor security issues with the HTML engine of IE" then there would be uproar?

    I wonder if anyone could code a Slashdot zealot filter...

  8. Re:The most popular prof... on Microsoft Expert Witness Stumbles · · Score: 0

    In Windows using Delphi the program might be:

    program Clip;

    {$APPTYPE CONSOLE}

    uses
    SysUtils,
    Classes,
    Clipbrd;

    procedure Main;
    var
    s: string;
    Strings: TStringList;
    begin
    Strings := TStringList.Create;
    Try
    while not EOF do begin
    Readln(s);
    Strings.Add(s);
    end;
    Clipboard.AsText := Strings.Text;
    Finally
    FreeAndNil(Strings);
    End;
    end; (* Main *)

    begin
    Try
    Main;
    Except
    on E:Exception do begin Writeln(E.Message); end;
    End;
    end.

    Yes, this is Clip command will revolutionise the world.

  9. Re:cf: IA64 on It's (Almost) Hammer Time · · Score: 0

    It just confuses people in my view and it comes across as trying to be clever. What's wrong with boxes?

    This is the sort of abuse of language that encourages the geek stereotype.

    :-)

  10. Re:cf: IA64 on It's (Almost) Hammer Time · · Score: 0

    I've looked up the word 'boxen' in my English dictionary. It's not there. Please could you tell me what it means?

  11. Re:You'll need to do the thinking.. on Does Linux Need Another Commercial Compiler? · · Score: 0

    If the Borland C/C++ compiler for Linux is licensed the same way as Kylix (Delphi for Linux) then you will get a fully featured compiler with a GUI for free - but only for GPL development.

    Borland's Windows C/C++ compiler is widely regarded as the most ANSI compliant compiler available. One would guess that the Linux C/C++ compiler would be a straight port.

    Their marketing people may have no brains but Borland sure know how to write compilers.

  12. Stallman on Windows-On-Linux Emulator Shootout · · Score: 1

    Wine is not an emulator. Aside from creating one of those recursive Linux acronyms

    The good Mr. Stallman will love that....

  13. Re:After C comes P! on The D Programming Language · · Score: 0, Flamebait

    First their was BCPL

    Then there was spelling....

  14. Paranoid Septics on Iraq Stockpiling PS2 Consoles! · · Score: 1

    May, just maybe there are some Iraqi people who want to play games. I believe that they are human too (aren't they?) and so they may share some of our emotions.