Slashdot Mirror


User: c0d3r

c0d3r's activity in the archive.

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

Comments · 273

  1. Being Offered a Job as a Black Hat on Would You Hire a Former Black Hat? · · Score: 1

    How do you respond to a job offer as a black hat? I wonder what the NDA looks like.

  2. Guieness on Doctor Who Makes Guinness Book of World Records · · Score: 1

    The Dr. Prescribed me Genuiness.

  3. Re:Farfrromgnugen? on Giant Insect Invades Germany · · Score: 1

    Isch Mir Scheiss Egal.

  4. Farfrromgnugen? on Giant Insect Invades Germany · · Score: 1

    farfromgnugen?

  5. Re-Write of much software on Intel Pledges 80 Core Processor in 5 Years · · Score: 1

    Most swe's don't know how to do parallel development, hence the crowd divides more.

    Divide by Zero Exception.

  6. Ctrl-X Ctrl-C on Untraceable Messaging Service Raises a Few Eyebrows · · Score: 1

    Got Emacs?

  7. This Message will self distruct in.. on Untraceable Messaging Service Raises a Few Eyebrows · · Score: 1

    Crumbles up the paper and throws it in the can that his boss is hiding in. =)

  8. Kernel Mode WINE for SPARC on Possible Delays for Vista in Europe · · Score: 1

    In other unrelated news, Linus Torvalds annouced today that wine is to be integrated in the the main source tree of the Linux kernel for only the Sun SPARC platform.

  9. Are there enough digits in a phone number? on Over 2.5 Billion Cellular Connections Now Active · · Score: 5, Funny

    How can this be if there aren't enough digits in a US phone number:

    1,23-4,56-7,890

    allows ~1.2445679 digits (some rounding error)

    What do class 5 switches allow globally and whats the denomination?

  10. Re: =) ! on FreeDOS 1.0 Released · · Score: 1

    NE1 catch the bug? c: didn't exist til the XT. (Subst didn't exist)

  11. Re: =) ! on FreeDOS 1.0 Released · · Score: 1

    Uhh crash windoze.. I just did it by accident.. see if you can repro...

    Open cmd.. copy some 50 lines of code (specifically c#) =)! Run the old skool edit editor and try to paste the code via alt-space-e-p and hit alt-enter to full screen the console... here lemme try it.. arrrrghh... 424...

  12. Re:oh yeah?? on FreeDOS 1.0 Released · · Score: 1

    Just to Peek and Poke Line 110 had to be undoced (a standard business rule). Too bad the blue IBM technical reference with the ASM to at least the interrupt vector wasn't complete (sigh). I donno.. maybe i can order those old skool dox.

    mb

  13. Re:oh yeah?? on FreeDOS 1.0 Released · · Score: 1

    Renum was very useful to me, particularly on my first attempt to implement a chess program in BASICA, where I entered the maximum number lines of code (64k) where it gave me the error:

    Out of Memory

    I was sure that that damn IBM pcjr had 16k RAM with a BASICA cartridge.

    =)!

  14. RE: =) ! on FreeDOS 1.0 Released · · Score: 1

    =)!
    C:\>debug
    -e b800:0 1 1 21 7

  15. Telerik RAD Controls on Open Source AJAX toolkits · · Score: 1

    Inside M$ (MSN) their actually using http://www.telerik.com/ Rad Controls. They are pretty kewl, and they do offer the source to them, but its ASP.NET specific.

  16. Synchronous or Asynchronous IO on Should Servers be Mono-Process or Multithreaded? · · Score: 1

    Mono-process is synchronous IO (select system call)
    which blocks, where as multithreading is asynchronous and non-blocking. You can get far more throughput with the same amount of memory with threads, and be able to levarage multi-core, multi-processor and distributed processing architectures.

    mb

  17. JSON (Javascript over the wire) on Independent Data and Formatting with Microformats · · Score: 2, Informative

    Look into JSON..its basically javascript data structures that you eval on the client. Why bother assembling thick XML that needs to be parsed on the client. XML is slow, and even slower if you have to XSLT it out of the XHTML.

  18. Just another Google Publicity Stunt on Inside the Google-Plex · · Score: 1

    This is probably just another Google Publicity Stunt. I've worked at several of the top companies, and its just "people" that work there, not much more "intelligent" or better than others who choose a lower profile, more fun and probably more lucrative environment to work in. Who has any information to prove it otherwise?

    mb

  19. Multicasting on HD Video Could 'Choke the Internet'? · · Score: 1

    With multicasting techniques, one stream is shared to all viewers,thereby reducing the required bandwidth.

  20. The 15 Minute Cisco Interview on Making the Most of IT support? · · Score: 1

    Now ready to take the 12 hour Microsoft interview, I'll share the 15 minute Cisco interview. No design or questions, create the site diagramed in 30 mins. Much advice appreciated to help me on microsoft's interviewing techniques.
    c0d3r

  21. The Reason this is Bullshit on Microsoft Research Warn About VM-Based Rootkits · · Score: 1

    The First Operating System booted must issue an instruction to the processor to create one of these "VM"'s. All you do is control this instruction.

  22. Windows Crash Error on IBM's High Performance File System · · Score: 1

    Sounds like a windows crash error:

    GPF Fault Error.

  23. Oracle Financials on SAP vs. Oracle, Battle Royale · · Score: 1

    Cisco and Juniper both use Oracle financials for their ERP. Its not as thick and based on oracle technologies.

  24. Props to My Psycho Fathers Suicide on Internet Suicide Pacts Surge in Japan · · Score: 0, Troll

    My Father was the most psycho craziest man I ever new, being an MS Psyc Parole Officer Ex Military Ex Cop. I disowned him and didn't hear from him til he died 7 years later by a violent car chase (Which made me very happy), and pistle wipped her, and shot her several times as she ran away right in front of a church and splattered his own brain on the pavement. The bitch definitely deserved it, it fits the end to the long story, and its a way to go!

  25. Focus on Interoperability on Does Company-Wide Language "Standardization" Work? · · Score: 1

    Its wrong to focus on a standard language. Its better to focus on interoperability. Web Services (SOAP over HTTP) seems to be the winner today, with COM ruling the windows world.