Slashdot Mirror


User: nuzak

nuzak's activity in the archive.

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

Comments · 2,707

  1. Re:That happened to me.... on Surgeon General Describes Censorship From Bush Administration · · Score: 1

    > Ask him how he feels a few hours later.

    Pissed, probably.

    (what's great is how that works in US *and* Brit speak)

  2. Re:Well It's About Time! on Surgeon General Describes Censorship From Bush Administration · · Score: 1

    Er, McCarthy didn't get away with his purges. He went after the Army, and the Army brought him crashing down, with his career and his life following shortly after.

    It seems that the worst that will happen to Bush on the other hand is that he will be inconvenienced in getting his first choice of site for his presidential library.

  3. Re:I don't quite enjoy it so much on Ultimate iPhone Review — Will It Blend? · · Score: 2, Funny

    The stick up your ass: will it blend?

  4. Re:One Launchpad to rule them all.. on Canonical Begins To Open-Source Launchpad · · Score: 4, Informative

    Launchpad is a bug tracker, with some project management features. The bug tracker in Sourceforge is easily its worst feature, and it has zero project management facilities (at least not in the free version).

  5. Re:Oh, wow! on Canonical Begins To Open-Source Launchpad · · Score: 2

    "Verbing weirds language." -- Calvin

  6. Re:ORM == good on Canonical Begins To Open-Source Launchpad · · Score: 2, Interesting

    > After having used Object-Relational Mapping in Java for a little bit, I really think that it should be adopted more widely.

    In Python, it already is. I'll be amazed if Storm is even nearly as good as SQLAlchemy. My guess is it's closer to SQLObject, and even SQLObject has had many years to shake out any issues it has. Unless Storm is radically different, it's just another Not Invented Here framework of dubious utility.

    ORMs are all right, but I wish I could express relations more succinctly in the language itself. Right now I can't even get declarative constraints in most languages that ORMs are pitched for.

  7. Re:Polish costs up to $400 on Review of Stardock's TweakVista · · Score: 1

    > iPhones feature set is comparable to a $200 device

    A Nokia N800 is roughly $380, is bulkier, and it's not even a phone. A T-Mobile Wing is $300 with contract, as is a Blackberry Pearl (the iPhone is with contract too, so I guess I should use those prices). Still quite a premium on the iPhone, but if you're looking at a $200 device that's comparable, I really would like to see it.

  8. What will make me buy a Wii on Hardcore to Be Pushed Aside This Console Generation? · · Score: 1

    When PopCap ports their catalog to the Wii, I'm there. Actually I might want a port of Puzzle Pirates as well. I can't stand Nintendo's party games.

  9. Re:Eh... on EA Executive Cites Need For More Innovation · · Score: 1

    All you have to do is live 2 years behind the upgrade curve and you can pick up your games on Steam for ten bucks a pop. It's not like games actually wear down when they're old.

  10. Re:Here's the problem with new IP.... on EA Executive Cites Need For More Innovation · · Score: 1

    > "Done when it's done" only works if "it" is worth "doing".

    And only if it actually does get done at some point. 3DRealms, ya listening?

  11. Re:SQLite versus Postgres on First "Real" Benchmark for PostgreSQL · · Score: 3, Funny

    > Can't say anything about PgSQL, because I couldn't figure out how to set that up.

    apt-get install postgresql-server too hard for you? Or are you having trouble double-clicking on the .MSI installer?

  12. Re:performance isn't the issue on First "Real" Benchmark for PostgreSQL · · Score: 1

    > Would I use it to handle a massively-multiplayer game

    SOE does. Are they big enough?

  13. slashdotforsale on Review of Stardock's TweakVista · · Score: 4, Insightful

    How the fuck was this even remotely newsworthy? Shall I just take every announcement on nonags and pipe it here?

  14. Re:Most tools I've tried are useless on Memory Checker Tools For C++? · · Score: 1

    Sorry... slashdot's getting to me again. For all the "funny" mods, it really drains my sense of humor. I think I'm going to do another one of my "bang keyboard randomly to change password" vacations again :-/

  15. Re:Most tools I've tried are useless on Memory Checker Tools For C++? · · Score: 1

    Gosh, repeating back what I say with the terms reversed, how original. Yes, you just learned that Java is not C++ and that through rigorous deduction from that fact, that C++ is not Java.

  16. Re:Boost? Ugh on Memory Checker Tools For C++? · · Score: 1

    > I saw v1 + v2, how would I know if it's adding the numerical vectors v1 and v2 or appending v2 to the end of v1 ?

    You know it's "vee one plus vee two". Unless you're using some insane library like Spirit, you know it's doing addition on whatever v1 and v2 are.

    Honestly, why do people constantly piss and moan that C++ isn't assembly?

  17. Re:Most tools I've tried are useless on Memory Checker Tools For C++? · · Score: 1

    RAII is nice, but Java has try/finally and thus doesn't so much need RAII. It'd be nice if it had better syntax, but it works. Now go write "Java is not C++" a hundred times on the blackboard. No looping.

  18. Re:No need for email on Valve Releases Recent Hardware Survey Results · · Score: 1

    I hope that Valve QAs them instead of just letting ATI plop their newest steaming pile of Catalyst drivers on us with automatic updates. I usually let the new drivers shake out for a month or so before checking the boards to see what the latest disastrous bugs are with the latest version. They still can't manage to keep the "easy install" for Catalyst drivers from locking up if you have a TV Wonder card.

  19. Re:But Wait... on FCC Indecency Ruling Struck Down · · Score: 1

    Fox News is willingly a right-wing partisan outlet because that's their target market. They're a very different animal than the rest of Fox's programming, which has the same goal (deliber entertainment to draw eyeballs to advertisers), but goes about it in a decidedly nonpartisan way. There's enough scary conspiracies out there without making nonsense up.

  20. Re:Wrong answer. What's the real reason? on The 10 "Inconvienient Truths" of File Sharing · · Score: 5, Insightful

    > What did it take to make them start producing "manufactured celebrities"?

    The fact that they were wildly successful doing so. In fact, it's not entirely new and represents something of a return to the patronage system of protegees. The best at their art were not necessarily the most famous then either.

  21. Re:Well, Linus is an ass, what's new. on Linus on GIT and SCM · · Score: 1

    > I need a feature and bug request tracking system. trac supports Subversion immediately.

    You can export a repository into svn with tailor, and there are patches to trac that support darcs and other SCM systems extremely well. Trac has been promising to support more systems generically for some time now, but it seems they're a bit slow on delivering. At least they ditched clearsilver.

  22. Re:Well, Linus is an ass, what's new. on Linus on GIT and SCM · · Score: 1

    > He trashed the Subversion system and people repeatedly for no good reason.

    And this is why I dislike the man personally. He makes his opinions personal. If you ever worked on a microkernel, Linus thinks you commit academic fraud for grant money. I've never heard him moderate or apologize.

    I'm sure he's great to his wife and kids, I'm an optimist that way. But frankly he's about as bad as Theo when it comes to his sense of developer politics.

  23. Re:AACS v. RSA/TLS on New AACS Fix Hacked in a Day · · Score: 1

    No, it's a pretty good implementation of a system that's broken by design. Cryptography is no good at keeping information from its intended recipient.

  24. revised chant on Microsoft Vs. TestDriven.NET · · Score: -1, Troll

    DEVELOPERS! DEVELOPERS! DEVELOPERS! DEVELOPERS! DEVELOPERS! not you dude DEVELOPERS! DEVELOPERS! DEVELOPERS!

    dfgjklsdfgk hsdfgjkhsdflgh sdgh sdklghsdlgh sdlgh sdklgh sdklgh skldfjgh sldfjkgh skldjgh lskdfjgh lskdfjg lskdfjghlksdjglkjh dfgjkhsdfgkljhdfglkhsdgjkhsd gkjhsdfgk hgjkh sdgjhsdklg sklfjgh sldkghlkasjthlkajdthlaksjdfljkashdf ever notice how much lamer posts are because of the lameness filter? sdkfghsdkgh sdfklgh sdklgh lsdkfg lskgh

  25. Re:If it's viewable, it's hackable on New AACS Fix Hacked in a Day · · Score: 1

    Camcorders will be required to obey some kind of macrovision signal. I wouldn't be surprised if Sony already built something like that into their cameras.

    When you find a way to record from your eyeball, go pick up your nobel prize. You'll find that our perception is a pretty lossy compression algorithm though.