#indiewebcamp 2015-06-20

2015-06-20 UTC
#
tantek
perhaps noterlive could detect that and de-dup the # and @
#
tantek
some of those noterlive notes look like replies to previous notes - do you have an option to post them as replies to yourself so they thread sensibly and show context of their statements?
#
tantek
e.g. "yes we will make this work too "
#
KevinMarks
I am only posting them as notes on twitter at the moment
#
KevinMarks
I need to fix that to micropub the notes too.
#
tantek
KevinMarks - no I mean is there or can there be an option in noterlive where you check [x] make this in-reply-to the previous note - and have noterlive automatically do the Twitter tweet threading
#
tommorris
suggesting that mf2py signs the Contributor Covenant, which is basically a code-of-conduct but for OSS. thoughts welcome. https://github.com/tommorris/mf2py/issues/47
#
KevinMarks
ah I see
#
KevinMarks
could do
#
tantek
"Contributor Covenant" sounds culty
#
KevinMarks
I shoudl also make them inot twitter collections or whatever they call them now there is na api
#
tantek
tommorris: was there a specific issue that came up? or are you looking to prevent something pre-emptively? or … ?
#
tommorris
tantek: not in mf2py. in other projects I've seen recently.
#
tantek
interesting
#
tommorris
I figure that as an open source project, if you are contributing to mf2py you deserve the same CoC-style protections in project spaces as you do in indiewebcamp spaces.
#
KevinMarks
works for me as an mf2py contributor
#
bear
works for me as an indirect contributor
#
tommorris
awesome. I'll wait a few days and if nobody has any issues, I'll close and implement. :)
#
tantek
tommorris: I like the intent - but the implementation isn't really that good
#
tantek
it's too heavy handed on the negative / punishment side
#
tantek
just as most "anti-harrasment" policies
#
KevinMarks
the django one was phrased postively
#
tantek
why not adopt /code-of-conduct instead?
#
tantek
and frankly, any specifics about "issues, posting feature requests, updating documentation, submitting pull requests or patches" we can (and likely should) add to /code-of-conduct
#
tantek
the high level point is this - if a code of conduct is more about negative behaviors than positive bheaviors, then IMO it has the wrong framing, and will likely *hurt* a community in the longterm (provide discouragement/fear to new people)
#
tantek
and that starts with the name, hence I am opposed to naming codes of conduct things like "anti-harrasment policy"
#
tantek
that kind of difference in framing matters to how people view a community
#
aaronpk
considers adding a link to the indiewebcamp code of conduct to the CONTRIBUTING.md file in his repos
#
tantek
I think that's an excellent idea aaronpk
#
aaronpk
the nice thing about using CONTRIBUTING.md is that the text appears whenever someone opens an issue or starts a pull request
KevinMarks__ joined the channel
#
tantek
that's neat
KevinMarks_ joined the channel
#
aaronpk
oh my bad, it doesn't include the text, but there is a yellow banner that says "Please review the guidelines for contributing to this repository." and links to the file
#
tantek
yeah that's fine too
wolftune and yalamerde joined the channel
#
gRegorLove
Are there examples of anti-harassment policies/CoC hurting a community tantek?
#
tantek
I've seen it have a chilling effect on discussions, and unfortunately the effects are of the passive type - that is people either don't join, or leave quietly
#
tantek
or the kind where it just becomes more stiff / less fun, and that over time means people leave as well - since especially in the context of "free" / all-volunteer communities, the *enjoyment* people get out of it is a big factor for their presence
#
tantek
part of it is a question of goals also
#
tantek
do you want to design for fear (be mostly negative), or do you want to design for empowerment (be mostly positive) ?
#
poka
i want to design for 8ch/USENET grade wizard-trolls
#
tantek
and as I said, free/open standards/source communities are more vulnerable to the fear/negative disincentive, since there's so many other things you could be doing with your time, that don't involve such fear/negativity
#
tantek
poka - that's quite a challenge!
dariusdunlap joined the channel
#
GWG
I saw something about notifications recently. Trying to find it in the log
#
aaronpk
well that was neat
#
aaronpk
I took the JSON version of my home page, and posted each item to my new micropub endpoint
#
aaronpk
since my micropub endpoint accepts microformats JSON now
#
aaronpk
my rendering isn't very good right now, but the result is plain-text versions of all the posts!
snarfed, tantek and mlncn joined the channel
#
aaronpk
this is interesting, because the more I move towards this type-less storage, the more microformats2 is appealing as a storage format
#
aaronpk
right now i'm serializing the microformats2 object as yaml, so it's not a ton different from my current storage except all the properties are named consistently :)
yalamerde and emmak joined the channel
#
emmak
aaronpk: i thought you were already using mf2 as a storage format?
#
aaronpk
not really
#
aaronpk
okay I think I have distilled my ideal UI into a consistent template for everything
#
aaronpk
for rendering in list views, anyway. permalink pages is after this
cmhobbs joined the channel
#
tantek
ooh /me clicks
#
tantek
great start aaronpk
#
tantek
also looks quite flexible enough to change if/when you design/build/iterate
#
aaronpk
yeah I think so
#
aaronpk
my goal is to have one path in the code that renders this HTML regardless of what the content is
#
aaronpk
so that I can get more and more specific depending on what the post is
#
tantek
I think I'm PESOSing (manually) more from Instagram because their UI is so convenient.
#
tantek
my latest IG post is almost a blog post
#
aaronpk
photos?
#
aaronpk
oh interesting
#
tantek
It's a behavior that I fell into in the 2005-2010 era with Flickr
#
tantek
posting a photo and writing a lot
#
tantek
but despite the inconvenient text entry UI of an iPod touch - it feels compelling
#
aaronpk
oh, so for example my flight posts will have a bit more structured data in the text area, but that's achieved by nesting these templates
#
poka
what's convenient about waiting for a 110MB binary to compile and launch on your cheapo MIPS HW , then load like 2 MB of JS and miscellanous faceborg spyware? much easier to curl a damn .txt file and associated image and display it with xv
#
aaronpk
this is crazy... I had no idea duckduckgo let people write integrations for it https://duck.co/duckduckhack/ddh-intro
#
aaronpk
you can write code that actually runs on the duckduckgo servers when people search
#
poka
Instagram has sent a hearty "fuck you" to the HTMLweb http://mw.logbook.am/IG.png
#
poka
basically chromium isnt compiling here because it keeps hitting the 2gb limit due to their crazy C++, gentoo actually blacklisted it
#
tantek
poka - certainly let me know if you have any trouble seeing/reading that post on my site
#
aaronpk
why do you have the instagram URL so high up?
snarfed joined the channel
#
aaronpk
and shouldn't it be a u-syndication?
#
tantek
aaronpk: I've been pairing the URL with the image to link to per my markdown improvements despite the fact that I haven't written the code to combine them yet
#
tantek
I already made edits to the text on my own site
#
tantek
so I don't really consider the IG one a syndication
#
aaronpk
interesting
#
tantek
also I wanted to put the image at the very top because I like that presentation
#
aaronpk
heh ironically i am in the process of switching mine to have the photo below the caption
#
aaronpk
but i agree for long text like that it's better at the top
#
tantek
I really like that aspect of Instagram presentation
#
tantek
it also follows proper information hierarchy - show the most important thing first - the photo
#
tantek
and visually it looks nice to have a nice clean sharp horizontal edge with the top of the photo at the top of the post
#
tantek
realizes he should allow both URL URL.jpg and URL.jpg URL as image linking methods, thereby solving the problem of which to put first
#
aaronpk
kind of... that only works if you always have a file extension in the image URL
#
tantek
and if they're both non image URLs they don't link each other
#
tantek
and if they're both image URLs they also don't link each other
#
tantek
aaronpk - remember what I just said about common case in #microformats?
#
aaronpk
as long as you have a way to force it, sure
#
tantek
the way to force it is to serve the image from your own server with the proper file extension
snarfed and rbrt joined the channel
#
aaronpk
wow my markup got really messy
#
aaronpk
this is going to clean it up nicely
#
aaronpk
turns out i was handling p-location like 4 different ways
gRegorLove, KevinMarks__ and KevinMarks___ joined the channel
#
acegiak
GWG: you around?
#
GWG
Yes
wolftune joined the channel
#
GWG
Why?
#
acegiak
Do I need to populate extra meta fields for semantic linkbacks other than just semantic_linkbacks_avatar and semantic_linkbacks_canonical?
#
acegiak
cause at the moment my salmentions posts are just displaying as Ashton McAllan mentioned this Article on acegiak.net
#
GWG
You forgot type
#
acegiak
how is that determined?
#
GWG
semantic_linkbacks_type
#
GWG
It's set by the plugin.
#
GWG
However, if you want it to be a reply...the plugin changes the comment type to ""
KevinMarks_ joined the channel
#
acegiak
oh ok that's fixed it. neat
#
GWG
How is it going?
MMN-o, KevinMarks__, snarfed, KevinMarks_ and tantek joined the channel
Erkan_Yilmaz, eschnou, friedcell, KevinMarks__, j12t, martinBrown, nt0, Zegnat, endi, tvn and KevinMarks joined the channel
#
ben_thatmustbeme
hmmm i suppose i do have recent videos link, though i don't share it.. i don't really post videos other than to test its functionality. at least not yet. https://ben.thatmustbe.me/video
j12t and thehighfiveghost joined the channel
#
ben_thatmustbeme
still seeing double tantek
ben_thatmustbeme joined the channel
#
ben_thatmustbeme
thats better
#
ben_thatmustbeme
was my client
frzn joined the channel
#
Zegnat
Happy solstice all
csarven, yalamerde and amz3 joined the channel
#
amz3
héllo :)
j12t and eschnou joined the channel
#
Zegnat
Is anyone running the new preview version of Safari yet? I wonder if you can import an extension without needing a cert, which would solve /Safari_Extensions#Controversy
endi, eschnou, j12t, thehighfiveghost, sammachin, Pierre-O, KevinMarks_ and mlncn joined the channel
#
GWG
!tell acegiak Is your custom header hand-coded or does it pull from your user profile?
#
Loqi
Ok, I'll tell them that when I see them next
tvn and Breadbasket joined the channel
#
GWG
Hi, ben_thatmustbeme
#
GWG
Doing some theming
#
GWG
You?
#
ben_thatmustbeme
working on indieID
#
ben_thatmustbeme
i realized I have to update all my API keys now
#
ben_thatmustbeme
wow, instagram API access is messed up
#
ben_thatmustbeme
getting "We couldn't process your request" any time i try to edit or register applications
#
ben_thatmustbeme
much success!
j12t, tantek and Dym_ joined the channel
#
GWG
I'm playing with modals again
dym_cx joined the channel
#
ben_thatmustbeme
GWG: explanation?
#
GWG
I have wanted to design a theme around this project for a while
#
GWG
I just spent some time fixing a lot of markup, but I haven't deployed it to my site yet. Thought I'd make a new design as part of it
#
GWG
I'll probably come up with a few designs to try to see what I like.
#
dym_cx
the "comics" as a post-type https://indiewebcamp.com/Falcon#comics -- putting normal things into <object /> is kinda overkill. i suggest using <figure> with <figcaption> as [per regular](http://html5doctor.com/the-figure-figcaption-elements/)
yalamerde joined the channel
#
Zegnat
dym_cx: personally I think figure/figcaption is a bad fallback for long descriptions from a semantics point of view. The caption of a 3-frames strip is probably not a full transcript and description text.
#
tantek
good morning #indiewebcamp! only 3 weeks til IndieWebCamp 2015! Signup and book your flights/hotels: http://indiewebcamp.com/2015
j12t joined the channel
#
ben_thatmustbeme
getting so pissed off at facebook app setup
#
ben_thatmustbeme
just trying to get an app icon
#
GWG
tantek: Good morning
#
tantek
good morning GWG!
#
ben_thatmustbeme
"You can upload a JPG, GIF, or PNG file. The size of the image must be 1024 x 1024 pixels. File size limit 5 MB."
#
ben_thatmustbeme
i try a 1024 PNG, "The image you are trying to upload is invalid. It may be corrupt, of wrong file format or the wrong size."
#
ben_thatmustbeme
i try a JPG, "We detected a white background in your image. Icons look best on our site when the background is transparent. Please use a transparent background and try again."
#
ben_thatmustbeme
i try a PNG or GIF with transparent background...
#
ben_thatmustbeme
"The image you are trying to upload is invalid. It may be corrupt, of wrong file format or the wrong size."
keroberos joined the channel
#
tantek
ben_thatmustbeme: feel free to capture in /Facebook#Issues (or Criticism for things you think are likely unfixable)
wolftune, Breadbasket_, tvn, j12t, frzn, snarfed, snarfed1, benwerd, benborges, Pierre-O and KevinMarks joined the channel
#
KevinMarks
morning indieweb
#
KevinMarks
got a gillmor gang coming up
#
GWG
Oh?
cmhobbs joined the channel
#
KevinMarks
what happened this week to talk about?
#
GWG
KevinMarks: Any particular topic?
#
GWG
I've been contemplating the news, which is off topic a bit for here
snarfed joined the channel
#
aaronpk
good morning indiewebcamp!
#
GWG
Good morning, aaronpk
gRegorLove joined the channel
#
aaronpk
so an interesting thing happened
#
GWG
Yes?
#
aaronpk
this code right now only knows about very basic h-entry vocab, (content, published, location, photo), https://farm1.staticflickr.com/442/18805997799_b8603064b4_b.jpg
#
aaronpk
but the posts look surprisingly good considering how different they are
#
aaronpk
so now i'm wondering why even bother making up new vocab for things
KevinMarks joined the channel
#
aaronpk
i think the only reason to add additional properties would be so that I can make the presentation of these better
#
GWG
Isn't that always the reason?
#
KevinMarks
presumably name as well aaronpk
#
aaronpk
KevinMarks: i don't have "name" handling yet, but I will soon
#
GWG
!tell bear I seem to have named my new theme after you.
#
aaronpk
here are some more posts, including likes and a bookmark with quote https://farm1.staticflickr.com/479/18371714893_6df4c8dd49_o.png
#
Loqi
Ok, I'll tell him that when I see him next
#
KevinMarks
what does your template take as source? parsed mf2 json?
#
aaronpk
yeah, (actually stored as yaml but same idea)
#
KevinMarks
hm, could you pipe unmung's feeds into it?
#
aaronpk
probably
#
aaronpk
i'm hoping i can use this same code in Monocle later, so that I only have one template to maintain that can render posts from anywhere
#
KevinMarks
what are the templates in? PHP?
#
aaronpk
along with a helper class that does some ofthe mf2 processing
modem joined the channel
#
KevinMarks
tantek and I were hadnwaving about mf2 markup as templates a while back but got stuck on how to do repeated elements
#
aaronpk
yeah i don't have a good answer for that, i'm just assuming a single value per property right now
#
KevinMarks
this reminds me of trying to use polymer the other day https://medium.com/@boopathi/it-s-the-future-7a4207e028c2
#
KevinMarks
I had a one page html file and after I installed all the stuff they suggest it was 33000+ files
#
aaronpk
yeah i'm gonna keep using jquery until all this stuff shakes out :P
#
KevinMarks
I rashly tried to use the GitHub mac app to revert the 33000 files from the project and it locked up my mac and used up all disk space as swap, so I had to hard reboot
#
aaronpk
i tend to ignore articles with that title because "when you title your own article that, you're just pompously referring to yourself in the third person."
j12t joined the channel
#
KevinMarks
she was consciously being tongue in check about it
#
KevinMarks
s/check/cheek/
#
Loqi
KevinMarks meant to say: she was consciously being tongue in cheek about it
KevinMarks_, KevinMarks__ and modem joined the channel
#
gRegorLove
Tweaking my site a bit. Can someone on Mac screenshot http://gregorlove.com/staging/home/ please? Want to make sure the main navigation links show up with the Nevis Bold font and align nicely.
#
gRegorLove
Woo, glad it's looking right.
#
GWG
Looking at everyone's sites
#
GWG
I need more less
#
GWG
If that is a thing
#
KevinMarks_
Sidebars made more sense when most screens were wide rather than tall
#
GWG
KevinMarks_: People still use them though
#
GWG
I am doing something that I usually don't do, building a theme on my live site
j12t joined the channel
#
KevinMarks_
Allthetwits is edging close to the day I joined twitter
eschnou, wolftune, friedcell and j12t joined the channel
#
aaronpk
hm, here is a challenge of using microformats2 as my storage
#
aaronpk
there is no existing vocab/object/whatever for representing my bike rides/runs/etc
#
aaronpk
so what should I do? add random properties to h-entry? make up a new object h-route?
sammachin joined the channel
#
aaronpk
right now i'm leaning towards a new property on the h-entry, "route", which itself is an h-route object that contains all the properties I have
#
csarven
very vaguely recalls waypoints discussions in mf
awolf joined the channel
#
aaronpk
oh yeah i'm not including the actual locations in this right now, just meta info like total trip distance, avg speed, etc
#
csarven
Hmm, see also mf units -- again, vaguely recall.
#
aaronpk
i'm storing the actual route data as geojson so that it's easier to use with map tools
#
aaronpk
oh yeah i remember the measure stuff
#
aaronpk
hm i don't think any of that has been ported to mf2 yet
#
csarven
There are a lot of drafty stuff in the wiki
#
csarven
draft not in the sense of a "mf draft"
#
rhiaro
thinks now is a good time to add runkeeper PESOS
#
aaronpk
it looks like the measure stuff translates nicely to mf2
#
aaronpk
<div class="h-measure"><span class="p-unit">meter</span><span class="p-num">2400</span></div>
Deledrius__ joined the channel
#
aaronpk
better: <div class="h-measure"><span class="p-num">2400</span> <span class="p-unit">meter</span>s</div>
#
aaronpk
{"type":["h-measure"],"properties":{"num":["2400"],"unit":["meter"],"name":["2400 meters"]}}
#
rhiaro
aaronpk: do you have that gist of runkeepr code handy?
#
rhiaro
thanks!
rknLA_, Garbee_, Phae_ and KartikPrabhu joined the channel
#
aaronpk
haha is heart rate ever measure in hertz?
FergusL_ joined the channel
#
Loqi
rofl
burr joined the channel
#
aaronpk
because "beat" is not an SI unit of measurement, so beats per minute isn't on this list http://microformats.org/wiki/measure#SI_Units
ben_thatmust and trodrigues joined the channel
#
aaronpk
i'm gonna use "bpm" as the unit anyway
#
csarven
I recall using currencies. No idea as to where that was however.
sdboyer_ and minsky- joined the channel
#
aaronpk
there's a section on the measure page about currencies
dies_el and kylewm_ joined the channel
#
csarven
Used recipes even.
reidab_, halorgium, Unifex, dpg, amz3, benwerd, FergusL, ben_thatmustbeme, edsu_ and Deledrius_ joined the channel
#
KartikPrabhu
what is micropub?
#
Loqi
Micropub is an open API standard that is used to create posts on one's own domain using third-party clients https://indiewebcamp.com/Micropub
reidab_, arlen_ and halorgium_ joined the channel
#
@ken_bauer
My main issues are migrating, multiple RSS for categories, comments and webmentions/pingback @idarknight @jekyllrb @thegrid
(twitter.com/_/status/612356632878559232)
minsky and zz_prtksxna joined the channel
#
KevinMarks
wow, google docs makes some seriously messed up HTML these days
arlen, tallpaul, Kongaloosh_, marjolein, Unifex, kegan, voxpelli, KitB_, cmhobbs, benwerd, sivoais_, Leeky_, kylewm, friedcell, Phae, kronda_, rknLA, _amz3_, zachdonovan_, rektide, zachdonovan, benward, KitB, Kongaloosh, valan, JasonO-, Guerillero|BNC, keroberos, michel_v, finchd, slvrbckt, rhiaro, Garbee and dym_cx joined the channel
#
rhiaro
What's a good number of pages for a homepage?
#
rhiaro
posts
#
rhiaro
s/pages/posts
#
rhiaro
One month's worth is still too much I think.. for this month at least. Maybe I should post less.
#
rhiaro
goes to look at other people's sites
#
KartikPrabhu
depends on how long each post is. I use 5 articles and 0 notes
tbrb joined the channel
#
rhiaro
Most of my posts are notes
tsyesika joined the channel
#
rhiaro
It's been a busy month
sivoais, bigbluehat, squeakytoy2, benward_, jonnybarnes, dietrich_, slvrbckt_, Leeky, cstanhope2, oddvar_, benwerd_, mattl, csarven, shaunguice, benatkin, loic_m, wagle_, paulprot1us, jcap_, aaronpk_, brianlove_swords, KevinMarks_, wolftune, Kongaloosh_, ShaneHudson, XgF and benwerd joined the channel
#
KartikPrabhu
aaronpk: noticed that the top menu on your homepage disappears on small viewports. https://css-tricks.com/useful-flexbox-technique-alignment-shifting-wrapping/ this might be a better way?
michel_v, snarfed, frzn and cmhobbs joined the channel
#
@hnzio
Ping! https://hnz.io/2015/06/20/ich-baue-gerade-um/ (Webmention-Test. Bitte ignorieren. Es gibt hier nix zu sehen)
(twitter.com/_/status/612381611087253504)
KevinMarks__, KevinMarks___, csarven and snarfed1 joined the channel
#
snarfed1
aaronpk this reminded me of you: https://twitter.com/bradfitz/status/612342455401197568
#
@bradfitz
Travel plan: SFO-SEA,👶🌲🍻,SEA-SFO-(now)-FRA-KRK,☕http://t.co/7zwq5yV38K, 2d rest, KRK-WAW 🚆, WAW-FRA-SFO-SEA, 🍻🍻,🚆SEA-PDX,🚗beach 🎆🎉,PDX-SFO.
(twitter.com/_/status/612342455401197568)
#
KartikPrabhu
aaronpk: I was thinking of writing an article pointing out some common UI things that confuse me. May I use examples from your site, since it has all 3 things I want to address in one place? :)
tantek joined the channel
#
aaronpk
haha uhoh
#
aaronpk
However your screenshots will soon be out of date, fair warning :-)
#
KartikPrabhu
:) your site only as example of something that is common over the Web so not criticising you particularly
#
KartikPrabhu
I was going to target tantek but his site does not have comments yet ;)
#
tantek
sorry - manual comments only
#
tantek
looks for documentation
csarven, benwerd and JonathanNeal joined the channel
#
KartikPrabhu
aaronpk: I'll teimestamp my article/screenshots :)
friedcell, benwerd, bret and emmak joined the channel
#
tantek
KevinMarks: re what happened this week - Indie threaded conversations like Reddit - but across our own websites
#
tantek
!tell KevinMarks what the what - what's 33000+ files after installing?
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
aaronpk: re: challenge of using mf2 as storage, you can always make up your own h-p3k-* objects and p-p3k-* properties just to get started. Good idea to try to re-use from older microformats work, yet you should requestion all of that, because if it was left behind as such, it means there must have been problems or lack of interest (or both).
#
tantek
what is runkeeper?
#
csarven
A third-party service you shouldn't be on.
#
tantek
where is Loqi?
#
rhiaro
oh freenode was freaking out earlier, maybe Loqi didn't make it back
#
tantek
rhiaro: re: # of posts for a home page - good question - probably depends on how minimal you can make your markup
#
tantek
and then how fast your backend can generate the posts
#
csarven
I dont want to do plain LDP stuff either.
poka and reveres joined the channel
#
csarven
Wrong channel :)
#
Loqi
RunKeeper is an exercise silo and native app for keeping track of running, biking and other physical activity https://indiewebcamp.com/runkeeper
smcgrego1 joined the channel
#
rhiaro
tantek: the impact of my homepage containing *everything* started to become apparent earlier this month, earlier it hasn't been a serious problem, so one month of posts should be okay
#
rhiaro
it just feels like a lot
#
tantek
"a lot" in what dimension?
#
rhiaro
..maybe I just post too much crap at the moment
#
csarven
Why not pagination?
#
rhiaro
That's what I'm doing at the moment
#
rhiaro
Just deciding at which point to paginate
#
tantek
csarven, depends on the pagination
#
csarven
Approximate page weight you are willing to go for.
#
csarven
page weight + number of requests
#
csarven
Whatever the "sweet spot" is for your consumers.
#
rhiaro
I don't know who is reading my site
#
rhiaro
Most me, I imagine
#
rhiaro
s/Most/Mostly
mdik joined the channel
#
Loqi
rhiaro meant to say: Mostly me, I imagine
#
tantek
nah - I'd say just optimize for low latency first
#
csarven
IMO, under 1MB is an okay mark.
#
tantek
wonders how big his homepage is
hugoroyd joined the channel
#
csarven
That's what he said.
#
csarven
I agree on the latency.
#
tantek
rhiaro: low latency = more and returning readers.
#
rhiaro
tantek: I wondered about your cutoff on the homepage, it's a random date in April. Is it a post count?
#
tantek
It is a post count
#
rhiaro
I couldn't see links for prev/next, are they somewhere?
#
tantek
It was something like 20 or so for a while
#
csarven
rhiaro Don't forget that, whatever you go with, you can also enhance it dynamically but making auto-loading on scroll or whatever.
#
rhiaro
I'm leaning towards paging by month mosty because I already have the code for that
#
tantek
then after I implemented likes and started liking many things (which compressed per my /like#Brainstorming design ) I realized I could add more. Many more
#
tantek
rhiaro: so I kept cranking the # of posts up until it felt like the load time was still "reasonable" on a slow DSL connection, and the # of posts hit some reasonable limit.
#
tantek
ended up with 127
#
rhiaro
Okay I'm going to push by month because I need to do something urgently (currently my homepage crashes chrome..)
#
tantek
rhiaro: prev/next links are only on my permalinks for now
#
csarven
On my site, I have link to an index page of all articles. IIRC, it only contains the title and summary of the articles. I don't have "many" posts, so this is fine for discovery.
KartikPrabhu joined the channel