On Fri, Nov 15, 2013 at 3:20 PM, Uche Ogbuji <uche@ogbuji.net> wrote:I need to transmit a binary blob. Should I use null-terminated strings?
> On Fri, Nov 15, 2013 at 8:02 AM, David Sheets <kosmo.zb@gmail.com> wrote:
>> On Fri, Nov 15, 2013 at 2:59 PM, Uche Ogbuji <uche@ogbuji.net>
>> Could you please explain how this is a problem with overly strict dataI read these articles and they don't seem to address why overly strict
>> typing being more important than interpreting text in XML? I don't
>> understand.
>
>
> http://adtmag.com/articles/2002/12/01/xml-class-warfare.aspx
>
> http://adtmag.com/articles/2003/01/31/the-worry-about-program-wizards.aspx
>
> And overall, since I'm wearying of this week's revival of perma-threads from
> 2000-2003, I'll finish with my own version of serenity, which is the
> opposite of Timothy Cook's
>
> http://adtmag.com/articles/2002/09/30/serenity-through-markup.aspx
data typing is the cause of this particular problem.
Is it because the recipient is ignoring the data type of "string" and
instead deciding to treat certain strings as special values?