Slashdot Mirror


User: jtra

jtra's activity in the archive.

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

Comments · 33

  1. Re:And what are the specs? on Molecule Sized Transistors · · Score: 1
    But if they are easy to make then imagine highly parallel procesor that still fit your palm-size computer.

    Or big memories (static, no capacitors). Wasn't there article about solid state memories as replacement for harddrives on /. recently?

  2. Re:Just another reason to be SSH tunneling on MSN Forces Outlook POP · · Score: 1
    It easy I have done few days ago already.

    from your unix box issue (make a script for frequent use; target box have to be some kind of unix with shell access over ssh):

    $ ssh name@server -L A:B:C

    where A is local port (number, bigger than 1024 for non root), B is computer you want to read from (with POP3 or IMAP server running), C is 110 for POP3 or 143 for IMAP.

    Now set your email agent to get mail from 127.0.0.1 at port A with desired protocol. For non-unix users, use some ssh client, most can do this too (RTFM).

  3. Re:IBM, Come get me you skanky bastards on IBM Patents Web Page Templates · · Score: 1
    Oh, error.
    It should(?) be

    $echo -e "0123...................
    I didn't ran this anyway.

  4. Re:how about additional mouse buttons ? on Mouse Gestures in Mozilla · · Score: 1

    Yust wonder when the people will realize that adding buttons to the mouse is meaningless when we have 100 or more keys on keyboard. Or will mouse morph to mouse-keyboard in near future?

  5. Re:Patented the WHAT?! on IgNobel Awards · · Score: 1
    ...patented the ROUND wheel.

    Oh, there must be a prior art.

  6. Yes, but with braindead limitations on Who Has Faster Pipes? Linux, Win2000, WinXP Compared · · Score: 1
    you just use WaitForObject() or WaitForMultipleObjects() on EVERY type of handle.

    Oh, don't forget that WainForMultipleObject have hard limit of 64 maximum objects to be wait at once. So it is useless for web servers, you need then to use the threads anyway to be able to work with multiple clients. Linux's select is better for this.

  7. WDOSX extender on Open Watcom Effort Makes First Public Release · · Score: 1
    WDOSX extender is usable with watcom compiler.

    It does work with folowing compilers:

    • Compiler - File format
    • NASM - Flat form binary, RDOFF, RDOFF 2 (NEW!)
    • TASM - 32 bit "MZ", PE
    • MASM - 32 bit "MZ", PE
    • MSVC++ 4/5 (NEW! MSVC 6) - Win32PE
    • Borland C++ 4.xx/5.xx - Win32PE
    • Borland C++ Builder - Win32PE
    • Borland Delphi 2, 3 and 4 - Win32PE
    • Watcom C++ - Watcom style LE
    • DJGPP v2 - COFF
  8. Re:This is NOT Encription on New Security-Enhanced Linux Release · · Score: 1

    You are right, but then, they may easily by legislation (proposing such law) force people to use their backdors. It's easy - there are alresy hooks for them!