#indieweb 2019-10-28
2019-10-28 UTC
gRegorLove and [timothy_chamber joined the channel
#
[timothy_chamber BTW, here is the type of discussions we are trying to spur in side the Mastodon/Fediverse world and the Indieweb efforts: this is from an admin of one of the more prominent instances….
#
aaronpk Took me a while to realize there was an image there in slack. Manually copying the images for the sake of the logs: https://media.aaronpk.com/2019/10/file-20191027173715-3183.png

kensp, [qubyte], wolftune, [jgmac1106], patterson and [snarfed] joined the channel
#
[snarfed] hi [timothy_chambers]! unrelated, but in case you didn't see it, https://snarfed.org/2019-10-22_mastodon-on-bridgy may be relevant to your interests 😁
kensp, gRegorLove, wolftune, KartikPrabhu, Decobus and [chrisaldrich] joined the channel; alu left the channel
[snarfed] joined the channel
[Lewis_Cowles] joined the channel
#
[snarfed] "Here's why I did it: Because it's 'bout time" 😆 😎 https://github.com/idno/known/pull/2562
gRegorLove, cweiske, MattJ, jihaisse, AkyRhO_, [chrisbergr] and [frank] joined the channel
[Rose] joined the channel
asymptotically, [Lewis_Cowles], KartikPrabhu, gRegorLove, patterson and jeremych_ joined the channel
#
jeremycherfas Morning IndieWeb

#
gellenburg[m] greetings
#
jeremycherfas Hello, and welcome. I don't think I have seen you here before.

#
gellenburg[m] nope. i just learned about IWC a few weeks ago. i feel embarrassed i haven't heard about this sooner!
#
jeremycherfas Don't be. And don't be afraid of asking questions. We are a pretty friendly bunch.

#
jeremycherfas Do you currently have a website?

#
gellenburg[m] yep. i've got a few, and i manage a few for some others. i found out about this movement from installing the wordpress plugins.
#
jeremycherfas We have a channel just for WP, #indieweb-wordpress

#
gellenburg[m] oh. sorry.
#
jeremycherfas No, not at all. This is more generally about IndieWeb and then there are other channels that are more topic based

#
jeremycherfas And #indieweb-chat is off-topic (a bit) and not logged.

#
gellenburg[m] gotcha. thanks!
jihaisse, [qubyte], [frank], [tantek], gareppa, [Lewis_Cowles], KempfCreative, [chrisbergr] and jmk3 joined the channel
[manton], KartikPrabhu, [snarfed], Hory and [jgmac1106] joined the channel
#
[chrisbergr] what is photo grid

#
Loqi photo grid is a visual display of a series of photo posts, typically 3 in a column, where only the photo of the post is visible, omitting the text https://indieweb.org/photo_grid

#
[chrisbergr] Why do most of you just put three pictures in a column?

#
jeremycherfas :shrug:

#
[chrisbergr] Without judging, it looks like a waste of space to me.

#
[jgmac1106] 300+300+300=900, made math easy back in pixel sizing days

#
[jgmac1106] plus humans are stuck on the rule of three for some reason

#
[chrisbergr] More

#
[jgmac1106] Mine is either 1,2 or 3 depending on your screen size

#
[chrisbergr] See the image. this is not what I want for my site and I'm just confused why others decide to do this.

#
[chrisbergr] Oh, sorry, I didn't know that wasn't possible.

#
[chrisbergr] Okay, interesting.

[Rose] joined the channel
#
[chrisbergr] I have a 4k monitor here in my office. You are using less than 1/5 of the width of my screen and this looks.. Like wastet.

#
[chrisbergr] Thats a great argument, that ppl will cluster them visually. Increasing the image size and going to 5 images could be a cool solution.

#
[jgmac1106] I often forget when doing design that not everyone has these gigantic monitors....

wolftune joined the channel
#
[chrisbergr] I'm going to play around with the new ideas I've gained. At the moment I always use the full width, so the number of pictures depends on how many fit on it.

#
KartikPrabhu flexbox is supposed to provide exactly that kind of flexibility

#
[chrisbergr] BTW: You can break out of your container with "width: 100vw; margin-left: calc(50% - 100vw / 2);"

#
KartikPrabhu if you define a flexible grid then yes.

#
[chrisbergr] If you ever want to do that...

#
KartikPrabhu https://kartikprabhu.com/articles/walk-work it is a photo post not a photo grid

#
Loqi [Kartik Prabhu] Walk to work https://lh6.googleusercontent.com/CDo9JdGLkWgxpcBNmIy27vuv1rYYNivUOYfUk_FFmafT=s5000

#
[chrisbergr] The very first picture is so beautiful!

[grantcodes] joined the channel
#
[grantcodes] I use flexbox for mine and fill the width of the screen and a minimum of 3 per row

#
[chrisbergr] I'd like to do some posts with more creative layouts for the images, too. But I would describe/define those a gallery.

#
KartikPrabhu or photo posts :P

#
KartikPrabhu what is photo

#
Loqi A photo is a post whose primary content is a photograph or other image, with an optional caption. With multiple photographs it becomes a multi-photo post https://indieweb.org/photo

#
jeremycherfas The point aaronpk made about line length is what governs the design of my site entirely. So, there's a maximum width, and text sizes are geared to that. Photos have to take their chances.

#
[grantcodes] I always like the ability to stretch stuff out of the width of text, it's great for making photos / videos more impactful.

#
KartikPrabhu depends on what design you want. You can have the photos be full width on mobile too

#
[chrisbergr] This is the typical approach these days, Aaron

#
[grantcodes] You must have some sort of margin / padding, I let some images touch the edge of the screen but never text

#
[grantcodes] The postrchild browser extension has that ability built in if you support WordPress classes for alignment: https://grant.codes/media/2019/01/13/alignment.gif

#
jeremycherfas My problem with photos outwith the text box is that I have a very old-fashioned sidebar on the right. Don't want to crash into that.

#
[chrisbergr] I know the problem. This is the reason why most modern wp themes don’t have the sidebar on the side.

#
[chrisbergr] One thing you can do is to let images or what ever overflow just on the left side, instead of both sides.

neceve joined the channel
#
[grantcodes] Heh, one character on each side makes a decent difference on small screens

JorropoDiscord[m joined the channel
gareppa joined the channel
#
[chrisbergr] I would suggest du differentiate between image posts and content with images according to the question which images should overflow the text length

#
[grantcodes] If you do smart flexboxing you can get uneven rows that take up the full width no problem. But it can look odd since they will probably be bigger

#
petermolnar I recently stepped back to 1 column on all displays

#
[manton] For example, Micro.blog has a discover page for photos that does use the full width: https://micro.blog/discover/photos/grid

#
petermolnar I had auto 2 or 3 column responsive on large displays

#
petermolnar but came to realize it's distracting

neceve and gRegorLove joined the channel
#
jeremycherfas !tell KartikPrabhu That coloured border on hover is a nice touch. Subtle, but definitely there.

#
KartikPrabhu thanks

#
KartikPrabhu and if you visit the link it should become green :P

#
jeremycherfas Yes.

wolftune, BigShip, strugee, [frank], [qubyte]1 and [jgmac1106] joined the channel
#
[grantcodes] Now this is an amazing personal website https://bruno-simon.com/

#
kolaente It is
#
kolaente But it's pretty slow on my pc
#
[grantcodes] Well you don't build a website where you can go bowling with a rc car with plans for it to be the fastest in the world

Hory joined the channel
#
kolaente right
#
kolaente but still
[qubyte] joined the channel
#
gRegorLove weird++

#
gRegorLove heh, the car in the browser tab moves as you do

#
gRegorLove the <title>

[dougbeal] joined the channel
#
[dougbeal] As a car simulator it is amusing, but trying to get any information is pretty poor

[KevinMarks] joined the channel
#
[KevinMarks] On svgshare.com I let them flow bigger

wolftune, maxwell and kensp joined the channel
#
maxwell The 2019 Summit in Portland introduced me to the Indieweb, but I haven't been in the chat before. Hello!
#
maxwell Hi, Aaron!
benharri joined the channel
#
maxwell My site is maxwelljoslyn.com. My current project is setting up the blog as a valid h-feed so people can subscribe to it. I have some questions which I'll take to #dev when I've finished typing them ;)
Hory_, gareppa, patteroni, [snarfed], [Ramiro_Ruiz], [qubyte] and [fluffy] joined the channel
[dougbeal] joined the channel
#
[dougbeal] I was thinking along of the lines of, you stop in front of a project, and it pops up a preview so you are not looking at the text at a strange angle.

kensp and [tantek] joined the channel
[KevinMarks] joined the channel
benharri, ecrosstexas and tg-z joined the channel; MattJ left the channel