Slashdot Mirror


User: gman003

gman003's activity in the archive.

Stories
0
Comments
3,070
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,070

  1. Re:500 years? You kidding me? on Lawmakers Want a Space Shuttle In New York City · · Score: 1

    History will decide what is important. We need to focus on the future. I'd rather leave my great-great-grandkids a moonbase than a shuttle.

  2. 500 years? You kidding me? on Lawmakers Want a Space Shuttle In New York City · · Score: 1

    I'd worry more about the country lasting that long. It's not really in immediate danger, but hell, we've only been a country for 230 years.

  3. Re:Steam on Linux on More Evidence For Steam Games On Linux · · Score: 1

    They'd also be distributing the Linux ports of id and Epic games. A bunch of indie games, too.

  4. Re:McAfee recently screwed me over on McAfee Kills SVCHost.exe, Sets Off Reboot Loops For Win XP, Win 2000 · · Score: 1

    Sure, any site can theoretically be cracked and used to distribute crap like that. The thing is, many sites are well-run enough that the odds of that are relatively miniscule.

    If you don't trust anything, you may as well cut the cable, remove your network card and disable any removable media.

    If you want to use the Internet, at some point you're going to have to trust someone.

  5. We don't need orbital detection... on New Speed Cameras Catch You From Space · · Score: 1

    We need orbital enforcement. Nobody would dare break the speed limit if it meant getting hit by an orbiting gigawatt laser! Mwahahahahahaha!

  6. I don't hoard, I repurpose on True Tales of Tech Hoarding · · Score: 1

    Old busted CRT monitor? Toss out the innards, use it as a stylish bookshelf.

    Box of PCI slot covers? Bookmarks. Busted PC speaker? Rip out the electronics, flip it upside down, use it as a coin bank.

    I do this all the time. You'd be surprised what you can do.

  7. Re:Well what does the director have to say about i on EFF Assails YouTube For Removing "Downfall" Parodies · · Score: 1

    Legally speaking, you're right. That doesn't mean it's the right thing.

    Besides, how much money can you really make off of YouTube videos? Not much, I'd wager, for variations on one movie.

  8. Re:Science by the Pound on EU Piracy Estimates — Just How Inaccurate? · · Score: 2, Funny

    Hell, I ignore any study of the Internet that involves humans. Half of the researchers don't understand it, half already wrote their conclusion, and half are so out-of-date that they're still bracing for Y2K.

  9. Re:I find one flaw in all these arguments on EU Piracy Estimates — Just How Inaccurate? · · Score: 1

    I'm not saying free-to-play is right for everything, but it's currently a "next big thing" to many game devs. A lot of them are wary, but they see profit margins that are simply obscene by regular standards. I read an article (can't find it ATM) that compared costs for World of Warcraft and Farmville. The dinky little Facebook game made more money, with an order of magnitude more users, an order of magnitude less dev time, and minuscule hardware overhead.

    The artists, musicians and game designers may not like it, but the producers and shareholders do, so a lot of people are "looking into it".

  10. Re:I still blame Metallica on EU Piracy Estimates — Just How Inaccurate? · · Score: 3, Interesting

    I actually recommend giving them a listen. Death Magnetic is sort-of like the Black Album, with the more melodic elements, but it has a lot of the thrash back from the classic days. It's not their best, but it's their best in over a decade. It does have some problems: the songs go on a bit too long, and some of the tracks are a bit weak, but overall worth trying at least one song.

    S&M is actually one of my favorite albums of all time. Give "No Leaf Clover" a listen. Or the S&M version of "Battery", if you like the old thrash stuff better. Then go on BitTorrent and grab the whole thing.

    What? Just because I'm a fan of the music doesn't mean I have to support the corrupt, mildly-evil system that produced it.

  11. Re:I still blame Metallica on EU Piracy Estimates — Just How Inaccurate? · · Score: 1

    Hey, S&M was a great experiment (they actually played a "The Memory Remains" that was good), and Death Magnetic was actually as good as "...and Justice for All". Signs are that they've made a comeback. They even apologized for being douchebags with the Napster thing.

  12. I find one flaw in all these arguments on EU Piracy Estimates — Just How Inaccurate? · · Score: 5, Insightful

    The "substitution rate" is probably the worst figure in all these papers, mainly because it is far from constant. Perhaps, with enough study, you could find the substitution rate for one specific product in one region, but trying to get a national average by product category is ludicrous.

    Since people like blaming Metallica, I'll use them as an example. Note that all these numbers were pulled out of my ass, same as all numbers.

    You may get a substitution rate of 50% for Master of Puppets in Southwestern US. You may get a 2% substitution rate for St. Anger in Finland. You may get a 20% substitution rate for "S&M", and you'd be lucky to get a 1% rate for "Acoustic Metal". That's a massive change just for one band. How would you compare the rates between The Black Mages and Justin Bieber? Trying to lump target audiences like that will give you numbers about as meaningful as the ones I just made up.

    Listen up, MAFIAA. We care about three things: quality, price, and usability. We will pay for the good stuff, and tell you where to shove your crap. We don't want to pay 30$ for a music album, $20 for movie tickets, or $70 for a game. Finally, we want to get stuff easily, that works with everything, and doesn't come with legal crap that shouldn't have a chance of standing up in court.

    And if you can't give us those three things, you need a new economic model. How many bands are giving out the music for free and making money from concerts and merchandise? It's nearly impossible to pirate a t-shirt or an experience. How much money are "free-to-play" games making?

    Stop trying to legislate a profit, and start spending as much on those three things as you do on legal fees. Maybe you'll actually make money by, *gasp*, making a desirable product.

  13. Re:Price Fixing, Oligopoly, Collusion, Etc. on Why Aren't SSD Prices Going Down? · · Score: 1

    Is he being paranoid, or not being paranoid enough?

  14. Re:How many ways are there to do simple things? on Why Computer Science Students Cheat · · Score: 1

    A non-trivial problem, especially for new programmers. You'd practically have to write a full parser to do it properly. Just take the case of an equals sign. If you just blindly add random spaces to either end, you'd break things like == and =+. Even intelligently removing spaces could break things like "= ++i". About the only trivial part would be parentheses and brackets.

    Then again, I could write such a program and sell it to college students...

  15. Re:How many ways are there to do simple things? on Why Computer Science Students Cheat · · Score: 1

    Most people have subtle spacing differences. Compare:

    for (int i = 1;
    for(int i=1;
    for (int i=1;
    for (int i = 1 ;
    et cetera.

    And when you start c/p-ing code, most students don't change it to be consistent, and rarely keep it consistent between projects. When writing from scratch, though, people usually do stay consistent with spacing.

  16. Re:Could be worse on Cross With the Platform · · Score: 1

    The thing is, much of the time you don't need to write a custom shader. Usually, you just want the same processing done that's been done for ages.

    The argument is more akin to "why do I have to do a bunch of syscalls to set white text, black background, for my Hello World, instead of just letting the default of white text, black background be loaded automatically?"

    Especially since quite a bit of legacy hardware doesn't support shaders period!

  17. Re:Could be worse on Cross With the Platform · · Score: 1

    Pretty sure that's sarcasm, since it would be a couple dozen lines with the deprecated stuff.

    I don't get why the ARB does half the stuff it does. Why can't we have a default shader that does all the basic stuff we've been depending on for years?

  18. Is this a good thing? on Is the Tide Turning On Patents? · · Score: 1, Troll

    Obviously, software patents should be illegal. And patents get seriously abused, with patents on really trivial things.

    Some patents, though, I can agree with. If I invented a new rocket engine, one significantly different from any existing one, I would like to make money off of it.

    Realistically, patents should be restricted, not banned. There should really only be a few hundred patents a year, not thousands. Get some educated specialists to work for them, reform the system to only allow truly innovative patents, and keep out bullshit like software and "process" patents.

  19. Secondary benefits on Oracle Wants Proof That Open Source Is Profitable · · Score: 1

    Write open-source software that works with hardware or closed-source software you already sell. Build applications that run on Oracle databases. Sure, people will port them to run on other DBs, but you'll still get sales of your DB. Same for hardware.

  20. Bad software on 3rd Grader Accused of Hacking Schools' Computer System · · Score: 1

    I've used the system he hacked into, Blackboard. It seriously sucks, has security holes a blind lemur could exploit, and is so hard-to-use many of the teachers refused to use it (at a tech school!). If the school kept using it, they deserved someone hacking it.

  21. Sure beats what I've been using on Lightworks Video Editor To Go Open Source · · Score: 1

    For the past few years, all my video splicing has been done with the mediocre editor built into Blender. Which works well enough for a feature built into a 3D modeling/rendering program, but is far less usable and efficient than any dedicated one.

  22. What makes them think they even keep records? on Canadian Judge Orders Disclosure of Anonymous Posters · · Score: 1

    Seriously, maybe the forum keeps IP on file. A big maybe, just for an IP address. Real name and other info has about as much chance of being stored as Steve Ballmer switching to Slackware.

    So go ahead, Mr. Forum guy. Send the judge everything you have. It'll identify them about as well as what they already have.

  23. Re:Shush Now on How To Exploit NULL Pointers · · Score: 2, Interesting

    Considering that null function pointer bugs are a dime a dozen on any system, finding one of those is easy. TFA also points out that the mmap protection code in Linux has been historically weak, although there don't seem to be any open bugs at the moment.

    So the article could have been better titled as "Why null function pointer bugs are serious business", but "How to exploit null [function] pointers" is still pretty accurate.

  24. I don't age my passwords on Please Do Not Change Your Password · · Score: 1

    I have three passwords, shared between almost everything. One is a low-security one, used for stuff like usenet lists and forums. I'm not worried about anyone knowing it, because it doesn't access anything remotely important. It's even set up as a decoy password on my discreet drive. There's a nearly blank account, using my standard username and lowest password. The .login includes the line "rm -rf /home". Never actually tested it, though.

    Second is a medium-security one, covers my system logins and email. Both have more than 5 alpha chars, both cases, and at least one symbol and/or number.

    The top-security one covers my most important stuff, root logins and banking. Three numbers, three symbols, fourteen alpha of varying cases. The only way I remember it is a complex mnemonic referencing Jules Verne, Douglas Adams, the qwerty keyboard layout and hexadecimal.

    Never had problems with hacking. Actually, the biggest problem I had was a bank that didn't accept my maximum password. It only accepted alphanumerics, max 16 chars. Needless to say, I was not impressed.

  25. Re:Sooooo on Lessons In Hardware / OS Troubleshooting · · Score: 2, Informative

    Not true. We also blame SCO, the MAFIAA and, lately, Apple.