Domain: newcastle.edu.au
Stories and comments across the archive that link to newcastle.edu.au.
Stories · 4
-
Fashion in Space?
kandela writes "It seems the fashion industry has taken an interest in the space industry. Space.com is running a story about the Hyper Space Couture Design Contest, a fashion competition sponsored by the Japanese space agency, JAXA, and Rocketplane Ltd. for clothes that look good in zero gravity. The best designs will appear in a fashion show in Tokyo this fall." From the article: "Onuki said that, in working with fashion designer, Ms. Matsui, the intent is to cross-thread mathematics, science, art, and physics with fashion. To date, there have been several kickoff events, as well as fashion shows to stir interest in the multi-step contest. At the end of March, contest officials had received 882 drawings by 365 individuals. Last month, the top 10 designs plus three alternate designs were picked. The actual winner, second and third place will be selected later this year." -
The Object Oriented Hype
bedel231 sent us a fairly lengthy and detailed article discussing the hype surrounding Object Oriented Programming and tries to claim that a lot of things taken for granted are mythical. Personally, I've never been a huge fan of OOP, so I tend to agree on a lot of these points. Regardless of your stance on the issue, it's worth a read. -
Russian Space Controllers Lose Contact With Mir (UPDATED)
Ben De Luca pointed out that CNN has a headline story about losing contact with the unmanned Mir space station. Hmmmm. So much for a "controlled descent." Update: 12/26 06:37 PM by T : Contact has been regained (thanks, Nennon) -- so, no Skylabs worries, yet. -
Open Source License For Incremental Compilers?
Another not-so Anonymous Coward asks: "This is a question that comes up every so often on the comp.lang.forth newsgroup. Which Open Source license is best to use for compilers for a language like Forth, where it is normal to develop an application by extending the language until it is the application, and then save an image of the whole bundle? The problem, of course, is that in use, Forth isn't exactly an interpreter and isn't exactly a compiler, as commonly understood. It is closer to an interpreted language, where the interpreter serves as a runtime engine, except that the Forth runtime engine has had -just enough- added to permit it to extend itself.""Under the GPL, the application is not merely a 'normal product' of the Forth compiler, since the application includes the Forth compiler as an embedded runtime engine. It is closer to the situation envisioned by the LGPL, since you can view the Forth compiler as the runtime engine that the application is "linked" to. But this is a metaphor, which is dangerous ground when you start interacting with the legal system.
There is no problem if the author of a Forth compiler wants to release it into the Public Domain. There is no problem if the author wishes to release it under the GPL and is happy to have any application developed on the compiler fall under the GPL. The problem is when the author wishes to keep the compiler itself as Open Source, but permit the programmer to release their application under whatever license they wish. In other words, the problem arises when the author wishes to have what the GPL already gives to GCC -- an Open Source tool without artificial limits on the applications produced by the tool."