Slashdot Mirror


User: Burb

Burb's activity in the archive.

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

Comments · 328

  1. Or you could try reading the article... on T-Mobile Dumps MS SmartPhone · · Score: 1

    Quote:But Hack explained that the two methods of avoiding the phone's security will not turn the world's 1.2 billion cell phones into a breeding ground for crippling viruses. The gaps developers discovered still do not let them commandeer the phone's radio, the only way to dispatch a virus to other phones, Hack said.

  2. In C# 2.0 on EiffelStudio 5.3 for Linux · · Score: 1

    I believe Microsoft have announce intention to put this kind of functionality in a forthcoming version of C# (not the one in vs 2003, the "next" one whenever that is). You're all going to want a reference now, aren't you... C# Programming Language Future Features There you are.

  3. I know where it is... on Search for the Missing Universe · · Score: 1

    .. fallen down the back of the sofa like every other lost item in my house.

  4. Sorry... on Traffic Cams Co-opted for Surveillance · · Score: 1
    I'm confused. Are we complaining that the intrusive, privacy-busting cameras are being taken offline to allow protesters to do what they like without being monitored? Maybe I'm just being a bit thick.

    Sometimes a coincidence is just a coincidence.

  5. Puleeeeeeze. on Traffic Cams Co-opted for Surveillance · · Score: 1
    If, as in the past, some (not all) of the mayday protesters took to criminal damage, I'd want to know about it as a taxpayer.

    So the UK has a few cameras that note what you do IN PUBLIC. They help catch CRIMINALS you know. When there's a camera in my house then I'll worry.

    I'm tired of Slashdot YRO advocates painting the UK as a police state.

  6. What moron modded this as Funny!??! on New Insights into Synesthesia · · Score: 1

    Serious, maybe. Troll, possibly. Funny? I don't think so

  7. Re:Non-local returns on #Smalltalk - Open Source Smalltalk for .NET · · Score: 1
    Actually, jscript.net manages to do non-local code blocks:

    var answer2 = function(q) {return (-q); }(-42);
    print(answer2);

    Save to anonf.js. Compile from command line with jsc anonf.js, then run anonf.exe. Prints "42".

    A quick look at the ILDASM output suggests it's compiling the anonymous block on the fly using the Microsoft.JScript.FunctionExpression class.

  8. Green Man on Darth Vader Sculpture on Washington National Cathedral · · Score: 2, Interesting

    In principle, this is no worse than "the green man", a folk-religion symbol that is often insinuated into the carvings of old English churches. (e.g. Chiseldon, nr. Swindon, Wilts).
    But in a Christian church, a bit silly.

  9. Non-local returns on #Smalltalk - Open Source Smalltalk for .NET · · Score: 1
    .NET has no support for non-local returns so #Smalltalk uses exceptions to simulate non-local returns.
    Hmmm. Would it not be better to convert the blocks to auto-name-generated subroutines. Using exceptions to generate non-local returns will certainly make it fun to debug under VS.NET or something, if you can't tell what's really an exception and what isn't.
  10. Quality: Zen and the Art of Motorcycle Maintenance on The Post-OOP Paradigm · · Score: 1
    The talk of the "quality without a name" is strangely reminiscent of Pirsig's "Zen and the Art of Motorcycle Maintenance".

    Are we descending into Taoism here, or is it just me?

  11. Or even SUBST on Building a Better 'Mobile $HOME'? · · Score: 1
    You could always use the subst command to map a logical drive to a directory... yeah, I know it's not Linux, but it's occasionally useful.

    Map, say, T: to \\yourfiles\whereever

    Then use /cygdrive/t or whatever

    Excuse me, no manuals to hand, above could be wrong in detail.

  12. Reasonable, my twopennyworth on Coding Standards for C#? · · Score: 3, Informative
    This is pretty sensible advice. Most C# shops I've worked in stick to the standard MS coding conventions.

    I would also stress: use the inline documentation stuff a log (/// comments). Use NDOC to generate documents from the XML output. Make use of the using() {} statement to encourage early resource disposal.

  13. Almost Usable on Ellison: Linux Will Soon Decimate MS Windows · · Score: 1
    [Ellison] deemed the Sun Microsystems Inc.-backed OpenOffice.org suite "almost usable" and predicted that as such software becomes more robust, Linux will begin making inroads ...

    Sure, I love "amost usable" software. There's another phrase for "almost usable". It's "not actually very useful".

  14. A Grammar Nazi Writes .... on Post-crash Salary Survey · · Score: 5, Funny

    survey's? surveys!

  15. C# Not a 'C++ subset' on Public Standards: C# 2, Java 0 · · Score: 1
    It's a cut-down version of C++ with native support for properties and delegation.

    I respectfully suggest this is not the case. There's lots of stuff in the C# language which isn't in C++. Garbage collection, for one. As you point out, properties and delegation also exist in C#. And there are things like metadata and reflection that go beyond C++ RTTI in terms of consistency and easy of use.

    The whole point of Java and .NET aren't the C# and Java languages, but the huge class libraries. Until those are standardized, ISO C# doesn't mean much.

    Now this I do agree with.

  16. NOOOOOOO Make it stop..... on IPv4 Headers Investigated · · Score: 1

    Pleeeeze...

  17. Re:Hang on a minute guys on False Information A-Okay in Primary FBI Database · · Score: 1

    Well I stand corrected. Next time (slaps head) I shall read ALL the words.

  18. Hang on a minute guys on False Information A-Okay in Primary FBI Database · · Score: 1
    reasonably necessary to assure fairness to the individual

    So if they implement it well enough to assure fairness, what's the actual problem (apart from slashdot kneejerk "gu'ment-is-bad-ok"? Is there some level of extra vigilance that would make it more fair in some way? Surely fairness is an absolute ... isn't it?

    If I implement a an IT system well enough to ensure compliance with the spec then that's good enough, surely?

  19. Re:How does the saying go? on False Information A-Okay in Primary FBI Database · · Score: 2, Insightful

    Tell that to the states with a death penalty.

  20. Ms vs. IBM on MS Withdraws From WC3 Web Services Working Group · · Score: 3, Insightful
    Sun issued a statement condemning the move, saying that "IBM and (Microsoft) have now moved away from a leadership position in Web services standards and become a disruptive force in the industry."

    I read this, thought "I bet the slashdotters will denounce Big Bill and leave IBM alone". Was I right?

  21. Re:'Reliable, disinterested reports'... on Looking for Unbiased War News? · · Score: 1

    Disinterested != uninterested

  22. Re:TCO in People Terms on A College Without Microsoft? · · Score: 1
    I promise to send my son to this institution when he's ready for College (about 17 years from now).


    Nice to see you protecting your son's freedom of choice.

  23. Old News - in .NET already, now, today, shipping! on Microsoft to End DLL Confusion · · Score: 2, Funny
    .Net 1.1 will provide Windows Server 2003 operating systems with what Microsoft calls a Global Assembly Cache.

    This has been around for ages in .NET, and doesn't look like anything new to me. The image that comes to mind is of Dr. Evil putting "la-ser" in hand speechmarks.

  24. Re:Amazing Brits... BCPL on Pancake Physics to Cut Batter Splatter · · Score: 3, Informative

    Oh yes, and if you look in your history books you'll find that C owes a lot to a certain language called BCPL developed by Martin Richards at Cambridge University in the 60's ...

  25. Re:go here: qnx.com on Diskette-Based Distributions for the Masses? · · Score: 1

    "QNX Momentics Non-Commercial sys req: PIII-650 or better. 128MB RAM. 1.0 Gig Disk Space " Have I missed something?