Comment: Re:What is your OS? (Score 2, Insightful) 255
Seen as "somewhat computer illiterate," read as "Windows."
I know a lot of OSX users that fit that description.
The OP also said "dialup" and "malware" so I still read as "Windows."
Comment: Community isn't everything... (Score 1) 244
Of course, a web application has slightly different considerations than a software library, but an active software baseline and sufficient documentation still go a long way...
Comment: Re:STEM... (Score 1) 801
h4rr4r is correct. You used the phrase "second world," which is a term that originated during the Cold War to refer to the communist countries of the Warsaw Pact. There is no need for you to get defensive and derogatory when someone points out an error in your posting. Furthermore, the current status of the Cold War has no bearing on the meaning of well-known phrases that originated from that era, making your "Move on" comment equally inappropriate.
Maybe we need to start another effort to re-energize the teaching of history and the English language.
Comment: Re:Unison (Score 3, Informative) 305
The Cocoa interface can be disabled if you're writing a script to run in the background. There is a "-ui text" flag to the command line tool (/usr/local/bin/unison) that will prevent the Cocoa GUI from being shown, and also a "-batch" flag that keeps it from expecting user input. Finally, an "-auto" flag will accept the default action for any files without conflicts.
And no, I'm not affiliated with the author.
Comment: Re:here's where we get to hear someone spew (Score 5, Insightful) 932
Comment: yuck (Score 1) 523
Stupid choice. I guess I will just endeavor to avoid namespaces altogether.
Does this mean that writing "eval" statements in regular expressions would have to be triple-escaped then?
preg_replace("/oldtext/e", "ns\\\pick_new_text()");
That makes my head hurt.