Journal Articles

Overload Journal #101 - February 2011 and Programming Topics
Browse in : All > Journals > Overload > o101 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Queue with Position Reservation

Martin Moene

05 February 2011 20:17:47 +00:00

Multiple threads can make processing a message queue faster. Eugene Surman needs the right data structure.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Why Rationals Won’t Cure Your Floating Point Blues

Martin Moene

04 February 2011 20:24:34 +00:00

Numerical computing is still proving hard to do accurately. Richard Harris considers another number representation.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overused Code Reuse

Martin Moene

03 February 2011 20:26:49 +00:00

It’s tempting to use someone else’s code rather than write it yourself. Sergey Ignatchenko reports that ‘No Bugs’ Bunny recommends caution.