Re: LabREPL status ... github returning 404's

2010-11-15 Thread Rick Moynihan
On 14 November 2010 20:47, Victor Olteanu bluestar...@gmail.com wrote:
 Github is down at the moment unfortunately...

Ahhh great, it's back up...  Looks like github was partially down as
other pages were returning for me.

Thanks

R.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: LabREPL status ... github returning 404's

2010-11-15 Thread Rick Moynihan
On 15 November 2010 09:46, Rick Moynihan rick.moyni...@gmail.com wrote:
 On 14 November 2010 20:47, Victor Olteanu bluestar...@gmail.com wrote:
 Github is down at the moment unfortunately...

 Ahhh great, it's back up...  Looks like github was partially down as
 other pages were returning for me.

I'm guessing this was the cause...

https://github.com/blog/744-today-s-outage

R.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: LabREPL status ... github returning 404's

2010-11-15 Thread Victor Olteanu
That's right - but I'm happy they are back up.

I was in the middle of working for something requiring the clj-time library,
and all of a sudden GitHub starts reporting it's missing. I was thinking,
wow, did the author suddenly decided to take to the hills, like someone once
did (in the Rails community) and erased all of his repos :)
Then I saw all my account's history and repos were gone, and that was scary.
Luckily, twitter quickly revealed to me that they were experiencing
problems.

Victor

On Mon, Nov 15, 2010 at 8:37 AM, Rick Moynihan rick.moyni...@gmail.comwrote:

 On 15 November 2010 09:46, Rick Moynihan rick.moyni...@gmail.com wrote:
  On 14 November 2010 20:47, Victor Olteanu bluestar...@gmail.com wrote:
  Github is down at the moment unfortunately...
 
  Ahhh great, it's back up...  Looks like github was partially down as
  other pages were returning for me.

 I'm guessing this was the cause...

 https://github.com/blog/744-today-s-outage

 R.

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: LabREPL status ... github returning 404's

2010-11-15 Thread Ken Wesson
On Mon, Nov 15, 2010 at 10:21 AM, Victor Olteanu bluestar...@gmail.com wrote:
 That's right - but I'm happy they are back up.
 I was in the middle of working for something requiring the clj-time library,
 and all of a sudden GitHub starts reporting it's missing. I was thinking,
 wow, did the author suddenly decided to take to the hills, like someone once
 did (in the Rails community) and erased all of his repos :)
 Then I saw all my account's history and repos were gone, and that was scary.
 Luckily, twitter quickly revealed to me that they were experiencing
 problems.

Security problems, sounds like. A normal server outage results in
timeouts, not 404s. On the other hand, someone deleting all the files
results in 404s. Good thing they had offline backups.

Let's just hope they're using JDBC prepared statements that
automatically quote their own arguments the *next* time someone tries
to sign up there as joe_douche';DELETE * FROM cms_web_content. :)

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


LabREPL status ... github returning 404's

2010-11-14 Thread Rick Moynihan
Hi all,

When I ran some Clojure Dojo's in Dundee, we did a few group sessions
going through labrepl and its exercises; and I thought the format
worked well.  I'm keen to do the same thing again, here in Manchester
(UK):

http://madlab.org.uk/content/kick-ass-coding-with-clojure/

Unfortunately the labrepl github page is now returning 404's.

Is Labrepl still active, or is github playing up?

Can anyone advise me on where to get the latest version?

R.

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: LabREPL status ... github returning 404's

2010-11-14 Thread Victor Olteanu
Github is down at the moment unfortunately...

On Sun, Nov 14, 2010 at 3:27 PM, Rick Moynihan rick.moyni...@gmail.comwrote:

 Hi all,

 When I ran some Clojure Dojo's in Dundee, we did a few group sessions
 going through labrepl and its exercises; and I thought the format
 worked well.  I'm keen to do the same thing again, here in Manchester
 (UK):

 http://madlab.org.uk/content/kick-ass-coding-with-clojure/

 Unfortunately the labrepl github page is now returning 404's.

 Is Labrepl still active, or is github playing up?

 Can anyone advise me on where to get the latest version?

 R.

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en