* IRC?
@ 2008-12-30 1:19 lmage11
2008-12-30 1:34 ` IRC? Russell Miller
` (3 more replies)
0 siblings, 4 replies; 15+ messages in thread
From: lmage11 @ 2008-12-30 1:19 UTC (permalink / raw)
To: linux-kernel
I know that Linux kernel development discussion has pretty much always taken place on mailing lists, but would you guys consider developing a presence on an IRC network, probably Freenode? There already exists a ##kernel channel which could be used, and other channels could be created for specific subsystems. I think it'd be an interesting new medium to try out for discussion between developers, and it would also make the developers more accessible to users who find the mailing lists inconvenient or intimidating. The only subsystem I know of that maintains a reliable presence on IRC is the DRM subsystem (i.e. Dave Airlie, Eric Anholt, etc), and it works great.
Not trying to start a flame war here, just wondering what you guys think. :)
Ari
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: IRC? 2008-12-30 1:19 IRC? lmage11 @ 2008-12-30 1:34 ` Russell Miller 2008-12-30 1:40 ` IRC? Jesper Juhl ` (2 subsequent siblings) 3 siblings, 0 replies; 15+ messages in thread From: Russell Miller @ 2008-12-30 1:34 UTC (permalink / raw) To: lmage11; +Cc: linux-kernel On Mon, Dec 29, 2008 at 5:19 PM, <lmage11@twcny.rr.com> wrote: > I know that Linux kernel development discussion has pretty much always taken place on mailing lists, but would you guys consider developing a presence on an IRC network, probably Freenode? There already exists a ##kernel channel which could be used, and other channels could be created for specific subsystems. I think it'd be an interesting new medium to try out for discussion between developers, and it would also make the developers more accessible to users who find the mailing lists inconvenient or intimidating. The only subsystem I know of that maintains a reliable presence on IRC is the DRM subsystem (i.e. Dave Airlie, Eric Anholt, etc), and it works great. > The obvious danger with this is the possibility that major decisions will be made on IRC within a few minutes, shutting everyone else out of the process. Mailing lists may be slow, but they are thorough. --Russell ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:19 IRC? lmage11 2008-12-30 1:34 ` IRC? Russell Miller @ 2008-12-30 1:40 ` Jesper Juhl 2008-12-30 1:47 ` IRC? lmage11 2008-12-30 2:23 ` IRC? Kyle Moffett 2008-12-30 2:07 ` IRC? David Miller 2008-12-31 14:01 ` IRC? Rik van Riel 3 siblings, 2 replies; 15+ messages in thread From: Jesper Juhl @ 2008-12-30 1:40 UTC (permalink / raw) To: lmage11; +Cc: linux-kernel On Mon, 29 Dec 2008, lmage11@twcny.rr.com wrote: > You might want to add your name to that address when sending mail... > I know that Linux kernel development discussion has pretty much always > taken place on mailing lists, but would you guys consider developing a > presence on an IRC network, probably Freenode? There already exists a > ##kernel channel which could be used, and other channels could be > created for specific subsystems. I think it'd be an interesting new > medium to try out for discussion between developers, and it would also > make the developers more accessible to users who find the mailing lists > inconvenient or intimidating. The only subsystem I know of that > maintains a reliable presence on IRC is the DRM subsystem (i.e. Dave > Airlie, Eric Anholt, etc), and it works great. > > Not trying to start a flame war here, just wondering what you guys > think. :) > Everyone and their grandmother knows how to use email - :) Significantly fewer people know how to use IRC - :( The mailing list is archived in various places - :) IRC chats are rarely archived - :( Archiving all LKML mail locally is easy - :) Archiving all of a IRC channel continuously locally is not so easy - :( Email archives are easily searchable by subject, sender etc - :) IRC archives are not so easily searchable by subject etc - :( Email is nicely asynchronous, letting people read and respond at their leisure - :) IRC chats are not as asynchronous - :( Patches are easily distributed via email - :) Patches are not very easily distributed via IRC - :( IRC channels can be a nice suplement when a few people need to discuss something in semi-real-time related to some LKML thread or just some kernel related topic, but it's no replacement for the mailing list. -- Jesper Juhl <jj@chaosbits.net> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:40 ` IRC? Jesper Juhl @ 2008-12-30 1:47 ` lmage11 2008-12-30 3:19 ` IRC? david 2008-12-30 2:23 ` IRC? Kyle Moffett 1 sibling, 1 reply; 15+ messages in thread From: lmage11 @ 2008-12-30 1:47 UTC (permalink / raw) To: Jesper Juhl; +Cc: linux-kernel ---- Jesper Juhl <jj@chaosbits.net> wrote: > On Mon, 29 Dec 2008, lmage11@twcny.rr.com wrote: > > > You might want to add your name to that address when sending mail... > > > I know that Linux kernel development discussion has pretty much always > > taken place on mailing lists, but would you guys consider developing a > > presence on an IRC network, probably Freenode? There already exists a > > ##kernel channel which could be used, and other channels could be > > created for specific subsystems. I think it'd be an interesting new > > medium to try out for discussion between developers, and it would also > > make the developers more accessible to users who find the mailing lists > > inconvenient or intimidating. The only subsystem I know of that > > maintains a reliable presence on IRC is the DRM subsystem (i.e. Dave > > Airlie, Eric Anholt, etc), and it works great. > > > > Not trying to start a flame war here, just wondering what you guys > > think. :) > > > Everyone and their grandmother knows how to use email - :) > Significantly fewer people know how to use IRC - :( > > The mailing list is archived in various places - :) > IRC chats are rarely archived - :( > > Archiving all LKML mail locally is easy - :) > Archiving all of a IRC channel continuously locally is not so easy - :( > > Email archives are easily searchable by subject, sender etc - :) > IRC archives are not so easily searchable by subject etc - :( > > Email is nicely asynchronous, letting people read and respond at their leisure - :) > IRC chats are not as asynchronous - :( > > Patches are easily distributed via email - :) > Patches are not very easily distributed via IRC - :( > > IRC channels can be a nice suplement when a few people need to discuss > something in semi-real-time related to some LKML thread or just some > kernel related topic, but it's no replacement for the mailing list. Yeah, I wasn't proposing it as a replacement... Just as an alternative means of communication for those that prefer it. For me personally, it would also make kernel developers feel more "accessible", which would be nice. Ari ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:47 ` IRC? lmage11 @ 2008-12-30 3:19 ` david 0 siblings, 0 replies; 15+ messages in thread From: david @ 2008-12-30 3:19 UTC (permalink / raw) To: lmage11; +Cc: Jesper Juhl, linux-kernel On Mon, 29 Dec 2008, lmage11@twcny.rr.com wrote: > ---- Jesper Juhl <jj@chaosbits.net> wrote: >> On Mon, 29 Dec 2008, lmage11@twcny.rr.com wrote: >>> >> You might want to add your name to that address when sending mail... >> >>> I know that Linux kernel development discussion has pretty much always >>> taken place on mailing lists, but would you guys consider developing a >>> presence on an IRC network, probably Freenode? There already exists a >>> ##kernel channel which could be used, and other channels could be >>> created for specific subsystems. I think it'd be an interesting new >>> medium to try out for discussion between developers, and it would also >>> make the developers more accessible to users who find the mailing lists >>> inconvenient or intimidating. The only subsystem I know of that >>> maintains a reliable presence on IRC is the DRM subsystem (i.e. Dave >>> Airlie, Eric Anholt, etc), and it works great. >>> >>> Not trying to start a flame war here, just wondering what you guys >>> think. :) >>> >> Everyone and their grandmother knows how to use email - :) >> Significantly fewer people know how to use IRC - :( >> >> The mailing list is archived in various places - :) >> IRC chats are rarely archived - :( >> >> Archiving all LKML mail locally is easy - :) >> Archiving all of a IRC channel continuously locally is not so easy - :( >> >> Email archives are easily searchable by subject, sender etc - :) >> IRC archives are not so easily searchable by subject etc - :( >> >> Email is nicely asynchronous, letting people read and respond at their leisure - :) >> IRC chats are not as asynchronous - :( >> >> Patches are easily distributed via email - :) >> Patches are not very easily distributed via IRC - :( >> >> IRC channels can be a nice suplement when a few people need to discuss >> something in semi-real-time related to some LKML thread or just some >> kernel related topic, but it's no replacement for the mailing list. > > Yeah, I wasn't proposing it as a replacement... Just as an alternative means of > communication for those that prefer it. For me personally, it would also make > kernel developers feel more "accessible", which would be nice. IRC interrupts people. would you rather the kernel developers feel accessible, or get work done? the kernel developers are very accessable, but they are not on-call to respond instantly to your requests. that being said, some of the developers do use IRC for various things, but there is no 'official' place to always find them and no requirement for them to be available to be contacted at specific times. David Lang ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:40 ` IRC? Jesper Juhl 2008-12-30 1:47 ` IRC? lmage11 @ 2008-12-30 2:23 ` Kyle Moffett 2008-12-30 2:28 ` IRC? lmage11 1 sibling, 1 reply; 15+ messages in thread From: Kyle Moffett @ 2008-12-30 2:23 UTC (permalink / raw) To: Jesper Juhl; +Cc: lmage11, linux-kernel On Mon, Dec 29, 2008 at 8:40 PM, Jesper Juhl <jj@chaosbits.net> wrote: > IRC channels can be a nice suplement when a few people need to discuss > something in semi-real-time related to some LKML thread or just some > kernel related topic, but it's no replacement for the mailing list. Especially considering that LKML can reach up to 60 lines per second for sustained periods of time during certain discussions, even excluding patch content. With subject filters and threading, that's perfectly OK. With a single big honkin' IRC channel it is beyond useless. Cheers, Kyle Moffett ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:23 ` IRC? Kyle Moffett @ 2008-12-30 2:28 ` lmage11 0 siblings, 0 replies; 15+ messages in thread From: lmage11 @ 2008-12-30 2:28 UTC (permalink / raw) To: Jesper Juhl, Kyle Moffett; +Cc: linux-kernel ---- Kyle Moffett <kyle@moffetthome.net> wrote: > On Mon, Dec 29, 2008 at 8:40 PM, Jesper Juhl <jj@chaosbits.net> wrote: > > IRC channels can be a nice suplement when a few people need to discuss > > something in semi-real-time related to some LKML thread or just some > > kernel related topic, but it's no replacement for the mailing list. > > Especially considering that LKML can reach up to 60 lines per second > for sustained periods of time during certain discussions, even > excluding patch content. With subject filters and threading, that's > perfectly OK. With a single big honkin' IRC channel it is beyond > useless. Aside from the fact that I'm not proposing a complete replacement, there wouldn't have to be "a single big honkin' IRC channel" - as I said, there could be a big general one for people who don't know exactly where to look yet, and a bunch of smaller ones for each subsystem where the actual discussion happens. Ari ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:19 IRC? lmage11 2008-12-30 1:34 ` IRC? Russell Miller 2008-12-30 1:40 ` IRC? Jesper Juhl @ 2008-12-30 2:07 ` David Miller 2008-12-30 2:11 ` IRC? lmage11 2008-12-31 14:01 ` IRC? Rik van Riel 3 siblings, 1 reply; 15+ messages in thread From: David Miller @ 2008-12-30 2:07 UTC (permalink / raw) To: lmage11; +Cc: linux-kernel From: <lmage11@twcny.rr.com> Date: Mon, 29 Dec 2008 20:19:18 -0500 > but would you guys consider developing a presence on an IRC network, > probably Freenode? You assume there isn't already an IRC network where a large chunk of us hangout. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:07 ` IRC? David Miller @ 2008-12-30 2:11 ` lmage11 2008-12-30 2:34 ` IRC? David Miller 0 siblings, 1 reply; 15+ messages in thread From: lmage11 @ 2008-12-30 2:11 UTC (permalink / raw) To: David Miller; +Cc: linux-kernel ---- David Miller <davem@davemloft.net> wrote: > From: <lmage11@twcny.rr.com> > Date: Mon, 29 Dec 2008 20:19:18 -0500 > > > but would you guys consider developing a presence on an IRC network, > > probably Freenode? > > You assume there isn't already an IRC network where a large > chunk of us hangout. Yes, suppose I do. Is that assumption not justified? :) (note: private networks don't count :p). Ari ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:11 ` IRC? lmage11 @ 2008-12-30 2:34 ` David Miller 2008-12-30 2:46 ` IRC? lmage11 0 siblings, 1 reply; 15+ messages in thread From: David Miller @ 2008-12-30 2:34 UTC (permalink / raw) To: lmage11; +Cc: linux-kernel From: <lmage11@twcny.rr.com> Date: Mon, 29 Dec 2008 21:11:53 -0500 > > ---- David Miller <davem@davemloft.net> wrote: > > From: <lmage11@twcny.rr.com> > > Date: Mon, 29 Dec 2008 20:19:18 -0500 > > > > > but would you guys consider developing a presence on an IRC network, > > > probably Freenode? > > > > You assume there isn't already an IRC network where a large > > chunk of us hangout. > > Yes, suppose I do. Is that assumption not justified? :) > > (note: private networks don't count :p). Don't be surprised if the really important developers would prefer a more cosy place to chat with each other. And that's essentially what we already have. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:34 ` IRC? David Miller @ 2008-12-30 2:46 ` lmage11 2008-12-30 3:35 ` IRC? Kyle McMartin 2008-12-30 17:12 ` IRC? Stefan Richter 0 siblings, 2 replies; 15+ messages in thread From: lmage11 @ 2008-12-30 2:46 UTC (permalink / raw) To: David Miller; +Cc: linux-kernel ---- David Miller <davem@davemloft.net> wrote: > From: <lmage11@twcny.rr.com> > Date: Mon, 29 Dec 2008 21:11:53 -0500 > > ---- David Miller <davem@davemloft.net> wrote: > > > You assume there isn't already an IRC network where a large > > > chunk of us hangout. > > > > Yes, suppose I do. Is that assumption not justified? :) > > > > (note: private networks don't count :p). > > Don't be surprised if the really important developers would > prefer a more cosy place to chat with each other. And that's > essentially what we already have. BUT THAT MEANS YOU'RE LIKE, EXCLUDING THE COMMUNITY, MAAAN!!!!!`11!!one Just kidding, I understand. :) But seriously, would all of you be actively against creating a different place where developers and users can interact, separate from this cozy developer place? If pretty much everyone is against it, I completely understand, but I just thought I'd put the possibility out there. Ari ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:46 ` IRC? lmage11 @ 2008-12-30 3:35 ` Kyle McMartin 2008-12-31 1:40 ` IRC? Christian Jaeger 2008-12-30 17:12 ` IRC? Stefan Richter 1 sibling, 1 reply; 15+ messages in thread From: Kyle McMartin @ 2008-12-30 3:35 UTC (permalink / raw) To: lmage11; +Cc: David Miller, linux-kernel On Mon, Dec 29, 2008 at 09:46:51PM -0500, lmage11@twcny.rr.com wrote: > > ---- David Miller <davem@davemloft.net> wrote: > > From: <lmage11@twcny.rr.com> > > Date: Mon, 29 Dec 2008 21:11:53 -0500 > > > ---- David Miller <davem@davemloft.net> wrote: > > > > You assume there isn't already an IRC network where a large > > > > chunk of us hangout. > > > > > > Yes, suppose I do. Is that assumption not justified? :) > > > > > > (note: private networks don't count :p). > > > > Don't be surprised if the really important developers would > > prefer a more cosy place to chat with each other. And that's > > essentially what we already have. > > BUT THAT MEANS YOU'RE LIKE, EXCLUDING THE COMMUNITY, > MAAAN!!!!!`11!!one > > Just kidding, I understand. :) > > But seriously, would all of you be actively against creating a different > place where developers and users can interact, separate from this > cozy developer place? If pretty much everyone is against it, I > completely understand, but I just thought I'd put the possibility > out there. > I believe the kernelnewbies folks already have a well-publicized irc location... There are typically at least a few developers there. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 3:35 ` IRC? Kyle McMartin @ 2008-12-31 1:40 ` Christian Jaeger 0 siblings, 0 replies; 15+ messages in thread From: Christian Jaeger @ 2008-12-31 1:40 UTC (permalink / raw) To: Kyle McMartin; +Cc: lmage11, David Miller, linux-kernel Kyle McMartin wrote: > I believe the kernelnewbies folks already have a well-publicized irc > location... There are typically at least a few developers there. I quite like the #kernelnewbies since it's the only place I know where I can ask userspace questions :~D I'm mostly a userspace developer, my life writing kernel code is restricted to a couple of tiny drivers and one-line tweaks. And merging of thirdparty patches. So I don't have much need for asking questions about kernelspace questions, but frequently I need to know how I interface to something in the kernel but don't know how (example: how do I get at the blocksize and size of a block device? (I know the answer now.) Or what the name of the "sandboxing" feature of Linux was (seccomp) and how it seemed to have changed interfaces. Getting clarity with questions like which tool displays which kind of cpu usage ("what is iowait?"). Getting help when I see strange behaviour like with I/O almost locking up the machine. Which are the right git trees to get the kernel. "Is there a way to change the pipe kernel buffer size from user space ?" "What is a/the 'TSC'?" How to crosscompile (make ARCH=i386). etc. etc.) I'm almost always feeling guilty misusing that channel for such questions, but it's the best place I know where I can get answers to such questions... :) Thanks for anyone there bearing with me. Christian. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 2:46 ` IRC? lmage11 2008-12-30 3:35 ` IRC? Kyle McMartin @ 2008-12-30 17:12 ` Stefan Richter 1 sibling, 0 replies; 15+ messages in thread From: Stefan Richter @ 2008-12-30 17:12 UTC (permalink / raw) To: lmage11; +Cc: David Miller, linux-kernel, Kyle McMartin lmage11@twcny.rr.com wrote: > But seriously, would all of you be actively against creating a different > place where developers and users can interact, separate from this > cozy developer place? IRC between developer A and user B would be fine for user B but bad for user C, D, E, F, G, H. It may also be a waste of developer's A time. Same as with personal mail. But as David and Kyle said, you can reach many developers via IRC anyway. They hang out on channels with topics more focused than just "linux kernel" because the discussions which go over IRC typically have a narrower focus than that. -- Stefan Richter -=====-==--- ==-- ====- http://arcgraph.de/sr/ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: IRC? 2008-12-30 1:19 IRC? lmage11 ` (2 preceding siblings ...) 2008-12-30 2:07 ` IRC? David Miller @ 2008-12-31 14:01 ` Rik van Riel 3 siblings, 0 replies; 15+ messages in thread From: Rik van Riel @ 2008-12-31 14:01 UTC (permalink / raw) To: lmage11; +Cc: linux-kernel lmage11@twcny.rr.com wrote: > The only subsystem I know of that maintains a reliable presence on IRC > is the DRM subsystem There are a few kernel channels on OFTC. #kernelnewbies for all kinds of kernel questions #linuxfs for Linux filesystem developers #mm Linux memory management -- All rights reversed. ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2008-12-31 14:01 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-12-30 1:19 IRC? lmage11 2008-12-30 1:34 ` IRC? Russell Miller 2008-12-30 1:40 ` IRC? Jesper Juhl 2008-12-30 1:47 ` IRC? lmage11 2008-12-30 3:19 ` IRC? david 2008-12-30 2:23 ` IRC? Kyle Moffett 2008-12-30 2:28 ` IRC? lmage11 2008-12-30 2:07 ` IRC? David Miller 2008-12-30 2:11 ` IRC? lmage11 2008-12-30 2:34 ` IRC? David Miller 2008-12-30 2:46 ` IRC? lmage11 2008-12-30 3:35 ` IRC? Kyle McMartin 2008-12-31 1:40 ` IRC? Christian Jaeger 2008-12-30 17:12 ` IRC? Stefan Richter 2008-12-31 14:01 ` IRC? Rik van Riel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox