* Private/public groups
@ 2010-10-08 14:40 Lars Magne Ingebrigtsen
2010-10-08 16:11 ` James Cloos
2010-10-08 17:14 ` Ted Zlatanov
0 siblings, 2 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-08 14:40 UTC (permalink / raw)
To: ding
I was thinking about defaults for stuff like gnus-blocked-images and the
gravatar stuff. You don't want that stuff to default to being on
because of privacy concerns... but only in mail groups, I think? If
you're reading a Gwene group, I think most people would want the images
to default to being on, for instance.
So should there be, like, a ... super-setting, saying what privacy you
want? Where the default would be "privacy in mail groups, but not in
other groups"?
I'm not sure myself... or how that would be implemented. Having a
single variable flip over lots of other variables has proved messy in
the past.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 14:40 Private/public groups Lars Magne Ingebrigtsen
@ 2010-10-08 16:11 ` James Cloos
2010-10-08 16:54 ` Lars Magne Ingebrigtsen
2010-10-08 17:14 ` Ted Zlatanov
1 sibling, 1 reply; 9+ messages in thread
From: James Cloos @ 2010-10-08 16:11 UTC (permalink / raw)
To: ding
>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
LMI> I was thinking about defaults for stuff like gnus-blocked-images
LMI> and the gravatar stuff. You don't want that stuff to default to
LMI> being on because of privacy concerns... but only in mail groups,
LMI> I think? If you're reading a Gwene group, I think most people
LMI> would want the images to default to being on, for instance.
Bandwidth is also an issue. When behind most wireless links or dialup --
or even offline -- it is best to avoid implicit pulls. ANd there is also
the issue of running gnus in a non-gui emacs session.
On the low bandwidth side, I prefer to only grab images and the like on
explicit command. By default I'd prefer something akin to elinks -dump
style rendering: images and links tagged and listed end-note-style at
the end of the page. And a key to toggle that to a GUI rendering.
I'm sure others will have different preferences.
But it is important to have a setting which does no net other than
to the backends or when the user explicitly asks for it.
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 1024D/ED7DAEA6
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 16:11 ` James Cloos
@ 2010-10-08 16:54 ` Lars Magne Ingebrigtsen
2010-10-08 22:17 ` James Cloos
0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-08 16:54 UTC (permalink / raw)
To: ding
James Cloos <cloos@jhcloos.com> writes:
> Bandwidth is also an issue. When behind most wireless links or dialup --
> or even offline -- it is best to avoid implicit pulls. ANd there is also
> the issue of running gnus in a non-gui emacs session.
If it's non-gui, no pictures are shown.
> But it is important to have a setting which does no net other than
> to the backends or when the user explicitly asks for it.
Yes. But the defaults should be what a reasonable user would expect.
For instance, Firefox doesn't come with image-fetching turned off by
default.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 14:40 Private/public groups Lars Magne Ingebrigtsen
2010-10-08 16:11 ` James Cloos
@ 2010-10-08 17:14 ` Ted Zlatanov
2010-10-09 15:32 ` Lars Magne Ingebrigtsen
1 sibling, 1 reply; 9+ messages in thread
From: Ted Zlatanov @ 2010-10-08 17:14 UTC (permalink / raw)
To: ding
On Fri, 08 Oct 2010 16:40:12 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
LMI> So should there be, like, a ... super-setting, saying what privacy you
LMI> want? Where the default would be "privacy in mail groups, but not in
LMI> other groups"?
I think it's better as "privacy if the image came from a writeable
backend, open if it came from a read-only backend." The idea being that
you get mail delivered to a writeable backend so spam has a chance to
reach you there, whereas you seek out content in read-only backends so
spam is much less likely to be targeted at you.
Ted
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 16:54 ` Lars Magne Ingebrigtsen
@ 2010-10-08 22:17 ` James Cloos
2010-10-09 15:27 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 9+ messages in thread
From: James Cloos @ 2010-10-08 22:17 UTC (permalink / raw)
To: ding
>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
LMI> Yes. But the defaults should be what a reasonable user would expect.
LMI> For instance, Firefox doesn't come with image-fetching turned off by
LMI> default.
I think it may be the default, though, for thunderbird and the mail
component of seamonkey. I think it is also a common default in other
gui MUAs. Too much risk of doze t-horses.
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 1024D/ED7DAEA6
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 22:17 ` James Cloos
@ 2010-10-09 15:27 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-09 15:27 UTC (permalink / raw)
To: ding
James Cloos <cloos@jhcloos.com> writes:
> I think it may be the default, though, for thunderbird and the mail
> component of seamonkey. I think it is also a common default in other
> gui MUAs. Too much risk of doze t-horses.
Yes, mail is private and non-mail is non-private, like. :-)
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-08 17:14 ` Ted Zlatanov
@ 2010-10-09 15:32 ` Lars Magne Ingebrigtsen
2010-10-09 19:07 ` James Cloos
0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-09 15:32 UTC (permalink / raw)
To: ding
Ted Zlatanov <tzz@lifelogs.com> writes:
> I think it's better as "privacy if the image came from a writeable
> backend, open if it came from a read-only backend." The idea being that
> you get mail delivered to a writeable backend so spam has a chance to
> reach you there, whereas you seek out content in read-only backends so
> spam is much less likely to be targeted at you.
Yes, so it's `gnus-news-group-p', basically. For most people.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-09 15:32 ` Lars Magne Ingebrigtsen
@ 2010-10-09 19:07 ` James Cloos
2010-10-10 6:41 ` Ted Zlatanov
0 siblings, 1 reply; 9+ messages in thread
From: James Cloos @ 2010-10-09 19:07 UTC (permalink / raw)
To: ding
>>>>> "TZ" == Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
TZ> I think it's better as "privacy if the image came from a writeable
TZ> backend, open if it came from a read-only backend."
LMI> Yes, so it's `gnus-news-group-p', basically. For most people.
How about gnus-news-group-p plus the group is non-local?
Non-local would mean not on the same net as the local box, so;
not 127/8, 10/8, 172.16/12, 192.168/16, etc. Unless, of course,
the lookup is also to a local network.
Hmm. A bit complicated. But it would likely be of more general use,
were Emacs able to deduce whether a given ip address is local or remote.
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 1024D/ED7DAEA6
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Private/public groups
2010-10-09 19:07 ` James Cloos
@ 2010-10-10 6:41 ` Ted Zlatanov
0 siblings, 0 replies; 9+ messages in thread
From: Ted Zlatanov @ 2010-10-10 6:41 UTC (permalink / raw)
To: ding
On Sat, 09 Oct 2010 15:07:44 -0400 James Cloos <cloos@jhcloos.com> wrote:
>>>>>> "TZ" == Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
TZ> I think it's better as "privacy if the image came from a writeable
TZ> backend, open if it came from a read-only backend."
LMI> Yes, so it's `gnus-news-group-p', basically. For most people.
Excellent, that works.
JC> How about gnus-news-group-p plus the group is non-local?
JC> Non-local would mean not on the same net as the local box, so;
JC> not 127/8, 10/8, 172.16/12, 192.168/16, etc. Unless, of course,
JC> the lookup is also to a local network.
JC> Hmm. A bit complicated. But it would likely be of more general use,
JC> were Emacs able to deduce whether a given ip address is local or remote.
I don't think that's any more useful than letting the user say "this is
a safe server/backend/group so show me all images."
Ted
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-10-10 6:41 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-08 14:40 Private/public groups Lars Magne Ingebrigtsen
2010-10-08 16:11 ` James Cloos
2010-10-08 16:54 ` Lars Magne Ingebrigtsen
2010-10-08 22:17 ` James Cloos
2010-10-09 15:27 ` Lars Magne Ingebrigtsen
2010-10-08 17:14 ` Ted Zlatanov
2010-10-09 15:32 ` Lars Magne Ingebrigtsen
2010-10-09 19:07 ` James Cloos
2010-10-10 6:41 ` Ted Zlatanov
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).