Slashdot Mirror


User: fiftyvolts

fiftyvolts's activity in the archive.

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

Comments · 88

  1. Re:Sony wouldn't... on PS3 To Use Blu-Ray Technology · · Score: 1

    Why do you believe sony would make the blueray device in a PS3 also be a burner? If they have any ability to analyze history they will know that no matter what they do this is going to get hacked and modded.

    The only way I'd imagine a blueray-RW drive in the PS3 is if the technology itself is incapable of making read only drives (which seems unlikely)

    Maybe I'm missing something though, could you elaborate?

  2. Re:Easy if you have your own domain on Email Notification via SMS in the US? · · Score: 2, Informative

    I didn't give it a good look, but on initial inspection your perl script has potential for some odd display bugs because many of you regex's don't use the zero-width ^ match. Like if you got a message (and I have in the past) formatted "<johnq@public.com> John Q. Public", it'll spit out as "johnq@public.com> John Q. Public".

    If I'm right it doesn't take much to fix :| just do /^([^<]+)/ or whatever instead. Cool proccess though, I'll probably use it :D

  3. Re:New feature: Ruby-like script on RPG Maker XP Gets Advanced With 2D RPG Creation · · Score: 1

    Ruby is one of the most popular scripting languages in Japan, Correct? I'd liken that to Neverwinter Nights using Perl as a scripting language.

    That's pretty cool if you ask me

  4. Re:Curious on Microsoft to Deploy SPF for Hotmail Users · · Score: 2, Interesting

    I know that at certain universities have blocked the residential networks from using other outgoing mail servers to attempt to stop exploited machines from spamming the rest of the world.

    While this is very thoughtful of them it it impossible to accurately use a non university email address. This could cause issues with verifications such as this one.

  5. Run! It's Godzilla! on Ship-Sinking Monster Waves Revealed · · Score: 4, Funny

    I only glanced at the story and thought "SHIP DESTROYING MONSTER! WTF"

    I haven't been amused this much all day.

  6. Re:So what? on UK High Court Rules Modchips Illegal · · Score: 3, Insightful

    It was Ben Franklin and the direct quote is the following:

    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
  7. Re:It just ain't broadcast.. on When RSS Traffic Looks Like a DDoS · · Score: 4, Insightful

    You make some very good points. The old saying "When all you have is a hammer, everything looks like a nail" seems to ring true time and time again. These days it seems that everyone wants to use HTTP for everything and quite frankly it's not equipped to do that.

    RSS over SMTP sounds pretty cool. Heck, just sending a list of subscribers an email of RSS and let their mail clients sort it out would be pretty nice.

    Heh, my favorite posts are when some one suggested soething that sonuds totally novel and then someone else points our "Yeah! Like $lt;insert old and undeused technology>. It seems to do that damn well." The internet cannot forget its roots!

  8. sweet on Sega Dreamcast Gets Rogue RPG Conversion · · Score: 2, Insightful

    I love these games. I find it hard to believe that modern RPG while graphically amazing cannot obtain the level of detail that the rouge like games have. Nethack will always be my favorite, but I have to try rouge on DC :D

  9. Re:Something Like IRC? on AOL-Yahoo-MSN Messaging Unified... in the Workplace Only · · Score: 1

    heh, serves me right for not checking first.

  10. IM Spam on AOL-Yahoo-MSN Messaging Unified... in the Workplace Only · · Score: 1

    I'm already getting AIM spam. Every night I get home from work to find 5 or 6 messages asking me if I want to Get Better Mortgage Rate.

    Of course I block them, but lately I get this pang of fear that I will hit my max number of screen names blocked >_<

  11. Something Like IRC? on AOL-Yahoo-MSN Messaging Unified... in the Workplace Only · · Score: 1

    IRC is pretty much exactly what your talking about, except that it has a host of additional features and already exists. The standard is wide open and available; it's just that no one has made a client (at least one that I've seen) that behaves like AIM

    It's not an unreasonable idea, but then again 12 year old AOLers is not what I want to see on IRC.

  12. Re:Most inconsistent user interfaces on Detailed Reviews of Mac OS X "Tiger" Preview · · Score: 2, Insightful

    One of the few things that are totally customizable in OS X is the highlight color. There are 6 or 7 apple made ones and then an option for "other" where you can pick any ugly color you want. Those blue bars are probably taking their color from a user's prefs.

  13. Re:Ah the classics... on Classic Gamer PDF Magazine Hits Second Issue · · Score: 2, Funny

    For me actually playing the games was easier than putting in that code >_ I didn't quite have the dexteriry to get it all right.

  14. This seems a bit feeble on Write Poetry In UML · · Score: 2, Insightful

    I remember perl poetry contests. They were awesome. I highly doubt, however, that this UML contest will be as good.

    The main things that perl had going for it in regards to the contest was the type of people who program perl (many interested in language), the type of language perl is (amorphousa and varied), and finally the perl community (jovial and witty). When I think UML I think of a language that's anything but poetic. It's too structured. In fact that's what makes it useful as a language!

    I just can't see the opportunity for a fraction of the creativity as the perl contest in this contest :-/

  15. Cool Beans on New Sega Master System Hardware Debuts In Brazil · · Score: 1

    I loved my SMS I, unfortunately it has basically died of natural causes it's so old. This has lead me to the legal use of some ROMS (which is more than most people say ;-) I hope that I'll be able to get my grubby little hands on this device!

  16. Re:Popups... on New Alliance Hopes To Standardize Web Plug-Ins · · Score: 2, Interesting

    I would think that Apple and Opera would be unlikely to support something that would allow unblockable pop-up ads, being that both of their browsers have built-in pop-up blocking.

    I mean how stupid would it be to for them to come up with plugins that defeated their own features?

  17. Re:Ouch... Keep your IP? on Court Says Customers May Take IPs Away From ISP · · Score: 1

    Changing your MAC address on specific cards is strongly cautioned as it weakens the standard (MAC address are supposed to be unique and all). I'm not sure what the verdict is on destroying the card with the original MAC address on it.

  18. Some people still care about efficiency on IEEE Approves 802.11i · · Score: 1

    I am all for encryption. In fact I have sent a few letters to my congressmen about the issues surrounding it; However, some things just don't need to be secure. Encryption takes time and to be quite honest If I am downloading, say, the Slackware-10 distribution the last thing I want to have to wait for is each of a bajillion packets to be encoded and then decoded. Especially when I couldn't care less who gets a hold of said packets.

    In most cases only specific sensitive pieces of information need to be encrypted.

  19. Re:license issues? on Deep Inside the K Desktop Environment · · Score: 3, Informative

    The freeversion of Qt is under two licenses: the GPL and the QPL. While most people have a rough idea about the GPL most people don't know about the QPL, Like you for example.

  20. There's more than just a lack of proper technology on No Federal Do-Not-Spam Registry For Now · · Score: 3, Interesting

    There is a lack of proper legislation. The fundamental property of the Do-Not-Call list is that violators will be prosecuted by the FCC and can be held accountable with serious punishments. Quite frankly the current state of things leaves much to be desired in terms of punishment for spammers.

    Fist I want to see some good national anti-spam legislation; then I'll ask for a national Do-Not-Spam list.

  21. Sounds Like a Plan on GrokDoc Goes Live; All GNU/Linux Newbies Welcome · · Score: 4, Interesting

    This kind of testing is exactly what needs to be done. Recently I took several seminars on useability engineering and useability testing, and I was amazed at how much better you can make a product after testing it. I suggest that if you do plan to add your input to the project that you incoiurage the user to think out loud and write down all the things they say. It's really enlightening to hear a user say something like, "I'm looking for a button to do XYZ." when you know that the feature he wants is in a menu right in front of him.

    My only concern is that, quite frankly, I find that the first and most difficult hurdle for new users is installing linux. Many people have no clue what's inside of their machine, and more times than not you need to specify some odd bit of hardware during the setup process.

    Heh, I should try this on my mother.

  22. Re:I am optimistic... on Labor Department Downplays Offshoring · · Score: 3, Insightful

    You're idea of taxing companies for shipping jobs overseas has merit. Despite this, however, I am reluctant to go along with it. My concern is that the current state of the IT industry depends to a certain degree on the cheaper labor of programmers, etc. in countries that do not have the labor laws we enjoy here in the US. If the government begins taxing this practice will the impact force companies to hire American workers? Or, perhaps companies will fire more American workers to make up for the taxes. Or the company might just fold and leave all their employees without jobs.

    I don't know enough about economics and business to make a conjecture about which of the above would happen, but they all seem like reasonable possibilities. Is there anyone with a MBA out there who can elaborate :D

    As a side note I am an EE and, while I'm not one of the jobs most likely to be affected by the shift, it still makes me quite uncomfortable.

  23. What kind of demand... on Woz OK's Apple I Resurrection · · Score: 3, Interesting

    What kind of demand is there for Apple I's? The people who I know who have bought one is for nostalgic purposes; will an replica Apple have the same effect? I'm not sure. The fact that he took the time to "unimplement" features to make the computer more realistic is neat though.

    That aside, I bet the guy making them is having a really good time. Woz knows that home brewing computers is a lot of fun. It's good to see someone do something like this despite the patent situations that usually arise.

  24. Is this going to matter? on FCC Lifts AOL IM Limits · · Score: 2, Informative

    Will having the FCC permission to add video capabilities to their clients really going to effect users for the worse? I personally am of the opinion that it will not matter too much. iChatAV already has the capability in it. If AOL's is similar I think this might be a great thing.

    Excuse grammer/spelling I am in a rush.

  25. This is in response to your sig on Acxiom Hacking Details Made Public · · Score: 1

    That statement was actually coined by Ben Franklin. I think his words were a little bit different, but both syntactically, intent, and meaning it was the same.

    Just letting you know. The only reason I know is cause it was a good quote to use back in my debating days.