From rob at pickering.org Sun Feb 2 11:42:29 2020 From: rob at pickering.org (Rob Pickering) Date: Sun, 2 Feb 2020 12:42:29 +0100 Subject: [Free-RTC Discuss] Awesome RTC Message-ID: I started a repo for this after the discussion in the FOSDEM Devroom this morning: https://github.com/rjp44/awesome-rtc Structure is a two minute first stab at a taxonomy with an arbitrary selection of sample project names (no links) thrown in. If anyone else thinks this is useful, please contribute PRs with useful links. -- Rob Pickering, rob at pickering.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel at pocock.pro Sun Feb 2 22:10:25 2020 From: daniel at pocock.pro (Daniel Pocock) Date: Sun, 2 Feb 2020 23:10:25 +0100 Subject: [Free-RTC Discuss] maintaining a calendar of FreeRTC events In-Reply-To: References: Message-ID: <92750180-afe2-d088-d24c-a4c699caa035@pocock.pro> On 28/10/2019 10:08, Daniel Pocock wrote: > > There are many great events throughout the year, some of those that come > to mind are listed in a separate thread I started: > https://lists.freertc.org/pipermail/discuss/2019-October/000023.html > > I've manually created an icalendar file that people can follow at > > https://freertc.org/events.ics > > The aim is to include both the event (VEVENT object) and also the CFP > deadline (VTODO object). I've included the FOSDEM CFP deadline, I need > to tweak it to add the reminder attributes. > > Can you please try adding the URL to your calendar and tell us if you > see both the events and task deadline? > > I've also been thinking about ways to automate updates to this iCalendar > feed so you will not have to manually copy events to your calendars, > here are some ideas: > > a) people manually edit the events.ics file in Git and I setup a cron > job to periodically copy it to the web server > > b) people use any tool they prefer to create events as iCalendar files > and commit them to a Git repository with pull requests. We use some > tool/script to concatenate them into a single file for the web server. > > c) we ask people to put events in agendadulibre.org and tag them (sip, > xmpp, webrtc, ...) and we run some script to automatically extract all > the tagged events into a file freertc.org/events.ics, maybe one of the > scripts mentioned in (d) > > d) we run a script that polls iCalendar files from different sources > (e.g. from fosdem.org, XSF, ...) and merges them into a single feed. > Scripts like this already exist: > https://github.com/davorg/mergecal > https://github.com/mionisation/icsMerge > > Has anybody tried any of those scripts already? > > Can anybody suggest other events to include (please reply to the other > thread)? > > Does anybody have any preference for agendadulibre.org, grical.org or > any other site? Even better, does anybody have any script to replicate > an event across all those sites? > > To create the initial events.ics I simply did the following: > > search online tool for creating iCalendar: > https://duckduckgo.com/?q=icalendar+generator&t=ffab&ia=web > filled in the form > copy and paste the output into a file on my web server: > https://freertc.org/events.ics > Here are some more links https://github.com/wking/pycalendar We had a wider discussion in Debian, there is a wiki page about it, there is a subsection about scraping event data: https://wiki.debian.org/SocialEventAndConferenceCalendars and some students worked on related topics Dogukan https://web.itu.edu.tr/celikd/ https://salsa.debian.org/dogukan-guest/cavabunga-collector-lwn-calendar Renata https://wiki.debian.org/RenataDAvila From daniel at pocock.pro Sun Feb 2 22:10:51 2020 From: daniel at pocock.pro (Daniel Pocock) Date: Sun, 2 Feb 2020 23:10:51 +0100 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: References: Message-ID: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> On 02/02/2020 12:42, Rob Pickering wrote: > I started a repo for this after the discussion?in the FOSDEM Devroom > this morning: > > https://github.com/rjp44/awesome-rtc > > Structure?is a two minute first stab at a taxonomy with an arbitrary > selection of sample project names (no links) thrown in. > > If anyone else thinks this is useful, please contribute PRs with useful > links. Rob, thanks for creating this Can I give you access to push the repository in this group? https://gitlab.com/freertc Or could it become part of the page? https://gitlab.com/freertc/freertc.org I notice you include a (default?) code-of-conduct.md file. I find these can be unbalanced if a project doesn't codify both the obligations and also the rights of contributors together. Would you consider removing it until we have a discussion about it at a future event? Regards, Daniel From saghul at gmail.com Mon Feb 3 07:15:57 2020 From: saghul at gmail.com (=?utf-8?Q?Sa=C3=BAl_Ibarra_Corretg=C3=A9?=) Date: Mon, 3 Feb 2020 08:15:57 +0100 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> Message-ID: <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> This has already been done a couple of times, it was brought to my attention yesterday: https://twitter.com/saghul/status/1223908763981185024?s=21 I see no reason to duplicate efforts here. We could just contribute to them and link them appropriately. -Sa?l > On 2 Feb 2020, at 23:11, Daniel Pocock wrote: > > ? > >> On 02/02/2020 12:42, Rob Pickering wrote: >> I started a repo for this after the discussion in the FOSDEM Devroom >> this morning: >> >> https://github.com/rjp44/awesome-rtc >> >> Structure is a two minute first stab at a taxonomy with an arbitrary >> selection of sample project names (no links) thrown in. >> >> If anyone else thinks this is useful, please contribute PRs with useful >> links. > > Rob, thanks for creating this > > Can I give you access to push the repository in this group? > > https://gitlab.com/freertc > > Or could it become part of the page? > > https://gitlab.com/freertc/freertc.org > > I notice you include a (default?) code-of-conduct.md file. I find these > can be unbalanced if a project doesn't codify both the obligations and > also the rights of contributors together. Would you consider removing > it until we have a discussion about it at a future event? > > Regards, > > Daniel > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From rob at pickering.org Mon Feb 3 10:00:26 2020 From: rob at pickering.org (Rob Pickering) Date: Mon, 3 Feb 2020 11:00:26 +0100 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> Message-ID: Agree, much better idea, the new repo will cease to exist in a few moments. On Mon, 3 Feb 2020, 08:16 Sa?l Ibarra Corretg?, wrote: > This has already been done a couple of times, it was brought to my > attention yesterday: > https://twitter.com/saghul/status/1223908763981185024?s=21 > > I see no reason to duplicate efforts here. We could just contribute to > them and link them appropriately. > > -Sa?l > > On 2 Feb 2020, at 23:11, Daniel Pocock wrote: > > ? > > On 02/02/2020 12:42, Rob Pickering wrote: > > I started a repo for this after the discussion in the FOSDEM Devroom > > this morning: > > > https://github.com/rjp44/awesome-rtc > > > Structure is a two minute first stab at a taxonomy with an arbitrary > > selection of sample project names (no links) thrown in. > > > If anyone else thinks this is useful, please contribute PRs with useful > > links. > > > Rob, thanks for creating this > > Can I give you access to push the repository in this group? > > https://gitlab.com/freertc > > Or could it become part of the page? > > https://gitlab.com/freertc/freertc.org > > I notice you include a (default?) code-of-conduct.md file. I find these > can be unbalanced if a project doesn't codify both the obligations and > also the rights of contributors together. Would you consider removing > it until we have a discussion about it at a future event? > > Regards, > > Daniel > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss > > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel at pocock.pro Thu Feb 6 19:41:36 2020 From: daniel at pocock.pro (Daniel Pocock) Date: Thu, 6 Feb 2020 20:41:36 +0100 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> Message-ID: <624b93d7-8029-6e43-9b8b-6fb8dbfb9317@pocock.pro> On 03/02/2020 08:15, Sa?l Ibarra Corretg? wrote: > This has already been done a couple of times, it was brought to my > attention > yesterday:?https://twitter.com/saghul/status/1223908763981185024?s=21 > > I see no reason to duplicate efforts here. We could just contribute to > them and link them appropriately. > https://github.com/QXIP/awesome-voip-rtc https://github.com/rtckit/awesome-rtc Could we gather this data in a CSV file, table or JSON somehow? It would be really useful to have a collection of links for each project, especially: RSS / Atom feed iCalendar event feed (with both events as VEVENT and CFP deadlines as VTODO) bug tracker URL Git URL mailing list URL a list of tags per-project, e.g. sip, xmpp, webrtc logo URL People could then make their own scripts to consume the table, monitor the iCalendar or RSS feeds or whatever they want to do. Would anybody like to suggest a tool to maintain something like this or a CSV file in Git is sufficient? From ciprian.dosoftei at gmail.com Thu Feb 6 20:04:18 2020 From: ciprian.dosoftei at gmail.com (Ciprian Dosoftei) Date: Thu, 6 Feb 2020 15:04:18 -0500 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: <624b93d7-8029-6e43-9b8b-6fb8dbfb9317@pocock.pro> References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> <624b93d7-8029-6e43-9b8b-6fb8dbfb9317@pocock.pro> Message-ID: Hi Daniel -- Maintainer of rtckit/awesome-rtc here; I like the RSS feed idea, that's something I could wire up in the repository's CI routine. It should be more effective than GitHub's notifications ... at least in my personal case, I've grown a bit numb to them (difficult to keep up with). -Ciprian On Thu, 6 Feb 2020 at 14:41, Daniel Pocock wrote: > > > On 03/02/2020 08:15, Sa?l Ibarra Corretg? wrote: > > This has already been done a couple of times, it was brought to my > > attention > > yesterday: https://twitter.com/saghul/status/1223908763981185024?s=21 > > > > I see no reason to duplicate efforts here. We could just contribute to > > them and link them appropriately. > > > > > https://github.com/QXIP/awesome-voip-rtc > https://github.com/rtckit/awesome-rtc > > > Could we gather this data in a CSV file, table or JSON somehow? > > It would be really useful to have a collection of links for each > project, especially: > > RSS / Atom feed > iCalendar event feed > (with both events as VEVENT and CFP deadlines as VTODO) > bug tracker URL > Git URL > mailing list URL > a list of tags per-project, e.g. sip, xmpp, webrtc > logo URL > > People could then make their own scripts to consume the table, monitor > the iCalendar or RSS feeds or whatever they want to do. > > Would anybody like to suggest a tool to maintain something like this or > a CSV file in Git is sufficient? > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss > -- Best Regards, Ciprian Dosoftei The information transmitted is intended only for the addressee and may contain privileged and/or confidential material. If you are not the intended recipient, kindly contact the sender and delete the message. Any disclosure, distribution or copying of this message is strictly prohibited without the expressed permission of the sender. -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel at pocock.pro Thu Feb 6 22:03:02 2020 From: daniel at pocock.pro (Daniel Pocock) Date: Thu, 6 Feb 2020 23:03:02 +0100 Subject: [Free-RTC Discuss] maintaining a calendar of FreeRTC events In-Reply-To: <92750180-afe2-d088-d24c-a4c699caa035@pocock.pro> References: <92750180-afe2-d088-d24c-a4c699caa035@pocock.pro> Message-ID: <812dc15d-2895-4a11-4e29-77eda93586e9@pocock.pro> On 02/02/2020 23:10, Daniel Pocock wrote: > > > On 28/10/2019 10:08, Daniel Pocock wrote: >> >> There are many great events throughout the year, some of those that come >> to mind are listed in a separate thread I started: >> https://lists.freertc.org/pipermail/discuss/2019-October/000023.html >> >> I've manually created an icalendar file that people can follow at >> >> https://freertc.org/events.ics >> >> The aim is to include both the event (VEVENT object) and also the CFP >> deadline (VTODO object). I've included the FOSDEM CFP deadline, I need >> to tweak it to add the reminder attributes. >> >> Can you please try adding the URL to your calendar and tell us if you >> see both the events and task deadline? >> >> I've also been thinking about ways to automate updates to this iCalendar >> feed so you will not have to manually copy events to your calendars, >> here are some ideas: >> >> a) people manually edit the events.ics file in Git and I setup a cron >> job to periodically copy it to the web server >> >> b) people use any tool they prefer to create events as iCalendar files >> and commit them to a Git repository with pull requests. We use some >> tool/script to concatenate them into a single file for the web server. >> >> c) we ask people to put events in agendadulibre.org and tag them (sip, >> xmpp, webrtc, ...) and we run some script to automatically extract all >> the tagged events into a file freertc.org/events.ics, maybe one of the >> scripts mentioned in (d) >> >> d) we run a script that polls iCalendar files from different sources >> (e.g. from fosdem.org, XSF, ...) and merges them into a single feed. >> Scripts like this already exist: >> https://github.com/davorg/mergecal >> https://github.com/mionisation/icsMerge >> >> Has anybody tried any of those scripts already? >> >> Can anybody suggest other events to include (please reply to the other >> thread)? >> >> Does anybody have any preference for agendadulibre.org, grical.org or >> any other site? Even better, does anybody have any script to replicate >> an event across all those sites? >> >> To create the initial events.ics I simply did the following: >> >> search online tool for creating iCalendar: >> https://duckduckgo.com/?q=icalendar+generator&t=ffab&ia=web >> filled in the form >> copy and paste the output into a file on my web server: >> https://freertc.org/events.ics >> > > > Here are some more links > > > https://github.com/wking/pycalendar > > > We had a wider discussion in Debian, there is a wiki page about it, > there is a subsection about scraping event data: > > https://wiki.debian.org/SocialEventAndConferenceCalendars > > and some students worked on related topics > > Dogukan > https://web.itu.edu.tr/celikd/ > https://salsa.debian.org/dogukan-guest/cavabunga-collector-lwn-calendar > > Renata > https://wiki.debian.org/RenataDAvila > I was also thinking about how we maintain CFP deadlines and I had an interesting idea People could create their CFPs as issues in their bug trackers. This is not relevant for every project but it is useful for some projects. In the bug tracker issue, it is possible to specify some attributes: - deadline - assignee - a virtual user called "cfp" for public events Finally, the iCalendar feed from the bug tracker can poll all issues for the cfp virtual user I already did some hacking on the latter, there is a script with screenshots: https://danielpocock.com/github-icalendar-issue-feed-now-scans-all-repositories/ https://danielpocock.com/github-issues-as-an-icalendar-feed/ https://danielpocock.com/debian-maintainer-dashboard-now-provides-icalendar-feeds/ There are probably other permutations on this, for example, adding VALARM to the scripts to give people reminder popups. Regards, Daniel From ciprian.dosoftei at gmail.com Fri Feb 7 00:16:23 2020 From: ciprian.dosoftei at gmail.com (Ciprian Dosoftei) Date: Thu, 6 Feb 2020 19:16:23 -0500 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> <624b93d7-8029-6e43-9b8b-6fb8dbfb9317@pocock.pro> Message-ID: After mulling it over, I think a more structured data format is better suited. For example, a YAML file -- no love lust with the format, it just plays nicer with source control tools -- could be the primary source, then during CI, it can be transformed into other deliverables (JSON, CSV, XML etc). Here's a proof of concept I put together: https://github.com/cdosoftei/awesome-rtc/blob/master/meta.yaml And here's a simple browser based JS consumer: https://rtckit.io/os-rtc-index/ I've deliberately left out the events portion; after a cursory check, not all event websites expose an iCal feed. I am thinking these could be structured entries for each project; during CI, iCal files could be generated and/or consumers can create their own artifacts. Any thoughts? Thanks! On Thu, 6 Feb 2020 at 15:04, Ciprian Dosoftei wrote: > Hi Daniel -- > > Maintainer of rtckit/awesome-rtc > here; I like the RSS feed idea, that's something I could wire up in the > repository's CI routine. > > It should be more effective than GitHub's notifications ... at least in my > personal case, I've grown a bit numb to them (difficult to keep up with). > > -Ciprian > > On Thu, 6 Feb 2020 at 14:41, Daniel Pocock wrote: > >> >> >> On 03/02/2020 08:15, Sa?l Ibarra Corretg? wrote: >> > This has already been done a couple of times, it was brought to my >> > attention >> > yesterday: https://twitter.com/saghul/status/1223908763981185024?s=21 >> > >> > I see no reason to duplicate efforts here. We could just contribute to >> > them and link them appropriately. >> > >> >> >> https://github.com/QXIP/awesome-voip-rtc >> https://github.com/rtckit/awesome-rtc >> >> >> Could we gather this data in a CSV file, table or JSON somehow? >> >> It would be really useful to have a collection of links for each >> project, especially: >> >> RSS / Atom feed >> iCalendar event feed >> (with both events as VEVENT and CFP deadlines as VTODO) >> bug tracker URL >> Git URL >> mailing list URL >> a list of tags per-project, e.g. sip, xmpp, webrtc >> logo URL >> >> People could then make their own scripts to consume the table, monitor >> the iCalendar or RSS feeds or whatever they want to do. >> >> Would anybody like to suggest a tool to maintain something like this or >> a CSV file in Git is sufficient? >> _______________________________________________ >> Discuss mailing list >> Discuss at lists.freertc.org >> http://lists.freertc.org/mailman/listinfo/discuss >> > > > -- > Best Regards, > Ciprian Dosoftei > > The information transmitted is intended only for the addressee and may > contain privileged and/or confidential material. If you are not the > intended recipient, kindly contact the sender and delete the message. > > Any disclosure, distribution or copying of this message is strictly > prohibited without the expressed permission of the sender. > -- Best Regards, Ciprian Dosoftei The information transmitted is intended only for the addressee and may contain privileged and/or confidential material. If you are not the intended recipient, kindly contact the sender and delete the message. Any disclosure, distribution or copying of this message is strictly prohibited without the expressed permission of the sender. -------------- next part -------------- An HTML attachment was scrubbed... URL: From saghul at gmail.com Fri Feb 7 09:59:27 2020 From: saghul at gmail.com (=?UTF-8?Q?Sa=c3=bal_Ibarra_Corretg=c3=a9?=) Date: Fri, 7 Feb 2020 10:59:27 +0100 Subject: [Free-RTC Discuss] Awesome RTC In-Reply-To: References: <3d443491-99ed-0022-d8ce-58e5f473599b@pocock.pro> <676AD266-5683-4F76-AF20-CE578EA65755@gmail.com> <624b93d7-8029-6e43-9b8b-6fb8dbfb9317@pocock.pro> Message-ID: On 07/02/2020 01:16, Ciprian Dosoftei wrote: > After mulling?it over, I think a more structured data format is better > suited. > > For example, a YAML file -- no love lust with the format, it just plays > nicer with source control tools -- could be the primary source, then > during CI, it can be transformed into other deliverables (JSON, CSV, XML > etc). > > Here's a proof of concept I put together: > > https://github.com/cdosoftei/awesome-rtc/blob/master/meta.yaml > > And here's a simple browser based JS > consumer:?https://rtckit.io/os-rtc-index/ > > I've deliberately left out the events portion; after a cursory check, > not all event websites expose an iCal feed. I am thinking these could be > structured entries for each project; during CI, iCal files could be > generated and/or consumers can create their own artifacts. > > Any thoughts? Thanks! > Hi Ciprian, I personally like it a lot, thanks for doing it! I also agree that YAML is much nicer to work with than CSV or JSON, and just as easy to consume. Cheers, > On Thu, 6 Feb 2020 at 15:04, Ciprian Dosoftei > > wrote: > > Hi Daniel -- > > Maintainer of rtckit/awesome-rtc > here; I like the RSS feed > idea, that's something I could wire up in the repository's CI routine. > > It should be more effective than GitHub's notifications ... at least > in my personal case, I've grown a bit numb to them (difficult to > keep up with). > > -Ciprian > > On Thu, 6 Feb 2020 at 14:41, Daniel Pocock > wrote: > > > > On 03/02/2020 08:15, Sa?l Ibarra Corretg? wrote: > > This has already been done a couple of times, it was brought to my > > attention > > > yesterday:?https://twitter.com/saghul/status/1223908763981185024?s=21 > > > > I see no reason to duplicate efforts here. We could just > contribute to > > them and link them appropriately. > > > > > https://github.com/QXIP/awesome-voip-rtc > https://github.com/rtckit/awesome-rtc > > > Could we gather this data in a CSV file, table or JSON somehow? > > It would be really useful to have a collection of links for each > project, especially: > > RSS / Atom feed > iCalendar event feed > ? (with both events as VEVENT and CFP deadlines as VTODO) > bug tracker URL > Git URL > mailing list URL > a list of tags per-project, e.g. sip, xmpp, webrtc > logo URL > > People could then make their own scripts to consume the table, > monitor > the iCalendar or RSS feeds or whatever they want to do. > > Would anybody like to suggest a tool to maintain something like > this or > a CSV file in Git is sufficient? > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss > > > > -- > Best Regards, > Ciprian Dosoftei > > The information transmitted is intended only for the addressee and > may contain privileged and/or confidential material. If you are not > the intended recipient, kindly contact the sender and delete the > message. > > Any disclosure, distribution or copying of this message is strictly > prohibited without the expressed permission of the sender. > > > > -- > Best Regards, > Ciprian Dosoftei > > The information transmitted is intended only for the addressee and may > contain privileged and/or confidential material. If you are not the > intended recipient, kindly contact the sender and delete the message. > > Any disclosure, distribution or copying of this message is strictly > prohibited without the expressed permission of the sender. > > _______________________________________________ > Discuss mailing list > Discuss at lists.freertc.org > http://lists.freertc.org/mailman/listinfo/discuss > -- Sa?l From daniel at pocock.pro Sun Feb 9 08:23:23 2020 From: daniel at pocock.pro (Daniel Pocock) Date: Sun, 9 Feb 2020 09:23:23 +0100 Subject: [Free-RTC Discuss] FOSDEM 2020 RTC devroom and Coronavirus In-Reply-To: References: <28ca9400-424e-61a3-ac9d-9d69aa883422@pocock.pro> <280A9C1E-30E4-4174-9B12-AA7497130EF9@gmail.com> Message-ID: <313f6b78-6000-5a6d-2a90-b0ec6dc7967f@pocock.pro> On 30/01/2020 09:57, Daniel Pocock wrote: > > > On 30/01/2020 07:09, Sa?l Ibarra Corretg? wrote: >> They are going to issue a recommendation. It?s not like roads and airports are going to be closed. >> >> Please let?s not take the alarmist route just yet. > > > I don't mean to sound alarmist, I simply think it is wise to be prepared > for something that is gaining more significance each day. > > If some people don't come for any reason and we have a plan for that, we > will have less stress on the day > Looks like my sense of intuition is working well, I had a near miss: Coronavirus passed through Geneva airport (GVA) twice in the days before FOSDEM. Right under the nose of the WHO headquarters, if you'll excuse the pun. So glad I didn't pick it up and contaminate all of you. https://i.dailymail.co.uk/1s/2020/02/08/15/24478122-7981047-image-a-4_1581177063980.jpg