2016-07-25 UTC
tantek joined the channel
tantek, misuba and KevinMarks joined the channel
tantek, KevinMarks, KevinMarks_ and cweiske joined the channel
loicm joined the channel
rMdes_ and singpolyma joined the channel
# 14:19 petermolnar php-lol: I can't block-comment a function with /* */ because there is a regex in the function, which contains */ which closes the comment :D
# 14:21 petermolnar normally I only use that for: a, function documentation; b, commenting out big blocks temporarily
# 14:22 voxpelli petermolnar: many text editors have a short cut for adding a // in front of every line and to remove them again
# 14:22 voxpelli I always do that to comment out big blocks temporarily
# 14:34 voxpelli I do docs, I just rarely do them through JSDoc-style comments
# 14:35 voxpelli I mostly document the API directly in the readme, because the modules are so small that it's enough
# 14:35 aaronpk also when I'm temporarily commenting out a function that has comments in it
# 15:12 petermolnar splitting wordpress functionalities from my theme to separate plugins, round 2: 3 plugins so far, 2 more coming...
# 15:18 miklb oh, yay. Got Quill running in a Fluid instance
# 15:22 miklb aaronpk yep. Fluid has an option to pin the app to the menubar, so now just a click away
# 15:25 rMdes_ I tried to get Quill running at Dreamhost but decided to move my domain on a decent vps first
# 15:26 rMdes_ i want to have like quill.rmendes.net and get used to compose using quill more often
# 15:39 voxpelli rMdes_: any reason to self-host Quill? been thinking myself that as long as I own the API and the storage I don't need to own the clients
# 15:41 rMdes_ the only reason i found was cosmetic so i can have all the tools I need tied to my domain
# 15:42 rMdes_ i want to be able to talk to other people and show them how I organized my tools with my domain
# 15:43 rMdes_ without the need to switch to another domain to use other tools, even the client to publish to my site
tantek joined the channel
KevinMarks joined the channel
# 16:55 miklb odd. my last micropub post added a lang front mattter, never happened before. And not my lang
# 16:56 miklb I stand corrected, it normally sets the lang to en, but this one set it to sv
# 17:16 voxpelli miklb: yeah, um, by default it sniffed language and picked English or Swedish
# 17:17 voxpelli I'm not sure if I've changed the default yet, but one can at least override it
# 17:17 miklb just curious why it would have sniffed sv this time
# 17:17 voxpelli Because sniffing is hard, you probably sounded Swedish :P
# 17:18 voxpelli I would ideally want to explicitly define language in the request, but that's not possible today and even when possible some clients like OwnYourGram just can't do it
# 17:43 KevinMarks Language sniffing is hard. I remember getting a lot of cebuana and Welsh false positives
# 17:47 Loqi Ok, I'll tell them that when I see them next
# 17:54 voxpelli KevinMarks: I told my sniffer to only check the specified languages to make it easier for it
# 17:54 voxpelli Distinguishing between eg Nordic languages is probably fairly hard otherwise
# 17:59 KevinMarks The one I used before did a first pass based on unicode ranges, then some other heuristics. These days you probably throw a neural net at it. Or ask Google
# 18:00 KevinMarks The problem is still the monoglot assumption. If I quote some French or Greek, there isn't usually a representation for that in the auto ines
# 18:03 KevinMarks Voxpelli - do you want to write the language issue up for the micropub spec?
# 18:09 tantek KevinMarks - yet you're likely to quote multiple languages in more structured e-content right? Not in a summary or name?
# 18:11 voxpelli tantek: I only do language detection on e-content as there's more content there
# 18:12 voxpelli KevinMarks: Not sure if it's a Micropub spec issue – hence why I added it as an mf2 issue last time
# 18:12 Loqi [@kevinmarks] @chrisbrogan @evanpro I pronounce Phở tái exactly like the French for "armchair"
# 18:13 voxpelli When we can parse language, then we can also save language
# 18:19 KevinMarks It's a pun. Also a self deprecating now about my terrible Vietnamese pronunciation
# 18:24 KevinMarks The voxpelli/Stephanie booth case of summary in one language and post in another is worth considering. Yes, in general you can do this in html in an e- field
KevinMarks_ and KevinMarks joined the channel
KevinMarks_ joined the channel
chrisaldrich joined the channel
# 20:17 tantek ChrisAldrich++ for jumping in and making HWC LA happen this week!
# 20:17 Loqi chrisaldrich has 3 karma (1 in this channel)
# 20:25 chrisaldrich baby steps, baby steps... it helps to have a tentpole of IWC-LA here in November to build up to...
KevinMarks, tantek and singpolyma joined the channel
KevinMarks_ and KevinMarks joined the channel