Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.misc > #26659

Re: Schneier, Data and Goliath: no hope for privacy

From Salvador Mirzo <smirzo@example.com>
Newsgroups comp.misc
Subject Re: Schneier, Data and Goliath: no hope for privacy
Date 2025-02-24 22:22 -0300
Organization A noiseless patient Spider
Message-ID <87a5aau8bz.fsf@example.com> (permalink)
References (10 earlier) <2d9b3f1c-c742-e47f-84cf-599e01f9a044@example.net> <87ikp02i0x.fsf@example.com> <d3d32047-7d0e-6386-6a7e-ebcfac2007bf@example.net> <87msebw9sa.fsf@example.com> <c583f55c-69a6-ee48-70f2-edadc9e3c3a3@example.net>

Show all headers | View raw


D <nospam@example.net> writes:

> On Mon, 24 Feb 2025, Salvador Mirzo wrote:
>
>> D <nospam@example.net> writes:
>>
>>> On Sun, 23 Feb 2025, Salvador Mirzo wrote:
>>>
>>>> D <nospam@example.net> writes:
>>>>
>>>>> On Thu, 20 Feb 2025, Salvador Mirzo wrote:
>>>>>
>>>>>>> Now... do you seriously think anyone would ever be interested in that? ;)
>>>>>>
>>>>>> LOL!  It turns out I'm *highly* interested in your leafnode.  Please,
>>>>>> can you put a package somewhere and let me look at it, try it out et
>>>>>> cetera?  I've been thinking about doing something like that myself.  I
>>>>>> can probably just live with your changes.
>>>>>
>>>>> Of course!
>>>>>
>>>>> Please grab a copy here:
>>>>> https://send.vis.ee/download/749384a5de2f4f33/#6ZgrL_j_qwmhqBNuXenoJA
>>>>
>>>> Thanks!  Got the package and unpacked it fine.  By the way, fdm is
>>>> already pulling my mail and I know it's able to download NNTP articles
>>>> too, so chances are it can do what leafnode has been doing for you.
>>>> I'll keep you posted.  Thanks very much for providing the package.
>>>
>>> Really?? I had no idea! Maybe I can scrap my leafnode setup then and
>>> move to fdm? I think fdm (well I guess, I haven't actually checked)
>>> might be more minimal even than leafnode, so thank you for the
>>> pointer! I will definitely have to check out the fdm manual today! =)
>>
>> Precisely---fdm is minimal.  The reason I am not yet setting it up for
>> news is because fdm all by itself is not enough.  You need to reply to
>> articles and fdm will not send articles out for you.  It will only
>> download'em, so you can read them.  (I assume this.  I haven't tried
>> it.)
>
> Sounds perfect for my needs. Alpine, my email client, has built in
> news functionality. The thing is that you can activate it by turning
> on "rich headers" and if you do that a Newgrp: field pops up. If you
> fill in the newsgroup there, alpine then magically takes care of
> posting it to the group.

Interesting!

> So if fdm can download the files in a nice spool folder format, I
> might even be able to apply my small python script to copy the news
> posting into Maildir folders, and there I can read, and alpine then
> posts.

I'm sure fdm can download and write them to a Maildir: it's how I use
it.

>>>> And by now I am willing to write a new one from scratch, so I intend to
>>>> make leafnode obsolete as well.
>>>
>>> Best of luck! =) Sounds like a nice project!
>>
>> It is. :) It's the most fun I've ever had with programming.  I think
>> Common Lisp is a big part of it.  I tried Racket before Common Lisp.
>> Common Lisp is so much my way than Racket is.
>
> Go is the next on my list. What is it that makes you like lisp so
> much? I have never considered it, so I am curious. Doesn't it wear out
> the () keys on your keyboard? ;)

Lol.  [L]ots of [S]tupid, [I]rritating [P]arenthesis.

Have you ever used paredit-mode in the GNU EMACS?  It makes you love the
parenthesis.  You're a vim user, so you likely never heard of paredit.
If you have the energy, the time and the curiosity, you could watch a
3-minute demo at

  https://www.youtube.com/watch?v=D6h5dFyyUX0

A few seconds will be enough to get the spirit, but I don't care if you
watch it---just skip it.

It's a pleasure to use paredit-mode.  Let me quote Donald Norman.  I'm
gonna show a larger quote, but my point here is on pleasure of use and a
``feeling of control''.

  ``The details of the interaction matter, ease of use matters, but I
  want more than correct details, more than a system that is easy to
  learn or to use: I want a system that is enjoyable to use.  This is
  an important, dominating design philosophy, easier to say than to
  do.  It implies developing systems that provide a strong sense of
  understanding and control.  This means tools that reveal their
  underlying conceptual model and allow for interaction, tools that
  emphasize comfort, ease, and pleasure of use [...].  A major factor
  in this debate is the feeling of control that the user has over the
  operations that are being performed.  A `powerful,' `intelligent'
  system can lead to the well documented problems of `overautomation,'
  causing the user to be a passive observer of operations, no longer
  in control of either what operations take place, or of how they are
  done.  On the other hand, systems that are not sufficiently powerful
  or intelligent can leave too large a gap in the mappings from
  intention to action execution and from system state to psychological
  interpretation.  The result is that operation and interpretation are
  complex and difficult, and the user again feels out of control,
  distanced from the system.'' -- ``User Centered System Design'',
  capítulo 3, ``cognitive engineering'', ``on the quality of
  human-computer interaction'', pages 48--49, Donald A. Norman, CRC
  Press, 1986, ISBN 0-89859-872-9.

When we use software, we like to feel in control.  I personally say that
every command I give to a software should come with a very easy to make
prediction of what's going to happen.  When I press the A-key, I know
the letter ``a'' will appear and where.  That gives me a feeling of
control.  The GNU EMACS is a program that I can very easily read the
source code of the command I give, so I can find out exactly what it
does, which helps me to predict what will happen when I say something.
That's a feeling of control.  Paredit-mode gives you control over the
parenthesis with very little effort, so it's pleasurable to use because
we like the control.

What about Lisp itself?  That's harder to say.  It's easier to tell the
story.  The USENET is part of the story.  I first fell in love with UNIX
and the USENET helped me to learn a lot.  Barry Margolin was an active
presence in comp.unix.programmer and many others.  I always learned so
much from him.  I then decided to see where else I could find him.  I
then found him in comp.lang.lisp.  I was intrigued---I thought Lisp was
an old, archaic language.  But then I started seeing how they did things
with small bits of code that I could hardly do with other languages and
back then my language was mainly C.  I then decided to learn Lisp.  I
couldn't.  It was difficult.  I had no clue about recursion and so on.
I almost gave up.  Eventually I found the book HtDP (at htdp.org).  That
book was awesome to me.  But then I went towards Racket, which is a very
different Lisp than, say, Common Lisp.  Only more recently I realized
Racket was a mistake for me.  I decided to give Common Lisp a try in a
weekend.  I had so much fun with the language.

Why?

I think it begins with macros.  Macros in Common Lisp are so much easier
to write than in Racket.  They're simpler.  They may have less academic
elegance or whatever, but it has the awesome beauty of being extremely
simple and practical and getting the job done and being perfect in the
practical sense.  Also, Common Lisp has all of its years with a lot of
smart people having perfected the tools (and they're still doing it).
As a result, you have awesome compilers such as SBCL.  It produces fast
native code, which is a pleasure to see running.  Racket, on the other
hand, doesn't have the same amount of years for optimization, say.

I think another thing about Common Lisp is that I developed a confidence
that what I do at the REPL will work exactly the same at run time, when
loaded by the OS directly.  In other words, there's a sense of control
that I get with Common Lisp that I never got with Racket.

So Donald Norman nailed it.

Another point I can make, which other people have made in comp.lang.lisp
before is that Racket adds a thick layer on top of POSIX.  I studied the
POSIX interface, so when I use a language that doesn't let me guide
myself by way of the POSIX interface, I'm already at a loss.  For
instance, you'll find no select(2) call in Racket because it's /likely/
buried in their completely different interface called events.  But then
I don't know if they're using select(2) or poll(2) or what.  I would
expect them considering this an advantage.  Of course, Common Lisp has
nothing to do with select(2), but you can the calls you need in the UNIX
packages of your compiler.  I couldn't find such things in Racket.

Back to comp.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Schneier, Data and Goliath: no hope for privacy Retrograde <fungus@amongus.com.invalid> - 2025-02-16 16:55 +0000
  Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-16 21:23 +0100
    Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-16 23:55 -0300
      Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-17 11:40 +0100
        Re: Schneier, Data and Goliath: no hope for privacy Dave Yeo <dave.r.yeo@gmail.com> - 2025-02-17 09:26 -0800
          Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-17 22:42 +0100
            Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-17 22:23 +0000
              Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-18 10:20 +0100
            Re: Schneier, Data and Goliath: no hope for privacy not@telling.you.invalid (Computer Nerd Kev) - 2025-02-19 07:32 +1000
              Re: Schneier, Data and Goliath: no hope for privacy Eli the Bearded <*@eli.users.panix.com> - 2025-02-18 23:47 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-19 09:42 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2025-03-06 07:10 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-03-07 20:44 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-08 23:44 +0100
                Re: Schneier, Data and Goliath: no hope for privacy not@telling.you.invalid (Computer Nerd Kev) - 2025-02-20 08:23 +1000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 22:22 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 15:55 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 17:59 -0300
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:01 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 22:51 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 22:01 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:29 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-23 22:55 -0300
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-24 05:19 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 13:28 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 10:55 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 13:34 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 23:15 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-24 23:06 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-25 11:10 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-25 10:08 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-25 23:12 +0100
                OT: walking and exercising (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:31 -0300
                Re: OT: walking and exercising (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-27 14:52 +0100
                Re: Schneier, Data and Goliath: no hope for privacy candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-02-27 21:40 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-01 11:48 +0100
                Re: Schneier, Data and Goliath: no hope for privacy candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-05 06:40 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-05 13:39 +0100
                Re: Schneier, Data and Goliath: no hope for privacy candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-05 20:00 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-05 22:12 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-24 17:54 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 23:41 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-24 23:19 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-25 11:16 +0100
                education Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2025-03-06 07:55 +0000
                Re: education Salvador Mirzo <smirzo@example.com> - 2025-03-07 22:00 -0300
                Re: education Rich <rich@example.invalid> - 2025-03-08 03:47 +0000
                Re: education Salvador Mirzo <smirzo@example.com> - 2025-03-08 18:27 -0300
                Re: education Eli the Bearded <*@eli.users.panix.com> - 2025-03-09 02:08 +0000
                Re: education Salvador Mirzo <smirzo@example.com> - 2025-03-10 02:58 -0300
                Re: education Eli the Bearded <*@eli.users.panix.com> - 2025-03-10 18:38 +0000
                Re: education cross@spitfire.i.gajendra.net (Dan Cross) - 2025-03-10 19:13 +0000
                Re: education Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2025-03-11 13:30 +0000
                Re: education Salvador Mirzo <smirzo@example.com> - 2025-03-14 11:17 -0300
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-25 19:12 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-26 02:08 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D Finnigan <dog_cow@macgui.com> - 2025-02-26 09:06 -0600
                Re: Schneier, Data and Goliath: no hope for privacy Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-02-26 18:09 -0400
                the command line is language (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:46 -0300
                Re: the command line is language (Was: Re: Schneier, Data and Goliath: no hope for privacy) Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-02-27 03:31 -0400
                Re: the command line is language Salvador Mirzo <smirzo@example.com> - 2025-02-27 08:10 -0300
                Re: the command line is language D <nospam@example.net> - 2025-02-27 15:41 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-27 14:47 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-26 13:15 +0100
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-26 16:34 -0500
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-26 16:38 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-26 22:34 +0000
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-26 18:50 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-27 03:11 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-27 08:18 -0300
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-27 17:04 +0000
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-27 18:53 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-28 21:41 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-26 22:03 -0300
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-27 03:29 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-27 15:16 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-27 12:36 -0300
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:55 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-27 14:43 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-02-27 17:07 +0000
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-27 19:05 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-03-01 15:06 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-01 11:47 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-03-01 16:31 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:52 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-27 15:15 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Rich <rich@example.invalid> - 2025-03-01 16:51 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-03-01 17:15 -0400
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-03-02 12:34 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Richmond <dnomhcir@gmx.com> - 2025-02-26 12:29 +0000
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-26 16:34 -0500
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-26 22:04 -0300
                Re: Schneier, Data and Goliath: no hope for privacy candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-05 20:00 +0000
                more on broken schools (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:38 -0300
                Re: more on broken schools (Was: Re: Schneier, Data and Goliath: no hope for privacy) kludge@panix.com (Scott Dorsey) - 2025-02-26 19:47 -0500
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-02-27 08:55 -0300
                Re: more on broken schools kludge@panix.com (Scott Dorsey) - 2025-02-27 19:00 -0500
                OT: a personal note to Stefan Ram (Was: Re: more on broken schools) Salvador Mirzo <smirzo@example.com> - 2025-02-27 09:31 -0300
                Re: more on broken schools (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-27 15:03 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-07 20:30 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-08 23:43 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-08 21:33 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-09 13:30 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-10 03:00 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-10 10:50 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-10 08:46 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-11 23:05 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-14 11:31 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-14 23:46 +0100
                Re: more on broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-16 22:43 -0300
                Re: more on broken schools D <nospam@example.net> - 2025-03-17 23:44 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 22:50 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 22:21 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 17:06 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-23 23:28 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 11:12 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 14:08 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 23:32 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 22:22 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-25 11:34 +0100
                fdm, paredit and systemd (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-25 13:18 -0300
                Re: fdm, paredit and systemd (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-26 13:53 +0100
                Re: fdm, paredit and systemd Salvador Mirzo <smirzo@example.com> - 2025-02-27 06:23 -0300
                Re: fdm, paredit and systemd D <nospam@example.net> - 2025-02-27 15:31 +0100
                Re: fdm, paredit and systemd Salvador Mirzo <smirzo@example.com> - 2025-03-07 21:10 -0300
                Re: fdm, paredit and systemd D <nospam@example.net> - 2025-03-09 00:09 +0100
                Re: fdm, paredit and systemd Salvador Mirzo <smirzo@example.com> - 2025-03-08 21:41 -0300
                Re: fdm, paredit and systemd D <nospam@example.net> - 2025-03-09 13:32 +0100
                UNIX systems (Was: Re: fdm, paredit and systemd) Salvador Mirzo <smirzo@example.com> - 2025-03-10 03:10 -0300
                Re: UNIX systems (Was: Re: fdm, paredit and systemd) D <nospam@example.net> - 2025-03-10 10:54 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-10 09:08 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-11 23:09 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-13 18:17 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-16 00:03 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-16 22:41 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-18 10:50 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-21 16:26 -0300
                Re: UNIX systems Matto Fransen <mattof@sdf.org> - 2025-03-21 19:53 +0000
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-24 00:11 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-21 23:37 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-24 00:34 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-25 21:49 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-26 23:24 -0300
                Re: UNIX systems D <nospam@example.net> - 2025-03-29 22:31 +0100
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-29 20:40 -0300
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-22 10:11 -0300
                Re: UNIX systems kludge@panix.com (Scott Dorsey) - 2025-03-25 17:40 -0400
                Re: UNIX systems D <nospam@example.net> - 2025-03-25 23:04 +0100
                Re: UNIX systems Charles Dagny <1800@DEV.NULL> - 2025-03-28 21:41 -0300
                Re: UNIX systems onion@anon.invalid (Mr Ön!on) - 2025-03-10 15:06 +0000
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-11 11:58 -0300
                Re: UNIX systems yeti <yeti@tilde.institute> - 2025-03-11 15:49 +0042
                Re: UNIX systems cross@spitfire.i.gajendra.net (Dan Cross) - 2025-03-11 15:25 +0000
                Re: UNIX systems onion@anon.invalid (Mr Ön!on) - 2025-03-11 16:24 +0000
                Re: UNIX systems cross@spitfire.i.gajendra.net (Dan Cross) - 2025-03-11 17:30 +0000
                Re: UNIX systems candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-12 22:30 +0000
                Re: UNIX systems yeti <yeti@tilde.institute> - 2025-03-12 23:23 +0042
                Re: UNIX systems candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-13 20:40 +0000
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-13 18:04 -0300
                Re: UNIX systems cross@spitfire.i.gajendra.net (Dan Cross) - 2025-03-13 21:26 +0000
                Re: UNIX systems Salvador Mirzo <smirzo@example.com> - 2025-03-14 12:23 -0300
                Re: UNIX systems cross@spitfire.i.gajendra.net (Dan Cross) - 2025-03-13 01:24 +0000
                Re: UNIX systems Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-03-12 01:38 -0300
                Re: UNIX systems snipeco.2@gmail.com (Sn!pe) - 2025-03-12 14:03 +0000
                Re: UNIX systems D <nospam@example.net> - 2025-03-12 22:19 +0100
                Re: UNIX systems kludge@panix.com (Scott Dorsey) - 2025-03-11 19:09 -0400
                Re: Schneier, Data and Goliath: no hope for privacy Eli the Bearded <*@eli.users.panix.com> - 2025-03-04 02:44 +0000
                Re: Schneier, Data and Goliath: no hope for privacy scott@alfter.diespammersdie.us (Scott Alfter) - 2025-03-04 17:50 +0000
              Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-19 09:40 +0100
                Re: Schneier, Data and Goliath: no hope for privacy not@telling.you.invalid (Computer Nerd Kev) - 2025-02-20 08:29 +1000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 15:56 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:45 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 16:01 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:22 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 23:02 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 22:44 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:43 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-23 23:04 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 11:01 +0100
                broken schools (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-24 13:46 -0300
                Re: broken schools (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-24 23:18 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-02-24 22:34 -0300
                Re: broken schools D <nospam@example.net> - 2025-02-25 11:38 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-02-25 15:45 -0300
                Re: broken schools D <nospam@example.net> - 2025-02-26 14:05 +0100
                Re: broken schools Rich <rich@example.invalid> - 2025-02-26 13:15 +0000
                Re: broken schools D <nospam@example.net> - 2025-02-26 23:10 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-02-27 06:49 -0300
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-02-27 07:41 -0300
                Re: broken schools D <nospam@example.net> - 2025-02-27 19:52 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-07 21:41 -0300
                Re: broken schools yeti <yeti@tilde.institute> - 2025-03-08 02:59 +0042
                Re: broken schools D <nospam@example.net> - 2025-03-09 00:14 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-08 22:26 -0300
                Re: broken schools D <nospam@example.net> - 2025-03-09 22:52 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-10 08:39 -0300
                Re: broken schools D <nospam@example.net> - 2025-03-11 22:59 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-14 12:10 -0300
                Re: broken schools D <nospam@example.net> - 2025-03-15 23:58 +0100
                Re: broken schools Salvador Mirzo <smirzo@example.com> - 2025-03-17 00:02 -0300
                Re: broken schools Rich <rich@example.invalid> - 2025-03-18 03:00 +0000
                Re: broken schools Eva Lu <evalu@tor.soy> - 2025-03-18 21:20 -0300
                Re: broken schools D <nospam@example.net> - 2025-03-18 11:17 +0100
                OT: totally off-topic (Was: Re: broken schools) Salvador Mirzo <smirzo@example.com> - 2025-03-19 13:51 -0300
                Re: OT: totally off-topic (Was: Re: broken schools) D <nospam@example.net> - 2025-03-19 23:20 +0100
                Re: OT: totally off-topic Salvador Mirzo <smirzo@example.com> - 2025-03-21 11:52 -0300
                Re: OT: totally off-topic D <nospam@example.net> - 2025-03-23 00:31 +0100
                Re: OT: totally off-topic Salvador Mirzo <smirzo@example.com> - 2025-03-29 20:50 -0300
                Re: OT: totally off-topic D <nospam@example.net> - 2025-04-01 16:43 +0200
                lifestyles Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2025-03-11 20:20 +0000
              Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:40 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 15:57 +0100
        Re: Schneier, Data and Goliath: no hope for privacy Adrian <bulleid@ku.gro.lioff> - 2025-02-17 18:30 +0000
          Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-17 22:44 +0100
            Re: Schneier, Data and Goliath: no hope for privacy Adrian <bulleid@ku.gro.lioff> - 2025-02-18 00:08 +0000
              Re: Schneier, Data and Goliath: no hope for privacy snipeco.2@gmail.com (Sn!pe) - 2025-02-18 00:30 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-18 10:23 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:52 -0300
                Re: Schneier, Data and Goliath: no hope for privacy snipeco.2@gmail.com (Sn!pe) - 2025-02-20 01:09 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 22:27 -0300
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-20 21:51 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 23:22 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:23 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 16:07 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:35 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 23:31 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 23:06 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 11:01 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Adrian <bulleid@ku.gro.lioff> - 2025-02-18 13:48 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:56 -0300
              Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-18 10:22 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Adrian <bulleid@ku.gro.lioff> - 2025-02-18 14:05 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 22:03 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 16:14 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:47 -0300
                Re: Schneier, Data and Goliath: no hope for privacy snipeco.2@gmail.com (Sn!pe) - 2025-02-20 22:12 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 23:15 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 11:04 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:21 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-23 22:46 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 10:43 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Anton Shepelev <anton.txt@gmail.moc> - 2025-02-25 14:20 +0300
                small communities, nntp server (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-25 15:20 -0300
                Re: small communities, nntp server (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-26 13:57 +0100
                Re: small communities, nntp server Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:20 -0300
                Re: small communities, nntp server D <nospam@example.net> - 2025-02-27 14:49 +0100
                Re: small communities, nntp server yeti <yeti@tilde.institute> - 2025-02-26 13:50 +0042
                Re: small communities, nntp server D <nospam@example.net> - 2025-02-26 23:08 +0100
                Re: small communities, nntp server D <nospam@example.net> - 2025-02-26 23:08 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:59 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 16:13 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:41 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 23:33 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 23:12 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 11:03 +0100
              Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:51 -0300
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-20 21:49 +0000
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 23:21 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:22 +0100
                Re: Schneier, Data and Goliath: no hope for privacy kludge@panix.com (Scott Dorsey) - 2025-02-22 17:09 +0000
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-23 00:23 +0100
            Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-19 21:49 -0300
              Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 16:05 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 18:24 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-20 23:05 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-20 22:56 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-21 10:51 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-23 23:21 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 11:10 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 14:04 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-24 23:28 +0100
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-24 21:58 -0300
                Re: Schneier, Data and Goliath: no hope for privacy D <nospam@example.net> - 2025-02-25 11:26 +0100
                OT: personal stories (Was: Re: Schneier, Data and Goliath: no hope for privacy) Salvador Mirzo <smirzo@example.com> - 2025-02-25 11:58 -0300
                Re: OT: personal stories (Was: Re: Schneier, Data and Goliath: no hope for privacy) D <nospam@example.net> - 2025-02-26 13:21 +0100
                Re: OT: personal stories Salvador Mirzo <smirzo@example.com> - 2025-02-27 06:04 -0300
                Re: OT: personal stories D <nospam@example.net> - 2025-02-27 15:21 +0100
                Re: OT: personal stories Salvador Mirzo <smirzo@example.com> - 2025-03-07 20:49 -0300
                Re: OT: personal stories yeti <yeti@tilde.institute> - 2025-03-08 00:43 +0042
                Re: OT: personal stories D <nospam@example.net> - 2025-03-08 23:46 +0100
                Re: OT: personal stories D <nospam@example.net> - 2025-03-08 23:45 +0100
                Re: OT: personal stories Salvador Mirzo <smirzo@example.com> - 2025-03-08 21:37 -0300
                Re: OT: personal stories D <nospam@example.net> - 2025-03-09 13:30 +0100
                Re: Schneier, Data and Goliath: no hope for privacy D Finnigan <dog_cow@macgui.com> - 2025-02-25 13:17 -0600
                Re: Schneier, Data and Goliath: no hope for privacy Salvador Mirzo <smirzo@example.com> - 2025-02-26 21:21 -0300

csiph-web