Talk:Distributed programming: Difference between revisions

From Rosetta Code
Content added Content deleted
m (moved Talk:Distributed program to Talk:Distributed programming: UnderBot missed this one because a page named "Distributed programming" already existed.)
Line 5: Line 5:
:::I moved WinSock2.ahk to [[WinSock2.ahk]], is it short enough now to put back in the main page? [[User:BR|BR]]
:::I moved WinSock2.ahk to [[WinSock2.ahk]], is it short enough now to put back in the main page? [[User:BR|BR]]
::::7000 bytes is still pretty big. I wonder if maybe the Python examples could be broken out too. We don't need more problems with loading large pages. It'd be best to get the especially long examples as they come up rather than try to fix the problem after the fact. --[[User:Mwn3d|Mwn3d]] 17:06, 9 September 2009 (UTC)
::::7000 bytes is still pretty big. I wonder if maybe the Python examples could be broken out too. We don't need more problems with loading large pages. It'd be best to get the especially long examples as they come up rather than try to fix the problem after the fact. --[[User:Mwn3d|Mwn3d]] 17:06, 9 September 2009 (UTC)

== Insufficiently general? ==

A lot of the examples are slapped with this label. Now what is a "sufficient" one? One that can pass arbitrary sized data blocks? One that can also mark native/network endianess? One that can annotate the data's structure? Or even with extended attributes/metadata? Can we just send XML along with schema in utf-8 which must be fully strict, hence very likely to be correct but going to be horribly slow? Maybe this task needs some review. --[[User:Ledrug|Ledrug]] 03:55, 18 June 2011 (UTC)

Revision as of 03:55, 18 June 2011

I used IRC for the AutoHotkey entry. Is that allowed? BR

Whether it's allowed or not I think it would be better if it were on its own page (Distributed program/AutoHotkey) and that page simply had a link on this page. --Mwn3d 15:50, 9 September 2009 (UTC)
Done. --glennj 16:37, 9 September 2009 (UTC)
Part of the problem is that he included the source of a library the program depends on. Talked to him on IRC, suggested he use Template:libheader. --Michael Mol 16:55, 9 September 2009 (UTC)
I moved WinSock2.ahk to WinSock2.ahk, is it short enough now to put back in the main page? BR
7000 bytes is still pretty big. I wonder if maybe the Python examples could be broken out too. We don't need more problems with loading large pages. It'd be best to get the especially long examples as they come up rather than try to fix the problem after the fact. --Mwn3d 17:06, 9 September 2009 (UTC)

Insufficiently general?

A lot of the examples are slapped with this label. Now what is a "sufficient" one? One that can pass arbitrary sized data blocks? One that can also mark native/network endianess? One that can annotate the data's structure? Or even with extended attributes/metadata? Can we just send XML along with schema in utf-8 which must be fully strict, hence very likely to be correct but going to be horribly slow? Maybe this task needs some review. --Ledrug 03:55, 18 June 2011 (UTC)