Slashdot Mirror


User: Mr+Pleco

Mr+Pleco's activity in the archive.

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

Comments · 27

  1. No more DDoS? on Has Progress Been Made In Fighting DDoS Attacks? · · Score: 1

    Simple...

    Stop linking to said site from slashdot. Then the DDoS will stop. =)

  2. Re:will it be built... on Kentucky Announces Creationism Theme Park · · Score: 1

    Wrong story.

  3. We're going to solve nature vs nurture! on Bees Reveal Nature-Nurture Secrets · · Score: 2, Funny

    For BEES!

    That will be totally applicable to humans.

    Once we learn to fly.
    And turn yellow with black stripes.
    And grow bee fuzz.
    And grow another pair of limbs...

  4. It's a Scam on College Application Inflation — Marketing Meets Admissions · · Score: 1

    They want your application fees.

    Brown: $75
    Stanford: $90
    Harvard: $75

    If they all make applying FREE then I would believe that they're doing it for the betterment of the student body, and not their budget. Source: https://www.commonapp.org/CommonApp/MemberRequirements.aspx

  5. Antitrust lawsuit? on Gosling Reacts To Apple's Java Deprecation · · Score: 0

    If you'll excuse me I'm going to go imagine the sh*t-storm that would happen if windows pulled a stunt like this....

  6. Re:Solution: Tax gas more. on Is a US High-Speed Railway Economically Feasible? · · Score: 1

    Aaand if you live in a rural area that won't see a train (or likely any other regular means of public transportation) for the next 200 years then yeah, taxing something MORE that you have no choice but to use seems like a great plan.

    If trains are more valuable and easier to use than driving then people will use them. But that can only come with an equal coverage of street transportation through trams and bus systems. Otherwise people will be screwed once they use a long distance train to get to their destination.

  7. Microtransactions... Good Until People Wise Up on Electronic Arts, THQ Look To Microtransactions · · Score: 1

    Microtransactions have spawned an entire group of gamers who find nearly as much fun from paying the game for free and going to insane lengths to get something for nothing than they do from just playing the game.

    Other people might pay $10 or $20, then realize what they've done and quit the game in disgust, especially as game executives get more greedy and obvious with their requests for money.

    Either way there's a limited pool of people who are paying and that pool is shrinking fast. I personally wouldn't invest in a microtransaction funded game as there's better opportunities that exist for long term growth.

  8. Re:Why I Respect Jagex on Frustration and Unhappiness In the Games Industry · · Score: 1

    Don't get me wrong, if I started a company that grew to be as successful as, say, playdom, I would totally sell out. BUT I would sell the business entirely, quit my position and totally distance myself emotionally from that business.

    Then I would take my share of selling out and start another business making different games likely, but I wouldn't try to convince myself that after selling out I had any significant influence over the direction of my business anymore, simply because it wouldn't be my business.

  9. Why I Respect Jagex on Frustration and Unhappiness In the Games Industry · · Score: 1

    I'm a very very long time player of RuneScape. Many scoff when that game's name comes up, but there are few, if any, other games that offer such a widely varied array of activities and freedom of play.

    Why do I love that game so much? Their style of game creation has always been one focus, to make a game that they would want to play. That's how RuneScape was born, and it became a literal overnight sensation. That's why their profits are so low per player compared to other games in the industry. They don't care about profit, they care about fun.

    I started playing RS as a teenager, I went to college to study language because I thought it would be useful, but now I'm switching to computer science. Why? Because I've played a game for the past five years that two men built not to make money, but because they wanted it to be fun. I'm currently building a series of tools for RS players to give me the skills to create my own games that fill yawningly empty gaps in the gaming industry. I want to do what jagex did and build something fun.

    If other game development studios would realize that it's about the gamer having fun and not about the executives making big bucks then they would be a lot happier with their work.

  10. Re:A good start, but... on First Halophile Potatoes Harvested · · Score: 1

    Don't forget shredded cheese and chives.

  11. Re:Whew on BP Claims Gulf Well Has Been Stopped · · Score: 1

    Newsflash, if you get the oil as it comes out of the pipes then it doesn't go in the water...

    Also of note, ALL of the oil they've gotten in this process is being refined (at their expense) and the cash from their selling it is going to a wildlife fund.

  12. Releasing the code... on University Networks Block Student Project · · Score: 1

    The solution for every censorship problem of websites and software. =)

  13. Macs on How Viruses Evolve Into All-Purpose Malware · · Score: 2, Funny

    The only solution.

    'Cause nothing runs on a mac.

    *gigglesnort*

  14. Re:EOL XP already... on The Man At Microsoft Charged With Destroying IE6 · · Score: 2, Informative

    I bought a new laptop with some apprehension knowing how attached I was to XP, but the new laptop came only with 7.

    I now use the windows 7 laptop exclusively. Saying that "7 is getting there" is just being hardheaded OR showing ignorance due to having not used 7 for a significant period of time.

    That being said, I use vista on my work computer (not my choice) and you're right. Vista doesn't count.

  15. Speaking from my Personal Interests... on Scientific R&D At Home? · · Score: 1

    Do what your personal interests are.

    In my case it would be one of two things.

    1) Breeding fish varieties for either food or profit.

    I don't know if you're familiar with aquaculture, but a hardy fish that's easy to raise AND tastes good would have massive profit potential. On the fun side of things, think of the value of a guppy that looks the same as your normal guppy, but has much greater disease resistance or faster growth or more reliable color breeding or whatever. If you can tell ANY business owner that you can increase their profits substantially then you'll perk ears.

    2) Computer science/programming.

    Especially with artificial intelligence or studying swarm behaviors you can go a long way with just your home computer. For a low cost you can also set up your own cluster for larger scale computing.

    Then there's always computer security research...

  16. Underage Contractor? on 3rd Grader Accused of Hacking Schools' Computer System · · Score: 1

    Does it still violate child labor laws if I hire him as an independent contractor?

  17. Autohotkey - The Good and Bad on How To Teach a 12-Year-Old To Program? · · Score: 1

    I always always tell people who want programming experience to pick a language that they can do something with.

    I'm assuming these things based on that he's 12 and interested in programming:
    1) He's interested in computers so probably spends a lot of time on them
    2) If he's spending a lot of time on them then he's likely got a favorite game or two
    3) If he spends any significant time playing these games then he's likely interested in making tools/macros for these games

    AHK (autohotkey) is probably one of the easiest game macro languages out there and that's beside the fact that you can use it for other stuff. My favorite feature is that it's loosely typed, so it's much easier to master initially, though debugging can be a pain because of this. The forums are very useful with a very dedicated community and the API is EXCELLENT, but there's no tutorials that I know of extensively devoted to learning to program using AHK. The most important thing I think you can note about this is that it can help him teach himself how to program, which is very important if he wants to move into other languages later. If memory serves it's also coded and extendable in C, so there's a natural extension into "real world" languages there.

    So there's good things and bad things about using AHK, but it's the one I pick for people looking to learn the basics of programming.

  18. Re:The poster has got to be... on Facebook Mafiosi Go To the Mattresses vs. Zynga · · Score: 1

    As long as it's not a game where you start with ten "energy", 100 "health", 3 "stamina" and your standard attack/defense setup then I don't care what they do.

  19. Re:From a former employee of Mark Pincus on Facebook Mafiosi Go To the Mattresses vs. Zynga · · Score: 2, Interesting

    I remember hearing about tribe.net, it was hilarious to see the video on techcrunch with the interview where they mentioned that Pincus started two other internet startups, only mentioned tribe.net by name and didn't mention the tragic end of that company. Let's not even get into how EVERY SINGLE GAME that zynga has made is a rip-off of another previously successful game. They've not got a single original title to their name. God bless techcrunch for blowing this company wide open.

  20. About the "Cheaters" on Facebook Mafiosi Go To the Mattresses vs. Zynga · · Score: 5, Insightful

    The problem at hand here is that zynga has created two games that encourage cheating.

    MafiaWars is the worst because of the combat system. If you don't have at least 500 friends who play and are added to your "mafia" then you're shafted from the outset. This encourages the dangerous practice of adding people you don't know to your personal facebook account OR breaking facebook ToS by creating a second account for yourself.

    Then you have the weight in the combat formula of the equipment being much higher than the weight of your stats. A person with lousy combat stats but maxed equipment will beat somebody with twice their stats but lousy equipment. They also have free trading of items between players with items that require (at my last calculation) over a year of play to be able to get the best equipment available.

    To top things off their game isn't in flash or something that's not easily machine readable, their entire game is presented in an iframe, so it's relatively simple to create scripts that interact with the game directly using greasemonkey or bookmarklets with javascript. The best examples of these is the Mafia Wars AutoPlayer (http://www.mafiawarsplayer.org/) or Spockholm's bookmarklets (http://www.spockholm.com/mafia/bookmarklets.php)

    Combine that with a game that's designed to appeal to highly competitive players and you have the perfect recipe for disaster for rampant cheating. Whether it's people who buy their combat items or people who run multiple accounts to "farm" items for their own use, it's all against the rules. The hilarity for me is watching zynga "combat" the cheaters and the bots when they could fix the game mechanics to make the cheating and bots unnecessary. Even if it was something as simple as offering the loot for sale in their ingame store, they would put the cheaters and under-the-table loot sellers out of business, and actually be honest about their microtransaction business model. People would complain that the richest player would be the one to win, but that's the way it is right now, so why not own up to it?

    FarmVille is a different beast, in that they've got just about the worst leveling system I've seen in a game yet. A plant crop that grows in four hours will give you the same experience to grow, and more money per hour, than a crop that grows in 24 hours. That's just a broken game.

    The clicks required for farmville are what is most astonishing. The average person will click 1200+ times per DAY playing that stupid game. The best thing they have to minimize that is the farm equipment, which naturally require gas to run that you have to buy, but even with that you're forced to click 300+ times in the best case scenario. I'm trying to make easy to use tools with autohotkey that I'm hosting on my site (http://www.kort-pleco.com/) but it's a challenge finding the time to do that. There's other people who sell full fledged farmville autoplayers, but the point is that it's still the game that is broken and should be changed to fix these problems.

    A great example of a fun game that's NOT click intensive is happy aquarium by crowdstar or zynga's rollercoaster kingdom. They've both struck a great balance how much use you get per click, and I think it's a step in the right direction for facebook games in general.

    Zynga is a game maker yes, but it doesn't mean that their popularity corresponds to the quality of their games. It just means they're able to out advertise everybody else using money they scammed from their players.

  21. Old news is Old on Facebook Lets Advertisers Use Pictures Without Permission · · Score: 1

    I seem to remember this "feature" having been around for several months now, it was released the same time they were testing product placements based on the clothing you were wearing in your profile picture. The example I saw was of a guy who was wearing a particular style of sunglasses in his profile picture, and on the advertisements on his profile page you saw an advertisement for similar sunglasses. Just because some morons are spreading viral status updates doesn't mean it's recent by any means.

  22. AT&T Internet Everywhere... on Viability of Mobile Broadband For Home Use? · · Score: 1

    isn't. I use it for most of my home browsing, until I can upgrade to a "land-line" connection. While it does work most of the time for general browsing, the battery for the modem has a nasty habit of dying in the middle of large up/downloads. Forget about streaming radio or watching many online videos, you'll get about 45 minutes before it will cut out on you for an hour. If you're a heavy data user, you WILL burn up the modem and have to jump through the customer service hoops to get a new one. So far I've gone through two modems and a battery. So, it's fast, when it works. But it cuts out, gives many difficulties connecting to the network and the modem itself will die on you whenever the stars aren't properly aligned for its functioning. Why they didn't design it to function completely on laptop power I'll never understand, but it's the 2nd to last thing over dial-up that I would recommend to somebody who needed reliable internet. Oh yes, and the software itself will also randomly crash and force a hard shutdown and reboot of my system on windows xp media center. Forget it if you want to run linux, I tried ubuntu and had no luck, even with much wine hacking. Wait, I think dial-up might be more reliable... (Just of note, I'm using the USBConnect by Sierra Wireless 881.)

  23. I'm not addicted... on The Real Story Behind Gaming Addiction · · Score: 1

    I just have no desire to stop playing. At all. Ever.

  24. Re:Is there, or should there be a line to educatio on Students Learn To Write Viruses · · Score: 3, Insightful

    I agree that learning these skills is important if computer security if what you plan to do legitimately for a living. As much as I would have loved to take a class like that in college, I don't believe ethically I could have participated. By having students practice these skills in the real world they are just adding to the already enormous problem. I believe a well built simulation environment could serve the purpose just as well without causing problems for other users. So is there a line these students have crossed by practising their skills in the wild? Should a policeman learn to solve crime by committing it for example?

    Think of it as a locksmith learning how to open locked cars or houses, not so much policemen causing crimes to learn to solve them, as by definition as long as you aren't breaking the law, you're not a criminal.

  25. Lag Enough? on Students Learn To Write Viruses · · Score: 1

    The original media release by the SSU media relations department is dated in Spring of 2007. Why is this JUST NOW crawling to the top of the news heap?