Re: [openstack-dev] [All] IRC Mishaps

2017-02-14 Thread Kevin L. Mitchell
On Thu, 2017-02-09 at 21:14 -0600, Sean McGinnis wrote:
> Oh, there was the time I accidentally banned everyone from the Cinder
> channel. That was fun. :)

Reminds me of a time that a server operator on another IRC network
accidentally managed to ban everyone from that network…that happened to
be the #3 largest IRC network at the time.  Fixing *that* was fun :)
-- 
Kevin L. Mitchell 


signature.asc
Description: This is a digitally signed message part
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-10 Thread Jonathan Proulx

Well the worst thing I've done is type and send my password...that was
on an internal work channel not an OpenStack one, but I think that
only made it more embarrassing!

-Jon

On Wed, Feb 08, 2017 at 08:36:16PM +, Kendall Nelson wrote:
:Hello All!
:
:So I am sure we've all seen it: people writing terminal commands into our
:project channels, misusing '/' commands, etc. But have any of you actually
:done it?
:
:If any of you cores, ptls or other upstanding members of our wonderful
:community have had one of these embarrassing experiences please reply! I am
:writing an article for the SuperUser trying to make us all seem a little
:more human to people new to the community and new to using IRC. It can be
:scary asking questions to such a large group of smart people and its even
:more off putting when we make mistakes in front of them.
:
:So please share your stories!
:
:-Kendall Nelson (diablo_rojo)

:__
:OpenStack Development Mailing List (not for usage questions)
:Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
:http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


-- 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Shamail
... because I'm lazy and haven't brought my bouncer back online:

j #openstack-meeting-alt

Yes, I like to remind 'j' often that there is a channel called 
openstack-meeting-alt instead of actually joining it myself.

> On Feb 9, 2017, at 10:14 PM, Sean McGinnis  wrote:
> 
>> On Thu, Feb 09, 2017 at 08:43:05PM +, Chandrasekar, Dharini wrote:
>> My IRC mishaps go like:
>> 
>> Tried to set a channel topic and ended up making it
>> look like messages sent on the channel instead.
>> 
> 
> Oh, there was the time I accidentally banned everyone from the Cinder
> channel. That was fun. :)
> 
> Sean
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Sean McGinnis
On Thu, Feb 09, 2017 at 08:43:05PM +, Chandrasekar, Dharini wrote:
> My IRC mishaps go like:
> 
> Tried to set a channel topic and ended up making it
> look like messages sent on the channel instead.
> 

Oh, there was the time I accidentally banned everyone from the Cinder
channel. That was fun. :)

Sean

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Monty Taylor
On 02/09/2017 10:43 AM, Clint Byrum wrote:
> Excerpts from Mark Voelker's message of 2017-02-09 15:41:33 +:
>> I work with lots of different clouds and any time I switch focus to a 
>> terminal I have to figure out which cloud it’s environment is set up to use. 
>>  My terminal emulator has the same color scheme as my IRC client, so I’ve 
>> probably typed “set | grep OS_” into IRC accidentally about a million times 
>> over the years. 
>>
> 
> Quick tip:
> 
> #1 - Move all those bespoke rc's into a single clouds.yaml:
> http://docs.openstack.org/developer/python-openstackclient/configuration.html

++

> #2 - Abolish OS_* except OS_CLOUD from your environment variables

++

> #3 - Add $OS_CLOUD to your $PS1 -- You will now always know what cloud
> you're pointed at.

if [ "$color_prompt" = yes ]; then

PS1='${debian_chroot:+($debian_chroot)}${OS_CLOUD:+${OS_CLOUD}:}${OS_REGION_NAME:+${OS_REGION_NAME}:}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
'
else

PS1='${debian_chroot:+($debian_chroot)}${OS_CLOUD:+${OS_CLOUD}:}${OS_REGION_NAME:+${OS_REGION_NAME}:}\u@\h:\w\$
'
fi

Is in my prompt for that very reason, FWIW

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Lance Bragstad
The fact that I'm prone to off-by-one errors (particularly when typing
spaces) has reconditioned me to no longer use "got it" in chat conversation.

On Thu, Feb 9, 2017 at 3:37 PM, Matt Riedemann  wrote:

> On 2/9/2017 9:47 AM, Hayes, Graham wrote:
>
>>
>> I have also had some ... unfortunate ... typos over the years. Changing
>> one letter of some words can really give a message a completely
>> different meaning :)
>>
>> Also, I have '/j #openstack-meeting' and then '#startmeeting' while on a
>> completely different IRC network, and wondered why I was talking to
>> myself.
>>
>>
> That reminds me of how often I type "testes" when only 50% of the time I'm
> talking about male genitalia.
>
> --
>
> Thanks,
>
> Matt Riedemann
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Matt Riedemann

On 2/9/2017 9:47 AM, Hayes, Graham wrote:


I have also had some ... unfortunate ... typos over the years. Changing
one letter of some words can really give a message a completely
different meaning :)

Also, I have '/j #openstack-meeting' and then '#startmeeting' while on a
completely different IRC network, and wondered why I was talking to
myself.



That reminds me of how often I type "testes" when only 50% of the time 
I'm talking about male genitalia.


--

Thanks,

Matt Riedemann

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Chandrasekar, Dharini
My IRC mishaps go like:

Tried to set a channel topic and ended up making it
look like messages sent on the channel instead.

Another moment was when I accidentally sent a PM to a channel.
(wrong window moment)

Dharini
irc: dharinic.





>
>On 2/8/17, 5:04 PM, "Jay Pipes"  wrote:
>
>On 02/08/2017 03:36 PM, Kendall Nelson wrote:
>> Hello All!
>>
>> So I am sure we've all seen it: people writing terminal commands into
>> our project channels, misusing '/' commands, etc. But have any of you
>> actually done it?
>>
>> If any of you cores, ptls or other upstanding members of our wonderful
>> community have had one of these embarrassing experiences please reply! I
>> am writing an article for the SuperUser trying to make us all seem a
>> little more human to people new to the community and new to using IRC.
>> It can be scary asking questions to such a large group of smart people
>> and its even more off putting when we make mistakes in front of them.
>>
>> So please share your stories!
>
>Hi!
>
>I can't tell you the number of times I've typed or pasted one of these:
>
>:wq
>
>or
>
>1407gg
>
>or
>
>ggVG
>
>or
>
>:find nova/compute/resource_tracker.py
>
>or
>
>Vgq
>
>or
>
>tox -py27 -- --failing
>
>Such is the life of a keyboard-driven contributor I guess! :)
>
>-jay
>
>__
>OpenStack Development Mailing List (not for usage questions)
>Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>__
>OpenStack Development Mailing List (not for usage questions)
>Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Das, Anindita
One of my embarrassing moments ... Sent a partial message accidentally in IRC 
meeting by hitting “Enter” instead of “Backspace” ☹

Anindita Das
irc: dasanind

On 2/8/17, 5:04 PM, "Jay Pipes"  wrote:

On 02/08/2017 03:36 PM, Kendall Nelson wrote:
> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into
> our project channels, misusing '/' commands, etc. But have any of you
> actually done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I
> am writing an article for the SuperUser trying to make us all seem a
> little more human to people new to the community and new to using IRC.
> It can be scary asking questions to such a large group of smart people
> and its even more off putting when we make mistakes in front of them.
>
> So please share your stories!

Hi!

I can't tell you the number of times I've typed or pasted one of these:

:wq

or

1407gg

or

ggVG

or

:find nova/compute/resource_tracker.py

or

Vgq

or

tox -py27 -- --failing

Such is the life of a keyboard-driven contributor I guess! :)

-jay

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Clint Byrum
Excerpts from Mark Voelker's message of 2017-02-09 15:41:33 +:
> I work with lots of different clouds and any time I switch focus to a 
> terminal I have to figure out which cloud it’s environment is set up to use.  
> My terminal emulator has the same color scheme as my IRC client, so I’ve 
> probably typed “set | grep OS_” into IRC accidentally about a million times 
> over the years. 
> 

Quick tip:

#1 - Move all those bespoke rc's into a single clouds.yaml:
http://docs.openstack.org/developer/python-openstackclient/configuration.html

#2 - Abolish OS_* except OS_CLOUD from your environment variables

#3 - Add $OS_CLOUD to your $PS1 -- You will now always know what cloud
you're pointed at.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Miguel Lavalle
On one occasion I was sharing links in a meeting, and kept typing #url
, until someone was gracious enough to ask me in a private
conversation what was the meaning of #url.

On another occasion, I was substituting for the meeting chair person and
typed #startmeeting wrong-meeting-name. When the chair person came back
from vacation, he couldn't find the log. Fortunately, the infra team helped
me moving the log file to the correct location

On Thu, Feb 9, 2017 at 10:25 AM, Armando M. <arma...@gmail.com> wrote:

>
>
> On 9 February 2017 at 07:43, Morales, Victor <victor.mora...@intel.com>
> wrote:
>
>> One  of my favorites is the usage of #undo command during the meetings
>> for fixing a quick copy & paste link.  Should be necessary to include more
>> information in this wiki entry[1]
>>
>
> Yes, I can't count the number of times during a meeting I typed:
>
> #link v
> #undo
>
> ...that reminds I should get a better keyboard.
>
>
>>
>> Victor Morales
>> irc: electrocucaracha
>>
>> [1] https://wiki.openstack.org/wiki/UsingIRC
>>
>> From: Rob C <hyaku...@gmail.com>
>> Reply-To: "OpenStack Development Mailing List (not for usage questions)"
>> <openstack-dev@lists.openstack.org>
>> Date: Thursday, February 9, 2017 at 6:57 AM
>> To: "OpenStack Development Mailing List (not for usage questions)" <
>> openstack-dev@lists.openstack.org>
>> Subject: Re: [openstack-dev] [All] IRC Mishaps
>>
>> #startmeeting in the wrong channel
>>
>> #startmeeting in the right channel but at the wrong time
>>
>> #startmeeting in the right channel and at the right time but someone else
>> already started it
>>
>> I'm basically a pro at meetings.
>>
>> On Thu, Feb 9, 2017 at 1:14 AM, Lana Brindley <openst...@lanabrindley.com
>> > wrote:
>>
>>> On 09/02/17 06:36, Kendall Nelson wrote:
>>> > Hello All!
>>> >
>>> > So I am sure we've all seen it: people writing terminal commands into
>>> our project channels, misusing '/' commands, etc. But have any of you
>>> actually done it?
>>> >
>>> > If any of you cores, ptls or other upstanding members of our wonderful
>>> community have had one of these embarrassing experiences please reply! I am
>>> writing an article for the SuperUser trying to make us all seem a little
>>> more human to people new to the community and new to using IRC. It can be
>>> scary asking questions to such a large group of smart people and its even
>>> more off putting when we make mistakes in front of them.
>>> >
>>> > So please share your stories!
>>>
>>> What about the one where you're conducting a private conversation in one
>>> window, and watching a group chat in another one, and then drop some deeply
>>> personal (or embarrassing!) content in the group chat instead the PM ;)
>>>
>>> L
>>>
>>> --
>>> Lana Brindley
>>> Technical Writer
>>> Rackspace Cloud Builders Australia
>>> http://lanabrindley.com
>>>
>>>
>>> 
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe: openstack-dev-requ...@lists.op
>>> enstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>>
>>
>> 
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscrib
>> e
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Armando M.
On 9 February 2017 at 07:43, Morales, Victor <victor.mora...@intel.com>
wrote:

> One  of my favorites is the usage of #undo command during the meetings for
> fixing a quick copy & paste link.  Should be necessary to include more
> information in this wiki entry[1]
>

Yes, I can't count the number of times during a meeting I typed:

#link v
#undo

...that reminds I should get a better keyboard.


>
> Victor Morales
> irc: electrocucaracha
>
> [1] https://wiki.openstack.org/wiki/UsingIRC
>
> From: Rob C <hyaku...@gmail.com>
> Reply-To: "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
> Date: Thursday, February 9, 2017 at 6:57 AM
> To: "OpenStack Development Mailing List (not for usage questions)" <
> openstack-dev@lists.openstack.org>
> Subject: Re: [openstack-dev] [All] IRC Mishaps
>
> #startmeeting in the wrong channel
>
> #startmeeting in the right channel but at the wrong time
>
> #startmeeting in the right channel and at the right time but someone else
> already started it
>
> I'm basically a pro at meetings.
>
> On Thu, Feb 9, 2017 at 1:14 AM, Lana Brindley <openst...@lanabrindley.com>
> wrote:
>
>> On 09/02/17 06:36, Kendall Nelson wrote:
>> > Hello All!
>> >
>> > So I am sure we've all seen it: people writing terminal commands into
>> our project channels, misusing '/' commands, etc. But have any of you
>> actually done it?
>> >
>> > If any of you cores, ptls or other upstanding members of our wonderful
>> community have had one of these embarrassing experiences please reply! I am
>> writing an article for the SuperUser trying to make us all seem a little
>> more human to people new to the community and new to using IRC. It can be
>> scary asking questions to such a large group of smart people and its even
>> more off putting when we make mistakes in front of them.
>> >
>> > So please share your stories!
>>
>> What about the one where you're conducting a private conversation in one
>> window, and watching a group chat in another one, and then drop some deeply
>> personal (or embarrassing!) content in the group chat instead the PM ;)
>>
>> L
>>
>> --
>> Lana Brindley
>> Technical Writer
>> Rackspace Cloud Builders Australia
>> http://lanabrindley.com
>>
>>
>> 
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscrib
>> e
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Hayes, Graham
On 09/02/2017 14:42, Jim Rollenhagen wrote:
> On Thu, Feb 9, 2017 at 8:38 AM, Hayes, Graham  > wrote:
>
> On 08/02/2017 20:39, Kendall Nelson wrote:
> > Hello All!
> >
> > So I am sure we've all seen it: people writing terminal commands into
> > our project channels, misusing '/' commands, etc. But have any of you
> > actually done it?
> >
> > If any of you cores, ptls or other upstanding members of our wonderful
> > community have had one of these embarrassing experiences please
> reply! I
> > am writing an article for the SuperUser trying to make us all seem a
> > little more human to people new to the community and new to using IRC.
> > It can be scary asking questions to such a large group of smart people
> > and its even more off putting when we make mistakes in front of them.
> >
> > So please share your stories!
> >
> > -Kendall Nelson (diablo_rojo)
>
> not realizing there is a space at the beginning of a line, and
> typing a '/' command.
>
> I am constantly typing ' /win 10' into channels, or more embarrassingly
> ' /whois '
>
>
> Even more embarassing when you leak your IRC addiction with things like:
>
>  /b 119
>
> :D
>
> // jim
>

yeah, '/win  99>' and people start looking at you weird :)



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Hayes, Graham
On 09/02/2017 13:41, Hayes, Graham wrote:
> On 08/02/2017 20:39, Kendall Nelson wrote:
>> Hello All!
>>
>> So I am sure we've all seen it: people writing terminal commands into
>> our project channels, misusing '/' commands, etc. But have any of you
>> actually done it?
>>
>> If any of you cores, ptls or other upstanding members of our wonderful
>> community have had one of these embarrassing experiences please reply! I
>> am writing an article for the SuperUser trying to make us all seem a
>> little more human to people new to the community and new to using IRC.
>> It can be scary asking questions to such a large group of smart people
>> and its even more off putting when we make mistakes in front of them.
>>
>> So please share your stories!
>>
>> -Kendall Nelson (diablo_rojo)
>
> not realizing there is a space at the beginning of a line, and
> typing a '/' command.
>
> I am constantly typing ' /win 10' into channels, or more embarrassingly
> ' /whois '
>
> - Graham
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

I have also had some ... unfortunate ... typos over the years. Changing
one letter of some words can really give a message a completely
different meaning :)

Also, I have '/j #openstack-meeting' and then '#startmeeting' while on a
completely different IRC network, and wondered why I was talking to
myself.

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Morales, Victor
One  of my favorites is the usage of #undo command during the meetings for 
fixing a quick copy & paste link.  Should be necessary to include more 
information in this wiki entry[1]

Victor Morales
irc: electrocucaracha

[1] https://wiki.openstack.org/wiki/UsingIRC

From: Rob C <hyaku...@gmail.com<mailto:hyaku...@gmail.com>>
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 
<openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>>
Date: Thursday, February 9, 2017 at 6:57 AM
To: "OpenStack Development Mailing List (not for usage questions)" 
<openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org>>
Subject: Re: [openstack-dev] [All] IRC Mishaps

#startmeeting in the wrong channel

#startmeeting in the right channel but at the wrong time

#startmeeting in the right channel and at the right time but someone else 
already started it

I'm basically a pro at meetings.

On Thu, Feb 9, 2017 at 1:14 AM, Lana Brindley 
<openst...@lanabrindley.com<mailto:openst...@lanabrindley.com>> wrote:
On 09/02/17 06:36, Kendall Nelson wrote:
> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into our 
> project channels, misusing '/' commands, etc. But have any of you actually 
> done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful 
> community have had one of these embarrassing experiences please reply! I am 
> writing an article for the SuperUser trying to make us all seem a little more 
> human to people new to the community and new to using IRC. It can be scary 
> asking questions to such a large group of smart people and its even more off 
> putting when we make mistakes in front of them.
>
> So please share your stories!

What about the one where you're conducting a private conversation in one 
window, and watching a group chat in another one, and then drop some deeply 
personal (or embarrassing!) content in the group chat instead the PM ;)

L

--
Lana Brindley
Technical Writer
Rackspace Cloud Builders Australia
http://lanabrindley.com


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe<http://openstack-dev-requ...@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Mark Voelker
I work with lots of different clouds and any time I switch focus to a terminal 
I have to figure out which cloud it’s environment is set up to use.  My 
terminal emulator has the same color scheme as my IRC client, so I’ve probably 
typed “set | grep OS_” into IRC accidentally about a million times over the 
years. 

Another fun one is that several times over the years I’ve gotten pings on IRC 
because someone was trying to copy/paste a large section of text from an IRC 
meeting into an email (usually to continue a conversation that was started 
during a meeting after we ran out of time).  Several times someone has 
accidentally pasted the text right back into their IRC client instead of their 
email client, so everyone in the meeting got notified that they’d been 
mentioned again.

At Your Service,

Mark T. Voelker



> On Feb 9, 2017, at 10:25 AM, Jeremy Stanley  wrote:
> 
> On 2017-02-09 10:10:28 +1100 (+1100), Michael Still wrote:
>> At a previous employer we had a policy that all passwords started
>> with "/" because of the sheer number of times someone typed the
>> root password into a public IRC channel.
> [...]
> 
> I can't even keep count of the number of times I and others on the
> Infra team get requests to redact passwords or similar sensitive
> information from our published IRC logs. Across a community the size
> of ours it's a pretty frequent occurrence (and of course we have to
> remind them that there's not a lot of point since we can't scrub
> anything from everyone's personal channel buffers/logs anyway).
> -- 
> Jeremy Stanley
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Boris Bobrov
Hi,

This:
http://eavesdrop.openstack.org/meetings/keystone/2017/keystone.2017-01-24-18.01.log.html#l-304

On 02/08/2017 11:36 PM, Kendall Nelson wrote:
> Hello All!
> 
> So I am sure we've all seen it: people writing terminal commands into our
> project channels, misusing '/' commands, etc. But have any of you actually
> done it?
> 
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I am
> writing an article for the SuperUser trying to make us all seem a little
> more human to people new to the community and new to using IRC. It can be
> scary asking questions to such a large group of smart people and its even
> more off putting when we make mistakes in front of them.
> 
> So please share your stories!
> 
> -Kendall Nelson (diablo_rojo)
> 
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jeremy Stanley
On 2017-02-09 10:10:28 +1100 (+1100), Michael Still wrote:
> At a previous employer we had a policy that all passwords started
> with "/" because of the sheer number of times someone typed the
> root password into a public IRC channel.
[...]

I can't even keep count of the number of times I and others on the
Infra team get requests to redact passwords or similar sensitive
information from our published IRC logs. Across a community the size
of ours it's a pretty frequent occurrence (and of course we have to
remind them that there's not a lot of point since we can't scrub
anything from everyone's personal channel buffers/logs anyway).
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jeremy Stanley
On 2017-02-08 20:36:16 + (+), Kendall Nelson wrote:
> So I am sure we've all seen it: people writing terminal commands
> into our project channels
[...]

Even though I've been a constant IRC user for nearly 3 decades, I
still do that with great frequency. It's also amusing to respond to
these with realistic shell errors or similar sorts of sarcastic
output. ;)
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jeremy Stanley
On 2017-02-09 08:26:09 -0500 (-0500), Jim Rollenhagen wrote:
> Yubikey users tend to dump randomness in IRC at times, e.g.:
> 
>  ccduggvhtnbdlhnnggbudfciuvjvgbdininggijb

And the various other keyboard-emulating OTP fobs which regularly
spit up some 6-digit series when its user accidentally bumps the
button. It's fun to refer to them as "number stations."
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jeremy Stanley
On 2017-02-09 11:14:09 +1000 (+1000), Lana Brindley wrote:
[...]
> What about the one where you're conducting a private conversation
> in one window, and watching a group chat in another one, and then
> drop some deeply personal (or embarrassing!) content in the group
> chat instead the PM ;)

I always find some nonchalant continuation so I can pretend that's
not what happened. :D
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jim Rollenhagen
On Thu, Feb 9, 2017 at 8:38 AM, Hayes, Graham  wrote:

> On 08/02/2017 20:39, Kendall Nelson wrote:
> > Hello All!
> >
> > So I am sure we've all seen it: people writing terminal commands into
> > our project channels, misusing '/' commands, etc. But have any of you
> > actually done it?
> >
> > If any of you cores, ptls or other upstanding members of our wonderful
> > community have had one of these embarrassing experiences please reply! I
> > am writing an article for the SuperUser trying to make us all seem a
> > little more human to people new to the community and new to using IRC.
> > It can be scary asking questions to such a large group of smart people
> > and its even more off putting when we make mistakes in front of them.
> >
> > So please share your stories!
> >
> > -Kendall Nelson (diablo_rojo)
>
> not realizing there is a space at the beginning of a line, and
> typing a '/' command.
>
> I am constantly typing ' /win 10' into channels, or more embarrassingly
> ' /whois '
>

Even more embarassing when you leak your IRC addiction with things like:

 /b 119

:D

// jim
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Hayes, Graham
On 08/02/2017 20:39, Kendall Nelson wrote:
> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into
> our project channels, misusing '/' commands, etc. But have any of you
> actually done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I
> am writing an article for the SuperUser trying to make us all seem a
> little more human to people new to the community and new to using IRC.
> It can be scary asking questions to such a large group of smart people
> and its even more off putting when we make mistakes in front of them.
>
> So please share your stories!
>
> -Kendall Nelson (diablo_rojo)

not realizing there is a space at the beginning of a line, and
typing a '/' command.

I am constantly typing ' /win 10' into channels, or more embarrassingly
' /whois '

- Graham

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Flavio Percoco

On 09/02/17 08:26 -0500, Jim Rollenhagen wrote:

Yubikey users tend to dump randomness in IRC at times, e.g.:

 ccduggvhtnbdlhnnggbudfciuvjvgbdininggijb




Yes! Like all the time because there's no USB port that will be perfect for a
yubikey... not even in the back of the laptop.

Flavio


// jim

On Wed, Feb 8, 2017 at 3:36 PM, Kendall Nelson 
wrote:


Hello All!

So I am sure we've all seen it: people writing terminal commands into our
project channels, misusing '/' commands, etc. But have any of you actually
done it?

If any of you cores, ptls or other upstanding members of our wonderful
community have had one of these embarrassing experiences please reply! I am
writing an article for the SuperUser trying to make us all seem a little
more human to people new to the community and new to using IRC. It can be
scary asking questions to such a large group of smart people and its even
more off putting when we make mistakes in front of them.

So please share your stories!

-Kendall Nelson (diablo_rojo)

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev





__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



--
@flaper87
Flavio Percoco


signature.asc
Description: PGP signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Jim Rollenhagen
Yubikey users tend to dump randomness in IRC at times, e.g.:

 ccduggvhtnbdlhnnggbudfciuvjvgbdininggijb


// jim

On Wed, Feb 8, 2017 at 3:36 PM, Kendall Nelson 
wrote:

> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into our
> project channels, misusing '/' commands, etc. But have any of you actually
> done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I am
> writing an article for the SuperUser trying to make us all seem a little
> more human to people new to the community and new to using IRC. It can be
> scary asking questions to such a large group of smart people and its even
> more off putting when we make mistakes in front of them.
>
> So please share your stories!
>
> -Kendall Nelson (diablo_rojo)
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-09 Thread Rob C
#startmeeting in the wrong channel

#startmeeting in the right channel but at the wrong time

#startmeeting in the right channel and at the right time but someone else
already started it

I'm basically a pro at meetings.

On Thu, Feb 9, 2017 at 1:14 AM, Lana Brindley 
wrote:

> On 09/02/17 06:36, Kendall Nelson wrote:
> > Hello All!
> >
> > So I am sure we've all seen it: people writing terminal commands into
> our project channels, misusing '/' commands, etc. But have any of you
> actually done it?
> >
> > If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I am
> writing an article for the SuperUser trying to make us all seem a little
> more human to people new to the community and new to using IRC. It can be
> scary asking questions to such a large group of smart people and its even
> more off putting when we make mistakes in front of them.
> >
> > So please share your stories!
>
> What about the one where you're conducting a private conversation in one
> window, and watching a group chat in another one, and then drop some deeply
> personal (or embarrassing!) content in the group chat instead the PM ;)
>
> L
>
> --
> Lana Brindley
> Technical Writer
> Rackspace Cloud Builders Australia
> http://lanabrindley.com
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Lana Brindley
On 09/02/17 06:36, Kendall Nelson wrote:
> Hello All!
> 
> So I am sure we've all seen it: people writing terminal commands into our 
> project channels, misusing '/' commands, etc. But have any of you actually 
> done it?
> 
> If any of you cores, ptls or other upstanding members of our wonderful 
> community have had one of these embarrassing experiences please reply! I am 
> writing an article for the SuperUser trying to make us all seem a little more 
> human to people new to the community and new to using IRC. It can be scary 
> asking questions to such a large group of smart people and its even more off 
> putting when we make mistakes in front of them.
> 
> So please share your stories!

What about the one where you're conducting a private conversation in one 
window, and watching a group chat in another one, and then drop some deeply 
personal (or embarrassing!) content in the group chat instead the PM ;)

L

-- 
Lana Brindley
Technical Writer
Rackspace Cloud Builders Australia
http://lanabrindley.com



signature.asc
Description: OpenPGP digital signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Kendall Nelson
Thanks Jay :) Pretty sure we've all been there!

On Wed, Feb 8, 2017, 3:08 PM Jay Pipes  wrote:

> On 02/08/2017 03:36 PM, Kendall Nelson wrote:
> > Hello All!
> >
> > So I am sure we've all seen it: people writing terminal commands into
> > our project channels, misusing '/' commands, etc. But have any of you
> > actually done it?
> >
> > If any of you cores, ptls or other upstanding members of our wonderful
> > community have had one of these embarrassing experiences please reply! I
> > am writing an article for the SuperUser trying to make us all seem a
> > little more human to people new to the community and new to using IRC.
> > It can be scary asking questions to such a large group of smart people
> > and its even more off putting when we make mistakes in front of them.
> >
> > So please share your stories!
>
> Hi!
>
> I can't tell you the number of times I've typed or pasted one of these:
>
> :wq
>
> or
>
> 1407gg
>
> or
>
> ggVG
>
> or
>
> :find nova/compute/resource_tracker.py
>
> or
>
> Vgq
>
> or
>
> tox -py27 -- --failing
>
> Such is the life of a keyboard-driven contributor I guess! :)
>
> -jay
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Kendall Nelson
I've definitely done this before :) Thanks for sharing!

On Wed, Feb 8, 2017, 3:13 PM Travis McPeak  wrote:

> How about the crowd favorite of accidentally submitting your password in
> chat instead of where you were trying to?
>
> At least people can help you evaluate your password strength :)
>
> On Wed, Feb 8, 2017, 12:38 PM Kendall Nelson 
> wrote:
>
> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into our
> project channels, misusing '/' commands, etc. But have any of you actually
> done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I am
> writing an article for the SuperUser trying to make us all seem a little
> more human to people new to the community and new to using IRC. It can be
> scary asking questions to such a large group of smart people and its even
> more off putting when we make mistakes in front of them.
>
> So please share your stories!
>
> -Kendall Nelson (diablo_rojo)
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Michael Still
At a previous employer we had a policy that all passwords started with "/"
because of the sheer number of times someone typed the root password into a
public IRC channel.

Michael

On Thu, Feb 9, 2017 at 10:04 AM, Jay Pipes  wrote:

> On 02/08/2017 03:36 PM, Kendall Nelson wrote:
>
>> Hello All!
>>
>> So I am sure we've all seen it: people writing terminal commands into
>> our project channels, misusing '/' commands, etc. But have any of you
>> actually done it?
>>
>> If any of you cores, ptls or other upstanding members of our wonderful
>> community have had one of these embarrassing experiences please reply! I
>> am writing an article for the SuperUser trying to make us all seem a
>> little more human to people new to the community and new to using IRC.
>> It can be scary asking questions to such a large group of smart people
>> and its even more off putting when we make mistakes in front of them.
>>
>> So please share your stories!
>>
>
> Hi!
>
> I can't tell you the number of times I've typed or pasted one of these:
>
> :wq
>
> or
>
> 1407gg
>
> or
>
> ggVG
>
> or
>
> :find nova/compute/resource_tracker.py
>
> or
>
> Vgq
>
> or
>
> tox -py27 -- --failing
>
> Such is the life of a keyboard-driven contributor I guess! :)
>
> -jay
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Rackspace Australia
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Travis McPeak
How about the crowd favorite of accidentally submitting your password in
chat instead of where you were trying to?

At least people can help you evaluate your password strength :)

On Wed, Feb 8, 2017, 12:38 PM Kendall Nelson  wrote:

> Hello All!
>
> So I am sure we've all seen it: people writing terminal commands into our
> project channels, misusing '/' commands, etc. But have any of you actually
> done it?
>
> If any of you cores, ptls or other upstanding members of our wonderful
> community have had one of these embarrassing experiences please reply! I am
> writing an article for the SuperUser trying to make us all seem a little
> more human to people new to the community and new to using IRC. It can be
> scary asking questions to such a large group of smart people and its even
> more off putting when we make mistakes in front of them.
>
> So please share your stories!
>
> -Kendall Nelson (diablo_rojo)
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Jay Pipes

On 02/08/2017 03:36 PM, Kendall Nelson wrote:

Hello All!

So I am sure we've all seen it: people writing terminal commands into
our project channels, misusing '/' commands, etc. But have any of you
actually done it?

If any of you cores, ptls or other upstanding members of our wonderful
community have had one of these embarrassing experiences please reply! I
am writing an article for the SuperUser trying to make us all seem a
little more human to people new to the community and new to using IRC.
It can be scary asking questions to such a large group of smart people
and its even more off putting when we make mistakes in front of them.

So please share your stories!


Hi!

I can't tell you the number of times I've typed or pasted one of these:

:wq

or

1407gg

or

ggVG

or

:find nova/compute/resource_tracker.py

or

Vgq

or

tox -py27 -- --failing

Such is the life of a keyboard-driven contributor I guess! :)

-jay

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [All] IRC Mishaps

2017-02-08 Thread Kendall Nelson
Hello All!

So I am sure we've all seen it: people writing terminal commands into our
project channels, misusing '/' commands, etc. But have any of you actually
done it?

If any of you cores, ptls or other upstanding members of our wonderful
community have had one of these embarrassing experiences please reply! I am
writing an article for the SuperUser trying to make us all seem a little
more human to people new to the community and new to using IRC. It can be
scary asking questions to such a large group of smart people and its even
more off putting when we make mistakes in front of them.

So please share your stories!

-Kendall Nelson (diablo_rojo)
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev