473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How do you use this list ?

Hi everyone ,
I have join this list for about 4 months , and everyday I receive
hundreds of
mails . There is no means to read all of them , so I just read something
interesting
for me . But if so , there are too much mails pile up in my inbox , I
want to ask
how do you use this list , reading every mail come in or just read what
you think
interesting ?

Thank you !
Best Regard !
Jun 27 '06 #1
9 1175

Bo Yang wrote:
Hi everyone ,
I have join this list for about 4 months , and everyday I receive
hundreds of
mails . There is no means to read all of them , so I just read something
interesting
for me . But if so , there are too much mails pile up in my inbox , I
want to ask
how do you use this list , reading every mail come in or just read what
you think
interesting ?


your recieving those emails because you choose (in your My Account
settings) to received emails, you can deselect this and then just read
any post that interests you and ask questions of your own.

Cheers

Jun 27 '06 #2
Bo Yang wrote:
Hi everyone ,
I have join this list for about 4 months , and everyday I receive
hundreds of
mails . There is no means to read all of them , so I just read something
interesting
for me . But if so , there are too much mails pile up in my inbox , I
want to ask
how do you use this list , reading every mail come in or just read what
you think
interesting ?

Thank you !
Best Regard !


I am using a newsreader capable of showing posting in their threads in a
hierarchical view.
I read entire messages only if I mean the topic is of interest to me, if
I have spotted something interesting in the first lines of a posting or
if I mean, that I can immediately help writing a reply without much
efforts on my side what is the case when the answer pops up in my mind
already as I see the question.
It was the topic "How do you use this list?" what attracted my attention
so I looked into the content of your posting and decided to reply.
My advice: download e.g. Thunderbird and use it as a newsreader instead
of getting through not by thread and date structured piles of emails.
I actually go through each single posting spending at least a second on
each (sometimes a bit faster, sometimes much slower).
This gives an effort of about 10 minutes of very concentrated work
towards selection of interesting postings for detailed reading on a day
with a huge traffic of around 600 new postings.
Over years of reading I improved much the speed of perception at first
glance if a posting or a thread is in my eyes worth to read it in
detail. As I also in between know who writes here the best quality
replies I usually read carefully all the details in postings of such
authors skipping from reading another postings in same thread.

Hope this helps.

Claudio
Jun 27 '06 #3
Bo Yang wrote:
Hi everyone ,
I have join this list for about 4 months , and everyday I receive
hundreds of
mails . There is no means to read all of them , so I just read something
interesting
for me . But if so , there are too much mails pile up in my inbox , I
want to ask
how do you use this list , reading every mail come in or just read what
you think
interesting ?

Thank you !
Best Regard !


I use the newsgroup: http://groups.google.com/group/comp.lang.python

Michele Simionato

Jun 27 '06 #4

Bo Yang wrote:
Hi everyone ,
I have join this list for about 4 months , and everyday I receive
hundreds of
mails . There is no means to read all of them , so I just read something
interesting
for me . But if so , there are too much mails pile up in my inbox , I
want to ask
how do you use this list , reading every mail come in or just read what
you think
interesting ?


I use digest messages on a gmail account. i read the digests whenever i
have time.

--
M.

http://marius.me.uk/

Jun 27 '06 #5
On 2006-06-27, Bo Yang <st********@gmail.com> wrote:
I have join this list for about 4 months , and everyday I
receive hundreds of mails . There is no means to read all of
them , so I just read something interesting for me . But if so
, there are too much mails pile up in my inbox , I want to ask
how do you use this list , reading every mail come in or just
read what you think interesting ?


Find an NNTP server and read it as a newsgroup.

If all else fails you can read it via gmane.org.

Actually having mailing lists send you mail is insane.

--
Grant Edwards grante Yow! I wonder if I ought
at to tell them about my
visi.com PREVIOUS LIFE as a COMPLETE
STRANGER?
Jun 27 '06 #6
Grant Edwards wrote:
Find an NNTP server and read it as a newsgroup.


Or Google Groups: http://groups.google.com/group/comp.lang.python

Cheers,

--
Klaus Alexander Seistrup
Dyssegĺrd, Denmark
http://surdej.dk/
Jun 27 '06 #7
On 2006-06-27, Klaus Alexander Seistrup <kl***@seistrup.dk> wrote:
Grant Edwards wrote:
Find an NNTP server and read it as a newsgroup.


Or Google Groups: http://groups.google.com/group/comp.lang.python


I did heard a rumor that they finally fixed the "follow-up"
function that had been broken since day 1. Still, it does a
bad reputation similar to AOL used to...

--
Grant Edwards grante Yow! My EARS are GONE!!
at
visi.com
Jun 27 '06 #8
On Tue, 27 Jun 2006 14:22:19 +0000
Grant Edwards <gr****@visi.com> wrote:

#> Actually having mailing lists send you mail is insane.

Just curious: what's insane about it?

--
Best wishes,
Slawomir Nowaczyk
( Sl***************@cs.lth.se )

Never attribute to malice that which can be adequately
explained by stupidity.

Jun 27 '06 #9
On Tue, 27 Jun 2006 14:22:19 -0000,
Grant Edwards <gr****@visi.com> wrote:
Actually having mailing lists send you mail is insane.


+1 QOTW

I remember an episode of M*A*S*H (first there was the book, then there
was an American TV show) where some General or other high ranking army
type said, "This is a press conference. The last thing I want to do is
answer a lot of questions."

Regards,
Dan

--
Dan Sommers
<http://www.tombstonezero.net/dan/>
"I wish people would die in alphabetical order." -- My wife, the genealogist
Jun 28 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: massimo | last post by:
Hey, I wrote this program which should take the numbers entered and sort them out. It doesnąt matter what order, if decreasing or increasing. I guess I'm confused in the sorting part. Anyone...
10
by: Kent | last post by:
Hi! I want to store data (of enemys in a game) as a linked list, each node will look something like the following: struct node { double x,y; // x and y position coordinates struct enemy...
24
by: Robin Cole | last post by:
I'd like a code review if anyone has the time. The code implements a basic skip list library for generic use. I use the following header for debug macros: /* public.h - Public declarations and...
4
by: JS | last post by:
I have a file called test.c. There I create a pointer to a pcb struct: struct pcb {   void *(*start_routine) (void *);   void *arg;   jmp_buf state;   int    stack; }; ...
3
by: chellappa | last post by:
hi this simple sorting , but it not running...please correect error for sorting using pointer or linked list sorting , i did value sorting in linkedlist please correct error #include<stdio.h>...
0
by: drewy2k12 | last post by:
Heres the story, I have to create a doubly linked list for class, and i have no clue on how to do it, i can barely create a single linked list. It has to have both a head and a tail pointer, and...
10
by: AZRebelCowgirl73 | last post by:
This is what I have so far: My program! import java.util.*; import java.lang.*; import java.io.*; import ch06.lists.*; public class UIandDB {
0
by: Atos | last post by:
SINGLE-LINKED LIST Let's start with the simplest kind of linked list : the single-linked list which only has one link per node. That node except from the data it contains, which might be...
12
by: kalyan | last post by:
Hi, I am using Linux + SysV Shared memory (sorry, but my question is all about offset + pointers and not about linux/IPC) and hence use offset's instead on pointers to store the linked list in...
7
by: QiongZ | last post by:
Hi, I just recently started studying C++ and basically copied an example in the textbook into VS2008, but it doesn't compile. I tried to modify the code by eliminating all the templates then it...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.