* FYI: Why people are using #hashtags in yocto email subjects.
@ 2020-04-16 19:18 Randy MacLeod
2020-04-16 19:36 ` [yocto] " Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2020-04-16 19:18 UTC (permalink / raw)
To: yocto@lists.yoctoproject.org
FYI:
I don't know if I missed the memo/tweet about the email archive feature
but I just noticed that the new archive site will index emails
by hashtag:
https://lists.yoctoproject.org/g/yocto
https://lists.yoctoproject.org/g/yocto/hashtags
I thought it was an annoying new behaviour coming from Twitter users
but now I understand why there are hashtags on my lawn^Hsubject lines.
;-)
--
# Randy MacLeod
# Wind River Linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] FYI: Why people are using #hashtags in yocto email subjects.
2020-04-16 19:18 FYI: Why people are using #hashtags in yocto email subjects Randy MacLeod
@ 2020-04-16 19:36 ` Denys Dmytriyenko
2020-04-17 8:09 ` Nicolas Dechesne
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-04-16 19:36 UTC (permalink / raw)
To: Randy MacLeod; +Cc: yocto@lists.yoctoproject.org
I doubt people that actually send emails to the list use #hashtags.
But the new list server provides this posting feature for anyone to address
the list and requests poster to add #hashtags - very annoying, indeed:
https://lists.yoctoproject.org/g/yocto/post
--
Denys
On Thu, Apr 16, 2020 at 03:18:34PM -0400, Randy MacLeod wrote:
> FYI:
>
> I don't know if I missed the memo/tweet about the email archive feature
> but I just noticed that the new archive site will index emails
> by hashtag:
>
> https://lists.yoctoproject.org/g/yocto
>
> https://lists.yoctoproject.org/g/yocto/hashtags
>
> I thought it was an annoying new behaviour coming from Twitter users
> but now I understand why there are hashtags on my lawn^Hsubject lines.
>
> ;-)
>
> --
> # Randy MacLeod
> # Wind River Linux
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] FYI: Why people are using #hashtags in yocto email subjects.
2020-04-16 19:36 ` [yocto] " Denys Dmytriyenko
@ 2020-04-17 8:09 ` Nicolas Dechesne
2020-04-17 14:10 ` Randy MacLeod
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Dechesne @ 2020-04-17 8:09 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Randy MacLeod, yocto@lists.yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1725 bytes --]
On Thu, Apr 16, 2020 at 9:36 PM Denys Dmytriyenko <denis@denix.org> wrote:
> I doubt people that actually send emails to the list use #hashtags.
>
> But the new list server provides this posting feature for anyone to
> address
> the list and requests poster to add #hashtags - very annoying, indeed:
>
> https://lists.yoctoproject.org/g/yocto/post
there is that. And looking at the history on the server, most of the
existing tags came from the web. But a hashtag is created automatically
when using '#' in the email subject. that's how #define was created:
https://lists.yoctoproject.org/g/yocto/message/48686
and this email created #hashtags ;-)
I haven't found a way to disable it.. from what I can see we can
1. force every message to have at least one hashtag...
2. bounce message with a new hashtag in $subject
3. remove new hashtag when used in $subject
I think we will need to do some tests to see what #3 does.. But in any
case, I don't think we can prevent users from creating hashtags from the
web..
Is that causing any issues with patches workflow?
>
> --
> Denys
>
>
> On Thu, Apr 16, 2020 at 03:18:34PM -0400, Randy MacLeod wrote:
> > FYI:
> >
> > I don't know if I missed the memo/tweet about the email archive feature
> > but I just noticed that the new archive site will index emails
> > by hashtag:
> >
> > https://lists.yoctoproject.org/g/yocto
> >
> > https://lists.yoctoproject.org/g/yocto/hashtags
> >
> > I thought it was an annoying new behaviour coming from Twitter users
> > but now I understand why there are hashtags on my lawn^Hsubject lines.
> >
> > ;-)
> >
> > --
> > # Randy MacLeod
> > # Wind River Linux
>
> >
>
>
>
[-- Attachment #2: Type: text/html, Size: 2827 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] FYI: Why people are using #hashtags in yocto email subjects.
2020-04-17 8:09 ` Nicolas Dechesne
@ 2020-04-17 14:10 ` Randy MacLeod
0 siblings, 0 replies; 4+ messages in thread
From: Randy MacLeod @ 2020-04-17 14:10 UTC (permalink / raw)
To: Nicolas Dechesne, Denys Dmytriyenko; +Cc: yocto@lists.yoctoproject.org
On 2020-04-17 4:09 a.m., Nicolas Dechesne wrote:
>
>
> On Thu, Apr 16, 2020 at 9:36 PM Denys Dmytriyenko <denis@denix.org
> <mailto:denis@denix.org>> wrote:
>
> I doubt people that actually send emails to the list use #hashtags.
>
> But the new list server provides this posting feature for anyone to
> address
> the list and requests poster to add #hashtags - very annoying, indeed:
>
> https://lists.yoctoproject.org/g/yocto/post
>
>
> there is that. And looking at the history on the server, most of the
> existing tags came from the web. But a hashtag is created automatically
> when using '#' in the email subject. that's how #define was created:
> https://lists.yoctoproject.org/g/yocto/message/48686
>
> and this email created #hashtags ;-)
>
> I haven't found a way to disable it.. from what I can see we can
> 1. force every message to have at least one hashtag...
> 2. bounce message with a new hashtag in $subject
> 3. remove new hashtag when used in $subject
I don't think we need to change anything.
I found it annoying at first because I didn't know about the
archive tagging feature.
>
> I think we will need to do some tests to see what #3 does.. But in any
> case, I don't think we can prevent users from creating hashtags from the
> web..
>
> Is that causing any issues with patches workflow?
I am not aware of any workflow problems.
../Randy
>
>
>
> --
> Denys
>
>
> On Thu, Apr 16, 2020 at 03:18:34PM -0400, Randy MacLeod wrote:
> > FYI:
> >
> > I don't know if I missed the memo/tweet about the email archive
> feature
> > but I just noticed that the new archive site will index emails
> > by hashtag:
> >
> > https://lists.yoctoproject.org/g/yocto
> >
> > https://lists.yoctoproject.org/g/yocto/hashtags
> >
> > I thought it was an annoying new behaviour coming from Twitter users
> > but now I understand why there are hashtags on my lawn^Hsubject
> lines.
> >
> > ;-)
> >
> > --
> > # Randy MacLeod
> > # Wind River Linux
>
> >
>
>
>
>
>
--
# Randy MacLeod
# Wind River Linux
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-17 14:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16 19:18 FYI: Why people are using #hashtags in yocto email subjects Randy MacLeod
2020-04-16 19:36 ` [yocto] " Denys Dmytriyenko
2020-04-17 8:09 ` Nicolas Dechesne
2020-04-17 14:10 ` Randy MacLeod
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.