November 01, 2006
Sean Kelly wrote:
> I think you said that the digitalmars stylesheet
> is already public?

It's in the public domain. Use it as you will!
November 01, 2006
Tom wrote:
> == Quote from Walter Bright (newshound@digitalmars.com)'s article
>> I do like the ruby logo, though. Nice!
> I agree but we don't need to copy all those defects, and yet we can imitate all
> the good design choices. Luckily we are free to improve over the "mistakes" of
> other people ;D

But the only thing I like is the ruby logo! I think it'd be wrong to imitate that!
November 01, 2006
Tom wrote:
> char[] my_email_at(char[] domain) {
> 	char[] username = "siostar";
> 	return username[4..$] ~ username[2..4] ~
> 		username[0..2] ~ "@" ~ domain;
> }
> 
> 
> We all hate spam so... I know, this is not funny. :D

You wascally wabbit, taking advantage of spammers not knowing D!
November 01, 2006

Walter Bright wrote:
> Tom wrote:
>> char[] my_email_at(char[] domain) {
>>     char[] username = "siostar";
>>     return username[4..$] ~ username[2..4] ~
>>         username[0..2] ~ "@" ~ domain;
>> }
>>
>>
>> We all hate spam so... I know, this is not funny. :D
> 
> You wascally wabbit, taking advantage of spammers not knowing D!

I get about 40 spam messages per day .. I think they all found me thru this NG!!
November 01, 2006
Walter Bright wrote:
> Tom wrote:
>> == Quote from Walter Bright (newshound@digitalmars.com)'s article
>>> I do like the ruby logo, though. Nice!
>> I agree but we don't need to copy all those defects, and yet we can imitate all
>> the good design choices. Luckily we are free to improve over the "mistakes" of
>> other people ;D
> 
> But the only thing I like is the ruby logo! I think it'd be wrong to imitate that!

Yep, but I mean, from other well designed sites. Not necessarily from Ruby's one. What do you think about http://www.python.org/ ?
November 02, 2006
Tom wrote:
> Walter Bright wrote:
>> Tom wrote:
>>> == Quote from Walter Bright (newshound@digitalmars.com)'s article
>>>> I do like the ruby logo, though. Nice!
>>> I agree but we don't need to copy all those defects, and yet we can imitate all
>>> the good design choices. Luckily we are free to improve over the "mistakes" of
>>> other people ;D
>>
>> But the only thing I like is the ruby logo! I think it'd be wrong to imitate that!
> 
> Yep, but I mean, from other well designed sites. Not necessarily from Ruby's one. What do you think about http://www.python.org/ ?

That one is better but also is inconsistent:

http://docs.python.org/lib/lib.html

There's the "front page" that isn't the home page:

> http://wiki.python.org/moin/FrontPage

I find the overall navigational organization of it to be fairly confusing.
November 02, 2006
Walter Bright wrote:
> A lot of you are writing useful projects in D, useful code snippets, insightful commentary, etc. Much of this stuff gets reimplemented over and over because few are aware of the existence of it. We can stand on each others shoulders a bit more if we do a little less wheel reinvention.
<snip>

Although not a project per-se I have a pool physics demo I wanted to post up(I wrote it about 18 months ago and just found it again).

Perhaps there is some free ftp room on digitalmars.com for such things?

-DavidM
November 02, 2006
Walter Bright wrote:
> Tom wrote:
>> Walter Bright wrote:
>>> Tom wrote:
>>>> == Quote from Walter Bright (newshound@digitalmars.com)'s article
>>>>> I do like the ruby logo, though. Nice!
>>>> I agree but we don't need to copy all those defects, and yet we can imitate all
>>>> the good design choices. Luckily we are free to improve over the "mistakes" of
>>>> other people ;D
>>>
>>> But the only thing I like is the ruby logo! I think it'd be wrong to imitate that!
>>
>> Yep, but I mean, from other well designed sites. Not necessarily from Ruby's one. What do you think about http://www.python.org/ ?
> 
> That one is better but also is inconsistent:
> 
> http://docs.python.org/lib/lib.html
> 
> There's the "front page" that isn't the home page:
> 
>> http://wiki.python.org/moin/FrontPage
> 
> I find the overall navigational organization of it to be fairly confusing.

I totally agree with you, but for now I'll focus only on the look and feel. I think that this is currently the weaker point of digitalmars site.

I'll take some time from now on, thanks for your trust.

Tom;
November 02, 2006
David Medlock wrote:
> Walter Bright wrote:
>> A lot of you are writing useful projects in D, useful code snippets, insightful commentary, etc. Much of this stuff gets reimplemented over and over because few are aware of the existence of it. We can stand on each others shoulders a bit more if we do a little less wheel reinvention.
> <snip>
> 
> Although not a project per-se I have a pool physics demo I wanted to post up(I wrote it about 18 months ago and just found it again).
> 
> Perhaps there is some free ftp room on digitalmars.com for such things?
> 
> -DavidM

Look at www.dsource.com -- probably the best place for housing community developed projects.

Later,
Brad
November 02, 2006
David Medlock wrote:
> Walter Bright wrote:
>> A lot of you are writing useful projects in D, useful code snippets, insightful commentary, etc. Much of this stuff gets reimplemented over and over because few are aware of the existence of it. We can stand on each others shoulders a bit more if we do a little less wheel reinvention.
> <snip>
> 
> Although not a project per-se I have a pool physics demo I wanted to post up(I wrote it about 18 months ago and just found it again).
> 
> Perhaps there is some free ftp room on digitalmars.com for such things?

I think dsource.org is the right place for it.