PDA

View Full Version : [ANN]: IRC channel for `Programming Talk' forums



lnostdal
March 4th, 2007, 11:46 PM
Hey,
Sometimes it's easier and faster to communicate via IM. But instead of using closed or "isolated" 1-1 stuff like MSN or Jabber I thought it would be nice if we had a channel we could use.

While I know #ubuntuforums already exists, it isn't really dedicated to programming-related things. #ubuntu-programming seems like a reasonable name, so I've registered that on Freenode. Complete details:


server: chat.freenode.net
channel: #ubuntu-programming


Examples of IRC-clients you can use are XChat and Gaim.

Freenode also has many other channels related to software projects and programming in general. It actually hosts the official channels for projects in many cases, so you can get directly in touch with the developers of your favorite Linux-software. It is worth visiting for anyone interested in Open Source and/or programming.

Hope to see some of you hackers or future-hackers there. :)

edit:
The channel is currently logged here: http://nostdal.org/~lars/irc-logs/ (the "#ubuntu-programming*"-files)

ZylGadis
March 5th, 2007, 12:33 AM
Good idea, coming.

indylarry
March 5th, 2007, 01:54 AM
Thanks for setting that up! I agree. It is nice to have real time help from a group.

daniel of sarnia
March 5th, 2007, 05:02 AM
this should be made a sticky so more people that are interested can join it.

studiesrule
March 5th, 2007, 08:07 AM
Another vote for sticky-ing it, and a great many thanks. This would really help the guys with small problems (like me)

hod139
March 5th, 2007, 02:42 PM
Before stickying it, you might want to consider a name change. It looks like channels ubuntuforums and ubuntuforums-beginners already exist. Perhaps this should be called ubuntuforums-programming instead of ubuntu-programming? Just a thought.

pmasiar
March 5th, 2007, 06:46 PM
IRC is nice and immediate - but do we have archives? Sometimes good solutions worth linking to and becoming FAQ can be posted in forums and be archived and found by Google. Sometimes good suggestion can come couple hours later after question was asked - asynchronously. IRC is synchronized. Will be all good suggestions posted to IRC promptly forgotten? Will be some good gnomes creating a wiki from them?

Just asking, having IRC will be great for simple questions.

lnostdal
March 6th, 2007, 07:39 AM
pmasiar:
good suggestion .. i was thinking about getting a bot in there and have it log conversations .. like this: http://www.ircbrowse.com/index.html ..

i believe the bot is open source (yes, it is: http://www.cliki.net/irc-logger ) .. so if we want we can set up a separate bot + log-site ..

i'll be sure to look into this later


hod139:
i'm aware of this, but #ubuntu-programming sounds more "general" to me ..

there are users who develop for ubuntu but does not use the forums .. they use things like mailing-lists etc .. so well, i was thinking everyone should be included

WW
March 9th, 2007, 11:33 PM
* bump *


(Just a reminder.)

po0f
March 9th, 2007, 11:47 PM
How did I not see this until just now? I think it's a good idea.

So has someone set up a logging bot? And where are the logs to be hosted? Maybe a wiki-ish site?

lnostdal
March 10th, 2007, 12:12 AM
i'll look into the logging-bot thing right away .. i can host them and the bot on my server, but i don't really have a suitable domain for this at the moment (can add that later though - if needed)

Wybiral
March 10th, 2007, 02:24 AM
I vote sticky too! It's a really cool idea.

lnostdal
March 11th, 2007, 01:17 PM
ok, logging is up now at: http://nostdal.org/~lars/irc-logs/ (the files named "#ubuntu-programming-*.lml" represent the channel of this announcement)

it's a very simple format meant for parsing by computers .. gonna add a html-frontend to it later .. or maybe put up an xml-rpc service so others can add frontends to it

(source code is here btw: http://nostdal.org/~lars/programming/lisp/swirc/ )

lnostdal
March 15th, 2007, 02:04 PM
i've been thinking about something .. does ubuntuforums have some sort of API?

maybe it would be cool to have a bot hooked up to the programming-forums .. when a new thread is posted it could be mentioned in the chat-channel (people could just put an ignore on the bot if/when it becomes annoying)

i was first thinking of doing this by hooking it up via email-subscription, but it seems i can only subscribe to daily batches/summaries of new threads and not get mail instantly when a new thread is posted

Wybiral
March 15th, 2007, 02:15 PM
i've been thinking about something .. does ubuntuforums have some sort of API?

maybe it would be cool to have a bot hooked up to the programming-forums .. when a new thread is posted it could be mentioned in the chat-channel (people could just put an ignore on the bot if/when it becomes annoying)

i was first thinking of doing this by hooking it up via email-subscription, but it seems i can only subscribe to daily batches/summaries of new threads and not get mail instantly when a new thread is posted

That's a pretty cool idea.

lnostdal
March 15th, 2007, 02:24 PM
maybe this is what i'm after: http://ubuntuforums.org/external.php?type=rss2&forumids=39 .. :)

hod139
March 15th, 2007, 02:32 PM
I was going to suggest an RSS reader bot, but it looks like you beat me :) Hopefully you can design the bot to not put too much extra load on the forums, or the mods might get upset.

lnostdal
March 15th, 2007, 02:43 PM
yeah, the preferred method would be not to have it polling (pull) for new threads directly against the ubuntuforum servers in any way .. getting it to send an email (push) to an external server would avoid this

..or even better; having it send a regular HTTP-request to some given server with some info about the new thread in POST-variables would totally rock :)