Slashdot Mirror


User: tomkins

tomkins's activity in the archive.

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

Comments · 25

  1. Interesting headline on In Soviet US, Comcast Watches YOU · · Score: 0

    When I posted something similar, I got modded troll and have had bad karma ever since. Mods, how about some love? http://yro.slashdot.org/comments.pl?sid=55255&cid=5395938

  2. Re:Proprietary Codec Fun on First Impressions of Freespire 1.0 · · Score: 0
    Mepis is really just a modified Ubuntu these days so can be updated fine from the Ubuntu repos. In the past you had to pick one of the Debian repos and then you'd get problems with updating.
    I didn't know that. Thanks.
  3. Re:Proprietary Codec Fun on First Impressions of Freespire 1.0 · · Score: 0
    My friend wants me to install the new Mepis on her computer. Is there any reason I should look at Freespire?
    Yeah. Mepis will break the first time you try to upgrade it.
  4. Re:Why I haven't switched to Linux on Why Do People Switch To Linux? · · Score: 0

    I was in the same boat until I realized that I never actually used the information that I put in quicken. So why bother? If you must, use MoneyDance and do your taxes online at http://www.turbotax.com/.

  5. Re:Google vs. Yahoo: On a Collision Course on Google vs. Yahoo: On a Collision Course · · Score: 0

    LOL. Thanks for the funny.

  6. Re:Yes, it is... on Microsoft Admits Targeting Wine Users · · Score: 0

    If you can't describe an emulator without using the word emulate, then you don't know what it means.

  7. Re:MEPIS? on Where Is The Plug-and-Play Linux Office System? · · Score: 0

    Except for the problem of it breaking when you upgrade it.

  8. Re:i think on 'Storage' to Replace Traditional Filesystems? · · Score: 0

    I disagree, strongly. Files are a benefit of some good implementation decisions when stripping Multics down to produce UNIX. What programmers want to be able to do is manipulate data and store it persistently. What files let you to do is take your data structures and write them out as sequences of bytes and read them back in.

    One OS that solved this nicely was UNIX. If you wanted to manipulate persistently stored data you opened a "file" that contained data. So if you wanted to, say, set up an appointment with someone for lunch, you could find the person in the address book "file" and then create an entry in the databook "file" recording the appointment, which would immediately appear in all other apps that dealt with appointments (because app's accessed the same files, and were notified of changes so that they could update). So your data was not trapped in a particular application's proprietary format, and users weren't forced to learn the artificial concept of a "soup" but instead could think about "my appointments" or "my address book".

    If you haven't tried it, don't knock it. As a developer, and as a user, it was wonderful -- much more straightforward than "soups" and "sandwiches".

  9. I love it! on SCO Attorney Declares GPL Invalid · · Score: 0

    If they lose this argument, then they lose their case against IBM because they have distributed their own distro under the GPL. If they win the argument (which they won't), they have committed mass copyright violation by distributing their own distro :)

  10. Re:Send a fix along with your complaint on Worst Linux Annoyances? · · Score: 0

    My worst Linux annoyance? Attitudes like yours.

  11. Fatal Flaw on More Info on Phantom Game Console · · Score: 0

    I see a big problem with Infinium's business model. Their console runs on Windows XP. They are therefore dependent on Microsoft while trying to compete with them in a market Microsoft desperately wants. There's a formula for failure if I've ever seen one. If they have any success at all, MS will lay the smack down on them. I'm sure the venture capitalists must have raised that issue. I wonder how Infinium managed to talk them out of 25 million.

  12. Arrr on BSA Creates Piracy Statistics · · Score: 1, Funny

    In other words, some guys sat in a room and decided that people probably wanted to buy ten copies of software, but only five were sold, so the piracy rate must therefore be 50%

    Aye, nice math, matey.

  13. Re:this could be very good on RedHat, Fujitsu Enter Into Marketing Agreement · · Score: 0

    I agree. The only concern I have over freshrpms.net is that it is solely maintained by Matthias. He does a great job but I'd feel better if I had access to a repository maintained by a Debian-like community. That's why I think Fedora may be the future. It's still immature so I'm sticking with freshrpms for now.

  14. Re:About what I thought on Apple Sells A Million Songs in Debut Week · · Score: 0

    Oops, nevermind. I see you were talking about the price at iTunes. No wonder I have bad karma :(

  15. Re:About what I thought on Apple Sells A Million Songs in Debut Week · · Score: 0

    The price of most albums is $9.99, unless there are fewer than 10 tracks. In that case, the total for the album is adjusted down. The remaining case is for "double CDs" which typically cost 2*$9.99

    I don't know where you're getting your CDs, but all the ones I see go for around $18.00. And these aren't popular or "double CDs", either. They include my recent purchases of Richard Thompson and Stevie Ray Vaughan at Tower Records. Each have about 10 songs on them.

  16. Re:ENOUGH! on Lycoris Build 71 Beckons For Your Desktop · · Score: 0

    The fact that Linux can be forked off into a gazillion distro's, freely and willingly, is a *GOOD THING*.

    The fact that it CAN is a good thing. The fact that it IS isn't.

  17. Re:Here it comes... on CIOs Looking At OSS · · Score: 0

    I find it amazing that people complain about the lack of jobs and then turn around and do work that they should be charging for and give it away for gratis.

    Bullshit. Most programmers work on custom in-house software. The only programmers who might lose their jobs are the ones working on operating systems, office software, web servers, and other common utilities that OSS is displacing.

  18. Re:gentoo for me:) on Distros To Try: Slackware 9.0-rc1 And Yoper 1.0 · · Score: 0

    Hooey. The installation process is ridiculous. It doesn't need to be that hard. If they modelled their portage after FreeBSD ports, they could model their installer after FreeBSD's too. Or any of the other free Linux installers. That's the only thing keeping me from installing it. I do plan on giving it a go soon, though.

  19. Re:Next Game's Time Period? on GTA: Vice City Sells 8.5 Million Copies in 3 Months · · Score: 0

    I'd like to see a Grand Theft Auto game set in 1930's Chicago. That'd be so awesome -- the mob, the depression, prohibition

    Not to mention the Tommy guns! Yeah, Tommy guns...

  20. In Soviet America... on IsoNews Ostensibly Shut Down By The DOJ · · Score: -1, Troll

    Hardware owns you!

  21. Re:This is probably not needed, on IBM Picks Qtopia Over PalmOS And PocketPC · · Score: 1
    One of the nice things with Qt is, if you need to do some basic task, Qt makes it trivial. Reading a file line by line is an example I was confronted to just today: using the MFC's idea of files, it's tedious at best -- gotta do the nitty gritty job manually. Wasted time. Using Qt, it's, well, trivial [trolltech.com].

    Is there something lacking in std::string::getline()?

    What could be easier than this:

    string line;
    ifstream f("myfile.txt");

    while (getline(f, line)) {
    // do something...
    }
  22. Re:Of course they certify the expensive version on Red Hat Advanced Server Gets DoD COE Certification · · Score: 1

    If Linux is going to take hold, SOMEONE has to make money with it.

    Companies will make money by using Linux, not from selling it.

  23. Re:Experiences with FOX, Cocoa, Swing, FLTK, etc. on Cross-Platform GUI Toolkits (Again)? · · Score: 1

    Why didn't you try Qt?

  24. Re:Slashdotted - so can somebody tell me... on Fan-Made Star Trek Episode Available for Download · · Score: 1

    I can tell you without even seeing it. It happens in the opening scene before the credits.

  25. Re:Heston screams... on Gaming Fuel: 4-way Shootout · · Score: 1