I like that you acknowledge that the innate human drive to create is at least as strong a drive as the profit motive, yet are only willing to accept that it is a sufficient motive in a "post-scarcity" society (whatever…
Why not? vim indents one more when encountering a colon at the end of a line. It also de-indents when encountering a return or break statement. Of course in all other cases you have to de-indent manually, however,…
Actually, this is a bug. Unicode codepoint U+1E9E is LATIN CAPITAL LETTER SHARP S and should be the result of u"ß".upper(). This is especially so because otherwise u"Maße".upper() (Maße means measures) returns "MASSE",…
I like that you acknowledge that the innate human drive to create is at least as strong a drive as the profit motive, yet are only willing to accept that it is a sufficient motive in a "post-scarcity" society (whatever…
Why not? vim indents one more when encountering a colon at the end of a line. It also de-indents when encountering a return or break statement. Of course in all other cases you have to de-indent manually, however,…
Actually, this is a bug. Unicode codepoint U+1E9E is LATIN CAPITAL LETTER SHARP S and should be the result of u"ß".upper(). This is especially so because otherwise u"Maße".upper() (Maße means measures) returns "MASSE",…