Slashdot Mirror


User: Drakonian

Drakonian's activity in the archive.

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

Comments · 954

  1. Re:Computer Engineering vs. Computer Science on Computer Engineering Degree Most Valuable · · Score: 1

    Other than the initial impact? Wow. So that is somewhere around 0.00001% of people that are in an accident that occurs in what is likely the safemost mode of transport known to man.

  2. Re:Restrictive? on Stallman Goes to India · · Score: 1

    Actually, I couldn't think of it myself. I tried very hard to do so. I searched all over the Web and Usenet and it was the only reference that turned up.

  3. Re:Code Examples on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1
    Thanks for the link. Here is a really nice demonstration of Enums + Generics + Enhanced for taken from that document:

    enum Suit {clubs, diamonds, hearts, spades}
    enum Rank {deuce, three, four, five, six, seven,
    eight, nine, ten, jack, queen, king, ace}

    List<Card> deck = new ArrayList<Card>();
    for (Suit suit : Suit.VALUES)
    for (Rank rank : Rank.VALUES)
    deck.add(new Card(suit, rank));

    Collections.shuffle(deck);

    (Sorry, I can't indent that properly). As they said, this would require pages of code today.

  4. Re:Code is for reading as well as writing on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1

    I'd disagree with you an enums - they make code much more readable. Better than having tons of public static final ints declared, with the additional benefit of being typesafe.

  5. Re:Restrictive? on Stallman Goes to India · · Score: 1

    Or, what if the single line is the only reasonable way to do something? Like a particular use of a system API? I once copied a line from a GPL program which emulated Ctrl-Alt-Delete with a Win32 API. AFAIK, there was no other way to do it. Personally, I don't lose any sleep over that.

  6. Re:User Interface on Sun and Eclipse Squabble · · Score: 1

    Well put. I'm sure everyone has seen how upset Mac users/Apple gets when some app is ported from Windows and looks exactly the same. With good reason too - Mac users, more than anyone else, are used to a particular set of standards in their applications. Having these increases their interoperability, and user's immediate familiarity with the app.

  7. Re:let's see sun invents java, ibm, makes a tool . on Sun and Eclipse Squabble · · Score: 2, Informative

    It should be noted that eclipse.exe is just a launcher for the various JARs in the plugins folder. All it does is display a splash screen and start the JVM loading up the necessary classes.

  8. Re:Macs have a purpose on Microsoft's Mac Business Unit · · Score: 1

    How was it working there? Did you enjoy it? This article made me consider applying to work in the MBU.

  9. Re:MS getting ready to shed its skin? on Microsoft's Mac Business Unit · · Score: 1

    Ahahahaa. Good one man. I particularly liked the "platform monoculture dilemma". They are in that unenviable position where 95% of the desktop computers in the world run their software and the users pay them money. The only dilemma is to whether bother caring about the other 5% or not.

  10. Re:I own both, iPod wins hands down on Review of Dell's Digital Jukebox · · Score: 1

    That's pretty unlikely. They could easily obfuscate the files via different filenames and making them invisible, like the iPod does. And why would Dell care anyway - they aren't the RIAA. They are only limiting their users by omitting a genuinely useful feature.

  11. Re:Poorly executed review on Review of Dell's Digital Jukebox · · Score: 1

    I got the impression that the main problem was the USB hub. No amount of tweaking with software was going to unplug his Jukebox from a hub and into the mobo port.

  12. Re:Good article on Why iPod Mini is a smart move for Apple · · Score: 1
    Very good point and view of the big picture. I decided to reply instead of mod you up.

    Tech people say stuff like "Flash players are used for exercising, hard drives ones aren't". Averages Joes would have no concept of this. (It's debatable anyway, I run with my 5 GB iPod all the time and have never had a problem). Tech people say stuff like "the flash players have FM tuners". I don't think many people truly care about that. The ones that do will go for something specifically with a FM tuner, but I doubt it's a deal break for 90% of the market. Averages Jills and Joes don't care about "megabytes" or "gigabytes" - number of songs is the truly important metric. (Actually, I find this to be true even as a tech person/geek. I don't really care what the size is - how many 128 Kbit AACs can I fit?) 1000 songs is probably more than the vast majority of people have.

    The one thing I think Apple has to look after is marketing this tothe right audience. However, that is often their forte.

  13. Re:a nice incentive on Virginia Tech Upgrade: PowerMac G5 to Xserve G5 · · Score: 1

    Righttttt. The course cost you.... what, maybe $800 max? You get and A and they are so happy with your extraordinary performance, they give you a $2000 computer, for free. Coz not just anyone can get an A!

  14. Re:Reminds me of a story. on Joel Rants About Resumes · · Score: 1

    Timmmmbuuurrrrrrrrrrrrrrrrrrrrrn!

  15. Re:George Bush on Whose Desktop Would You Most Like To See? · · Score: 4, Funny
    You think that there is some special "For Presidential Addresses"-type Word Processor?

    Yes, it's called a speechwriter.

  16. Re:Seems to reflect CD pricing bias on Exchange Rates Play With Online Music Prices · · Score: 1
    Thanks for the link. So, it's legal to download but not to upload. But if no one uploaded, there wouldn't be anything to download at all.

    This says to me, that even if it is legally acceptable to download, you still have moral knowledge that someone is breaking the law by uploading to you. Personally, I can't be guilt free about that.

    Disclaimer: I'm not trying to get on a pedastal or anything. I do download MP3s, and don't lose sleep about it. But I don't kid myself that no one is being disadvantaged by it. I rationalize this to myself by buying CDs where I really enjoy the MP3s - and no one hit wonders either. You have to have more than 1 good song for me to buy the CD.

    Just my 2 cents CDN.

  17. Re:Seems to reflect CD pricing bias on Exchange Rates Play With Online Music Prices · · Score: 1

    I see a lot of Slashdot posters saying this. Does anyone have concrete evedince that this is the case? Say from a law making authority, or a lawyer, or one of the music associations like CRIA or SOCAN? Or is it just some creative /. interpretation of legal grey area? I'd be genuinely interested in an informative link. Thanks.

  18. Re:Seems to reflect CD pricing bias on Exchange Rates Play With Online Music Prices · · Score: 1
    I disagree. I recently bought the 'new' Black Eyed Peas, Dido and Sarah McLachlan albums. Each of them was $12.99 CDN. (Actually there was a mail-in rebate for a free movie ticket with the Dido CD. If I do receive it and there are no strings attached, that CD will be basically free).

    The Outkast double CD is only $19.99 CDN.

  19. Re:Mac Opinion on Macintosh's 1984 Debut · · Score: 1

    I think Macs are starting to invade Academia. At least that's the case at my school - Electrical & Computer Engineering at University of Calgary. You see a lot of PowerBooks and G4s.

  20. Re:Look at those tracks!! on Spirit Rolls on Mars · · Score: 1

    Aren't all Martians rednecks, literally speaking? Or maybe it's just me who images Martians as red.

  21. Re:iPod vs Dell DJ on Microsoft Unhappy With HP's iTunes Decision · · Score: 1

    I don't think you can stop a song on the iPod either. At least I don't know how to do it on mine. Not that it really matters...

  22. Re:To likely mis-quote Aldous Huxley on Obtaining Replacement Parts for Your Laptop? · · Score: 1

    Just because one person had a problem with their iPod doesn't mean that everyone did. My 1st gen iPod works flawlessly today despite about 5 drops (1 on concrete) and no case. The battery still holds a charge perfectly. I'm surprised those brothers smear campaign was so successful. Statistically there are always going to be a few lemons.

  23. Re:Licensing makes sense on HP Licenses Apple's iPod & iTMS · · Score: 1

    Well thought out and well said. An insightful analysis.

  24. Re:Doing things right this time on HP Licenses Apple's iPod & iTMS · · Score: 1

    If Apple had licensed the Mac OS back in the day, they could be where Microsoft is today. Say what you will about MSFT, they are a huge financial success.

  25. Re:Mini Me? on iPod Jr. Rumors Become More Substantial · · Score: 1

    Easier said then done my friend.