Slashdot Mirror


User: Craig+Davison

Craig+Davison's activity in the archive.

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

Comments · 676

  1. You're so fucking ignorant on V2 OS · · Score: 1

    1. masm doesn't "dump out executables". It creates object files, just like any compiler, that still have to be linked into an executable.

    2. "safety hooks" doesn't make any sense if you're talking about a C compiler. C compilers create no runtime overhead whatsoever.

    3. Executable size is not the compiler's fault. Some contributing factors to a large .exe size:

    - Debug symbols in your object files (This is a major factor)
    - A huge initial stack segment
    - Static libraries linked in
    - Stub code linked in (DOS warning, Command-line parser, etc.)
    - Unnecessary resources linked in (note that in VC, Version Info is put into your .exe by default)
    - Nasty amounts of global arrays
    - The PE format itself

  2. Nothing to worry about on Microsoft Selling J++; Discontinuing Development · · Score: 1
    Interesting move, because Rational is not bound under the legal restrictions that Microsoft is when it comes to Java. I'll be keeping a close eye on what's to come.

    They're also not in a position to threaten Java compatibility, as Microsoft was. If they produce nonstandard garbage à la Visual J++, there's not even a remote chance anyone will use it. In short, there's nothing to worry about.

  3. FreeBSD is more than a kernel on Interview: Ask the Debian Project Leader · · Score: 1

    It's a kernel and related BSD-derived utilities.

  4. What the fuck are you on on Microsoft up to Old Tricks Again · · Score: 1

    It's a bug in the way CE stores saved passwords. It has NOTHING to do with NT, let alone Winsock.

  5. Transmeta ist menschfleisch! on Transmeta Details Continue to Unravel · · Score: 1

    An obscure Wumpscut reference for the goths out there.

  6. Exactly. on The Battle That Could Lose Us The War · · Score: 1

    Starting with IE 4, IE's javascript support was better than Netscape's... which is ironic because Netscape invented the langauge.

  7. In case you can't get into slashmirror (I can't) on Color PalmOS Screenshots · · Score: 1

    http://bluething.dhs.org/~craig/pose30-palmos35-co lor-1.jpg
    http://bluething.dhs.org/~craig/pose30-palmos35- color-2.jpg

  8. Delicious on Home Cookin': The Electric CD Acid Test · · Score: 1

    Good one.

  9. Didn't take much to set you off, did it? on ZD "Objective Reporting" Not Just For Linux · · Score: 1

    Wow, that rant came out of nowhere. Anyway, at least you asserted yourself and fed your ego. Hope you feel better because of it.

  10. Are you sure... on Lost in the Translation · · Score: 1

    ...this wasn't one of those essays they put on the last page of each issue? (Remember the "serious proposal" that we drain lake Superior for fresh water?)

    This has to be bullshit. But at least it's funny bullshit.

  11. Re:Let me place your foot in your mouth on Where's All The Outrage About The IPv6 Privacy? · · Score: 1

    arp has to be, and always is, in your kernel if you use IP networking.

    you're probably thinking of rarp.

  12. If you gotta be anal... on Israelis Crack RSA 512 Bit in Microseconds · · Score: 1

    It's 12 s.

  13. Sort of off-topic, but... on CUPS 1.0 Enters The World · · Score: 1

    The printer$ share on a win9x box is actually the %windir%\system directory. Which of course contains the registry.

    Just thought that was interesting.

  14. Head-up-ass on Netscape 4.7 Arrives on the Scene · · Score: 1

    As a web designer with visits mostly from Windows clients, I won't be able to find any "issues" at all until 4.7 is released for Windows.

    "Windiots"? Why do people like you still exist?

  15. Just wondering... on Patrick Naughton Arrested · · Score: 1

    (Probably offtopic)

    Wonder if the FBI agents sold their Infoseek stock before arresting this guy.

  16. Great, someone had to mention race. on Girls Like Linux Too · · Score: 1

    But saying you can't be a feminist is like saying you can't be against racism if you're not a minority

    No, actually, it's not. It's more like saying that you can't be a part of the black panthers if you're not black.

  17. I met a linux chick once on Girls Like Linux Too · · Score: 0

    After finding her root vulnerabilities, I penetrated her box.

  18. GGI target of Mesa? on Interview with Berlin core developers · · Score: 1

    Why not use fbcon? I thought it superceded GGI.

  19. Re:Neutrino: the last best hope for Amiga values on Amiga dropping plans for new machine · · Score: 1

    Better chance than Amiga shipping _anything_.

  20. Nice graphic on Canada Builds World's Fastest Network · · Score: 1

    Funny how Whitehorse is fully connected, but Calgary isn't even on the map.

    Way to go, abcnews

  21. Whoops on Ask Slashdot: Comparing the GUIs · · Score: 1

    Should have looked around first. I stand corrected.

  22. Also Wrong on Ask Slashdot: Comparing the GUIs · · Score: 1

    X11 is up to release 6.3 (AFAIK).

    11 is not a version number.

  23. What the fuck are you on on CNet Article On 2.4 Kernel · · Score: 1

    Article was posted on Friday: Taking a look forward. Now stop complaining.

  24. Re:Y2.038K is comming.. on US to build Y2k Command Center Bunker · · Score: 1
    UNIX uses a signed integer offset from January 1, 1970 to internally store a time quantity.

    Since an integer is 32 bits on most systems, that leaves a maximum of 2^31-1 seconds.

    1970 + (2^31-1) / 60 / 60 / 24 / 365.25 = 2038

  25. Easy fix for that on Slashdot Tweaks · · Score: 1

    In Tools|Internet Options, go to the Advanced tab. From there, unclick 'Show friendly HTTP error messages' in the Browsing branch.

    Funny how they call those new error messages 'friendly' when they're basically a huge pain in the ass.