digitalmars.D.bugs - D demoscene compo
- ponce <aliloko gmail.com> Mar 15 2009
- BCS <none anon.com> Mar 15 2009
- Don <nospam nospam.com> Mar 16 2009
- Clay Smith <clayasaurus gmail.com> Mar 16 2009
- Don <nospam nospam.com> Mar 16 2009
- Christopher Wright <dhasenan gmail.com> Mar 16 2009
- Don <nospam nospam.com> Mar 17 2009
- dsimcha <dsimcha yahoo.com> Mar 16 2009
- "Joel C. Salomon" <joelcsalomon gmail.com> Mar 17 2009
- Don <nospam nospam.com> Mar 18 2009
- Daniel Keep <daniel.keep.lists gmail.com> Mar 15 2009
- Bill Baxter <dnewsgroup billbaxter.com> Mar 15 2009
- ponce <aliloko gmail.com> Mar 16 2009
- ponce <aliloko gmail.com> Mar 16 2009
Hi D lovers, We managed to win the demo compo at the Numerica Artparty #2 with a D demo entry. http://www.pouet.net/prod.php?which=52780 Source code will be released soon under the WTFPL because some sceners were interested in D. As I understood, C++ is usually prefered by demosceners over D because of supposed "performance problems" with D, which are in fact negligible regarding the productivity gain. Though, despite the usual pleasure to use D we encounter several compiler bugs in dmd 1.040. These bugs were somewhat random and would disappear during a 2nd compiling attempt : - frozen compiler (often) - circular dependencies (less often) - I think debug{...} directive would not compile despite -debug switch Thanks for the good work and for this near-perfect language ^^
Mar 15 2009
Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
Mar 15 2009
BCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
Mar 16 2009
Don wrote:BCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
You can relicense it however you want to.
Mar 16 2009
Clay Smith wrote:Don wrote:BCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
You can relicense it however you want to.
possible choice.
Mar 16 2009
Don wrote:Clay Smith wrote:Don wrote:BCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
You can relicense it however you want to.
possible choice.
No, you can take a WTFPL work and include it in a GPL'd work without changing the license. You can't, however, sue someone for violating the GPL if they use only the WTFPL portions of the GPL'd work, because you don't own the copyright, and therefore you lack both standing in the court and the ability to restrict others' usage of the work.
Mar 16 2009
Christopher Wright wrote:Don wrote:Clay Smith wrote:Don wrote:BCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
You can relicense it however you want to.
possible choice.
No, you can take a WTFPL work and include it in a GPL'd work without changing the license. You can't, however, sue someone for violating the GPL if they use only the WTFPL portions of the GPL'd work, because you don't own the copyright, and therefore you lack both standing in the court and the ability to restrict others' usage of the work.
No, I mean I want to release code under the same conditions as the WTFPL license, but with less offensive wording. I can't do this without creating a new license. Every other license seems to have a silly "this notice may not be removed" clause. I'm only including a license for the benefit of the users, not for myself. With all the stuff people say about how there are legal ambiguities with public domain, I just find it unbelievable that there's no "formalized public domain" license.
Mar 17 2009
== Quote from Don (nospam nospam.com)'s articleBCS wrote:Hello ponce,Source code will be released soon under the WTFPL
LOL, now /that's/ a license I can work with!
There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
The funny thing is that I think the offensive wording is what makes it such a great license. People understand the offensive wording better than legalese, so there's never any question about what the license actually means.
Mar 16 2009
Don wrote:Why isn't there a version of that with non-offensive wording???? There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
DO AS YE WILL PUBLIC LICENSE Version 1, March 2000 Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. Do as ye will. Satisfied? ☺ —Joel Salomon
Mar 17 2009
Joel C. Salomon wrote:Don wrote:Why isn't there a version of that with non-offensive wording???? There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain.
DO AS YE WILL PUBLIC LICENSE Version 1, March 2000 Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. Do as ye will. Satisfied? ☺ —Joel Salomon
No. Googling for it produced no hits. Creating yet another license is unacceptable.
Mar 18 2009
ponce wrote:Hi D lovers, We managed to win the demo compo at the Numerica Artparty #2 with a D demo entry. http://www.pouet.net/prod.php?which=52780 Source code will be released soon under the WTFPL because some sceners were interested in D.
Awesome! Congratulations!As I understood, C++ is usually prefered by demosceners over D because of supposed "performance problems" with D, which are in fact negligible regarding the productivity gain. Though, despite the usual pleasure to use D we encounter several compiler bugs in dmd 1.040. These bugs were somewhat random and would disappear during a 2nd compiling attempt : - frozen compiler (often)
The only times I've ever had this happen to me, it was the linker that had died.- circular dependencies (less often) - I think debug{...} directive would not compile despite -debug switch Thanks for the good work and for this near-perfect language ^^
Looking forward to the release. :) -- Daniel
Mar 15 2009
ponce wrote:Hi D lovers, We managed to win the demo compo at the Numerica Artparty #2 with a D demo entry. http://www.pouet.net/prod.php?which=52780 Source code will be released soon under the WTFPL because some sceners were interested in D. As I understood, C++ is usually prefered by demosceners over D because of supposed "performance problems" with D, which are in fact negligible regarding the productivity gain.
Another problem is that a basic "hello world" app in D is usually huge by C++ standards, which is a big problem for the smaller demo categories. But this is really nice. D could be a great language for doing demos, because they need to run fast and you need to be able to write them fast, and D is pretty good on both counts. Maybe d.announce would be a better newsgroup to post this nice news about winning a demo compo with D? --bb
Mar 15 2009
Bill Baxter Wrote:But this is really nice. D could be a great language for doing demos, because they need to run fast and you need to be able to write them fast, and D is pretty good on both counts.
Short compile-time was hugely appreciated too.
Mar 16 2009
http://www.pouet.net/prod.php?which=52780 Source code will be released soon under the WTFPL because some sceners were interested in D.
Source is released.
Mar 16 2009









Don <nospam nospam.com> 