Slashdot Mirror


User: sproketboy

sproketboy's activity in the archive.

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

Comments · 991

  1. I smell another duke 3d on Too Human No Longer an Unreal 3 Title? · · Score: 1

    Don't wait for this game to come out any time soon.

  2. Re:revelaed on Microsoft Port 25 interviews Miguel de Icaza · · Score: 3, Insightful

    "It even helps them"... Yes it does since apparently a growing number of morons out there delude themselves into thinking that they can go cross-platform with mono. --- mono is a disease - Java is the cure.

  3. Re:Miguel is the savior of .NET on Microsoft Port 25 interviews Miguel de Icaza · · Score: 1

    "So why the fuck are they doing a bytecode language?" Er, cause they want to pretend they're Java? Fact is since M$ hasn't bothered to provide a .net runtime even for the Mac (Ok i understand not porting VS) indicates to me that they're not bothering to compete with Java since they lost anyway.

  4. Ahh .NET in action on Microsoft Port 25 interviews Miguel de Icaza · · Score: 0, Flamebait

    Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested Url: /archive/2006/08/11/Let_2700_s-talk-Mono_3A00_--Sa m-interviews-Miguel-de-Icaza.aspx Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

  5. Sad really on Borland Announces the Return of the Turbo Products, with Video · · Score: 1

    Why don't they buy back dBASE and re-release dBASE III+? Yeah, that's the ticket!

  6. Re:No S**t on Why Popular Anti-Virus Apps 'Don't Work' · · Score: 1

    That's not my experience. Mcafee is constantly scanning the files so whenever I recompile, the system grinds to a halt. I have to suspend it all the time.

  7. XML11 looks more promising on Is the Google Web Toolkit Right For You? · · Score: 2, Interesting

    Uses java byte code instead of source so it's more stable. http://video.google.com/videoplay?docid=-317158218 7051229467

  8. It isn't a large project on Making an Argument Against Using Visual-Basic? · · Score: 1

    It isn't a large project if you're writing it yourself. Large projects require teams of developers. You by yourself does not a team make. ;)
    VB 6 would be OK for this kind of project although it's a bit dated now. If your boss is stuck on VB you could try recommending VB.NET (which also sucks but)...

  9. Re:what nonsense! on Sun Says Java Source Already Available · · Score: 1

    Thanks. I was going to say that too.

  10. Re:Java Q: on Interview With the Father of Java · · Score: 1

    Have you tried the same with a .NET app? Same issue. VB6 had like a 4 meg runtime. Java's is about 16 meg. .NET is about 24 meg. You do the math.

  11. Yeah but I develop a RAD web app in 10 minutes ? on Java Virtualization for Server Consolidation · · Score: -1, Troll

    Like I can with RoR? ;)

  12. Essential PHP Security - Don't use PHP. on Essential PHP Security · · Score: -1, Offtopic

    Then things will be more secure. :)

  13. TI-994a on What Was Your First Computer? · · Score: 1

    Tunnels of Doom was the best game of it's time.
    Tribute page
    TOD reboot

  14. Re:Dynamic typing on Beyond Java · · Score: 5, Insightful

    Here in a nutshell is what's wrong with dynamic typing.

    // Proto language dynamic typed
    // This function trims a string from the 2nd param
    FUNCTION trimString(a, b)
       IF typeOf a <> "String" OR TypeOf b <> "Number"
         // er, not sure what I should do here.
         // Maybe the caller passed the wrong params OR
         // maybe I was passed the wrong number of params OR
         // maybe I was passed NO params
         // I "guess" that maybe I cuold throw an error OR
         // maybe I should just pop up a message box OR
         // Is this a web application? If it is I really can pop a message box
         // I "guess" that really I should just throw an ugly runtime error
         // at the user even though this realy should be a "compile" time error.

         throw new WTFError()
       ENDIF
       // Code goes here....
    RETURN

    In other words. It's *impossible* to write any kind of generic code without having to deal with these kinds of runtime issues.  Much better code:

    // Proto language static typed
    // This function trims a string from the 2nd param
    String FUNCTION trimString(String a, Number b)
      // code goes here....
    RETURN

  15. Re:Just Pick One and Learn it Well on Learning Java or C# as a Next Language? · · Score: 1
    Yeah and other people disagree.

  16. Re:Java.. on Learning Java or C# as a Next Language? · · Score: 1

    How is this modded informative? The parent posts no links or arguments to backup his assertion. There must be a lot of M$ employees loitering around here.

  17. Re:Just Pick One and Learn it Well on Learning Java or C# as a Next Language? · · Score: 1

    "It'd be pretty silly to be missing something like dlopen or LoadLibrary..." Just like missing checked exceptions? Yeah that would be silly.

  18. Still needs some work on Glide File Sharing Service Debuts · · Score: 1

    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

  19. Re:Kitchen Sink Language on Anders Hejlsberg on C# 3.0 · · Score: 1

    When is the truth flame bait? You inbred turdburgler.

  20. Kitchen Sink Language on Anders Hejlsberg on C# 3.0 · · Score: 0, Flamebait

    Yet more evidence that C# is designed by monkeys. Add as much garbage to the language as possible to attempt to appease every programmer's wank fantasy. Ultimately you'll please no-one.
    BTW Still waiting for GOTO Line Numbers to be added.

  21. Non-sequitur on Sun's Linux Killer Examined · · Score: 2, Insightful

    "However, he goes on to describe many more difficulties with an install of Solaris than I seem to remember having with just about any recent Linux install."
    This is the usual non-sequitur logic from a slashdot story... What does the ease of the install have to do with the overall feature set of the OS? You only have to install once. If you want an easy gui installer just use Windows or Mac.
    you insensitive clod :)

  22. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    Sorry but IntelliJ IDEA blows it away.
    (oh and it does run on linux)

  23. You mean this Voltron? on Voltron Coming To The Big Screen · · Score: 1

    It's aleady a movie!

  24. Sour Grapes. on Apple's Colossal Disappointment? · · Score: 0, Flamebait

    Mod me a troll if you like but Linspire is nowhere. Just like all Linux on the desktop.

  25. Re:indeed, it was "facing problems" on James Gosling on Java · · Score: 1

    All I can say to this is: Wahhh!