[KevinMarks], toupain, cambridgeport90, bltavares_, KartikPrabhu, wolftune, rEnr3n, jonnybarnes, fauno_ and [tantek] joined the channel
#[tantek]does anyone have experience with LinkedIn "groups"? or what they're useful for?
#[tantek]apparently while away from LinkedIn (of course it has DMs now), I was made the manager of the "microformats" group there. I have no idea what to do with it
#[tantek]WTF why does LinkedIn look like Twitter now. What happened?
wolftune and [tw2113] joined the channel
#[tw2113][tantek] have you seen the newest facebook yet?
[chrisaldrich] and [fluffy] joined the channel
#[fluffy]yeah linkedin is trying really hard to be a Very Social Network and it’s annoying. Especially with the mobile app, where at least it lets you disable categories of notifications based on not wanting to see particular things. I only even have the app installed because I know *one person* who insists on communicating that way.
#[fluffy]But soon he’ll be a coworker and we’ll move to Slack, I hope.
#[tw2113]every now and then i log in to linkedin and clear out network connection requests
#[tw2113]i've been at my current employer for 8 years, a web development agency
#[tw2113]in this industry, 8 is actually pretty impressive
#[tantek]have not seen the "newest" FB as most of my access there (about once a week?) is on mobile web
#[chrisaldrich]aaronpk++ for documenting his site, and for revealing it with simple questions in chat Loqi++
#LoqiLoqi has 2 karma in this channel over the last year (15 in all channels)
#Loqiaaronpk has 38 karma in this channel over the last year (248 in all channels)
KartikPrabhu, [jeremycherfas], jonnybarnes, [LewisCowles], cweiske, fauno_, markopasha, Batzy, swentel, [James_Gallaghe] and [Murray] joined the channel
#[Murray]!tell [tantek] on LI groups: understand them? Vaguely. Have used them for work? Yeah, a fair bit. They tend to be one of two things: either private message boards (often invite only), kind of pseudo-networking rings within the larger networking context of LI; or (for things like microformats) public noticeboards centred around a specific topic. For that last one, people tend to follow them to discuss things, share interesting articles, and even
#[Murray]Slack channels etc. quite a bit. In tech, particularly for Junior-Mid level developers, they're a great outreach platform, but they mainly work in more social-centred career spaces, like HR, events, etc. I know someone who runs a wedding business and manages the largest relevant group on the platform, it's a major source of income for her at this point (or was pre-COVID, haven't really kept track on what's changed in the last 3-4 months). Hope that
#[Murray]seek help. I'm a member of a few London-based ones around the React and Ruby community as part of SM outreach for my last job, but I rarely dip into them. Mainly, I interact with posts that the admins "promote", which sends a notification to anyone subscribed to the group. Those tend to be informative, often blog posts outside of the platform, from what I've seen. They also help promote off-site or community endeavours, like conferences, meetups,
Batzy, KartikPrabhu, bltavares_, kensp, jonnybarnes and [jgmac1106] joined the channel
#[jgmac1106]LinkedIn groups aren't very groupy almost all of them seem one way broadcasting of content marketing material
jonnybarnes and [Murray] joined the channel
#[Murray]For public groups I'd definitely agree, particularly as the topics get broader. But for networking rings they are incredibly chatty. I know there are a couple of groups in London which people/companies go to extreme lengths to get invites to because of the information shared on them and discussions had.
#[Murray](I am, of course, far too lowly to get anywhere near them 😄)
Batzy, shoesNsocks, kolaente_, schmudde, fauno_ and toupain joined the channel
#schmuddeHello. Trying some Indieweb stuff. Things are working. But I have a fundamental question.
#schmuddeI added webmention.io and indieauth.com links to my website.
#schmuddeBut I don't really understand the fundamental difference between the technologies.
#schmudde1) It looks like indieauth.com does not accept Twitter as an authentication server. But it does accept GitHub. Is there a reason for this?
Batzy joined the channel
#schmudde2) Indieauth does have a token_endpoint. Is this token only used for pub and not sub? I have not done anything with publications yet.
#[James_Gallaghe]You can ask Loqi, the IndieWeb bot, for more information:
#[James_Gallaghe]IndieAuth lets you authenticate to web services (like the IndieWeb wiki) using your domain name or the services to which you link. Webmention, on the other hand, is a way to have conversations across different sites.
#LoqiWebmention is a web standard for mentions and conversations across the web, a powerful building block that is used for a growing federated network of comments, likes, reposts, and other rich interactions across the decentralized social web https://indieweb.org/Webmention
#schmuddeBut I have used IndieAuth to configure Monocole/Aperature. In theory, this is just Indieauth and I'm not using the token, correct?
#LoqiIndieAuth is a federated login protocol for Web sign-in, enabling users to use their own domain to sign in to other sites and services https://indieweb.org/IndieAuth
#LoqiMicropub is an open API standard (W3C Recommendation) for creating, editing, and deleting posts on websites, like on your own domain, supported by numerous third-party clients and CMSs https://indieweb.org/Micropub
#schmuddeOkay. That helps. Micropub is *not* for "publishing comments." Micropub is for publishing posts whereas Webmentions will always be threaded from some originating post.
#schmuddeIt really helps to talk this out. Appreciated.
#[James_Gallaghe]Webmentions are mainly for comments / likes / responding to posts. Micropub lets you submit and edit posts to your own website.
markopas1 joined the channel
#schmuddeAh okay. I understand the difference, but I think I have trouble separating them because Webmentions can also appear on my own website. So the best order of operations is to get my Micropub working (either on my site or on something like Microblog - probably the former) and then get my Webmetions working?
#[James_Gallaghe]It depends on your goals. If you just want to show comments and reactions that other people have to your content on your site, you only need Webmentions. If you want to post content to your site, you’ll need Micropub.
#[James_Gallaghe]But, say, if you are developing a static site, you don’t need Micropub because all your content would live in static files.
nickodd and [jgmac1106] joined the channel
#[jgmac1106]Murray one difference between LinkedIn and Twitter... Twitter hasn't broken down and turned DMs into a drip campaign channel
#schmuddegreat. Yeah, I'm starting with a static site. That makes sense.
wolftune and [Murray] joined the channel
#[Murray]jgmac1106 to be fair, that hasn't been my experience on LI. I don't particularly like the platform (a _lot_ of functionality is just broken, for starts), but at least it clearly demarcates adverts in my timeline, unlike Twitter 😄
#[Murray]@schmudde: just because I know this tripped me up for a while, two things to consider. 1) you don't "need" any parts of IndieWeb tech at all, they all work (pretty much) without each other, so order isn't that important, although 2) probably the most useful within the community is IndieAuth, just because so many services use it to allow access, but this is *different* to IndieAuth.com (the service). You might want to look at indielogin.com for a
#[Murray]different approach to IndieAuth (like I said, confusing :thumbsup:). Sorry if you've already worked that stuff out too 😉
#schmuddeNo, it all helps [Murray]. I've been a bit confused at times. I'll record my particular order and post it as a Getting Started. But you raise a very important point - a federated technology probably doesn't have a linear adoption path.
jonnybarnes and wolftune joined the channel
#[James_Gallaghe]I agree. With the IndieWeb, you can take everything at your own pace.
#[James_Gallaghe]Really, after you’ve set up a domain name and a site, it’s up to you what order you do things in. I’ve set up Webmentions on my site but only on certain pages. I’ve probably skipped a few steps on the “Getting Started” guide because they don’t apply to me. It’s all about doing what matters most to you.
toupain, wolftune, a_chou, schmudde, [jeremycherfas], jonnybarnes, [fluffy], anotheryou, swentel and [snarfed] joined the channel
#[snarfed]jamesgoca++ personal site on your own domain, and posting on it, are the only truly key parts of indieweb. the rest is gravy
#Loqijamesgoca has 1 karma in this channel over the last year (2 in all channels)
jonnybarnes, shoesNsocks1, [tantek], jamietanna, Hory, ndegruchy, avalos_, KartikPrabhu, [schmarty], [Emma_Humphries], [chrisaldrich], [tw2113], schmudde and ArjunAa joined the channel; nickodd left the channel
#avalos_Hello! We were discussing about identity proofs a while ago, in this channel.
#avalos_I mentioned an alternative to Keybase and Keys.pub, but I didn't remember the name.