#dev 2018-08-12

2018-08-12 UTC
gRegorLove, [chrisaldrich] and digitalcold13 joined the channel
#
Loqi
ok, I added "https://twitter.com/marcoarment/status/1028451747734409216" to the "See Also" section of /payment https://indieweb.org/wiki/index.php?diff=50841&oldid=49416
#
aaronparecki.com
edited /payment (+177) "add Overcast example"
(view diff)
#
aaronpk
adds that to Percolator
#
@paulroub
@marcoarment A bonus with the show-notes approach, is that — with or without app support, with or without real=payment standardization — it’s still a working link. Creators could use it *today*, before a single app supports it. Simple, dumb, awesome HTML, succeeding like it always does…
(twitter.com/_/status/1028366346554421250)
renem, ksft0, snarfed, MillerBoss8, lannister, KartikPrabhu, iasai_ and iasai joined the channel
#
robertvanbregt.nl
edited /Grav (+72) "Added myself"
(view diff)
#
robertvanbregt.nl
edited /Grav (+154) "Add reference to relme plugin"
(view diff)
#
@EdoPlantinga
Webmentions kende ik nog niet, logisch en nuttig concept. Notificatie als iemand naar je site linkt. Via @Geebee
(twitter.com/_/status/1028552864149516288)
barpthewire, pstuifzand, [jgmac1106], jjuran and kg15 joined the channel
#
jgregorymcverry.com
edited /site-deaths (+350) "/* Upcoming */"
(view diff)
#
Zegnat
I just learned HTML checkboxes have a third “indeterminute” state :o
#
Zegnat
thought he knew most hooks and crannies of HTML
alphor13 joined the channel
#
vilhalmer
it's for ones that represent a tree of items, right?
#
Zegnat
yes, that’s the usual usecase
#
Zegnat
Sadly it is a visual indication only. The HTML form itself only accepts checked and not-checked as states for the checkbox.
#
vilhalmer
I'm trying to thing if I've ever seen one used
#
vilhalmer
interesting
information0, leg, dave49255, davidmead, DenSchub9, huhlig15, [jgmac1106] and xCore joined the channel
#
Zegnat
Need to figure out what to do with the “Store” label though. I am not sure I want the icon on its own.
[johnjohnston], barpthewire, snarfed, leg, KartikPrabhu, [jgmac1106], TBloemink14, [kevinmarks] and [cleverdevil] joined the channel
#
[cleverdevil]
!tell [grantcodes] it looks like the image resizing updates in Together have broken a lot of images for me.
#
Loqi
Ok, I'll tell them that when I see them next
barpthewire, trisk17 and [jgmac1106] joined the channel
#
[jgmac1106]
@zegnat Amazing!! Congrats. interesting UI choices using two different fonts in the top nav. though seems the the font for write matches the default text output....maybe you are putting in a drop down menu for 3=4? Most of my friends like font choice disambiguity...I just get so drawn to symmetry
#
@ChrisAldrich
↩️ Webmention is the more modern specification now as some have mentioned. I wrote a piece on it in @alistapart recently which includes some background and UI examples https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet It's part of an #IndieWeb suite of open protocols [more...] https://boffosocko.com/2018/08/12/reply-to-mariko-kosaka-on-rss-blogging-and-linkbacks/
(twitter.com/_/status/1028720594102042624)
#
Zegnat
I wouldn’t say I have chosen 2 fonts. I simply haven’t styled the “store” label yet
#
Zegnat
But I will probably have sans-serif UI elements and keep the textarea monospaced. I like writing in monospaced.
[tantek] and jalcine joined the channel
#
boffosocko.com
edited /archival_copy (+174) "/* Chris Aldrich */ Post Archival plugin"
(view diff)
#
gRegorLove
Hm, Bridgy Instagram backfeed found recent comments but no likes, it seems
Guest25190 joined the channel
#
Guest25190
#
Loqi
Guest25190 said:
#
Guest25190
#
Guest25190
[manton] joined the channel
#
[manton]
[aaronpk] Does Mastodon not enforce the 500-character limit when reading ActivityPub feeds? I just noticed that one of your posts (about Xray, July 30th) is over 500.
#
Zegnat
I think I saw that mentioned in the Litepub discussion: Mastodons AP implementation does not limit incoming messages, they just have an (arbitrary) limit on notes written through their client implementation.
#
sknebel
!kick gareth__16
[chrisaldrich] joined the channel
#
[manton]
Whoops. @Zegnat, thanks. That kind of makes sense, but now I wonder what it does with 2000-character posts. Hopefully it truncates at some point. (And if it truncates, why not at 500? Shrug.)
#
sknebel
!kick n0nada12
#
KartikPrabhu
aaronpk: can Loqi be taught to handle this new spamming ^ ?
#
KartikPrabhu
!kick bigpet28
#
sknebel
!kick bigpet28
#
sknebel
I guess I could teach Kaja to do that, but that feels kinda stupid
#
KartikPrabhu
!kick AlwaysHigh21
DenSchub, snarfed and bear joined the channel
#
gregorlove.com
edited /site-deaths (+81) "archive 2017 site-deaths"
(view diff)
#
[tantek]
Gregorlove did you verify those sites had all actually shutdown?
#
[tantek]
Even better if there were citations in news about their shutdowns. Should be easy to find via their Wikipedia articles
#
gregorlove.com
edited /Delicious (+252) "note read-only mode"
(view diff)
#
gregorlove.com
edited /site-deaths (+54) "/* Microsoft Codeplex */ read-only archive link"
(view diff)
Kaja and KartikPrabhu joined the channel
#
GWG
I need an opinion from someone who uses PHP regularly
#
GWG
How do you check for an index in an array and return it if set, and return a default otherwise?
#
aaronpk
old version: (isset($foo['bar']) ? $foo['bar'] : $default)
#
aaronpk
new version: ($foo['bar'] ?? $default)
#
GWG
snarfed was commenting
#
GWG
About that
#
aaronpk
the new syntax is like 7.2 only tho
#
GWG
aaronpk: I know
#
GWG
snarfed was commenting that someone should have solve this problem
#
GWG
solved