Slashdot Mirror


User: pb

pb's activity in the archive.

Stories
0
Comments
2,429
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,429

  1. Right here! on Get Paid To Crack? · · Score: 1

    Perhaps you've missed the big business that has grown up surrounding slashdot's sale of $3 crack, but I assure you it is quite profitable and mutually beneficial. If you'd like to start selling $3 crack, please reply to this message with your credit card number and address.

  2. bah. mark my words, this will be bad. on 9th Circuit Overturns FCC's Cable Modem Decision · · Score: 2, Interesting

    You missed the other half; this is obviously an attempt to shut down or regulate the nascent VoIP market. The big phone companies don't want to slash their margins and have to compete with Vonage and the 10-10 numbers on price and value, so they'll do it in the courtroom.

  3. I bet. on Motorola To Spin Off Chip Division · · Score: 2, Interesting

    Motorola has done a horrible job of marketing their technology over the years, from the failed and forgotten AIM (Apple, IBM, and Motorola) alliance (remember? Taligent? "Pink"? Yeah, me neither...) to their more recent "Digital DNA" (I still don't know what that meant) marketing campaign.

    What does Motorola do? As far as the rest of the world is concerned, they make cellphones and stuff. People hear about the PowerMac from Apple, and occasionally the PowerPC from IBM, but they hear nothing that makes sense out of Motorola. Hopefully this will change, for their sake.

  4. We have always been at war with FreeNet. on Fracturing P2P Networks · · Score: -1, Troll

    Nothing to see here, move along...

  5. Re:it's about time. on Lawsuit Against Microsoft Over Insecure Software · · Score: 1

    Did I say Enron? Have you forgotten about the rolling black-outs? About Gray Davis' under-the-table dealings?

    Sure, there are lots of stupid things happening at the federal level too; that doesn't excuse California, however. ...and if you don't know the difference between a political office and a corporation, that's your problem.

    As for the rest, do some research; pay attention to the news. See which court decisions have been made or overturned lately, and where they came from. Decide for yourself whether or not you like the idea of a recall.

    The only thing you've shown me here is your ignorance to all things political. And that's fine if you just want to talk tech on /., but... well, if you don't know what someone is talking about, that's not a good reason to reply.

  6. Awesome. on Xen High-Performance x86 Virtualization Released · · Score: 1

    I'm posting this from Xenolinux right now, and I must say, I'm quite impressed. The virtualization is seamless, the time sharing is quite well done. I haven't tried stressing it too much, just running nbench on one domain (that's how they divide it up) and mozilla on the other (forwarded through ssh back to the first domain). ...now if only I could run some other OSes on here as well...

  7. it's about time. on Lawsuit Against Microsoft Over Insecure Software · · Score: 1

    This isn't new; many people have had this idea before, including me, but this is the first time I've ever seen a state actually trying to *do* something about it.

    California, I admit that I haven't trusted your judgement that much of late, what with your energy scandals, your various boneheaded court decisions, and currently the California recall... but I support and applaud your efforts to hold Microsoft accountable to the consumer again. Who knows, maybe we'll see a Microsoft recall next.

  8. name one. on SGI's Letter to the Linux Community · · Score: 1

    I know for a fact that earlier versions of atoi() definitely assume ASCII (otherwise, they'd call it stoi(), right?); of course you could replace my 0..9 check with isdigit(), but that still leaves you with the -'0' hack, which is fairly common. You'd probably want to replace *that* with a lookup table. Feel free to do so; knock yourself out.

    Also, note that strtol() can have support for both different bases and different locales; the different bases would be slightly more involved, (replacing the *10 with a *base and possibly adding in A-Z in your lookup table) and the locale support would be as well (for example, ignoring commas or periods or whatever, as is appropriate).

  9. Re:atoi? on SGI's Letter to the Linux Community · · Score: 1

    Yeah, atoi() is pretty simple, but I'm sure there are a fair number of variations out there. Some earlier versions only supported positive numbers, and didn't allow leading whitespace.

    Anyhow, SGI, if you ever want a non-infringing version of atoi(), feel free to use this one. I just made it up, so any similarity to anyone else's code is purely coincidental.

    int atoi(const char * s) {
    int i, r = 0, n = 0;
    if (s) {
    for(i=0;s[i]&&isspace(s[i]);i++);
    switch (s[i]) {
    case '-': n = 1;
    case '+': i++; break;
    }
    for(;s[i]>='0'&&s[i]<='9';i++)
    r = r*10 + s[i]-'0';
    if (n) r = -r;
    }
    return r;
    }

  10. obligatory filk link: on The OpenBSD 3.4 Song: Theo Sings Back-up · · Score: 1

    Get your fill of nerdy software song parodies (filks), including several popular slashdot originals!

  11. Actually, that's great news, on SCO's Plan Examined · · Score: 1

    Seeing as how SCO released 32V (amongst other Unixes) under a BSD-style license, that link actually just helps show that even if Linux *was* descended from Unix, it would *still* be free! Yay, SCO!

  12. haha. on HP Clarifies Indemnification Offer For Linux Users · · Score: 1

    Yes, HP does agree that there are some serious issues here. Namely, that SCO is trying to shake HP's customers down for cash that SCO didn't earn and doesn't deserve. It's nice to see HP taking a stand against that.

  13. sounds like a mess. on Would You Move to Windows Thin Clients? · · Score: 2, Interesting

    First, why do you want to do this in the first place? You can get many of the benefits of "Thin Clients" by using a networked filesystem to store applications and configuration data, but still run the applications on the client PC. Also, you'll probably need less servers for this approach, since they'll just be networked disk servers, not application servers.

    In my experience, the big benefit of having a Citrix server is being able to run Windows applications from clients that are not x86-based. For example, if the client is running Solaris on SPARC, but needs access to a Windows-only application, then that client can just access it through Citrix. Then any slowness from the network or the (loaded) server is somewhat acceptable, seeing as how you couldn't otherwise run the application. But that doesn't sound like the case at all in your scenario.

    Also, you might want to see what VMWare has to offer; they are also in the x86 Server virtualization market.

  14. notes. on Are There Problems with the Perforce Open Source License? · · Score: 2, Interesting

    * The GPL is not the end-all, be-all on what is and isn't Open Source Software
    * However, the DFSG sort of are.
    * No, this doesn't look like a DFSG-compliant license to me.
    * IANAL

  15. No one will care by 2014. on Astronomers Upset About Asteroid Panic · · Score: 2, Interesting

    After the second civil war, we'll be much more worried about the next world war, which will make a mere asteroid crashing into the earth look like a tiny drop in the bucket.

  16. heh, it might work. on Google Code Jam 2003 Announced · · Score: 1

    I've worked with some "C++ compilers" that didn't implement the bool types at all, amongst other things.

  17. no. on Google Code Jam 2003 Announced · · Score: 1

    \\ no, it isn't.

  18. Hah! on Can You Raed Tihs? · · Score: 1

    I call prior art; CmdrTaco has been doing this for years!

  19. Yeah. on 25 Most Overrated Games of All Time? · · Score: 1

    I agree, they are interesting; fortunately, someone beat you to it. :)

  20. bravo. on Mandrake Linux 9.2, Adware Version · · Score: 1

    I think the main difference is that the RIAA is successful, and might actually have a monopoly of some sort. But annoying/exploiting your customers is never good, whether you make money doing so or not.

    However, I--like you--don't use Mandrake. I tried it once, and wasn't impressed, and went from RedHat to Gentoo. But it looks like a lot of people here do use or otherwise support Mandrake.

  21. what morons. on Mandrake Linux 9.2, Adware Version · · Score: 1
    Ok, this is really really stupid, and I'm surprised you're all just sitting idly by and not calling Mandrake on this one. Here's what will happen if Mandrake doesn't get a clue.
    • Mandrake releases a downloadable Linux distribution with ads imbedded into it.
    • 5 minutes later, a Linux developer releases a tool to get rid of all the ads in the Mandrake installer and whatnot. (binary patch to the ISO, whatever)
    • Mandrake changes their licensing terms to make this illegal (or maybe they already have?) and considers legal action.
    • Slashdot users finally get pissed at Mandrake

    Now, my question is, why do you guys support a failing company that founded its business on slightly modifying RedHat's distribution and then trying to sell it for a profit? Why did you give money to Mandrake (when they begged for it) in the first place? And once they proved that they were irresponsible with it, or didn't have a sound business model, why did you do it again? And now, when Mandrake starts talking about selling advertising to pay for Free software, why are you supporting them?

    Either don't support them, or help them make an honest living that doesn't involve annoying and/or exploiting their customers. That's what I'd say about the RIAA, and I won't compromise those values for Mandrake either.
  22. definitely. on Apple Wins VT in Cost. vs. Performance · · Score: 1

    I don't know if the cost of installing them was included in that estimate, but maybe it was.

    As for the disk 'servers', I figured they were just sharing all of the 160GB HDs over the network, seeing as how 160GB x 1100 ~= 176TB (ok, it's more like 172TB, but who's counting...)

  23. ah. on Apple Wins VT in Cost. vs. Performance · · Score: 1

    I wasn't sure how they were using the word 'node' there. That would raise the price to... $5,120.00 per machine! Their consumer prices for RAM must be hugely inflated, seeing as how you could get a 1U dual 2Ghz Opteron with 4GB RAM for $4,500.00...

  24. neat. on Apple Wins VT in Cost. vs. Performance · · Score: 3, Interesting

    Looks like the costs come out to $23,636 per node, or $4727 per machine. According to the Apple Store, an equivalently specced machine (dual proc G5, 160GB HD, 1GB RAM) comes out to just a little over $3,000. I suppose you might want a display on the management machine in each node, but that won't raise the price that much (say, $3,200 per machine instead). So that leaves ~$1,500 per machine for the networking hardware and whatever other expenses.

  25. that certainly is one possible interpretation on VMware ESX 2 vs. MS Virtual Server? · · Score: 1

    [nt]