Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:I have just one problem with it on Anders Hejlsberg on C# 3.0 · · Score: 1
    I must be missing something here.
    What you're missing here is that this is Slashdot and so half the posters must necessarily have a blatant disregard for the facts.
  2. Re:Language Bloat? on Anders Hejlsberg on C# 3.0 · · Score: 1
    Version 3, which won't even have an impelmentation by Microsoft or anyone else for at least a year or more to come...
    BTW: my OP linked to a download for the C# 3.0 compiler. It works just fine and the IL it generates runs on the 2.0 CLR.
  3. Re:Not really on Anders Hejlsberg on C# 3.0 · · Score: 2, Insightful
    that's fine if your program is so simple that every posible code path can be executed in a short amount of time, but for anything but the most trivial rograms this is impossible (see Turing for a reason why). This means that for dynamically typed languages, the onus is on testing to find a whole slew of errors that statically-typed languages can find at compile time.

    not a good solution for multi-K-line programs written by large teams of programmers.

  4. Re:Why implicitly typed locals? on Anders Hejlsberg on C# 3.0 · · Score: 1
    two reasons:
    1. you type less.
    2. when the the right-hand-side expression is an anonymous type (or an array, collection of anonymously-typed objects) then there is non name you can write on the left.
  5. Re:First thoughts on Race to Linux Project Announced · · Score: 1
    Close, it's 3,072 bytes.

    Your point is well taken, though. I think...

  6. lock down your servers on Reducing The Negative Impact of Laptops · · Score: 1
    if you're running windows servers, lock them down (both externally and internally), lock down your Active Directory.

    If you want XP Home machines to be able to authenticate on the domain, just force them to connect to an internal VPN - their VPN credentials will be used for connections to local services (exchange, file servers, etc...)

  7. Re:Here's one developer leaving on $100 Million Marketing Push For Vista · · Score: 2, Insightful

    wait, you're bitching about paying $100 for the DDK (and if you're writing drivers, then that should be about the same amount as you could earn in a week's toilet breaks) but at the same time you're saying that that cost hinders you from writing user-mode applications? I'm missing something there...

  8. Re:Keep the money. on $100 Million Marketing Push For Vista · · Score: 1

    dude, buy almost anything from newegg.com (or similar) and you can get an OEM XP for $50.

  9. Re:css!! on Help Beta Test Slashdot CSS · · Score: 1

    actually, the correct solution is to design to the standards, and as for complaining customers: shoot them in the name of open standards.

    viva la revolution!!

    <joke/>

  10. Re:XHTML on Help Beta Test Slashdot CSS · · Score: 4, Insightful

    that has to be the lamest excuse for a list of reasons why not to use something.

  11. Re:fork() and pipe() on Microsoft to Stop Releasing Services for Unix · · Score: 1

    that's true, but there are ways around that, and the fact remains that many apps (Apache & MySql come to mind) are moving to an in-process concurrency model based on threads, primarily for the performance gains it provides.

  12. Re:Microsoft's answer to UNIX on Microsoft to Stop Releasing Services for Unix · · Score: 1
    NUMA perhaps? no, NT doesn't have that.
    No?
  13. Re:fork() and pipe() on Microsoft to Stop Releasing Services for Unix · · Score: 1

    they aren't guaranteed to be coherent in multi-processor situations. the same is true for Linux.

  14. Re:fork() and pipe() on Microsoft to Stop Releasing Services for Unix · · Score: 1
    pipes exist on windows just fine (named or otherwise). and while the unix fork call is elegant in its simplicity, it's mostly useless for real work since while the child process inherits almost everything from the parent, the first thing the child has to do is to uninherit all the stuff it doesn't want (like any sensitive data it doesn't want distributed around the process tree). if all you're doing is creating a bunch of identical processes then the modern (ooh!) usage of threads is usually a much better model.

    just because it wasn't invented by a couple of guys in the '70s with a few K address space, doesn't mean it automatically sucks.

  15. Re:fork() and pipe() on Microsoft to Stop Releasing Services for Unix · · Score: 1

    yeah, or you could just call the CreatePipe or _pipe functions.

  16. Re:fork() and pipe() on Microsoft to Stop Releasing Services for Unix · · Score: 1
    erm, WaitForMultipleObjects is essentially the same as select(), execpt it supports waiting on objects, not just sockets. sockets are waitable objects in NT, as are files, processes, threads, named-pipes, events, etc... garbage indeed.

    of course, you should be using IOCompletionPorts instead...

  17. Re:To him they don't on Stallman Claims Linux Trademark Doesn't Matter · · Score: 1

    Yes, he's an idealist. But as soon as he opens his mouth he becomes something else as well...

  18. Re:hardly objective on Comparison of Java and .NET security · · Score: 1

    Windows XP & Server 2003 load .NET .EXEs natively. the CLR loader stub is bypassed.

  19. Re:And how would you fix the War on Drugs? on Another Major Spammer Busted · · Score: 1

    The big question of course is: does the WoD help society more that it hurts it?

  20. Re:The problem with computers on Spammer Scott Levine Convicted · · Score: 1

    if I steal 1,000,000 $1 bills do i get a longer sentance than if I stole 10,000 $100 bills?

  21. Re:Oh great. Wonderful. on Terrorists Move to Cyberspace · · Score: 1
    i think more importantly:
    "I may be drunk, Miss, but in the morning I will be sober and you will still be ugly."
    and
    "Mr. Churchill, if you were my husband, I'd poison your tea!"... "And if you were my wife, I would drink it!"
  22. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    not impossible, just hard (and not done yet). VS provides suggestions based on context: ie, which identifiers/types are currently in scope and/or relevant. the intellisense engine uses the same definition of scope that the compiler uses, and it does it across multiple projects, referenced libraries/typelibs, taking into account project build settings and a deep understanding of the semantics of the language. it's not your father's ctags

  23. turing machines considered harmful on Windows Vista Tool Targeted By Virus Writers · · Score: 1
    • turing machines are universal.
    • thus: you can write a self-replicating, propagating program (virus) in a turing machine.
    • thus: the virus can be ported to any turing-complete system.
    • thus: the only way to secure a system is to make it turing-incomplete.
    • or: any reasonably useful system is susceptable to viruses.

  24. Re:Here we go again... on Equal Time For Creationism · · Score: 1
    I have to say that the world would be a better place if more Christians were like you.
    ... or at least, fewer Christians not as open-minded as the GP.
  25. Re:Rubbish on Linux and Windows Security Neck and Neck · · Score: 1

    yup, and that's the same reason they're rated as a higher threat. there could be one single vulnerability for windows and another for linux and the windows one would be a more serious threat since so many more people would be affected.