Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Use C# (Score 1) 709

Whitespace is only meaningful when it separates statements (newline) and it structures code (spaces/tab for indentation). Although the Python coding style suggests against lining it, you can line things up to your heart's content.

This is legal Python:

def my_func_params_let_me_show_you_them(
            foo = 1,
            bar = False,
            egg = None,
            spam = [][:],
        ):
    pass

Comment Here, have some links (Score 4, Informative) 151

FOSS advertisements currently running:
http://meta.stackoverflow.com/questions/53346/open-source-advertising-sidebar-2h-2010

FOSS advertisements that have run until recently (but probably still can do with some help):
http://meta.stackoverflow.com/questions/31913/open-source-advertising-sidebar-1h-2010-closed

Comment Reality check (Score 1) 850

"If you right crappy code full of security holes, what do they do let it run anyway even though it will negatively impact THEIR hardware owners?"

If you stopped righting (?) and started thinking you'd understand that you can also (ahem) write shitty software in C, C++ or Objective-C. It's not what you use, it's how you use it.

Comment Re:Two senses of "closed." (Score 1) 850

"You CHOSE to buy Apple fully aware of the restrictions, then blame Apple when those restrictions finally affect you in a negative way."

More like, "you CHOSE to buy Apple fully aware of the restrictions, then Apple CHANGED them and you blame them because they NOW affect you in a negative way."

Comment Re:Two senses of "closed." (Score 1) 850

I for one am going to point out that the tons of apps were there before the restriction was put in place. People who were looking for the iPad version of their favourite iPod app will be out of luck if they didn't use The One True Toolkit.

Comment Re:Another article on SJ (Score 1) 686

Well, you probably need to be a licensee to sell licenses, right?

http://shop.canonical.com/product_info.php?products_id=244

Instead of shrugging off stuff they can't bundle with Ubuntu ("it's not free so you're on your own boyo"), they offer a way to get it legally for those who wish to do so. In the meantime, Ubuntu still ships with H.264-hating Firefox, choosing it over Chrome/-ium. Oh so evil of them.

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...