Skip to content

Encourage IRC participation via "Chat with the maintainers" or somesuch #1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ribasushi opened this issue Jun 29, 2014 · 48 comments
Closed

Comments

@ribasushi
Copy link

While discussing http://www.irc.perl.org/governance.html with @sungo and @perigrin during this past YAPC::NA the following idea materialized: for any project which lists an irc resource it would be quite handy to render a very visible button on all metacpan pages which redirects to an instant web-chat page.

For instance for DBIx::Class' https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/META.yml#L64 irc://irc.perl.org/#dbix-class the corresponding link would be
https://chat.mibbit.com/#[email protected]

Things to keep in mind:

@ribasushi
Copy link
Author

A better freenode link is in fact: https://webchat.freenode.net/?randomnick=1&prompt=1&channels=#perl

@ranguard
Copy link
Member

Never used it but...

https://scrollback.io/perl/ might be worth checking out

perlorg/perlweb#106 for example used it

@sungo
Copy link

sungo commented Jun 29, 2014

I need to look further at scrollback.io. However, one of the upsides of mibbit is that the user's hostmask contains enough information for kickbans and klines to work without affecting others inappropriately. Their user info also carries their real hostmask should we need to report abuse.

@ribasushi
Copy link
Author

@ranguard I couldn't find the logging settings (and discussion thereof) of scrollback.io. In general many channels (including the lair I hail from namely #dbix-class) have a very strict no-public-logs policy for a very good reason.

Could someone with more knowledge elaborate?

@ranguard
Copy link
Member

@aravindet would you care to comment on this?

@aravindet
Copy link

@ranguard thanks! A greatly improved release of Scrollback is scheduled to be launched this week, (you can preview it on the staging server at next.scrollback.io; "development" branch on github) so I will answer your questions with respect to the features in that.

@ribasushi A channel operator's consent is needed to add a channel to a Scrollback room. Someone with a chanop flag must /msg our bot before it joins the channel. (It will be on the network).

You can't use Scrollback as an IRC client without logging the channel, sorry. You can, however, prevent search engines from indexing the logs. If at any point you want to delete them, you can do that too. (Right now you'll have to email me, but we'll get around to making a web interface for this sometime.)

@sungo We use pretty much the same mechanisms as Mibbit to ensure that IRC networks can kickban/kline individual Scrollback users without affecting the entire server. Freenode's recommended way is to run an ident daemon that reports the user's IP address when queried; Some other networks need us to send a nonstandard "WEBIRC" command with the user's IP while connecting. We support both, and I believe it's the same with Mibbit, KiwiIRC etc.

@sungo
Copy link

sungo commented Jul 1, 2014

@aravindet the logging bit is a problem for irc.perl.org. we have a strict 'no public logging without published consent' policy. In order for any non-personal logging to happen, the channel needs to publish that policy, typically in the topic, so all joining users know they're being publicly logged. Having their channels logged by a third-party service without their individual knowledge and consent has always had a chilling affect on our user base. We should talk about it somewhere other than this ticket though.

Also, when you say "chanop flag", do you mean anyone who is +o in the channel or are you relying on the network having some services package to provide that information?

@sungo
Copy link

sungo commented Jul 1, 2014

From the sound of things, scrollback.io is not going to be welcome on irc.perl.org and mibbit is banned on freenode. Picking one or the other is also going to cause problems for our users one way or the other. It also puts us in the position of recommending one company/startup over another.

There might be an easier option here. The irc:// protocol prefix in the browser can be used to trigger whatever app the user has set as default for it. Then the user can choose which client they want. Maybe add an FAQ entry about it and point to several options. This is documented to work in FF, at least. The url that @ribasushi mentions in the original issue could be inlined in a standard href.

http://wiki.mibbit.com/index.php/Link

ribasushi added a commit to Perl5/DBIx-Class that referenced this issue Jul 1, 2014
This should work around the issue of 'preferred company/startup' raised in
metacpan/metacpan-web#1235 (comment)
@ribasushi
Copy link
Author

@sungo Having metacpan-wide endorsement of a particular webchat applet would indeed be problematic. How about a new maintainer-mandated weblink as in Perl5/DBIx-Class@a89c6a79e0. We already do the same in our POD anyway, so it isn't feature-creep: https://metacpan.org/pod/DBIx::Class#HOW-TO-GET-HELP

@ranguard thoughts on the above?

@haarg
Copy link
Member

haarg commented Jul 1, 2014

It might make sense to have it match up with repository handling, with url and web sub-keys.

@sungo
Copy link

sungo commented Jul 1, 2014

@haarg +1

@haarg
Copy link
Member

haarg commented Aug 13, 2014

I've written up a patch to include this at https://github.com/haarg/metacpan-web/tree/irc-display. It's currently built on top of PR #1281, so I'm going to wait on that before trying to get it merged.

It supports both x_IRC with url and web sub-keys, as well as x_IRC and x_WebIRC as separate links. If a web link isn't available, it will try to construct one for you, using freenode's webchat on that network and mibbit for anywhere else.

@ribasushi
Copy link
Author

While the progress on the implementation side of things is AWESOME, the visual implementation is lacking. Take for example https://metacpan.org/release/RIBASUSHI/DBIx-Class-0.082700_06. The "chat with maints" link is buried down on the left. My original idea for this ticket was ...to render a very visible button on all metacpan pages inspired by the "Fork me on Github" ribbon.

Imagine just how engaging it is to go read oddball docs, and be reminded at all times "Yes, if you don't get it - click here and ask".

I am adding several more folks to the thread who are much better at articulating this than I am: @wchristian, @xsawyerx, @ranguard, @monken please chime in ;)

@wchristian
Copy link
Contributor

I agree with the idea and the sentiment. Perl needs to improve its outreach to "disconnected" members as much as it possibly can. That said, metacpan is beginning to look a little cluttered. I think it might be valuable to split the side section up a bit. An idea for a split would be:

  • links to things where you can communicate towards the maintainer(s) (issues, chat, rate (why is cpanratings linked twice?), homepage, email, repo)
  • links to things that communicate about the dist (review, browse, changes, kwalitee, testers)

With proper icons, changes due to presence or absence of metadata would draw attention.

Maybe this should be a different ticket though.

@ribasushi
Copy link
Author

@wchristian I agree about the general "cluttered" issue. However I want to unambiguously reiterate: I think IRC deserves an exception form this (and a promotion to a higher level visibility). In my world "Talk to us" is so so so so much more important than say "fork this", or "contribute".

We already have tons of shitty code, promoting people to write more shitty code in the dark, as opposed to promoting communication is the main issue OSS has these days (@rehsack would have a long rant to add to that :)

So yes, while "decluter metacpan" is a good idea in itself, please let's not lose sight of the fact that MetaCPAN has an excellent chance to do communication right.

@ribasushi
Copy link
Author

@wchristian I realize I did not address your main point of (seeming) confusion. IRC is 2-way engaging, instant-feedback communication. Everything else (bugs, ratings etc) is a one-way, fire-and-forget style of engagement.

I want to turn the clock towards more of the former - a lively conversation (governed by cooler heads these days, say hi to the SRB) is much more likely to involve new members (and keep them around).

@wchristian
Copy link
Contributor

Yeah, i didn't express my thoughts clearly there: I was thinking that if there's a clear "use these to talk to us" section, they could be ordered by importance, with IRC on top.

@wchristian
Copy link
Contributor

After catching up with riba on IRC, i have this to say:

I completely agree with him, and think that for dists with irc metadata it should be painfully obvious to everyone that having a view-follow ribbon on all the pages of a dist, and especially the ones commonly linked to when discussing a dist, provides such a large amount of value that it should not only be a highly considered option, but in fact a requirement.

@oiami
Copy link
Contributor

oiami commented Sep 8, 2014

I like the idea of ribbon on the top right corner, but another ribbon on the left for 'Chat with maintainers' is a bit too much IMO. I will also figure out or any one have any better idea ?

@ribasushi
Copy link
Author

@oiami Note that there is relatively wide consensus that the "github"-pointing ribbon is much less important than the chat with us one. So if there has to be choice between the two, the one pointing to a chatroom should win.

Thanks for picking this issue up! :)

@oiami
Copy link
Contributor

oiami commented Sep 9, 2014

@ribasushi and everyone, how about the small icon instead of ribbon like this
screenshot 2014-09-09 20 59 14
What do you think ?

@ribasushi
Copy link
Author

That would be a very very minor unnoticeable change on the already overloaded link-field. While in itself it doesn't look bad (it's even cute), I think it entirely misses the point.

Perhaps we need to make sure we are all on the same page: my main goal here is to make metacpan SCREAM that there is a chat option available. Anything less than that is a waste of pixels (agsain, in my opinion).

Can we get a quick poll of all watchers on the ticket? If I am the only one who feels the chat option needs to be visually forced - I will concede the issue and move on to something else ;)

@oiami
Copy link
Contributor

oiami commented Sep 9, 2014

If you want to SCREAM how about this ?
ribbon

Too much ? lol

@ribasushi
Copy link
Author

It really depends on context. But I really think the "what metacpan devs want to see" should be framed better. AFAIK @haarg had reservations about promoting the link, perhaps he is not the only one.

Let's figure out what we want the impact to be, then it will be quite obvious what the link should be styled like.

@ranguard
Copy link
Member

ranguard commented Sep 9, 2014

So, 90 dists have x_irc...

http://grep.cpan.me/?q=file%3AMETA.json+%28%3Fi%3Ax_irc%29

146 have x_mail...

http://grep.cpan.me/?q=file%3AMETA.json+%28%3Fi%3Ax_mail%29

I think there is a balance, yes we want it easy to find, but maybe not
at the expense of non-newbies.

I'm afraid I've not been following closely, but there was discussion of
'how to install' pop-up, maybe putting some of the icons on the left
under a largish 'help/more links' copy/icon which could have

  • homepage
  • mailing list
  • chat
  • how to install
    • cpanm
    • cpan
    • manually
  • others?

Just brain dumping here, don't feel strongly

@sungo
Copy link

sungo commented Sep 9, 2014

If I define x_irc and x_mail, is there a way for me to indicate which I prefer? I've worked on several projects which had both irc and mailing lists but "official" conversation needed to happen on the list. It would be unfortunate to have metacpan scream about the wrong one. I think the middle ground might be to have metacpan scream equally about the various communication types.

That said, I think the communication links need to be more visible than @oiami's screencap. I lack the design fu at the moment to provide an example screencap but I think perhaps those links should be boxed on their own and more obviously highlighted. I think the same thing about the testing links too but that's something for a different ticket :)

@oalders
Copy link
Member

oalders commented Sep 9, 2014

I'd say start with the ribbon and the see what the fallout is. We can A/B test from that point.

@wchristian
Copy link
Contributor

Yes, pleas. @oiami 's ribbon suggestion there looks perfect, and until we know whether that will bring villagers with pitchforks or not, most of the other topics are distractions, and i dare say should be in different tickets. :)

@ranguard
Copy link
Member

ranguard commented Sep 9, 2014

JFDI++

@ribasushi
Copy link
Author

A practical nitpick - I think proper English is Chat with the Maintainers, the current chat with maintaners (no the) sounds strange... Maybe even an imperative: Questions? Chat with us!

@zmughal
Copy link
Contributor

zmughal commented Sep 9, 2014

That may be better for places where the maintainers don't use the IRC as much, but there is a channel for general discussion. That may actually be the exception to the rule.

@ribasushi
Copy link
Author

Bleh, UX is hard. It was pointed on irc that all the wordings so far can be interpreted as "Click here for help with this website (metacpan)". I suppose for complete disambiguity the ribbon should read:

Questions about $MODULENAME?
     Chat with us here!

OTOH real estate may be an issue...

@sungo
Copy link

sungo commented Sep 9, 2014

If that's the route we go down, I'd suggest "Questions about this module?" rather than inserting the module name. The POE namespace, amongst others, make inserting the module name really problematic, space wise.

@ribasushi
Copy link
Author

Fwiw the actual CSS-styled-ribbon generator from github can be used here with minimal fuss: http://codepo8.github.io/css-fork-on-github-ribbon/ @Mithaldu++

@ribasushi
Copy link
Author

@ribasushi
Copy link
Author

Soooo what is the holdup on this thing? Seems to have fizzled :(

@oalders oalders changed the title Encourage IRC paticipation via "Chat with the maintainers" or somesuch Encourage IRC participation via "Chat with the maintainers" or somesuch Sep 13, 2014
@oalders
Copy link
Member

oalders commented Sep 13, 2014

Who is taking on the the design work here? Is it @oiami?

@oiami
Copy link
Contributor

oiami commented Sep 13, 2014

@oalders , I guess so ;) sorry that it takes sometime, I was busy + waited for more feedback and conclusion about the things I proposed, I'll try to send a pull request soon.

@oalders
Copy link
Member

oalders commented Sep 13, 2014

@oiami No need to apologize. Just wanted to make sure. :)

@oiami
Copy link
Contributor

oiami commented Sep 13, 2014

This is the first version of "Chat with maintainers" ribbon
chat_with_maintainer_ribbon

Do you have some kind of conclusion about what the text should be ? I personally like 'Chat with maintainers' or "Chat with the maintainers" because it not too long so it fits with layout and I think 'chat' is discriptive and cover what we trying tell because they can contract you with many reasons more than 'asking question', don't you think so ?
Anyway, I separated images background and text so you can just fix it to be whatever it's proper.

@ribasushi
Copy link
Author

Visually - it looks great, however it would need to be positioned so that it will keep being visible after scrolling within the POD. The rationale is (like @wchristian said in #1235 (comment)) that when you are linked to a piece of POD on metacpan you want to be reminded that "if you don't get it - come to talk to others who can help"

As far as the text - @zmughal made a very good point in #1235 (comment) - the link won't neccessarily take one to talk to the maintainers. With that in mind the Questions? Chat with us! from #1235 (comment) seems the ideal balance of concision and intent.

@ribasushi
Copy link
Author

Also forgot: @oiami++ for 1..100 ;)

@oiami
Copy link
Contributor

oiami commented Sep 13, 2014

more ribbons on the top right (Fork me on GitHub), any comment about (color, text, size etc) that ?

github_ribbon

FYI, I can do front-end stuffs but I'm also poor at design, hehe ;)

@haarg
Copy link
Member

haarg commented Sep 13, 2014

The left sidebar already stays visible when scrolling, so I think the current location works fine.

@oiami: I can reproduce what you showed most recently using CSS (haarg/metacpan-web@6a51c26). I think I'd prefer to use that rather than an image.

@haarg
Copy link
Member

haarg commented Sep 13, 2014

I'd rather address any additional ribbons separately. There are issues of priority, and positioning is hard given we are already using the upper right for something. It's also somewhat confusing to overlay part of the site wrapper, as that implies it relates to metacpan itself rather than the release/module.

@ribasushi
Copy link
Author

👍 on "let's deal with more ribbons later on". As @haarg noted - priority is important (and I personally disagree making forking more visible and/or different from the chat-with-us part, reasons already outlined earlier in #1235 (comment))

So yes - let's get the chat-link link live first, and see from there.

@oiami
Copy link
Contributor

oiami commented Sep 14, 2014

@haarg , are you going to send a pull request for ribbon from CSS you have made ?

@ribasushi
Copy link
Author

I don't have any further comments on the proposal from #1348. Let's put that thing live ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants