Slashdot Mirror


User: rfsayre

rfsayre's activity in the archive.

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

Comments · 216

  1. Re:Wrong place to ask, wrong question. on Can You Be Sued for Written Employee Recommendations? · · Score: 2
    If you a concer with legal liability, Slashdot, or any online forum, is the last place you should go. There are all kinds of ways you can screw yourself by a carelessly worded reference. Trust me, you don't want the usual Slashdot opinions, rumors, and rules of thumb

    So don't take any of the above poster's advice.

  2. Re:Morons. on The Problem Of Developing · · Score: 2

    What if it needs to be *really fast* and *developed really fast* but the project is huge? You write it in Java and see where the bottlenecks are. Then you take those small portions and write them in the compiled language of your choice.

  3. Re:Buggy on Fix the Bugs, Secure the System · · Score: 1

    you were modded down because you are not the gamemaster.

  4. Re:Hands-on experience with Linux on a mainframe on Sun Bashes Linux on (IBM) Mainframes · · Score: 1

    the poster didn't mention ImageMagik... perhaps he was using Java APIs, or something else enitrely. Almost anything would be better, and, judging from the poster's comment, he probably knows that.

  5. Re:Spreadsheets as Software? on Are Spreadsheets Software or Data? · · Score: 1

    many languages allow you to treat procedures as data. there is no difference between the two. and almost all software requires other software. the wrongheadedness of this debate is mind boggling.

  6. Re:I honestly can't figure out on What is .NET? · · Score: 2

    actually, some of the more interesting ECMAscript I've seen has been in Flash. Since there's a standard, uniform object model, people get crazy. There's some pretty interesting stuff around.

  7. BEAUTIFUL TROLL, REALLY on SourceForge Terms of Service Change, Users Unhappy · · Score: 1

    hahahahahahaha

  8. Re:"You get what you pay for"?! on SourceForge Terms of Service Change, Users Unhappy · · Score: 5, Insightful

    "Open and Free" has nothing to do with the amount you pay. Especially for a service.

  9. Re:Business vs Academic on Sun's Joshua Bloch On OOP/OOD In Java · · Score: 2

    "having time-to-market be a larger issue than software reuse"

    how about a constraint called time-to-version-2.0? The real race happens then, when market expectations and wishes are more apparent.

  10. Re:Ease of use on Steve Jobs And The Oh-So-Cool iMac · · Score: 2

    is there a keyboard shortcut to prevent katz stories from appearing?

  11. Re:Solaris/Intel has been EOL'd already on Slashback: Bandwidth, Animation, Gruvin' · · Score: 2

    Blade 100s are cheap anyway.

  12. the relationship pustule on Slashdot Code Update · · Score: 3, Flamebait

    why must there be a pustule popping out of every comment. grey puss, green puss, red puss. Can we turn it off entirely?

  13. Re:Silly counter-argument on Open Source And The Obligation To Recycle · · Score: 2

    BrettGlass is an M$ apologist and anit-GPL troll. He is also a tireless rebutter.

  14. Re:sure it can but on Can OO Programming Solve Engineering Problems? · · Score: 2

    OOP is really just a somewhat formalized kind of way of dealing with abstraction and data encapsulation.

    OOP is one way of doing this. The question the poster needs to ask himself is whether he needs to maintain state in his programs. Many engineering problems do not require this. If he doesn't need to maintain state, then OOP is needless overhead.

  15. Re:Fire Michael on Another Gaping Microsoft Security Hole Goes Unpatched · · Score: 2

    So you're saying that they designed with this problem in mind, yet somehow forgot to include any contingency/comparison code? Would this be a problem if they weren't trying to webify every legacy application?? No. Basically they're trying use their terrible three letter suffix system on the URL, which may not be an MS filesystem. The damn thing even reads cgi strings as files, if there's an extension at the end of it.

  16. Re:Who pays for P2P? on Industrial-Strength P2P · · Score: 2

    Consider DNS, a distributed database.

    OK.

  17. Re:Flash: 99% Bad on Feeling Frightfully Forever Flashless? · · Score: 2

    I've always wondered why people fail to noticed that following nielson's recommendations will cause your site to look like shit. There is room on the web for all kinds of content, and it doesn't need to be accessible to everyone. There are many pages in foreign languages that I don't understand, but so what. Nielson reminds me of swiss modernist graphic design. Easy to use and ugly really, but also totalitarian.

    I think the problem that people here have with flash is that it moves the web away from something that's maintained by a D&D playing webmaster who wears birkenstocks.

  18. Re:QT rocks, an example of APL at it its finest on 10th Anniversary of Quicktime · · Score: 2
    QT is a superior product in many ways and it has every possibility of becoming a media platform if of itself. M$ knows this and it scares the hell out of them.
    Microsoft knows it has the possibility of becoming a media platform. It doesn't really scare them at all. They're good baby knifers.
  19. Re:Gamecube outselling xbox 2:1 on Inside The Nintendo GameCube · · Score: 1, Flamebait

    If you want to know the truth, read the parent post. But replace the words "hardcore gamer" with "total loser."

  20. Re:What about using the free version of GNU-Darwin on Stallman Responds To GNOME Questionaire · · Score: 1

    its not displacing photoshop because free software could never contain the patented/proprietary parts in photoshop. some of isn't even owned by adobe... LZW, PANTONE, Heidelburg CMM, etc

  21. i don't think this is real on Fast Alpha-Blending In Your GUI · · Score: 0, Flamebait

    if this systray app makes everything transparent, shouldn't I be able to see through to an inner dog turd or something?

  22. Re:Huh? on What To Do With An Ultra 60? · · Score: 2

    Everything in the parent is correct, except that it leaves out a key fact:

    Any shop that has fair amount of maya seats won't care whether you know maya or not. They'll take a look at how you draw. If they think you're a good artist they'll teach how to use whatever program they want you to use. Nobody ever got a job because "maya" was on their resume. Especially if the word "maya" means that you used it college.

  23. Re:Mullet, ho! on Behind the scenes: Metal Gear Solid 2 · · Score: 1

    nice.
    and what's with the title? Shouldn't it be Snake's Revenge Solid?

  24. gamecube for the wife on Nintendo Game Cube Crashing? · · Score: 1

    She didn't get what she wanted for her birthday, but when "your system" started crashing at least she got what she wanted for the day after.

  25. Re:Come on now: Have you ever really used C#? on C# From a Java Developer's Perspective · · Score: 2
    If anything C# takes some of the goofy aspects of Java, such as the interoperation with properties via methods, and cleans them up to make an abstract behind the scenes property handling system (ripped straight from Delphi's object pascal I would guess).

    Why is this approach better and less goofy? I'm not familiar with object pascal, but this approach sounds like it would lead to spaghetti.