#dev 2021-02-07

2021-02-07 UTC
ShadowKyogre joined the channel
#
jacky
random: if you're like me and need to `git clean` a lot
#
jacky
then `git clean -i` is your friend
[fluffy], Podg, ccchapman, shoesNsocks1, [tw2113_Slack_], [chrisaldrich], deathrow1 and dhanesh joined the channel
#
@tnolte
Testing POSSE With WordPress And http://Brid.gy I'm still trying to get my website working to automatically syndicate with a syndication link on my site. #IndiWeb #POSSE #syndication #WordPress https://timn.me/39Uo7ve
(twitter.com/_/status/1358297296803422210)
#
@mdrockwell
I *think* I’ll have Webmentions pulled in from Twitter now. The syndication setup is no longer elegant, but there doesn’t appear to be anything that offers *all* the services I want in exactly the way I want it. https://mike.rockwell.mx/asides/755
(twitter.com/_/status/1358301779998441472)
#
@tomasparksts
↩️ * Have you looked at https://granary.io/ it can create rss/atom feeds from your Social media accounts * and https://brid.gy/ allows you to publish to social media from your website
(twitter.com/_/status/1358335986938175495)
#
@edent
I'm building a little thing to turn Tweets into an SVG. Here's the first result. What do you think? It isn't intended to *completely* replicate the Twitter experience - but to be a lightweight way to embed content. Thoughts? https://pbs.twimg.com/media/EtiYofXXUAEUCxO.png
(twitter.com/_/status/1358003200457121792)
#
Zegnat
This seems interesting, turning tweets into SVGs for embedding in posts: https://twitter.com/edent/status/1358003200457121792
[jeremycherfas] joined the channel
#
[jeremycherfas]
Does it comply with Twitter ToS? I thought you weren’t allowed to do that.
#
Zegnat
Good question, not sure. But been seeing a lot of talk of alternative Twitter embeds these days, because of how heavy Twitter's own embed JS is.
#
Zegnat
I think you can still comply if you have your own methods of taking down the tweet when the original tweet is taken down?
alex11, [eddie], gRegorLove and nickodd joined the channel
#
@mdrockwell
Could someone do me a favor and like and/or reply to this on Twitter? I want to see if my Webmention setup is working properly. https://mike.rockwell.mx/asides/761
(twitter.com/_/status/1358428729958158336)
#
@mdrockwell
↩️ To you too! And thank you, now I’ll just need to wait for http://Brid.gy to poll Twitter and send the Webmention to my site. :)
(twitter.com/_/status/1358429742970658816)
#
@mdrockwell
↩️ To you too! And thank you, now I’ll just need to wait for http://Brid.gy to poll Twitter and send the Webmention to my site. :)
(twitter.com/_/status/1358429742970658816)
#
@mxbck
✨ New side project: Webmention Analytics Parses webmentions and builds monthly reports to show you where and how y… https://twitter.com/i/web/status/1358430316159848459
(twitter.com/_/status/1358430316159848459)
#
aaronpk
very pretty
#
aaronpk
i should add a report like that to we mention.io
#
aaronpk
damn autocorrect
#
aaronpk
webmention.io
#
Loqi
it is probable
#
Zegnat
ooh, fancy
alex11 joined the channel
#
@raymondcamden
I've got around 55k comments in my blog, most from before Disqus that I imported. Over the last two years I've gotten maybe 50? It's incredibly small. Think it's time to try webmentions and turn the old comments into static html.
(twitter.com/_/status/1358445214818533386)
alex11 joined the channel
#
@grobmeier
↩️ Nice. Webmention looks super cool
(twitter.com/_/status/1358459804377874435)
#
jacky
aaronpk: mxbck's showing you up! lol
vilhalmer joined the channel
#
@mxbck
↩️ Yo dawg I heard you like webmentions
(twitter.com/_/status/1358468817173835783)
vilhalmer, nertzy, [KevinMarks], [jeremycherfas] and [chrisaldrich] joined the channel
#
@MarcLittlemore
This looks great. I really need to look at adding webmentions to my site.
(twitter.com/_/status/1358488652062613504)
KartikPrabhu, [eddie], [tw2113_Slack_], vilhalmer and alex11 joined the channel
#
@k_macquarrie
↩️ Can you do webmentions without a dependency on a third party service? That's always put me off.
(twitter.com/_/status/1358499943263199247)
#
@HeNeArXn
↩️ Yes. Services like http://webmention.io are popular with people that host purely static sites and don't want to run their own server-side code, but by no means are required.
(twitter.com/_/status/1358503378150694916)
#
sknebel
(I know some people on non-static sites are also using wm.io, but that was an easy reason for why someone might)
vilhalmer and [chrisaldrich] joined the channel; nickodd left the channel
[fluffy] joined the channel
#
[fluffy]
yeah I use it on Publ just because I’m lazy
#
[fluffy]
someday I’ll get around to implementing my own webmention receiver. sooomeday.
#
@pablolarah
Webmention Analytics by Max Böck @mxbck made with @eleven_ty and @Netlify #webmentions #eleventy #netlify #webdev #analytics https://mxb.dev/blog/webmention-analytics/
(twitter.com/_/status/1358540803640078336)
#
Seirdy
[fluffy]: you could run a lightweight daemon like webmentiond and use its api to grab webmentions when building a static site. that's what i do
#
[fluffy]
I don’t run a static site
#
[fluffy]
I’m just too lazy to implement my own storage ;)
#
@jamesvandyne
IndieAuth is half-working in Tanzawa. Also, it's time for me to start writing tests. https://tanzawa.jamesvandyne.com/13414b0f-2391-4117-9001-188827fc7783
(twitter.com/_/status/1358542098824241154)
#
GWG
Is there a PHP function that will match a string inside another string, but only by itself, not part of another word?
[KevinMarks] joined the channel
#
[KevinMarks]
regex with word option?
#
GWG
I suppose I could write one that would explode based on spaces, then go through each word
#
[KevinMarks]
this gets into 'what is a word?' too
#
[KevinMarks]
definitely start with test cases for that
#
GWG
Well, I'm defining it in this context as anything surrounded by spaces.
#
GWG
I'm trying to solve the difference between Rome City, and Rome.
#
GWG
Or the City of London and London.