November 23, 2012
On Thursday, 22 November 2012 at 13:15:30 UTC, Vladimir Panteleev wrote:
> On Thursday, 22 November 2012 at 10:16:53 UTC, David Nadlinger
>> Also, how »stable« can we expect that instance to be?
>
> As stable as forum.dlang.org.
>
>> Do you make backups?
>
> Automatic daily incremental offsite backups are performed, of the filesystem and the database.
>
>> Does it already make sense to invest work into it?
>
> I can think of no reason not to.

Great! I just wanted to make sure not to overwhelm you in case you would have just put this up for testing, but were not ready to commit to maintaining it.

David
November 23, 2012
On Thu, Nov 22, 2012 at 03:43:24PM -0800, Jonathan M Davis wrote:
> On Thursday, November 22, 2012 15:36:58 H. S. Teoh wrote:
> > In theory, software is implemented according to the design that has been carefully worked out beforehand. In practice, design documents are written after the fact to describe the sorry mess that has gone on before.
> 
> Or even more likely, no design documentation gets written at all...
[...]

Or any documentation at all.

I recall, with a shudder, how one fine day a high-priority Javascript project (high-priority as in, it was due the week before it was given to me) was dumped on my lap, consisting of a non-trivial class hierarchy and bunch of modules of at least 3-4 layers of abstraction, with absolutely no documentation whatsoever. No design docs, no code comments, nothing. It was "read the code, pray you'll understand it all in 3 days, implement the new features of questionable feasibility, and hope it doesn't break". Some of the code involved 4-5 levels of nested closures accessing badly-named global variables. You can imagine the hilarity that ensues when the guy who wrote the mess leaves and a new person comes in having no idea what the code is supposed to do.


T

-- 
If it tastes good, it's probably bad for you.
November 23, 2012
On 2012-11-22 22:18, Jonathan M Davis wrote:

> It's threading just fine in my mail client. I do recall there being some issue
> with newsgroup vs mailing list threading though. Maybe what you're seeing is
> related to that.

The threading is not fine on some of your posts in Thunderbird for me.

-- 
/Jacob Carlborg
November 23, 2012
On 2012-11-23 00:43, Jonathan M Davis wrote:

> Or even more likely, no design documentation gets written at all...

Example, this post is not threaded correctly for me.

-- 
/Jacob Carlborg
November 23, 2012
On 2012-11-23 05:07, H. S. Teoh wrote:

> Or any documentation at all.
>
> I recall, with a shudder, how one fine day a high-priority Javascript
> project (high-priority as in, it was due the week before it was given to
> me) was dumped on my lap, consisting of a non-trivial class hierarchy
> and bunch of modules of at least 3-4 layers of abstraction, with
> absolutely no documentation whatsoever. No design docs, no code
> comments, nothing. It was "read the code, pray you'll understand it all
> in 3 days, implement the new features of questionable feasibility, and
> hope it doesn't break". Some of the code involved 4-5 levels of nested
> closures accessing badly-named global variables. You can imagine the
> hilarity that ensues when the guy who wrote the mess leaves and a new
> person comes in having no idea what the code is supposed to do.

Example, this post is not threaded correctly for me in Thunderbird.

-- 
/Jacob Carlborg
November 23, 2012
On Fri, 23 Nov 2012 07:40:25 -0000, Jacob Carlborg <doob@me.com> wrote:

> On 2012-11-23 00:43, Jonathan M Davis wrote:
>
>> Or even more likely, no design documentation gets written at all...
>
> Example, this post is not threaded correctly for me.

Nor for me (Opera 12.11 Win32 Windows7).

R

-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/
November 23, 2012
On Fri, 23 Nov 2012 07:41:08 -0000, Jacob Carlborg <doob@me.com> wrote:

> On 2012-11-23 05:07, H. S. Teoh wrote:
>
>> Or any documentation at all.
>>
>> I recall, with a shudder, how one fine day a high-priority Javascript
>> project (high-priority as in, it was due the week before it was given to
>> me) was dumped on my lap, consisting of a non-trivial class hierarchy
>> and bunch of modules of at least 3-4 layers of abstraction, with
>> absolutely no documentation whatsoever. No design docs, no code
>> comments, nothing. It was "read the code, pray you'll understand it all
>> in 3 days, implement the new features of questionable feasibility, and
>> hope it doesn't break". Some of the code involved 4-5 levels of nested
>> closures accessing badly-named global variables. You can imagine the
>> hilarity that ensues when the guy who wrote the mess leaves and a new
>> person comes in having no idea what the code is supposed to do.
>
> Example, this post is not threaded correctly for me in Thunderbird.

Nor for me (Opera 12.11 Win32 Windows7).


-- 
Using Opera's revolutionary email client: http://www.opera.com/mail/
November 23, 2012
On 11/21/12, Vladimir Panteleev <vladimir@thecybershadow.net> wrote:
> http://dwiki.kimsufi.thecybershadow.net/

Whoever added those icons, they look awesome! It's already much more user-friendly than prowiki.
November 23, 2012
On Thursday, 22 November 2012 at 14:52:33 UTC, Vladimir Panteleev wrote:
> On Thursday, 22 November 2012 at 10:41:33 UTC, Andrej Mitrovic wrote:
>> On 11/22/12, r_m_r <r_m_r@mailinator.com> wrote:
>>> I just modified the Main_Page
>>> and added the WhySwitch page (content copied from the old wiki:
>>> http://www.prowiki.org/wiki4d/wiki.cgi).
>>
>> Is it possible to increase the default font size for D syntax highlighting?
>>
>> This is what it looks like, it's almost unreadable: http://i.imgur.com/B39nC.png
>> I would prefer this, which is 10pt in a standard code editor:
>> http://i.imgur.com/izGsJ.png
>
> That would be because your browser is using Courier New for the monospace CSS font family, which is notable for being smaller than other fonts at the same font sizes.
>
> I've overridden the definition to use the same CSS as the forum (basically, try "Consolas" before falling back to "monospace"). Does it look better now?
>
> If anyone would like to suggest a CSS change, you can try it out by adding CSS to http://dwiki.kimsufi.thecybershadow.net/Special:MyPage/vector.css. Only you will see the changes; once you're satisfied, let me know and I'll look into adding them to the main stylesheet.

Fix for the font size issue:
http://dwiki.kimsufi.thecybershadow.net/User:Tmn/vector.css

(Taken from here: http://en.wikipedia.org/wiki/MediaWiki:Common.css)
November 23, 2012
On 2012-11-23 12:56, tn wrote:

> Fix for the font size issue:
> http://dwiki.kimsufi.thecybershadow.net/User:Tmn/vector.css
>
> (Taken from here: http://en.wikipedia.org/wiki/MediaWiki:Common.css)

Looks good.

-- 
/Jacob Carlborg