pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Started by Achilleas Mantziosover 7 years ago15 messagesgeneral
Jump to latest
#1Achilleas Mantzios
achill@matrix.gatewaynet.com

Hello,

The pgconf eu 2018 entry is missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations
.

I am afraid the more time passes since the event the harder to get
people post their slides there, so pls update this ASAP.

#2Charles Clavadetscher
clavadetscher@swisspug.org
In reply to: Achilleas Mantzios (#1)
RE: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Hello Achilleas

-----Original Message-----
From: Achilleas Mantzios <achill@matrix.gatewaynet.com>
Sent: Sonntag, 18. November 2018 12:23
To: pgsql-general@postgresql.org
Subject: pgconf eu 2018 slides entry missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentatio
ns

Hello,

The pgconf eu 2018 entry is missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentatio
ns
.

I am afraid the more time passes since the event the harder to get
people post their slides there, so pls update this ASAP.

[>] I made an entry in the wiki:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been delivered by the speakers, in the talk descriptions in the schedule.

Bye
Charles

#3Achilleas Mantzios
achill@matrix.gatewaynet.com
In reply to: Charles Clavadetscher (#2)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On 19/11/18 8:48 π.μ., Charles Clavadetscher wrote:

Hello Achilleas

-----Original Message-----
From: Achilleas Mantzios <achill@matrix.gatewaynet.com>
Sent: Sonntag, 18. November 2018 12:23
To: pgsql-general@postgresql.org
Subject: pgconf eu 2018 slides entry missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentatio
ns

Hello,

The pgconf eu 2018 entry is missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentatio
ns
.

I am afraid the more time passes since the event the harder to get
people post their slides there, so pls update this ASAP.

[>] I made an entry in the wiki:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been delivered by the speakers, in the talk descriptions in the schedule.

Thank you! Lets hope the list fills up!

Bye
Charles

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

#4Stephen Frost
sfrost@snowman.net
In reply to: Charles Clavadetscher (#2)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Greetings,

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

Seems like what we should do here is add a feature to the conference
system where a particular URL will produce a list of talks with links
to slides, if uploaded. That shouldn't be hard to do if someone is
interested and knows a little python/django- the code is here:

https://git.postgresql.org/gitweb/?p=pgeu-website.git;a=summary

Patches very much accepted. :)

Thanks!

Stephen

#5Magnus Hagander
magnus@hagander.net
In reply to: Stephen Frost (#4)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On Mon, Nov 19, 2018 at 2:27 PM Stephen Frost <sfrost@snowman.net> wrote:

Greetings,

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been

delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

Seems like what we should do here is add a feature to the conference
system where a particular URL will produce a list of talks with links
to slides, if uploaded. That shouldn't be hard to do if someone is
interested and knows a little python/django- the code is here:

It can already be done on the session list, if one just uses the template
functioinality that's there. Rumor has it Daniel has a hidden branch
somewhere... :)

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#6Magnus Hagander
magnus@hagander.net
In reply to: Magnus Hagander (#5)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On Mon, Nov 19, 2018 at 2:38 PM Magnus Hagander <magnus@hagander.net> wrote:

On Mon, Nov 19, 2018 at 2:27 PM Stephen Frost <sfrost@snowman.net> wrote:

Greetings,

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been

delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

Seems like what we should do here is add a feature to the conference
system where a particular URL will produce a list of talks with links
to slides, if uploaded. That shouldn't be hard to do if someone is
interested and knows a little python/django- the code is here:

It can already be done on the session list, if one just uses the template
functioinality that's there. Rumor has it Daniel has a hidden branch
somewhere... :)

This has now been pushed, so both the schedule and the session list on
pgconf.eu will now indicate which sessions have slides uploaded.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#7Achilleas Mantzios
achill@matrix.gatewaynet.com
In reply to: Stephen Frost (#4)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On 19/11/18 3:27 μ.μ., Stephen Frost wrote:

Greetings,

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

It is nice to have a single source to all slides from all conferences, so at least a link to the conference page should be there on the wiki.

Seems like what we should do here is add a feature to the conference
system where a particular URL will produce a list of talks with links
to slides, if uploaded. That shouldn't be hard to do if someone is
interested and knows a little python/django- the code is here:

https://git.postgresql.org/gitweb/?p=pgeu-website.git;a=summary

Patches very much accepted. :)

Thanks!

Stephen

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

#8Charles Clavadetscher
clavadetscher@swisspug.org
In reply to: Achilleas Mantzios (#7)
RE: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

-----Original Message-----
From: Achilleas Mantzios <achill@matrix.gatewaynet.com>
Sent: Montag, 19. November 2018 15:43
To: pgsql-general@lists.postgresql.org
Subject: Re: pgconf eu 2018 slides entry missing from
https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentatio
ns

On 19/11/18 3:27 μ.μ., Stephen Frost wrote:

Greetings,

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been

delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

It is nice to have a single source to all slides from all conferences, so
at least a link to the conference page should be there on the wiki.

[>] It is since this morning.

Show quoted text

Seems like what we should do here is add a feature to the conference
system where a particular URL will produce a list of talks with links
to slides, if uploaded. That shouldn't be hard to do if someone is
interested and knows a little python/django- the code is here:

https://git.postgresql.org/gitweb/?p=pgeu-website.git;a=summary

Patches very much accepted. :)

Thanks!

Stephen

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

#9Stephen Frost
sfrost@snowman.net
In reply to: Magnus Hagander (#6)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Greetings,

* Magnus Hagander (magnus@hagander.net) wrote:

This has now been pushed, so both the schedule and the session list on
pgconf.eu will now indicate which sessions have slides uploaded.

That's better, but couldn't we make that an actual link..?

Thanks!

Stephen

#10Stephen Frost
sfrost@snowman.net
In reply to: Achilleas Mantzios (#7)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Greetings,

* Achilleas Mantzios (achill@matrix.gatewaynet.com) wrote:

On 19/11/18 3:27 μ.μ., Stephen Frost wrote:

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

It is nice to have a single source to all slides from all conferences, so at least a link to the conference page should be there on the wiki.

Having it for *all* conferences would be yet another, different,
thing... We could do that for each of the systems (PgEU, PgUS, PgDU,
PGConfAPAC) potentially, but then we might also want to include links to
things like the videos from those conferences which record and post to
youtube, like: https://www.youtube.com/user/postgresopen

I do think Magnus has some thoughts about providing a way to search each
system for talks that might be interesting to a particular user and we
might even be able to provide a federated search through .Org
eventually..

Not sure if the wiki is the best place for that, but we could at least
start there, I suppose, if someone wants to pull that together.

Thanks!

Stephen

#11Magnus Hagander
magnus@hagander.net
In reply to: Stephen Frost (#9)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On Mon, Nov 19, 2018 at 4:01 PM Stephen Frost <sfrost@snowman.net> wrote:

Greetings,

* Magnus Hagander (magnus@hagander.net) wrote:

This has now been pushed, so both the schedule and the session list on
pgconf.eu will now indicate which sessions have slides uploaded.

That's better, but couldn't we make that an actual link..?

That could potentially look quite crap for a session that has a large set
of files and/or links.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#12Magnus Hagander
magnus@hagander.net
In reply to: Stephen Frost (#10)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On Mon, Nov 19, 2018 at 4:35 PM Stephen Frost <sfrost@snowman.net> wrote:

Greetings,

* Achilleas Mantzios (achill@matrix.gatewaynet.com) wrote:

On 19/11/18 3:27 μ.μ., Stephen Frost wrote:

* Charles Clavadetscher (clavadetscher@swisspug.org) wrote:

https://wiki.postgresql.org/wiki/PostgreSQL_Conference_Europe_Talks_2018

As mentioned there, the slides are linked, as long as they have been

delivered by the speakers, in the talk descriptions in the schedule.

I'm not sure what the point of duplicating that information on to the
wiki is..?

It is nice to have a single source to all slides from all conferences,

so at least a link to the conference page should be there on the wiki.

Having it for *all* conferences would be yet another, different,
thing... We could do that for each of the systems (PgEU, PgUS, PgDU,
PGConfAPAC) potentially, but then we might also want to include links to
things like the videos from those conferences which record and post to
youtube, like: https://www.youtube.com/user/postgresopen

I do think Magnus has some thoughts about providing a way to search each
system for talks that might be interesting to a particular user and we
might even be able to provide a federated search through .Org
eventually..

Not sure if the wiki is the best place for that, but we could at least
start there, I suppose, if someone wants to pull that together.

Yes, I do have some sort of long term idea for how to do that. I haven't
figured out the details yet though, but that's where I'd like to end up
eventually.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#13Stephen Frost
sfrost@snowman.net
In reply to: Magnus Hagander (#11)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Greetings,

* Magnus Hagander (magnus@hagander.net) wrote:

On Mon, Nov 19, 2018 at 4:01 PM Stephen Frost <sfrost@snowman.net> wrote:

* Magnus Hagander (magnus@hagander.net) wrote:

This has now been pushed, so both the schedule and the session list on
pgconf.eu will now indicate which sessions have slides uploaded.

That's better, but couldn't we make that an actual link..?

That could potentially look quite crap for a session that has a large set
of files and/or links.

That's a relatively rare case, isn't it..?

Thanks!

Stephen

#14Magnus Hagander
magnus@hagander.net
In reply to: Stephen Frost (#13)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

On Mon, Nov 19, 2018 at 9:04 PM Stephen Frost <sfrost@snowman.net> wrote:

Greetings,

* Magnus Hagander (magnus@hagander.net) wrote:

On Mon, Nov 19, 2018 at 4:01 PM Stephen Frost <sfrost@snowman.net>

wrote:

* Magnus Hagander (magnus@hagander.net) wrote:

This has now been pushed, so both the schedule and the session list

on

pgconf.eu will now indicate which sessions have slides uploaded.

That's better, but couldn't we make that an actual link..?

That could potentially look quite crap for a session that has a large set
of files and/or links.

That's a relatively rare case, isn't it..?

It's not super common, no, but I'd still rather not break the layout from
it...

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#15Stephen Frost
sfrost@snowman.net
In reply to: Magnus Hagander (#14)
Re: pgconf eu 2018 slides entry missing from https://wiki.postgresql.org/wiki/PostgreSQL_Related_Slides_and_Presentations

Greetings,

* Magnus Hagander (magnus@hagander.net) wrote:

On Mon, Nov 19, 2018 at 9:04 PM Stephen Frost <sfrost@snowman.net> wrote:

* Magnus Hagander (magnus@hagander.net) wrote:

On Mon, Nov 19, 2018 at 4:01 PM Stephen Frost <sfrost@snowman.net>

wrote:

* Magnus Hagander (magnus@hagander.net) wrote:

This has now been pushed, so both the schedule and the session list

on

pgconf.eu will now indicate which sessions have slides uploaded.

That's better, but couldn't we make that an actual link..?

That could potentially look quite crap for a session that has a large set
of files and/or links.

That's a relatively rare case, isn't it..?

It's not super common, no, but I'd still rather not break the layout from
it...

I had been thinking more along the lines of having a link for one item
and then an icon which links to the page itself when there's more than
one, or similar.

Thanks!

Stephen