#maxwelljoslynIn https://www.maxwelljoslyn.com/2020/09/25/1 I said I'd be done with the dynamic version of my site in Sept, week 4 - well, I'm a month late, but my new Flask-y website is up and running! :^) for help and support major props are owed to lahacker++
#Loqilahacker has 2 karma in this channel over the last year (4 in all channels)
#maxwelljoslynA month late from that prediction, but still 2 months ahead of the schedule I set myself in August. Win some lose some :) Now time to think of dumb things to do with a whole server instead of a Bezos Bucket
#sebbuJamietanna, ideally, i'ld want to make a site that allows users to "connect" to their account on a few sites, but not all of thoses sites have (public?) API
#sebbufor now, it runs on localhost, my account is hardcoded into the config.php file :p
#sebbuie, i'ld want to list the books you're reading on kindle/goodreads, read the position (which might be synced as a googledocument on your googledrive in a specific folder), then update your library on goodreads/other with the reading position
#sebbu(but it's on other sites, some of which with no api at all, just html & get parameters)
#sebbuand obviously, i could also update the reading position on the reader (if you have multiple reader, or the book gets updated, or ...)
#sebbufor example, google doesn't like asking for write access to google drive or google documents api
#sebbugoogle play books uses both to sync the position
#sebbu(not sure how it exactly works, because i've modified the gdoc, but gplaybooks still got the old position)
nickodd, oenone, zack1 and [Denver_Prophit] joined the channel
#[Denver_Prophit]Does anyone know of a ruby gem or api integration that tells webmention.io to delete spam after filtered from say Akismet or something similar to reduce webmention spam?
#[fluffy]Have you been getting actual webmention spam? The only spam I have ever gotten has been via pingback, which is well worth disabling.
#[fluffy]Which isn’t to say webmentions are spam free or always will be.
#[fluffy]But my feeling is that the set of indicators for mention spam will be very different than the indicators that Akismet is trained on.
#sknebelin WP comment filtering applies to WMs by default, but I know at least some people opt them out of it because it's likely to cause false positives
#sknebele.g. any IP reputation ranking is going to break
#sknebellinks are more common in WM contents than in legit blog comments
#sknebelanother source of "webmention-delivered" spam is Twitter spam via bridgy, but again different rules are useful
#[Denver_Prophit]Sknebel: I just wanted to get ahead of the game now that my code is now accepting and posting mentions. Last thing I want is a linkback from p0rn lol
#[Denver_Prophit]Are there any jekyll devs in here rn? I'm thinking out a liquid process to have multiple named anchors in a post. Each with their own source url and twitter syndication id. I use brid.gy and already have some assigns filtered by `wm-property`. I name the anchors using `{{forloop.index}}.
#[Denver_Prophit]So, thinking through the logic to have each section match the source url with named anchor and spit out another forloop from the json that only applies to that sections tweet id syndication. Makes sense?
#[Denver_Prophit]My intentions are to keep editing post with new section and tell brid.gy to post to twitter to make a twitter chat work. Just the process I'm thinking through.
[schmarty], [tantek], [grantcodes] and sp1ff joined the channel
#oenonehi, I'm trying to use my domain on indielogin.com, but get the error "cURL error 61: Unrecognized content encoding type. libcurl understands deflate, gzip content encodings." - any idea where I could start looking for errors?
#Loqi[mahagr] To reply to your questions, I fixed the code to close the connection properly for you (php-fpm).
`Content-Encoding: none` is used in all the examples on how to prevent mod_deflate from compressing the PHP output. I don't think there is a better wor...
#sknebelso a) grav is doing something weird and b) aaronpk should probably update curl on indielogin.com ;)