Jump to page: 1 2
Thread overview
DPaste is going down
Jan 13, 2013
nazriel
Jan 13, 2013
nazriel
Jan 13, 2013
bearophile
Jan 13, 2013
nazriel
Jan 13, 2013
bearophile
Jan 13, 2013
Max Klyga
Jan 13, 2013
nazriel
Jan 13, 2013
Maxim Fomin
Jan 14, 2013
Vladimir Panteleev
Jan 14, 2013
Walter Bright
Jan 14, 2013
nazriel
January 13, 2013
Hello.

I am very sad to announce that DPaste life came to an end.

I've been recently busy and haven't even notice that domain has expired.
Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
(Mostly keeping backend's VPS paid).

I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.

Best regards,
Damian Ziemba
January 13, 2013
> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)

I meant poor of course haha
January 13, 2013
nazriel:

> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)

I guess you meant strongly pure student.
Is the asm generated lazily?


> I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.

Is it possible to put it in a subpage of the dlang site?

Bye,
bearophile
January 13, 2013
On 2013-01-13 12:40:37 +0000, nazriel said:

> Hello.
> 
> I am very sad to announce that DPaste life came to an end.
> 
> I've been recently busy and haven't even notice that domain has expired.
> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
> (Mostly keeping backend's VPS paid).
> 
> I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.
> 
> Best regards,
> Damian Ziemba

What are the required minimal specs for dpaste?
I would like to volunteer to host it.

January 13, 2013
On Sunday, 13 January 2013 at 12:40:38 UTC, nazriel wrote:
> Hello.
>
> I am very sad to announce that DPaste life came to an end.
>
> I've been recently busy and haven't even notice that domain has expired.
> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
> (Mostly keeping backend's VPS paid).
>
> I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.
>
> Best regards,
> Damian Ziemba

That is very sad because the site was very convenient (although it missed some features). For example, I was checking behavior of code on different compilers - now I cannot do this without installing them.

Perhaps you can save site engine? BTW Vladimir Panteleev (aka thecybershadow) is already running on his server wiki.dlang.org, forum.dlang.org - perhaps he can maintain dpaste?

Anyway, it would be really nice to have a tool like dpaste, and perfect if it combines features from D auto-tester (http://d.puremagic.com/test-results/). For example, it would be very helpful to check code on several compilers and across several platforms.
January 13, 2013
On Sunday, 13 January 2013 at 12:46:59 UTC, bearophile wrote:
> nazriel:
>
>> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
>
> I guess you meant strongly pure student.
Hehe

> Is the asm generated lazily?
>
Not yet. Was on my todo list.
Asm was generated and saved do DB and then displayed in website on each request - but then I realized it was generating a bit too much transfer. But I will improve this before posting code on GH

>
>> I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.
>
> Is it possible to put it in a subpage of the dlang site?
>
I guess no, unless someone volunteer to make Dpaste layout more Dlang.org-ish

> Bye,
> bearophile

January 13, 2013
On Sunday, 13 January 2013 at 12:56:55 UTC, Max Klyga wrote:
> On 2013-01-13 12:40:37 +0000, nazriel said:
>
>> Hello.
>> 
>> I am very sad to announce that DPaste life came to an end.
>> 
>> I've been recently busy and haven't even notice that domain has expired.
>> Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
>> (Mostly keeping backend's VPS paid).
>> 
>> I will put Dpaste website and backend source code on Github soon, so if someone would like to pick up the project, be my guest.
>> 
>> Best regards,
>> Damian Ziemba
>
> What are the required minimal specs for dpaste?
> I would like to volunteer to host it.

Website:
> php5.3 mysql

Backend:
> root access (VPS or dedicated server)
> some time to setup privileges etc
January 13, 2013
nazriel:

> Not yet. Was on my todo list.
> Asm was generated and saved do DB and then displayed in website on each request - but then I realized it was generating a bit too much transfer. But I will improve this before posting code on GH

Making it lazy will decrease the site costs.

An useful missing feature is a way to specify compilation switches (like -wi or -O or -inline). Sometimes I find compiler bugs that are triggered only by specific compilation switches (like -inline), and I was not able to try/see those errors on dpaste.

Be proud, you have created a small thing that people like, andmay be they will keep your work alive elsewhere.

Bye,
bearophile
January 14, 2013
On Sunday, 13 January 2013 at 13:02:47 UTC, Maxim Fomin wrote:
> Perhaps you can save site engine? BTW Vladimir Panteleev (aka thecybershadow) is already running on his server wiki.dlang.org, forum.dlang.org - perhaps he can maintain dpaste?

I would love to host dpaste :) In fact, I've been wanting to create such a project myself, but Damian (nazriel) beat me to it.

Damian, please contact me, and let's see if we can sort something out.

Also, is it too late to save the domain name? I'd hate for all existing links to dpaste to break forever...
January 14, 2013
On 1/13/2013 9:08 PM, Vladimir Panteleev wrote:
> I would love to host dpaste :) In fact, I've been wanting to create such a
> project myself, but Damian (nazriel) beat me to it.

Thank you, Damian for creating DPaste, and thank you, Vladimir, for carrying the torch on!
« First   ‹ Prev
1 2