www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DPaste ain't going anywhere

reply "nazriel" <spam dzfl.pl> writes:
Hello!

I would love to say that it was just 1 April joke that Dpaste is 
going down but I can't. Things got complicated. I couldn't afford 
extending domain because I began to run low on money.

Thanks to Vladimir Panteleev aka CyberShadow, who donated money 
in order to extended domain. Things need a bit of time in order 
to make everything work, of course banks being the biggest 
bottleneck as usually. For those who can't live without Dpaste 
anymore, Vladimir created temporary subdomain. Here it is:

http://dpaste.1azy.net/

The most important things seems to work well. The only problem 
for now maybe loging in with Github, Google, and Facebook 
accounts. This issue will be resolved soon.

We are also discussing with Vladimir about hosting backend of 
dpaste on his server.

Source code for dpaste will be released soon on Github.
Development process will be open source from now.
Everyone will be able to contribute to dpaste.

So once again,
Hooray and big, big thanks for Vladimir for doing all of this.
Thanks bud!
Jan 14 2013
next sibling parent "Maxim Fomin" <maxim maxim-fomin.ru> writes:
On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote:
 Hello!

 I would love to say that it was just 1 April joke that Dpaste 
 is going down but I can't. Things got complicated. I couldn't 
 afford extending domain because I began to run low on money.

 Thanks to Vladimir Panteleev aka CyberShadow, who donated money 
 in order to extended domain. Things need a bit of time in order 
 to make everything work, of course banks being the biggest 
 bottleneck as usually. For those who can't live without Dpaste 
 anymore, Vladimir created temporary subdomain. Here it is:

 http://dpaste.1azy.net/

 The most important things seems to work well. The only problem 
 for now maybe loging in with Github, Google, and Facebook 
 accounts. This issue will be resolved soon.

 We are also discussing with Vladimir about hosting backend of 
 dpaste on his server.

 Source code for dpaste will be released soon on Github.
 Development process will be open source from now.
 Everyone will be able to contribute to dpaste.

 So once again,
 Hooray and big, big thanks for Vladimir for doing all of this.
 Thanks bud!
Awesome!
Jan 14 2013
prev sibling next sibling parent dennis luehring <dl.soluz gmx.net> writes:
dlang samples should be run by DPaste - maybe with an cache for not 
calling the compiler for each visit :)

also bugzilla sample should be DPasted per default

anyone got plans for this
Jan 14 2013
prev sibling next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 1/14/2013 1:34 AM, nazriel wrote:
 So once again,
 Hooray and big, big thanks for Vladimir for doing all of this.
 Thanks bud!
Both of you rock!
Jan 14 2013
prev sibling next sibling parent "Simen Kjaeraas" <simen.kjaras gmail.com> writes:
On 2013-34-14 10:01, nazriel <spam dzfl.pl> wrote:

 Hello!

 I would love to say that it was just 1 April joke that Dpaste is going  
 down but I can't. Things got complicated. I couldn't afford extending  
 domain because I began to run low on money.

 Thanks to Vladimir Panteleev aka CyberShadow, who donated money in order  
 to extended domain. Things need a bit of time in order to make  
 everything work, of course banks being the biggest bottleneck as  
 usually. For those who can't live without Dpaste anymore, Vladimir  
 created temporary subdomain. Here it is:

 http://dpaste.1azy.net/

 The most important things seems to work well. The only problem for now  
 maybe loging in with Github, Google, and Facebook accounts. This issue  
 will be resolved soon.

 We are also discussing with Vladimir about hosting backend of dpaste on  
 his server.

 Source code for dpaste will be released soon on Github.
 Development process will be open source from now.
 Everyone will be able to contribute to dpaste.

 So once again,
 Hooray and big, big thanks for Vladimir for doing all of this.
 Thanks bud!
Great! Glad to see that. -- Simen
Jan 14 2013
prev sibling next sibling parent reply Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
On Mon, 14 Jan 2013 10:34:48 +0100
"nazriel" <spam dzfl.pl> wrote:
 
 Thanks to Vladimir Panteleev aka CyberShadow, who donated money 
 in order to extended domain. Things need a bit of time in order 
 to make everything work, of course banks being the biggest 
 bottleneck as usually. For those who can't live without Dpaste 
 anymore, Vladimir created temporary subdomain. Here it is:
 
Sounds great! Thanks Vladimir!
 The most important things seems to work well. The only problem 
 for now maybe loging in with Github, Google, and Facebook 
 accounts. This issue will be resolved soon.
Do you have any good info on using those to do logins? Is it all just simply OpenID, or are they custom APIs? That's something I was going to need to look into anyway. (Yea, everyone knows I hate those things, but I realize not everyone feels the same, so it can be a value-add feature.)
Jan 15 2013
parent "nazriel" <spam dzfl.pl> writes:
http://dpaste.dzfl.pl is back ;)

Thanks Vladimir!

On Tuesday, 15 January 2013 at 19:25:33 UTC, Nick Sabalausky 
wrote:
 On Mon, 14 Jan 2013 10:34:48 +0100
 "nazriel" <spam dzfl.pl> wrote:
 
 Thanks to Vladimir Panteleev aka CyberShadow, who donated 
 money in order to extended domain. Things need a bit of time 
 in order to make everything work, of course banks being the 
 biggest bottleneck as usually. For those who can't live 
 without Dpaste anymore, Vladimir created temporary subdomain. 
 Here it is:
 
Sounds great! Thanks Vladimir!
+1
 The most important things seems to work well. The only problem 
 for now maybe loging in with Github, Google, and Facebook 
 accounts. This issue will be resolved soon.
Do you have any good info on using those to do logins? Is it all just simply OpenID, or are they custom APIs? That's something I was going to need to look into anyway. (Yea, everyone knows I hate those things, but I realize not everyone feels the same, so it can be a value-add feature.)
I use OAuth2 for Github, Facebook and and OpenID for Google and OpenID :p There are usually APIs for those, for various languages and are rather easy to use. But you probably want to use one with D?
Jan 17 2013
prev sibling next sibling parent reply "Jesse Phillips" <Jessekphillips+D gmail.com> writes:
On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote:
 Hello!

 I would love to say that it was just 1 April joke that Dpaste 
 is going down but I can't. Things got complicated. I couldn't 
 afford extending domain because I began to run low on money.
Just a thought paste.dlang.org?
Jan 15 2013
parent "Simen Kjaeraas" <simen.kjaras gmail.com> writes:
On 2013-01-15, 20:29, Jesse Phillips wrote:

 On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote:
 Hello!

 I would love to say that it was just 1 April joke that Dpaste is going  
 down but I can't. Things got complicated. I couldn't afford extending  
 domain because I began to run low on money.
Just a thought paste.dlang.org?
Yes please. -- Simen
Jan 15 2013
prev sibling next sibling parent reply "Dicebot" <m.strashun gmail.com> writes:
What has happened with dpaste recently?
Paste itself does work, but compilation does not anymore.
Feb 23 2013
parent reply "deed" <none none.none> writes:
On Saturday, 23 February 2013 at 14:27:58 UTC, Dicebot wrote:
 What has happened with dpaste recently?
 Paste itself does work, but compilation does not anymore.
It has been like that since this thread was started.
Feb 24 2013
parent reply "Dicebot" <m.strashun gmail.com> writes:
On Sunday, 24 February 2013 at 11:31:01 UTC, deed wrote:
 On Saturday, 23 February 2013 at 14:27:58 UTC, Dicebot wrote:
 What has happened with dpaste recently?
 Paste itself does work, but compilation does not anymore.
It has been like that since this thread was started.
Ugh, I have noticed only now. What is the issue, does anybody know?
Feb 24 2013
parent reply "nazriel" <spam dzfl.pl> writes:
On Sunday, 24 February 2013 at 12:29:58 UTC, Dicebot wrote:
 On Sunday, 24 February 2013 at 11:31:01 UTC, deed wrote:
 On Saturday, 23 February 2013 at 14:27:58 UTC, Dicebot wrote:
 What has happened with dpaste recently?
 Paste itself does work, but compilation does not anymore.
It has been like that since this thread was started.
Ugh, I have noticed only now. What is the issue, does anybody know?
Backend's server migration required to redesign and re-implement whole infrastructure. Unfortunately I had some issues with health so it took some time. We are back now. There are some things I still need to do, like 32bit compilations, do some heavy tests etc.
Feb 26 2013
parent "Dicebot" <m.strashun gmail.com> writes:
On Wednesday, 27 February 2013 at 01:56:35 UTC, nazriel wrote:
 Backend's server migration required to redesign and 
 re-implement whole infrastructure.

 Unfortunately I had some issues with health so it took some 
 time.

 We are back now. There are some things I still need to do, like 
 32bit compilations, do some heavy tests etc.
Thanks! Glad to see you back into business :)
Feb 27 2013
prev sibling parent "Dejan Lekic" <dejan.lekic gmail.com> writes:
On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote:
 Hello!

 I would love to say that it was just 1 April joke that Dpaste 
 is going down but I can't. Things got complicated. I couldn't 
 afford extending domain because I began to run low on money.

 Thanks to Vladimir Panteleev aka CyberShadow, who donated money 
 in order to extended domain. Things need a bit of time in order 
 to make everything work, of course banks being the biggest 
 bottleneck as usually. For those who can't live without Dpaste 
 anymore, Vladimir created temporary subdomain. Here it is:

 http://dpaste.1azy.net/

 The most important things seems to work well. The only problem 
 for now maybe loging in with Github, Google, and Facebook 
 accounts. This issue will be resolved soon.

 We are also discussing with Vladimir about hosting backend of 
 dpaste on his server.

 Source code for dpaste will be released soon on Github.
 Development process will be open source from now.
 Everyone will be able to contribute to dpaste.

 So once again,
 Hooray and big, big thanks for Vladimir for doing all of this.
 Thanks bud!
Well, you know my e-mail - you could have e-mailed me any time, and I could host dpaste on my VPS... I have nothing there anyway and it is up for two years already.
Feb 28 2013