Slashdot Mirror


User: mcb

mcb's activity in the archive.

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

Comments · 146

  1. Playstation 4 on Ask Slashdot: What's Your Preferred Media Streaming Device? · · Score: 1, Interesting

    I use my PS4 with Netflix, Amazon Prime, MLB At Bat, rented Blurays and Plex Media Server (for my local content). Works flawlessly. Only complaint is no support for 5ghz wireless.

  2. Re:I parted way with Comcast a long time ago. on The Hidden Cost of Your New Xfinity Router · · Score: 2

    I pay $55/mo for 200+ Mbps, but the availability is pretty limited.
    http://webpass.net/

  3. Re:well damn on US Consumer Bureau Opens Online Credit Card Complaint DB · · Score: 1

    Yeah, this is the truth and is often overlooked.. most people don't choose when to sell, they're forced to because they lost their job or are moving away. If the market is down and you want to sell, tough luck. Price your house high and it'll sit on the market for 6 months or more while you lose more money to mortgage payments. You can try to rent your house out, but it's highly unlikely you can get enough to cover costs even if you can keep it occupied. And it's a huge headache. And if you want to put it up for sale after renting, you'll likely need to do a lot of repairs after the tenants move out.

    People tend to think rent is wasted money, but they fail to realize that for the first several years of a 30 year mortgage, they're mostly paying interest, which is also wasted money. By the time you would start building real equity, most people are selling due to job relocation, wanting a bigger house, etc.

    Tax benefits are also always overstated. Deductions for interest and property tax are great, but don't forget to subtract the standard deduction you would take if you weren't itemizing.

    You also have to pay 6% to a realtor when you sell, so you better hope your property value rose by at least 6% when you're forced to sell (unlikely in the current market).

    And lastly, there's the opportunity cost of tying up your down payment in something that is unlikely to gain in value and is about as far from liquid as you can get.

  4. Re:well damn on US Consumer Bureau Opens Online Credit Card Complaint DB · · Score: 1

    Invest the money you save by renting and in most cases you'll come out ahead (who stays in 1 house for 30 years anymore?)

  5. Thanks and good luck on Rob "CmdrTaco" Malda Resigns From Slashdot · · Score: 1

    Just want to say thanks and good luck Rob.

    I started reading slashdot in 8th grade, right around the time I installed Linux for the first time (Red Hat 5.0 I believe). slashdot kept me hooked on technology and geek culture all the way through middle school and high school. The articles and discussions on slashdot definitely influenced my decision to pursue a BS and MS in computer science, and then begin my professional life working in software development.

    It sounds corny but it's hard to think of anything else that had such a profound impact on my life. While I don't read as religiously as I did in those early years, I still drop by now and again for nostalgia's sake.

    Thanks again for creating this community.

  6. Re:Right... on High-Frequency Programmers Revolt Over Pay · · Score: 5, Insightful

    Algorithmic trading is not effective if you have to pay commission on your trades. Their software only works if it's used by a corporation with
    1) network connections to stock exchanges
    2) seats on those exchanges, which allows stock to be traded directly instead of through a broker

  7. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    If you can't beat a scripted bot in terrible gear than you are probably the worst wow player on the planet.

  8. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    You might think it's easy to detect but I never heard from any GMs (and they were pretty hardcore about cracking down on bots at this time).

    People did send tells early on when I was actively developing it and the code caused some weird behavior, like running in circles or against walls. They would usually ask if I was a bot looking to see if anyone would reply.

  9. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    #1, those are zero sum games. It's completely different.

    #2, my bot did not give anyone an unfair edge. My bot was similar to an above average player. It had to follow the rules of the game just as everyone else did.

  10. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    I think it's a sad, sad commentary on our society when people take videogames so seriously.

  11. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    Wow, that's a... unique way of looking at it. I really didn't care about the other side losing. The point of the battleground is to help your team win. It was less effective than if I was playing and giving it my all, but more effective than the average player (since almost nobody healed in battlegrounds).

    This is actually the first time I've seen this reaction to BG botting with a smart bot. Most people are glad it's one less AFK bot sitting in the cave in AV.

  12. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    Definitely, I've always enjoyed checking out game mods, map editors and other customizations.

    Quake 1 was one of my favorite games, I still can't believe how long I played it, but between running a server and trying all the different game modes that came out, there was a lot to keep me busy and interested other than just playing it.

  13. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    Well I did say "one of". I enjoyed arena and raiding as well.

    Also, it was the process of developing the behavior that was fun, not "watching" it.

  14. Re:Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 1

    Perhaps you don't play wow, or the rules have changed, but that's not how the battlegrounds worked (a few years ago).

    There is no bonus for being first on the meters. Being first was not depriving anyone of anything. It's merely a way to show how effective the code was.

    You cannot steal honor from anyone. Everyone gets the same honor based on how many kills they're involved in and how well the team does in the match.

    One of the biggest reasons one side would lose a BG is lack of healing, so if anything my bot was probably helping people gain honor.

  15. Glider is fun on Blizzard vs. Glider Battle Resumes Next Week · · Score: 2, Interesting

    Running Glider was one of the most entertaining things I did while playing. Glider comes with default behavior for every class, but you can develop your own in C#. I ended up writing some code for my druid to be a "Healbot", basically causing my character to run around and heal nearby allies.

    It was quite simple - it would search for nearby players and try to stay in the middle of everyone. It would throw heals over time on anyone within range that was slightly injured, and cast big heals on people taking a lot of damage. I used it to farm honor in the PVP battlegrounds. After letting it run for hours, I'd take a look at the chat log and see lots of tells from people thanking me (it) for heals. Never once saw a comment calling it out as a bot. The mod I used to queue battlegrounds took screenshots of the match results, and many times my bot was #1 on healing (often by a large margin).

    It was fun tweaking all the settings, by the time I maxed out on honor the code was pretty robust. I ended up modifying it a bit to follow around specific people (awesome for power leveling).

  16. Re:Other websites knowing your facebook account on Open Source Utilities For Facebook Privacy · · Score: 1

    The CNN issue really bothered me. From my research, you can also prevent it by disabling third party cookies.

    In Firefox it's in Tools->Options->Privacy->Use custom Settings for history

  17. Re:Cricket/IPL Effect? on YouTube Is Down · · Score: 1

    Baseball is only in USA and Canada? I guess Japan, South Korea, Mexico, all of central America, and most Caribbean islands aren't really countries.

  18. Re:The disc is DRM on Nintendo Wii To Get Netflix Streaming · · Score: 1

    I use Netflix streaming from my PS3, my Windows PC and my Macbook without any real difficulties. I will admit I only watch the content they offer in HD, the normal stuff looks so bad that I would rather acquire it... another way... than stream it from Netflix.

  19. Re:Maps on AT&T Loses First Legal Battle Against Verizon · · Score: 2, Interesting

    Might not be AT&T's fault... my office used to have solid Verizon coverage but no AT&T reception. If I stepped outside I had full 3G on my iPhone. Anywhere indoors, I had no service.

    It turned out they were using Verizon repeaters in the building. They removed them one day and ever since, AT&T users have had full coverage inside.

  20. Who needs that much 3G coverage? on AT&T Loses First Legal Battle Against Verizon · · Score: 2, Insightful

    Just curious if people really care that much about nationwide 3G coverage. Unless you travel constantly to many different states, what matters most is local coverage.

    I visited northern NH for a week this summer and didn't have 3G (on AT&T). I barely noticed.

  21. Needle Phobia on MIT Finds Cure For Fear · · Score: 1

    It would be really interesting if this drug works on phobias. I have a severe phobia of needles. It's not that I think it will hurt, I just cannot stand the thought of something poking into my skin and ejecting liquid (or pulling blood) out of me. I can't even see people using needles on tv/movies without looking away.

    It's so bad that I will not give blood even though I know I should. When I got a tetnus shot from stepping on something that lodged in my foot, I almost passed out and had to lay down for over an hour before the nurses would let me drive home. When I had my wisdom teeth out, they had to give me a cocktail of drugs that made me feel like I just drank 20 beers in order to give me an IV (the first attempt resulted in my veins collapsing and me almost passing out).

    I know it's ridiculous and I have nothing to fear from needles, but that doesn't matter. I have no control. Curing "useless" phobias like this would be very beneficial as I currently avoid any situation where I might have to get a needle, possibly risking my health by avoiding medical care.

  22. Re:What can we do? on TV's "Mr. Wizard," Don Herbert, Dies At 89 · · Score: 3, Insightful

    Volunteer on science days at your local schools, such as space day. I still remember watching Mr. Wizard as a kid in the 80s and I have no doubt my interest in science was heavily influenced by his show on Nick. We need to continue his legacy of fostering an interest in science and technology in the next generation.

  23. Re:Raise your hands on Remains of James Doohan Lost in New Mexico · · Score: 1

    You might be interested in green burials.

  24. Re:Well, then on Disney Says, You WILL Watch the Ads · · Score: 2, Interesting

    i just set up a mythtv box for the first time on friday and had it working and recording shows within 5 hours or so. i've never tried it before but it's pretty solid in its current form.

  25. Re:In other news... on PS3 to Sell at Over $800 in UK · · Score: 1