Search results

  1. C

    Intel inside

    Now that one is stupid. The move to intel doesn't represent the end of the world. Really.
  2. C

    Minolta Software Install

    start with repair permissions...? Just a guess but it seems a reasonable step one from where you're at.
  3. C

    Viruses On Os X

    Good point - many people assume virus = trojan. They are not the same.
  4. C

    Viruses On Os X

    You want to purchase a virus?
  5. C

    Basic Java Problem: Me, my IDE, Java 1.4.x, or the book I'm reading?

    *smiles* Don't we all? Should have seen me struggling with a compile error on Friday. Turns out I was completely ignoring the compiler errors right there on screen thanks to a healthy dose of "Friday Disease". I'll finish the work on Monday that I could have fixed Friday. It's all good :)
  6. C

    is it wise to buy a Mac now?

    Whew!! I don't feel so bad about licking the light-up apple on my iBook, now. Thank you, kindred souls, for allowing such behavior without judgement. Sick bastards!! :p PS... I concur on the Mini. I'll be replacing my Dell with one, soon.
  7. C

    Basic Java Problem: Me, my IDE, Java 1.4.x, or the book I'm reading?

    You're trying to create a new Person class, yet there is no Person object declared anywhere. Change Person person = new Person(); to PersonWithAddress person = new PersonWithAddress(); That *should* resolve your initial issues.
  8. C

    ya'll gotta relax

    but... but... but... (sigh) Fine :)
  9. C

    Recursive rm w/ wildcard?

    Yeah, woops. :(
  10. C

    ya'll gotta relax

    Gosh, how I love living outside the mold. I have several computers in my house: iBook g4 1.33 eMachines 500mhz pIII running Linux no-name clone with PIII 866 running Win2k Dell p4 1.8ghz (3 yrs old) running Linux (removed the Win2k partition) I don't have anything because it's the...
  11. C

    I'm over it. Are you?

    ah, but this was a developer conference, not the typical marketing/launch conference, tho'.
  12. C

    Recursive rm w/ wildcard?

    rm -fR /*.jpg <enter> yep.
  13. C

    ya'll gotta relax

    Bingo. People are getting up in arms over something that will, in all likelihood, be difficult at best, and not possible at all, most likely.
  14. C

    Why did you buy your Mac ?

    iPhoto + Unix + no viruses + versatility
  15. C

    I'm over it. Are you?

    Thank goodness. Some people are getting paranoid about this. It's just a natural, evolutionary paradigm shift. It happens. Move along... nothing to see here.
  16. C

    ya'll gotta relax

    OS/x won't run Windows apps. Windows won't run Mac apps. Just lighten up and enjoy the evolution. It's a good thing, this Intel thing. Honest.
  17. C

    Performance of Intel-Macs

    Any computer/software company would be nailing shut their own coffin by delivering a product that is slower than its predecessors. It's simple ecomonics. They'll perform better than what's currently out when you factor in like-configged machines.
  18. C

    Suitable text editor with advanced features

    What languages are you writing? Will XCode fit the bill? If you're using Java try NetBeans.
  19. C

    6 Questions about the Transition

    Too many people are panicking. This does not mark a convergence of Mac and Windows. Only people who need to learn a lot more about computers really think that's the case.
  20. C

    6 Questions about the Transition

    Also on #5 - Direct X is heavily used, but OpenGL is just as heavily used. I think it's more about system hooks and platform-specific API calls than the video IO.
Back
Top