Slashdot Mirror


User: mmmmbeer

mmmmbeer's activity in the archive.

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

Comments · 337

  1. Re:What good is a spare battery... on LG Introduces The V20, The First Android Nougat Smartphone (venturebeat.com) · · Score: 1

    You're an idiot.

  2. Re:Not if you need to suspend code on Ask Slashdot: Is it Practical To Replace C With Rust? · · Score: 1

    I should've seen that coming, but it was out of the blue.

  3. Not going to help on Macon-Bibb County Government Wants $5.7 Million Drone Fleet For Emergencies · · Score: 1

    "Ninety-five percent of all fire alarms are false, but fire departments have no choice to go, and you may have 15 (firefighters) responding."

    But this isn't going to help with that. You can't wait until you've flown a drone over a fire before you send the truck. Think about how much more property damage there would be, not to mention how many people would die, with the added delay in the case of real fires.

  4. A use for my Wii on Ask Slashdot: Your Most Unusual Hardware Hack? · · Score: 1

    I use my Wii as a power supply for my Raspberry Pi. The Wii gives power to the USB port on when it turns on and shuts it off when it powers down. That lets me turn my Raspberry Pi on and off remotely without having to add a separate power control board.

  5. Pricing on Swiss Space Systems Announces Plan To Offer World's Cheapest Zero-G Flights · · Score: 3, Informative

    FTFA:

    The planes will be divided into three sections. For a price of under €2,000 (US$2,700), you'll get to share the Party Room with up to 39 other "cheapskates" (for comparison, flights with one of S3's established competitors start at $4,950). If you're willing to pay €5,000 ($6,800), however, you can be one of 28 people in the Premium Zone – this will include the chance to play with items such as liquids and balloons, plus it will get you an exclusive Breitling S3 ZeroG wristwatch and an S3 flight suit to take home.

    Finally, a dozen passengers can enjoy a "tailor-made experience" in the VIP Room, which will cost an even €50,000 ($68,000) to book – all of those people will also get a watch and a flight suit.

  6. This is great! on A Robot With a Chainsaw! · · Score: 1

    Now after I defeat this robot, I will gain the Robot Chainsaw power.

  7. Not exactly on Will Tablets Kill Off e-Readers? · · Score: 1

    Rather, they will merge. Once a color e-ink screen with an adequate refresh rate comes out, all previous tablets and e-readers will become horribly obsolete compared to the new, combined version. Until then, e-readers will continue to fill a niche market. They might not be as popular as they once were, but they aren't going to go away.

  8. Re:What about websites? on Nokia Keeps Quietly Mapping The World · · Score: 1

    AC win.

  9. I'd call it co-transit. on Kepler Sees Partial Exoplanetary Eclipse · · Score: 3, Interesting

    Or perhaps multi-transit, for when more than two transit at the same time.

  10. From someone who actually read the article on Your Moral Compass Is Reversible · · Score: 1

    This is just a case of people not wanting to admit that they messed up. They don't suddenly start giving the opposite answers they did before, they just justify the answers they thought they gave by mistake, so that they don't look like idiots. It's more a demonstration about people being stubborn than anything else.

  11. Re:dibs on Richard Branson 'Determined To Start a Population On Mars' · · Score: 4, Interesting

    And my answer will be, "Where do I sign!?"

  12. Wow on Controlling Monkey Brains and Behavior With Light · · Score: 1

    This gives a whole new meaning to the term "Mood Lighting."

  13. Re:Single Sign on aka FB on Ask Slashdot: What's Holding Up Single Sign-On? · · Score: 1

    That's when you have to introduce another tier - "Important but Stupid." :)

  14. Re:Single Sign on aka FB on Ask Slashdot: What's Holding Up Single Sign-On? · · Score: 1

    I get-around the "single login" deficit by using the same name/pass across all websites where I don't care if they get hacked (like posting replies on newspapers). I use a 2nd password for personal websites like email. And a 3rd strong password just for the two banking/stock websites. Nothing gets written down so I don't have to worry about somebody finding my "scrawled passwords" laying in plain sight.

    I've been advocating this approach for years. I call it "Password Tiers."

  15. Re:I was just thinking about something similar... on Liberated Pixel Cup: Art Entries Closed; Code Competition Begins · · Score: 2

    OpenGameArt supports other styles and formats as well, just not for this competition. They could definitely use some 3d camels.

  16. Re:Spring, Scala/Akka/Play on Ask Slashdot: Tips For Designing a Modern Web Application? · · Score: 1

    I'll second the recommendation for Spring. Spring MVC is really useful, and the dependency injection is very powerful but also pretty simple to use.

    My other recommendation is to remember KISS: Keep It Simple Stupid. No matter what you choose to do, keep it as simple as possible, but no simpler.

    Also, use JQuery for the front end. It's immensely better than pure javascript.

  17. Re:Solar doesn't replace other power sources. on Germany Sets New Solar Power Record · · Score: 4, Informative

    That's why they do, indeed, build in ways of storing the energy. In fact, they do the same with every other type of power plant, so they can run at only peak efficiency. http://en.wikipedia.org/wiki/Energy_storage

  18. From someone who's been there on Ask Slashdot: Is Outsourcing Development a Good Idea? · · Score: 1

    About ten years ago, I was assigned to be the in-house developer overseeing a couple of outsourced projects. One went quite well, but the other was a constant struggle. Since then, I have dealt with several other projects that were outsourced, with varying degrees of success. The simple answer is that it can work, but often doesn't. Here are a few things to keep in mind.

    - Don't just go with the cheapest. You can save money by outsourcing, while still getting competent developers. Make sure you meet the developers - or at least the leads - before making your choice of consulting company. In the long run, it will cost you a lot more if you end up having to rewrite everything; and believe me, that definitely can happen. Bear in mind that even if the consulting company agrees not to charge for bug fixes, it still costs you money if the project goes way past the scheduled end date.

    - KISS: Keep It Simple Stupid. As always, make certain your design is as simple as possible, but no simpler. The simpler and more straightforward a project is, the less likely that consultants can really screw it up.

    - Stay on top of the developers. You don't have to micromanage, but you need to be aware at all times what they are working on. They can very easily start going in the wrong direction. Talk to them every day.

    - Be very, very clear in your instructions. Never assume that they understand what you mean, especially if they're from a different culture. Be literal, elaborate, and even pedantic.

    - Code review, code review, code review. If anyone consistently turns in unacceptable code, have them removed from the project.

    - It's fine to give them access to your libraries, etc. In fact, it's best to have them use your source control system, but they shouldn't be able to delete anything. This way, when they inevitably make a stupid change that breaks something important, you can just roll back.

    - Assign the easiest/least important things to the worst developers, moderately difficult/important things to decent developers, and do the most complex and important things yourself. This might seem like common sense, but you'd be surprised how many managers treat all developers like we're the same.

    - Keep track of how much each project really costs in terms of both time and money. Once you have done one or two this way, you might be able to determine that some projects should be outsourced and others shouldn't. You'll be a lot more likely to convince your boss if you have actual numbers.

    Well, I hope this helps. Good luck!

  19. Re:How's this for an idea? on Privacy Advocates Protest FBI Warning of 'Going Dark' In Online Era · · Score: 1

    You can't expect people to agree to a reasonable compromise without completing the fighting and name-calling stages first.

  20. Re:Where? on The Ugly Underbelly of Coder Culture · · Score: 1

    Ditto. I might not count as young anymore, but I have never in my life seen any behavior like they describe.

  21. Re:Linux support pretty much required? on The Liberated Pixel Cup: a Game Making Contest From the CC, FSF, and OpenGameArt · · Score: 3, Insightful

    They aren't forcing anything on you. They only insist that you don't force things on them.

  22. I'm confused on Annual Airline Achievement Report Released · · Score: 2

    What achievement did they unlock?

  23. This reminds me on 25 Years of IBM's OS/2 · · Score: 1
  24. Misleading on New Engine Raises Possibility of Cheap Travel To the Moon · · Score: 4, Informative

    The new thruster has nothing to do with getting to the moon or even getting into space. It's a way for a small satellite to maneuver once it is in orbit. It could possibly be used for getting into lunar orbit from low earth orbit, but its intended purpose right now is to help clean up debris.

  25. How offensive! on New SimCity To Require Constant Internet Connection · · Score: 1

    I hate any game that requires a constant internet connection, I don't care what reason they give. If I wanted to interact with other people, I'd go outside instead. Or probably I'd just play WOW or something. Anyway, in protest, I am going to emphatically not purchase this game. I wasn't going to buy it before, but now I will not buy it even more. I might even pirate it with the express purpose of not playing it. That'll show 'em!