|
I've noticed that a number of open source projects continue to use mailing lists in lieu of forums. I've personally found mailing lists to be cumbersome and unsearchable, making it harder to solve/discuss technical problems with projects employing them...
Started by James McMahon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If I care about N different projects, I can subscribe to N different mailing lists and have all mailing lists....
Mailing lists are far better than forums if you follow multiple ones because they are push technology.
|
|
In addition to (and prior to) Stack Overflow, there are quite a few special-purpose mailing lists and forums out there for programmers.
In my case, there's the Tomcat mailing list (i.e. users@tomcat.apache.org), the mysql mailing list (i.e. mysql@lists...
Started by Huntrods on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of lists here: http://www.codify.com/lists , that a lot of aussie .net (and related) programmers.
|
|
You're probably a lot to be subscribers to various mailing list, some more updated than others.
What are your best practices to follow all information going by these lists? What are the best clients you've used to managed that? I'm sure I'm not the only...
Started by Peeloo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
At first, I just received the messages Ia m using Kontact for ... .
Following is natural for mailing list, the messages are pushed to your client.
lists, in flat mode, for others (the Lua mailing list), in threaded mode.
|
Ask your Facebook Friends
|
I follow what feels like a lot of mailing lists of libraries that I use and I think that there is a lot to learn by the questions people ask in them. I don't ask many questions in them and I answer some, but not lots of questions that people ask. I try...
Started by Chris Missal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Reading a mailing list is essentially like being a fly on the wall of the meeting(my humild opinion)
I've learned a lot from the Alt.Net mailing list, and my own local user group mailing list.
Yes of course.
|
|
I would like to start a Community Wiki on good resources for programmers new to Smalltalk. I'm especially looking for good forums and/or mailing lists for programmers that are new to Smalltalk. Please correct me if I'm wrong (this is a wiki after all)...
Started by molecules on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
They are developer lists for the squeak and pharo dialects, but are....
Beginner mailing list info beginner mailing list archive I am and pharo mailing lists.
There is a beginners mailing list.
|
|
Hello, I'm new to Picolisp.
I tried this, and obtained a segfault:
: ('(1 2) 6) Segmentation fault
But, if i try:
: ('(a b c) 6) -> NIL
I mostly understand why, but it was a surprise that PicoLisp responded with a segfault instead of an error. Does...
Started by Amigable Clark Kant on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
PicoLisp evaluates the CAR of a list, perhaps repeatedly....
(Lifted from picolisp mailing list .)
Yes, this is the expected behavior.
(Question and answer lifted from PicoLisp mailing list.
Is an unnecessary overhead.
|
|
I know this is a gimme question, but I genuinely would like to add more sysadmin related feeds to my reader, so please list the contents of your feedreader.
Started by Tom Ritter on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
SAGE Mailing List
Killer advice and discussion-portage.com/GLSA - Because I run....
There are also some good mailing lists for OS X sysadmins, such as macos-x-server@lists.apple.com Sysadmin
Great aggregation of sysadmin blogs.
|
|
On Sat, 7 Jul 2007 06:36:04 +0200, Christian Perrier <bubulle@debian.org> wrote:
Please note that, for a weird reason I have not fully investigated
yet, I occasionnally lost mail on all Debian mailing lists as of
Thursday 5th and Friday 6th....
Answer Snippets (Read the full thread at omgili):
If you sent a mail that could require my
> > attention *in these lists* please resend it in private to me....
Yet, I occasionnally lost mail on all Debian mailing lists as of
> > Thursday 5th and Friday 6th.
|
|
I've a mailing list in my cPanel. When a user registers, I want to add him to my mailing list automatically. How can I do it?
Started by CodingTales on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not too familiar with what cPanel uses is the name of the mailing....
This means you can probably do something like this to add an email to a mailing list:
shellIt all depends on what mailing list you're using.
lists.
|
|
I'm looking for a java-based (preferable) mailing list application that allows users to opt-in/opt-out of mailing lists. Open-source is preferable but not mandatory.
This product would be used to send email notifications to subscribed people when certain...
Started by Anthony on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A mailing service increases the chances of your mail reaching the destination addresses per "list" in whatever database you prefer and just use the JavaMail API to handle the actual.
Issue is deliverability.
|