Slashdot Mirror


User: rmull

rmull's activity in the archive.

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

Comments · 206

  1. To learn the important things about C# on C# Book Recommendations? · · Score: 1

    I'm assuming you're doing this on windows.

    1) Write a small program to start understanding the syntax. Use code you find on the web for reference.

    2) Become familiar with the following projects, and understand how they are implemented:
        a) mbUnit, a fantastic example of modern, idiomatic c# design.
        b) DynamicProxy, which pushes (abuses?) the CLR's reflection APIs past what you might think they are capable of.

    3) Get a copy of .NET reflector, which you'll need to overcome the lack of documentation for key useful pieces of the framework. This thing is magical.

    4) Write something larger.

  2. Re:Perforce? on Getting a Grip on Google Code · · Score: 1

    Anyone who's used perforce will understand. I read this and it made me very, very jealous.

  3. Sysinernals on What's On Your Thumbdrive? · · Score: 3, Insightful

    Process Explorer, Filemon, Autoruns. Some other windows debugging tools too, since I do development on that platform. But those three are generally useful.

  4. Re:Its not stupid - its advaanced! on Creative's X-Fi Audio Chip Reviewed · · Score: 1

    You know, that's what I thought at first, until I googled it and learned it was a bass boost. Now I don't know what to think...

  5. Re:Its not stupid - its advaanced! on Creative's X-Fi Audio Chip Reviewed · · Score: 1

    Loudness is a slight bass boost so things'll sound better at low volumes.

  6. Re:perhaps i missunderstand wikipedia ... on C|Net Integrates Ontology Viewer Into News Site · · Score: 3, Informative

    It seems to me that the entire point of the wiki is to do away controlled vocabularies. http://shirky.com/writings/ontology_overrated.html is a good read about these kind of things - he doesn't talk about wikis in particular, but the same things apply.

  7. Truly on Neiman Marcus Offers First Moller Skycar For Sale · · Score: 1

    Gravity is a harsh mistress.

  8. Re:How about spagetti? on What are the Next Programming Models? · · Score: 1

    I prefer Rotini, lots of recursive functions...

  9. Re:Wolf or Werewolf? on Legend of Zelda: Twilight Princess · · Score: 1

    But then how would you get out a bomb?

  10. Re:You'd figure... on Oregon's Governor Backs Open Source Development · · Score: 1

    Come now, beaverton isn't that bad. Parts of it are pretty uppity, but it's mostly just your average 'burb. Don't know about hillsboro, but you're spot on about lake oswego.

  11. UML-ish on How Do You Use UML? · · Score: 2, Interesting

    UML is a language, not so different from C or Java. It's good at representing some things, like structure relationships and certian kinds of high-level sequencing. It's not so good at others, like complicated data stuctures or calculations. It would be silly to write a memory manager in UML.

    I use a bastardized form of UML on the whiteboard when I need it. It's not in any way official, just enough to get the point across. I occasionally will put that on the computer using visio, but again without much regard for form. I'm not one to think in UML itself, so all of the modeling tools that are designed around it tend to slow me down more than anything.

    I'm perfectly happy with my way of doing it, but maybe I just haven't seen the light. Could be that a few weeks of Rational "training" would reverese my opinions entirely. ;-)

  12. Debug on Source Code Browsers? · · Score: 3, Insightful

    This is perhaps a tangential answer, but I do much better by going through the code with a debugger and watching things happen. Especially with some of the more compilacated OO stuff, and when the comments are unhelpful or wrong, it can be much more useful than reading the code.

  13. Re:An engineer's dream on Skunkworks At Apple -- The Graphing Calculator Story · · Score: 3, Funny

    University, huh?

  14. Re:Real Window Managers on Preview of KDE 3.4 · · Score: 2, Informative

    actually...

    app load times in kde has historically been a big problem. It's due to the way the library loader works with c++ apps. The current solution is "kdeinit", which is kind of a hack, but the right way to do it is to have improved control over what exactly is exported from a library, which gcc 3.4 gives.

  15. KGS on Best Go Resources for a Beginner? · · Score: 4, Informative

    Play on KGS. It's way better than yahoo software wise, and the people are friendlier typically.

  16. dubious on Software Tools of the Future · · Score: 1

    Why, exactly, should I take the word of a guy who works for Rational? The people who want to SELL me the tools to do these things?

  17. Re:I'm more interested in a video card on pcHDTV Card Available, Legal for Now · · Score: 1

    Newer TVs will have HDMI inputs, which AFAIK is essentially DVI-D + some PCM stream. (S/PIDIF?) No conversion should be necessary.

  18. Re:Boot Time One Week!? on Mac OS X Panther On A 25MHz Centris 650 · · Score: 1

    Things have gotten somewhat better now that they've trained the chimpanzee that writes their filter drivers. Somewhat.

  19. Re:Sweet on Linux Supporting G5 Liquid Cooling System · · Score: 1

    Now I will cry.
    *sob*

  20. oy on XM Radio Hacked by Car Computer Hobbyists · · Score: 2, Interesting

    Does an obscure interface as a copy-protection mecahnism? Because I'd say it was just circumvented.

  21. Re:Oh well... on RNC and Voter Suppression · · Score: 1

    Liberate America!

  22. Re:Uhhhh... on IE Holes Not Microsoft's Fault, Says Bill · · Score: 1

    Cowa-fucking-bunga, dude! ;-)

  23. Re:a neat toy... nothing more on Presidential Candidate 'Computer Dating' · · Score: 1

    "Come see the bias inherent in the system!"

    *ahem*

  24. difficult? on Advice for a Novice Replacing Laptop Hard Drive? · · Score: 3, Insightful

    It doesn't have to be so hard... I had a thinkpad where you could remove the hard drive be removing just one screw, one that could be turned with a quarter actually. And my current compaq has a reasonable way to access the drive too, iirc.

  25. Re:Not a good reason to do one. on PhD's in the Industry? · · Score: 1

    How'd you work the BS->couple years->MS sequence? I've considered doing the same thing, but I'm worried that I'm too far gone from undergrad and won't be able to get the requisite academic reference letters. (that and I was rather quiet at the time)