Slashdot Mirror


User: pcardno

pcardno's activity in the archive.

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

Comments · 88

  1. Re:mplayer is bloated and going nowhere on Interview With BBC Dirac Developer Thomas Davis · · Score: 1

    "Try using the following command: mplayer -vo xv -fs=yes moviename."

    Aha, very intuitive... Yikes!

  2. But what were they running? on Windows Fails 8% of the Time · · Score: 2, Insightful

    My laptop, running Win2K is up and running around 12-14 hours a day and I can't remember it ever crashing. I only got this laptop after moving jobs to a project management one. My previous job within the same company, using the exact same image of Win2K, involved a lot of development in Websphere using IBM's WSAD, and I'd see a crash/blue screen at least twice a day.

    I'm fairly sure that if you left a Windows box up without ever touching it or running anything on it it'd work 100% of the time. It's all down to circumstances.

    ------
    Guns don't kill people, rappers do!

  3. Re:Results open in new windows - yuck! on Amazon's A9: How Well Is the Hype Justified? · · Score: 1

    Or you could just use Firefox and right click on the result and select "Open in new Tab", which negates the "target='_blank'" attribute...

    That's what I always do, anyway!

  4. Re:Clear BEER CANS!!!! on Transparent Aluminum Is Here · · Score: 1

    I believe that clear beer cans are also known as bottles... :-)

  5. Relevant to whom? on Searching for The New York Times · · Score: 2, Insightful

    OK, the NYT is relevant to Americans, but hardly anyone else. They rarely cover non-US focused stories, unlike, for example, the BBC. The Googleweb already suffers enough from pulling back US related results as opposed to global results, and moving the NYT up will only worsen that.

    And after all, if the NYT isn't that popular as an Internet source of information, as it seems it isn't, surely it's wrong/unethical for Google to be working with them on a way to fudge the results so that the NYT comes in higher in the unsponsored results that are meant to be bias free?

  6. Re:Let This Guy Be an Example on Recent Grads and Experience Beyond the Desktop? · · Score: 1

    Hmm.. I disagree, but maybe that's the UK approach. In the majority of cases, I think people regard University (in the UK, anyway) as a springboard to a job, and all the University degree shows is that you can learn and deliver results under extreme circumstances, i.e. poverty, being drunk, stinky housemates.

    When I review CV's, I want a team player and someone who'll fit in well with our existing members, and not someone who spent the 3 years of their life (when they're entitled to do little other than have fun and grow up) fiddling around with network routers..

  7. Re:Latest for Windows on Real adds GPL to Helix Player, RedHat/Novell Join In · · Score: 0, Troll

    I installed it the other day as well.. Well, I didn't. RealOnePlayer installed it itself while I was off getting lunch.. I came back to a few Windows open showing it had been installed. Imagine my joy at having a newer, fatter, more pointless version installed without my permission.

  8. Re:Honestly now... on Homeless to be Implanted with Subdermal RFID Tags · · Score: 1

    Oh cheer up! At least maybe it'll make people think about the homeless problem...

  9. Re:Puhleeeez...... on Gates: Hardware, Not Software, Will Be Free · · Score: 1

    $200 copy of Windows (with no real production cost)?

    Erm, hello?

    Your 1st grade economics is astounding. The cost of a product encompasses the entire product lifecycle, from inception, through R&D, development, testing, deployment, marketing, packaging, sales force, legal and a hundred other departments.

    Just because something doesn't have a physical value (i.e. you can't take it in to get money for scrap) doesn't mean there isn't a real value associated to it! In fact in most products, the component parts are the minority of the production cost, which is why companies patent things - it was the R&D that took the time and cost the most.

    P.

  10. Re:Death of Java on Only 32% of Java developers really know Java · · Score: 1

    Personally, I've continually found Javascript development to be the bane of my life - it's almost nonsensical at times and difficult to debug. But that may just be my lack of skill!

    Pretty much any client side language is difficult if you're trying to make it cross platform, but I think Java does a reasonably good job of it..

    Oh - and I'm on of the people who put Java on their CV and can REALLY do it! :-)

  11. Re:Maybe if the designers learned to program... on Web Designers Ignoring Standards and Support IE Only · · Score: 1

    And why exactly should they learn to program?

    If, as many Slashdot readers regularly bang on about, the Web is an open environment that everyone can take part it, why is there such eliteism in terms of "Oh, this isn't programmed quite right - therefore they suck".

    Well of course they do, at programming anyway, most of these people aren't programmers, they're just interested in getting some information available for other people.

    I imagine that a lot of the people commenting on here's perfect web would be just an open HTML tag then a close HTML tag. Perfect code, does exactly what it was asked to - shame it's no damned use!

    Paul.

  12. Industrial Programming Courses on Cooperation in CS Education? · · Score: 1

    I also did a CS course at university and in fact designed and wrote my university's automatic anti-plagiarism system as my final year project. So I know how strict they are on copying.

    However, I now teach my company's Structured Programming course to new graduates starting here, and the first thing I try to hammer into them is that there is absolutely no point whatsoever in trying to do something yourself first - it's quicker, easier, and will probably be more reliable if you copy some existing work.

    Obviously, this is entirely at odds with the University system, but re-use and sharing of code is an incredibly important issue in the "real world". In my opinion there's no room for code and knowledge hoarders in a large organisation (such as mine, with thousands of people employed in IT).

    Paul
    pcardno@mmm.com

  13. It's not rocket science on Technology vs. Cheating at the University of Virginia · · Score: 1

    As far as I know, most University's are looking into this kind of thing. I developed one for the University of Leeds here in the UK in 1998/99 as my final year university project. Mine was specifically to find plagiarists in their Computer Science coursework (C++ and so on), and wasn't too difficult to do, but was effective and generally found 14-15% of the class the be cheating.
    Of course, the deterrent of having such a system has ended up being much more effective than the system itself, if you make it widely known that 20-40 people are being warned/punished for plagiarism out of every group of 200 who submit coursework... I know no-one'll care, but I wrote it in Perl and it's available to anyone who wants it...
    Paul (pcardno@mmm.com)