#dev 2016-08-04

2016-08-04 UTC
tantek joined the channel
#
GWG
gRegorLove: Can you elaborate on Page Admin Area?
#
tantek
what's the best way to make big photo JPEG (like 7MB) smaller (like 1MB) ?
#
tantek
going to just try saving as a JPEG with lower quality since I have no idea how to properly fiddle with resolution / dimension settings
#
KevinMarks_
In code? Or in an app?
#
KevinMarks_
Mac preview gives a decent amount of control over resizing and compressing
#
KevinMarks_
If it's 7mb it is likely a huge number of pixels
#
tantek
kevinmarks yes it's too much control
#
tantek
I just want "make it smaller for the web"
#
tantek
don't make me play the "guess what knobs to turn to what values to get the side effect you want" game
#
KevinMarks_
Well, resize first. It's probably a few thousand pixels in each direction
#
tantek
why doesn't compression just solve that for me?
#
KevinMarks_
Because jpeg is old and dumb, but jpeg 2000 isn't fully supported yet because patents
#
KevinMarks_
Jpeg works on 16 by 16 tiles
#
KevinMarks_
So reducing the number of those is the quickest way to shrink the file
#
gRegorLove
GWG: Pages > All Pages. It's just obnoxious when you have > 25 pages.
#
gRegorLove
It'd be nice to browse by page hierarchy, expand/collapse sections, better search (or at least search by URL slug)
#
KevinMarks_
I think iPhoto had "export for web" but it was an old school idea of the web
#
gRegorLove
GWG: Mostly looking for whether you had experience with a plugin that improves it.
#
tantek
let's see what the Layout iOS app does to the resolution
#
KevinMarks_
You could do it in canvas
#
KevinMarks_
Or upload it to instagram, that will pick an arbitrary web friendly size
#
tantek
yes that latter is what I do
#
KevinMarks_
This was a frustrating thing with known. Raw photos on the phone were big enough to crash the browser
#
tantek
on Android I presume
#
GWG
gRegorLove: Haven't looked recently. But I agree with you, could be better.
#
tantek
on iPod Touch they're still small enough by default to be fine to e.g. upload to the wiki
#
KevinMarks_
On my phone screenshots are gigantic too
#
tantek
forgets what that photo editing/resizing web API was supposed to be
#
KevinMarks_
Though the actual user answer is to zoom in on the photo app and screenshot it.
#
tantek
doesn't that bloat the size because screenshot = png?
#
KevinMarks_
Mitigated by screen pixels < camera pixels, usually
#
tantek
but then you post a low quality photo that looks bad on desktop right?
#
KevinMarks_
Oh yes, you end up with shitpics, but it's the affordance people have found
#
tantek
no I refuse to do that
#
KevinMarks_
I don't know what the iOS answer is, as my iPod got stolen with my laptop
#
KevinMarks_
The sad part is that jpeg 2000 does solve this, but we'll have to wait until 2020 for the patents to expire
miklb joined the channel
#
KevinMarks_
I wonder if you did a jpeg 2000 srcset with a small fallback if it would work, or would browsers that don't support jpeg2000 download it before failing?
KevinMarks joined the channel
#
tantek
what is JPEG 2000?
#
Loqi
It looks like we don't have a page for "JPEG 2000" yet. Would you like to create it?
KevinMarks_, KevinMarks and cweiske joined the channel
#
cweiske
aaronpk, you here?
#
cweiske
!tell aaronpk - http://indieweb.org/authorization-endpoint#Request says about the "scope" parameter that it's a comma separated list, while quill says 'scope: post (should be a space-separated list of permissions including "post").' what is correct? space or comma-separated?
#
Loqi
Ok, I'll tell them that when I see them next
KevinMarks and loicm joined the channel
#
@Inkwater_Masha
This is still one of the coolest #bookmarketing things out there—3D MagicBox Interactive PDFs http://inkwater.com/magicbox-interactive-pdf/?platform=hootsuite #indieauth #selfpub
(twitter.com/_/status/761190089422696448)
tantek, gRegorLove and singpolyma joined the channel
ben_thatmustbeme and gRegorLove joined the channel
#
loqi.me
edited /static_sites (+64) "/* See Also */ new section"
(view diff)
#
loqi.me
edited /static-site (+47) "KevinMarks added "https://speakerdeck.com/feministy/in-defense" to "See Also""
(view diff)
#
kevinmarks.com
edited /static-site (+16) "/* See Also */ fix link"
(view diff)
tantek and loicm joined the channel
#
tantek
aaronpk remind me which Twitter / superfeedr search terms make tweets etc. show up here?
#
GWG
Good morrow all
#
aaronpk
on twitter it's the specs, webmention, indieauth, etc
#
Loqi
aaronpk: cweiske left you a message 11 hours, 53 minutes ago: - http://indieweb.org/authorization-endpoint#Request says about the "scope" parameter that it's a comma separated list, while quill says 'scope: post (should be a space-separated list of permissions including "post").' what is correct? space or comma-separated?
#
aaronpk
i don't think i have a superfeedr search going here yet. just "indieweb" in the main channel
#
aaronpk
oh dear. more comma vs space nonsense
#
aaronpk
i wish oauth2 hadn't changed their mind half way through the spec
#
tantek
aaronpk: what about webmention
#
aaronpk
i should add some more superfeedr terms but it'll take a bit of work cause i have to either set up a new tracker (and pay another $2/mo) or split out the matches from a single tracker
#
tantek
aaronpk, maybe you can ask julien if he'll comp a new tracker for indieweb ;)
#
tantek
perhaps include pubsubhubbub in the terms :D
#
aaronparecki.com
edited /authorization-endpoint (+14) "/* Request */ oauth 2 uses space separated scopes"
(view diff)
#
bear
if I have a friend that knows some php and js and wants to write their first CRUD app, what PHP framework would you suggest (my personal suggestion would be Django but that also isn't PHP, just a very beginner friendly web framework)
#
aaronpk
I like Laravel, it's pretty full featured
#
tantek
wow, "first CRUD app" sounds quite scary without a particular UI/UX in mind
#
bear
I didn't want to scare this first time coder away from learning something new by going into all that Tantek :)
#
tantek
CRUD? Why not CDURU?
#
aaronpk
OTOH learning that coding is not necessarily always the first step isn't bad
#
tantek
!meme CRUD? Why not CDURU?
#
tantek
wrong meme Loqi
#
bear
CRUD is my term that I inserted so that my question to you all would have the proper context
#
bear
all they want is a way to handle some form processing internal to their org
#
tantek
gives Loqi high expectations
#
loqi.me
edited /code-of-conduct (+153) "bear added "https://philsturgeon.uk/2016/07/23/talking-about-diversity-marginalization/ and https://philsturgeon.uk/2016/08/02/talking-about-diversity-conspiracy/" to "See Also""
(view diff)
#
loqi.me
edited /code-of-conduct-why (+153) "bear added "https://philsturgeon.uk/2016/07/23/talking-about-diversity-marginalization/ and https://philsturgeon.uk/2016/08/02/talking-about-diversity-conspiracy/" to "See Also""
(view diff)
#
bear.im
edited /code-of-conduct (-153) "moved see-also to code-of-conduct-why"
(view diff)
KevinMarks joined the channel