Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Advanced scoring
Date: 20 May 1996 20:52:26 +0200	[thread overview]
Message-ID: <x63f4v6utx.fsf@eyesore.no> (raw)

Uhm, so, like, I wrote it.  That felt really *good*.  Fixing bugs is a
drag, but writing new code makes me feel tingly all over.

I won't include it in September, though.  So it'll have to languish in
obscurity until Red Gnus.  Which should be something like two weeks
away.

((|
  (1-
   (& 
    ("from" "lars" s)
    ("body" "you suck!")))
  (&
   (1-
    ("from" "geir")
    ("body" "no, you suck!"))
   ("body" "no, you suck much more")))
 100000)

This means that if Lars wrote in an article "You suck!", then articles
that follows up will have their score dramatically increased.  The
same will happen when Geir writes "No, you suck" and somebody follows
up with "No, you suck much more".

And here's the classic "when these two people talk to each other, they
should be ignored":

((|
  (&
   ("from" "lars)
   (1- ("from" "geir")))
 (&
  ("from" "geir")
  (1- ("from" "lars"))))
 -1000000)

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


                 reply	other threads:[~1996-05-20 18:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x63f4v6utx.fsf@eyesore.no \
    --to=larsi@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).