Slashdot Mirror


User: jaavaaguru

jaavaaguru's activity in the archive.

Stories
0
Comments
1,093
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,093

  1. Re:Vim on Is DVORAK Gaining Traction Among Coders? · · Score: 3, Funny

    Are you a Unix sysadmin?

  2. Re:ATTN: SWITCHEURS! on Vista Taking a Nibble Out of Apple in OS Wars? · · Score: 1

    They're taking forever to ship my Solaris DVD to me as well. I'm in the UK, and within easy driving distance of a Sun office, although I guess they ship these things from abroad somewhere and the chance of it being delivered depends on the quality of the delivery company and Sun's commitment to doing what they said they'd do.

  3. Re:I tried the demo, but it didn't work on Java-Based x86 Emulator · · Score: 1

    I also use a non-US keyboard (a UK one) and haven't had any keyboard problems. Are you using a non-qwerty keyboard?

  4. Re:OT: Your sig... on College Demands RIAA Pay Up For Wasting Its Time · · Score: 1

    Yes, it's real. I've been developing it slowly in my spare time for the last few months. It runs on Mono/MS .NET/Portable.NET and has perhaps 1/3 of COBOL-85 implemented, along with some of the .NET extensions allowing it to use classes from the Framework and external assemblies. I plan on opening the source one I get time to implement a bit more and tidy up the bits I'm not happy with.

  5. Re:RIAA needs to pay me... on College Demands RIAA Pay Up For Wasting Its Time · · Score: 4, Funny

    RIAA needs to pay me..

    Better get that plane ticket to Soviet Russia then. I've heard the time travel costs extra.
  6. Re:Even if he wants books on C# Book Recommendations? · · Score: 1

    Both C# and CIL are ECMA standards, and are also approved by ISO/IEC here and here respectively.

    There are also a few companies working on projects that use these standards in their products. So even if you don't want to use Microsoft products, you can still use C# or any other language that compiles for .NET with something like Mono on most of the popular desktop/server operating systems today.

  7. Re:oss on Microsoft Cracking Open the Door To OSS · · Score: 1

    Some people who support open source are helping with free beer.

  8. Re:Ignorance is just so wonderful to see in action on Why Dell Won't Offer Linux On Its PCs · · Score: 3, Insightful

    If you want Linux to be mainstream-friendly, one of the absolute must-haves is that the user must NEVER EVER EVER, any any circumstances, have to either (1) edit a text config file by hand, or (2) use the command line.

    If you want Windows to be user-friendly, one of the absolute must-haves is that the user must NEVER NEVER NEVER, under any circumstances:
    1. Have to edit the registry (at least config files can have comments explaining what they're about), or
    2. Have to worry about installing drivers for hardware that's been around for years (that's what auto-updates are for).
  9. Re:Nothing really unusual about it on Microsoft Vista, IE7 Banned By U.S. DOT · · Score: 1

    I think the upgrade from Office 2000 was change for the sake of change, but then there may be some new features that are not the ones I use. They should concentrate on making numbered lists work. From what I've seen there's no great improvement in this area in Office 2007. I'd also love if they got rid of easy ways to randomly change fonts. That's what styles are for.

  10. Re:Gorak thinks XML is a fad on Ten Predictions for XML in 2007 · · Score: 1

    The sound you heard was a passing, way over your head.

    I read that as "parsing".
  11. Re:VISTA and carbon on Inside the Windows Vista Kernel, Part 2 · · Score: 1

    When I read the subject line, I thought your post was going to be another one about flashy graphics in OS X compared to Vista.

  12. Re:Demographics on Pre-Installed Linux Tops Dell Customer Requests · · Score: 1

    Yes, but you need Active X enabled on your client for it to work.

  13. Re:An even bigger hole... on "Very Severe Hole" In Vista UAC Design · · Score: 1

    On OS X, I just right clicked on a file and chose "Move to Trash", and it doesn't ask if I'm sure I want to delete the file. If I didn't want to delete it, I wouldn't have right clicked and chosen that option. I'm happy it doesn't ask me pointless questions like that.

  14. Re:stop supporting the product if you dont like it on Walmart Rejects Firefox and Safari · · Score: 1

    people continue to support these tactics by using/patronizing the products/places that are directly responsible to taking away their choice

    Do they? Everyone I know stays away from things they don't like or approve of unless there's no alternative.
  15. Re:Not in my experience. on Windows Expert Jumps Ship · · Score: 1

    Gotta love the Slashdot moderation system sometimes. Hopefully the above Anonymous Coward post was informative to its parent's author :-)

  16. Re:I recently switched on Windows Expert Jumps Ship · · Score: 1

    It doesn't do .Net applications. Even Linux with MonoDevelop can do this. Yeah, sure, you can get MonoDevelop running on OS X, but:
    a) It doesn't fit in with the other applications (look and feel)
    b) Why do I have to install a second IDE to use one of the most popular development frameworks?

    Ever tried installing MonoDevelop on OS X? It's not as simple as "apt-get install monodevelop".

  17. Re:Is this the same as... on Inside the Windows Vista Kernel · · Score: 1

    I guess multiple cores are more than your "average core"

  18. Re:Request on 25 Percent of All Computers in a Botnet? · · Score: 1

    As a CS graduate, you're either in employment or soon will be, so you can afford to buy games rather than pirating them, thus reducing the risk of being infected by a virus/worm/bot from an application or game that you downloaded from the 'net.

    Apart from that, here are 4 things to do:
    - Run a software firewall that blocks individual processes from connecting to the Internet, and don't let any connect unless you *NEED* them to
    - Don't use a browser that happily runs things (eg ActiveX) that web pages request - Firefox or Opera (as you suggested)
    - Don't use an e-mail client that happily runs scripts or ActiveX
    - Don't trust your software firewall, buy a cheap Linksys box to go between your PC and the rest of the network, acting as a firewall in *ADDITION* to your software one.

  19. Re:So then don't take the friggin job. on Dealing w/ Relocation Package Bait and Switch? · · Score: 1

    Is that the Arabic version of /. ?

  20. Re:Large what collider? on String Theory Put to the Test · · Score: 1

    "Surprised that a girl with an IQ over seventy can give you a large hadron collider?"

  21. Re:label makes more sense on Labels Not Tags, Says Google · · Score: 1

    Exactly, that's why we use the word "label" as well.

  22. Re:Right... on No Third-party Apps on iPhone Says Jobs · · Score: 2, Insightful

    Don't you think it's probably a very cut-down/re-written version of OS X that has very little in common with the desktop version, kinda like Windows mobile phones?

  23. Re:But it is modern! on Modernizing the Common Language - COBOL · · Score: 2, Informative

    There are a few implementations of object oriented COBOL for .Net out there...

    Fujitsu COBOL and NetCOBOL for .NET
    Micro Focus Net Express

    Both of those are rather expensive, and I've not seen any open-source ones yet. I thought it would be fun to write a COBOL compiler for .Net as a pet project. I've started it, but haven't had much time to spend on it recently. My plan was to get it to a point where it can do some useful things then put it on sourceforge.

  24. Re:It's just diversification. on Google Winning By Losing? · · Score: 1

    Microsoft, with their IntelliMouse.

  25. Re:sorry! it is misleading! on Copper Wire As Fast As Fiber? · · Score: 1

    Data at the Speed of Light modem... you must be using optical fiber ;-)