Slashdot Mirror


User: darkwing_bmf

darkwing_bmf's activity in the archive.

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

Comments · 739

  1. Re:It still sucks. on T-Mobile Ends Contracts and Subsidies · · Score: 2

    Do a search on their website for prepaid.

  2. Re:Aww, lower priced plans are gone now. on T-Mobile Ends Contracts and Subsidies · · Score: 1

    It is still there, according to their webpage. You have to go to the prepaid plans section to see it.

  3. Re:Good for both sides if done right on T-Mobile Ends Contracts and Subsidies · · Score: 1

    Most likely they won't make any money from interest. The money comes from selling the phone at MSRP instead of discounted or even from the marketing budget as it really is an alternate (but more consumer friendly) way of locking you in for 2 years. Charging a separate line item for interest would be silly from a marketing perspective.

  4. Re:Give it up on Windows Blue 9364 Screenshots Show Feature Enhancements · · Score: 1

    Software doesn't age. But people's expectations do. You can still play Asteroids on an Atari 2600. But that doesn't mean most people would want to given the choice of that or more current games.

  5. Re:Tipping point ... on Electronics Arts CEO Ousted In Wake of SimCity Launch Disaster · · Score: 2

    The last football game I really got into was Tecmo Super Bowl. Damn I'm old.

  6. Re:Finally! on Electronics Arts CEO Ousted In Wake of SimCity Launch Disaster · · Score: 4, Funny

    I offer my services as CEO. I might fail, but I'd be willing to do it at half the price.

  7. Re:Context please? on More From Canonical Employee On: "Why Mir?" · · Score: 1

    I concur. What the hell are they talking about?

  8. Re:End the insanity on Is Daylight Saving Time Worth Saving? · · Score: 1

    Lol @ losing daylight. The sun doesn't care how we name our rotation with respect to itself. We'll get the same amount daylight regardless.

  9. Re:Please enter only digits on For Businesses, the College Degree Is the New High School Diploma · · Score: 1

    I'm surprised the application form allowed that to be submitted. Quite often, such forms have told me "Please enter only digits."

    It was a paper form.

  10. Re:And people wonder why the US is going broke... on For Businesses, the College Degree Is the New High School Diploma · · Score: 1

    When I applied for my first full time job I believe I put something like "Market Rate".

  11. Re:This is how it should be on The Top Paying Tech Companies For Interns · · Score: 1

    In other words, you pay them not for what they do, but for the stupid stuff they could do but don't.

  12. Re:The worst kind of corporatism on Valve Sued In Germany Over Game Ownership · · Score: 1

    I'm pretty sure I don't want congress dictating which games are produced. I don't see a problem with the current way we get and pay for games. If people want a game, they pay for it. If not they don't pay. Forcing someone to pay for a game they don't want is inefficient and unfair. If someone voluntarily pays for a game they want that's reasonable. If that cost can be divided among all the people willing to pay that is even more efficient. That division of cost among the willing is the main benefit of copyright law.

    There is a fault with copyright law but it isn't in the portion dealing with popular works currently in production/sale. The major faults lie in abandoned works and inefficient division of ownership. For example, the original creators have died and you have to find all of their second or third generation descendants and convince them all to agree to a contract before you can legally use the work.

  13. Re:Wait, what? on Perl's Glory Days Are Behind It, But It Isn't Going Anywhere · · Score: 1

    TIOBE counts page hits, not page searches. Searching on a language will not make it go up in the list.

    That being said, out of curiosity, what intrigued you about Ada enough to do a search on it? And what made you decide that it wasn't for you?

  14. China: Stop buying our bonds... on Unemployed Chinese Graduates Say No Thanks To Factory Jobs · · Score: 1

    ... and invest in your own country. You can't be an exporter only nation forever, you have to let your people become consumers as well. That will help your country the most.

  15. Re:Professional languages on Ask Slashdot: Job Search Or More Education? · · Score: 1

    A good algorithm in an interpreted language will beat a bad algorithm in C or even assembly (for sufficient quantities of data). That's the point of an algorithm class.

  16. Re:Professional languages on Ask Slashdot: Job Search Or More Education? · · Score: 2

    Why can't you use a scripting language to implement optimized algorithms?

    I think perhaps you missed the point of the course. The value is in the algorithm itself, not the implementation details.

  17. Re:Pirates will still run rampant on WotC Releases Old Dungeons & Dragons Catalog As PDFs · · Score: 5, Insightful

    Even if everything you said is true, they could still make more money from paid legal downloads than if they didn't give that option.

  18. Re:Comment-free programming on Doom 3 Source Code: Beautiful · · Score: 1

    The best use of comments I've seen is as a "user's guide" to functions and procedures that are meant to be used by others, essentially defining the API and relevant notes.

  19. Re:I agree that programming is not for geeks on Better Tools For Programming Literacy · · Score: 1

    Programming is a craft, and every good craftsman knows the value of good tools.

  20. Yes. on Ask Slashdot: Do Coding Standards Make a Difference? · · Score: 1

    An especially good style guide will also include rationales for why they chose particular ways of doing things. A good example is the Ada Style Guide (it's an industry standard).

    http://www.adaic.org/resources/add_content/docs/95style/95style.pdf

  21. Re:Dammit on Linux Nukes 386 Support · · Score: 3, Funny

    Good luck getting Windows 8 to run on your 386.

  22. Re:WELL THEN HOW MANY PENNIES ?? on Disney Switching To Netflix For Exclusive Film Distribution · · Score: 1

    Do you mean from day one to day 30 or all days excluding the first 30 days (i.e. after 30 days)? The first step to solving any problem is making sure the specification is unambiguous and intended.

  23. Re:Try it for a week and see if it's acceptable on High-Voltage Fences For Zapping Would-Be Copper Thieves · · Score: 2

    Why wouldn't an electrician have documentation about where they worked? They should include a clause in their contract for removal of excess pieces and parts or leave them with the customer.

  24. Re:Generalization on What's the Shelf Life of a Programmer? · · Score: 4, Insightful

    You cannot disprove a generalization by way of counterexample.

    That's exactly the way you disprove a generalization.

  25. Re:Missed one... on Ask Slashdot: What Would It Take For Developers To Start Their Own Union? · · Score: 1

    For the second one is just says sort the array, it doesn't say it has to be optimal or original. How many good programmers do you know wouldn't be able to come up with any sorting algorithm whatsoever? It doesn't even have to be from memory. In fact, if they could create it from scratch that's even better.