stadeus
  • Login
Show Navigation
  • Public

    • Groups
    • Recent tags

Notices tagged with indieweb, page 7

  1. Tantek ()'s status on Thursday, 26-Mar-2020 18:42:00 EDT Tantek Tantek
    "We cannot rely on corporate platforms to facilitate our communications in a general strike"@NaomiAKlein

    Be your own platform. Get a web dev to set this up for your next broadcast:https://aaronparecki.com/2016/11/19/15/self-hosted-facebook-live

    cc: #indieweb@haymarketbooks@astradisastra@KeeangaYamahtta@liarosemusic
    Thursday, 26-Mar-2020 18:42:00 EDT from tantek.com permalink
  2. Tantek ()'s status on Monday, 24-Feb-2020 00:26:00 EST Tantek Tantek
    Added a Recent Photos embed to my homepage sidebar (or bottom of the mobile view) at #IndieWebCampAustin projects day! Still tweaking, yet quite happy with how it looks, e.g. compared to an@Instagramprofile. #indieweb#takebackyourweb#ownyourphotos#iOS#Firefox#screenshot
    Monday, 24-Feb-2020 00:26:00 EST from tantek.com permalink
  3. Tantek ()'s status on Saturday, 22-Feb-2020 17:30:00 EST Tantek Tantek
    @IndieWebCamp Austin, facilitating a session on All Things Photos.
    Everything from taking photos, curating, editing, and posting.

    My #indieweb #photo "workflow" involves many incremental steps.
    * take photos in the moment, but not post, in order to stay present in whatever I’m actually doing
    And then at "in between times" like standing in line, or on transit:
    * curate photos, e.g. delete duplicates or non-HDR versions (or keep the non-HDR version if it was sharper, less blurry, or if the HDR versions had weird motion artifacts)
    * favorite photos, in the iOS Photos app, that I want to actually consider posting publicly, or perhaps uploading e.g. to a wiki
    * edit photos, e.g. rotate & crop, especially favorited photos, to align the horizon, crop out extraneous/distracting things, etc.
    * choose a favorited photo from that day as my main photo to post
    * write a narrative caption based on that photo
    * include more favorited photos if they make sense as part of the narrative
    * perhaps seek out more (non-favorited) photos to help illustrate the narrative
    * post that photo or multiphoto post (its own process)
    * unfavorite the photos I posted, except those I might want to view or show to friends later

    I’m looking to simplify my process where I can, as it often takes me up to half an hour to actually get from curating my photos to posting a particular (multi)photo post!
    Saturday, 22-Feb-2020 17:30:00 EST from tantek.com permalink
  4. Tantek ()'s status on Wednesday, 01-Jan-2020 20:11:00 EST Tantek Tantek
    10 years ago today: started posting notes on my site instead of Twitter: https://tantek.com/2010/001/t1/declaring-independence-building-it
    Then 25 days to auto-syndicate, catch up: https://twitter.com/t/status/8228455558

    Have a site? Start posting your notes there in 2020.

    Just start. Ask the #indieweb community and we’ll help.

    Start with static note permalinks and a script to update your homepage & feeds.
    Then start auto-syndicating (POSSEing https://indieweb.org/POSSE) and you can replace your tweeting with your own website.

    Questions?

    https://chat.indieweb.org/
    Wednesday, 01-Jan-2020 20:11:00 EST from tantek.com permalink
  5. Tantek ()'s status on Thursday, 19-Dec-2019 13:54:00 EST Tantek Tantek
    I have repeatedly expressed to peers working on #IndieWeb #SocialWeb #SocialMedia #FederatedSocialWeb that tech/plumbing-centric framing of #dweb "Decentralized Web" "Distributed Web" is heavily problematic. Beyond MastoGab, there is now something much worse (not linking). I’ll follow up with a longer blog post (it’s been in my drafts for a while), explaining why, how we got here, and maybe some ways for how can we replace use of "Decentralized Web" or "Distributed Web" with something human-centric instead.

    For a start, re-read Mozilla’s Manifesto and Principles:

    https://www.mozilla.org/en-US/about/manifesto/
    Thursday, 19-Dec-2019 13:54:00 EST from tantek.com permalink
  6. Tantek ()'s status on Monday, 28-Oct-2019 22:00:00 EDT Tantek Tantek

    On Friday 2019-10-25 I participated inRedecentralize Conference 2019, a one-day unconference in London, England on the topics of decentralisation, privacy, autonomy, and digital infrastructure.

    After giving a3 minute lightning talk, I helpedKevin Marksrun a session in the first time slot of the “unconference” portion of the day. I participated in two more sessions, and gave a closing statement in the end of day circle. This post is from the Etherpad session notes and my own memory recall from three days ago.

    Kevin Marks started the session by having me bring up the tabs that I’d shown inmy lightning talk earlier, digging into the specifications, tools, and services linked therein. Participants asked questions and Kevin & I answered, demonstrating additional resources as necessary.

    IndieWeb Profiles and IndieWebify

    One of the first questions was about how do people represent themselves on the IndieWeb, in a way that is discoverable and expresses various properties.

    Kevin described howthe h-card standardworks and is used to express a person’s name, their logo or photo, and other bits of optional information. He showed his own sitekevinmarks.comand asked me to Show View Source to illustrate the markup.

    Next we showedindiewebify.mewhich has a form to check your h-card, show what it found and suggest properties you could add to your profile on your home page.

    Checking microformats and JSON output

    From the consuming code perspective, we demonstrated themicroformats2 parser at microformats.iousing Kevin’s site again. We went through the standard parser JSON output with clear values for the name, photo, and other properties.

    Similarly we took a look at one of my posts parsed by microformats.io as an examle of parsing anh-entryand seeing the author, content etc. properties in the JSON output.

    IndieWeb Standards, W3C Micropub Recommendation & Test Suite

    Next we walked through theoverview of IndieWeb specificationsthat I’d quickly mentioned by name in my lightning talk but had not explicitly described. We explained each of these building block standards, its features, and what user functionality each provides when implemented.

    In particular we spent some time on theMicropub living standardfor client software and websites to post and update content. The living standard editor’s draft has errata and updates from theofficial W3C Micropub Recommendationwhich itself was finished using theMicropub.rockstest suite & implementation results used to demonstrate that each feature was interoperably implementable, by several implementations.

    Lastly we noted that many more Micropub clients & servers have been interoperably developed since then using the test suite, and the importance of test suites for longterm interopability and dependable standards in general.

    IndieWeb Events & RSVPs

    Kevin used his mobile phone to post anIndie RSVP postin response to theIndie Event postthat I’d shown in my talk. He had me bring it up again to show that this time it had an RSVP from him.

    Clicking it took us toKevin’s Known sitewhich he’d used to post the RSVP from his mobile. I had to enable JavaScript for the “Filter Content” dropdown navigation menu to work (It really should work without JS, via CSS using googleable well established techniques). Choosing RSVP showed alist of recent RSVPs, at the top the one he’d just posted:RSVP No: But I do miss it.

    We viewed the source of the RSVP post and walked through the markup, identifying thep-rsvpproperty that was used along with thenovalue. Additionaly we ran it throughmicroformats.ioto show the resulting JSON with the"p-rsvp"property and"no"value.

    IndieWeb Identity, Signing-in, and IndieAuth

    As had been implied so far, the IndieWeb built upon the widely existing practice of using personal domain names for identity. While initially we had used OpenID, early usage & implementation frustrations (from confusing markup to out of date PHP libraries etc.) led us down the path of using the XFNrel=mevalue to authenticate using providers that allowed linking back to your site. We mentionedRelMeAuthandWeb Sign-inaccordingly.

    We used yet another form onindiewebify.meto check therel=memarkup on KevinMarks.com and my own site tantek.com. As a demonstration I signed out ofindieweb.organd click sign-in in the top right corner.

    I entered my domainhttps://tantek.com/and the site redirected to Indie Login authentication screen where it found one confirmed provider, GitHub, and showed a green button accordingly. Clicking the green button briefly redirected to GitHub for authentication (I was already signed into GitHub) and then returned back through the flow to IndieWeb.org which now showed that I was logged-in in the top right corner with tantek.com.

    To setup your own domain to sign-into IndieWeb.org, we showed thesetup instructions for the IndieLogin service, noting in addition torel=meto an OAuth-based identity provider like GitHub, you could use a PGP public key. If you choose PGP at the confirmed provider screen, IndieLogin provides challenge text for you to encrypt with your private key and submit, and it decrypts with your public key that you’ve provided to confirm your identity.

    Popping up a level, we noted that the IndieLogin service works by implementing theIndieAuth protocolas a provider, that IndieWeb.org uses as a default authentication provider (sites can specify their own authetication providers, naturally).

    Andre (Soapdog) asked:

    How do I add a new way to authenticate, like SecureScuttleButt (SSB)?

    The answer is to make an IndieAuth provider that handles SSB authentication. Seethe IndieAuth specificationfor reference, however, first readAaron Parecki's article on "OAuth for the Open Web"

    Social Readers and Microsub

    Another asked:

    How does reading work on the IndieWeb?

    From the longterm experience with classic Feed Readers (RSS Readers), the IndieWeb community figured out that there was a need to modularize readers. In particular there was a clear difference in developer expertise and incentive models of serverside feed aggregators and clientside feed readers that would be better served by independent development, with a standard protocol for communicating between the two.

    TheMicrosub standardwas designed from this experience and these identified needs. In the past couple of years, several Microsub clients and a few servers have been developed, listed in the section onSocial Readers.

    Social Readers also build upon the IndieAuth authentication standard for signing-in, and then associate your information with your domain accordingly. I demonstrated this by signing into theAperture feed aggregator(and Microsub server) with my own domain name, and it listed my channels and feeds therein.

    I demonstarted adding another feed to aggregate in my "IndieWeb" channel by enteringKevin Marks’s Known, choosing its microformatsh-feed, which then resulted in 200+ new unread items!

    I signed-into theMonoclesocial reader which showed notifications by default and a list of channels. Selecting the IndieWeb channel showed the unread items from Kevin’s site.

    Does this work with static sites?

    In short, yes. The IndieWeb works great with static sites.

    One of the most common questions we get in the IndieWeb community is whether or not any one partcular standard or technique works with static sites and static site generator setups.

    During the many years on theW3C Social Web Working group, many different approaches were presented for solving various social web use-cases. So many of these approaches had strong dynamic assumptions that they outright rejected static sites as a use-case. It was kind of shocking to be honest, as if the folks behind those particular approaches had not actually encountered the real world diversity of web site developers and techniques that were out there.

    Fortunately we were able to uphold static sites as a legitimate use-case for the majority of specifications, and thus at least all the W3C Recommendations which were the result of incubations and contributions by the IndieWeb community were designed to support static sites.

    There are couple of great reference pages on the IndieWeb wiki for static site setups:

    • Static Site CMS
    • Static Site Generator

    In addition, there are IndieWeb pages for any particular static site system with particular recommendations and setup steps for adding support for various IndieWeb standards.

    Kevin also pointed out that his home pagekevinmarks.comis simple static HTML page that uses the Heroku Webmention service to display comments, likes, and mentions of his home page in the footer.

    What Next: Join Chat & IndieWebCamps!

    As we got the 2 minute warning that our session time was almost up we wrapped up the session with how to keep the conversation going. We encouraged everyone to join the online IndieWeb Chat which is available via IRC (Freenode #indieweb), Slack, Matrix, Discourse, and of course the web.

    See:chat.indieweb.orgto view today’s chats, and links to join from Slack, Matrix, etc.

    Lastly we announced the next two IndieWebCamps coming up!

    • Nov 23-24:IndieWebCamp Berlin2
    • Dec 7-8:IndieWebCamp San Francisco

    We encouraged all the Europeans to sign-up for IndieWebCamp Berlin, while encouraging folks from the US to sign-up for San Francisco.

    With that we thanked everyone for their participation, excellent questions & discussion and look forward to seeing them online and meeting up in person!

    Monday, 28-Oct-2019 22:00:00 EDT from tantek.com permalink
  7. Tantek ()'s status on Thursday, 17-Oct-2019 16:00:00 EDT Tantek Tantek
    Want to #DeleteFacebook & not sure how to start?

    Interested in building independent web events and open standards to replace #MeetUp?

    Join us at the next Homebrew Website Club #IndieWeb Meetup:

    https://tantek.com/e/53K1
    https://indieweb.org/events/2019-10-30-homebrew-website-club
    Thursday, 17-Oct-2019 16:00:00 EDT from tantek.com permalink
  8. Tantek ()'s status on Monday, 07-Oct-2019 09:05:00 EDT Tantek Tantek
    Huge thanks to co-organizers @tiereeee @schmarty @dshanske @jgmac1106 for an amazing @IndieWebCamp NYC this weekend. Thanks to @PaceUniversity for having us! So good to see so many new #indieweb sites go live: @nshad314 @teonbrooks et al and all the demos!
    Monday, 07-Oct-2019 09:05:00 EDT from tantek.com permalink
  9. Tantek ()'s status on Saturday, 05-Oct-2019 14:45:00 EDT Tantek Tantek
    #IndieWebCamp NYC: facilitating session on Why Publish with @schmarty @dshanske @tiereeee et al. Many reasons folks like to publish things (publicly) online. Notes being captured into an Etherpad, to be archived to #indieweb wiki after. #whypublish #meta
    Saturday, 05-Oct-2019 14:45:00 EDT from tantek.com permalink
  10. Tantek ()'s status on Friday, 04-Oct-2019 18:01:00 EDT Tantek Tantek
    #NewYorkCity friends! Going to the @IndieWebCamp #NYC pre-meetup/social at Stone Street Tavern @stonesttavern http://stonestreettavernnyc.com/
    Come have eats & drinks with us! (@schmarty et al!) #indieweb #openweb

    (Be there in ~15 minutes!)
    Friday, 04-Oct-2019 18:01:00 EDT from tantek.com permalink
  11. Tantek ()'s status on Sunday, 29-Sep-2019 14:23:00 EDT Tantek Tantek
    Amsterdam, #indieweb, and #viewsourcefriends, join us at The Jitterbug Saloon! Opened it up with@schmarty@sebandeweg@neb@aaronpkand expecting@adactiosoon. Taking over tables in the back, plenty of roomhttps://foursquare.com/v/the-jitterbug-saloon/5bf1c1521cf2e1002c48cce4
    Sunday, 29-Sep-2019 14:23:00 EDT from tantek.com permalink
  12. Tantek ()'s status on Thursday, 27-Jun-2019 18:35:00 EDT Tantek Tantek
    🏔 #IndieWeb Summit has sold out!

    Did you mean to sign-up and forgot? You can:
    🤞🏽 Join the waitlist!
    🎟 Get a pre-Summit Social ticket (free!) for Friday night!

    https://2019.indieweb.org/summit#register

    #IndieWebSummit
    Thursday, 27-Jun-2019 18:35:00 EDT from tantek.com permalink
  13. Tantek ()'s status on Tuesday, 11-Jun-2019 02:59:00 EDT Tantek Tantek
    @imogenheap nice meeting you @MozSF and thanks @brianbehlendorf for introducing us! Appreciate Creative Passport focus on empowering makers. We’re hosting #IndieWeb Summit @MozPDX June 29-30 https://2019.indieweb.org/summit for independent creators of all kinds!
    Tuesday, 11-Jun-2019 02:59:00 EDT from tantek.com permalink
  14. Tantek ()'s status on Tuesday, 07-May-2019 20:45:00 EDT Tantek Tantek
    During #IndieWebCamp#BerlinI built a simple theme switcher for my site!
    hyperlinks -> URL query param -> PHP to add class to <body> & query param to local links -> CSS class selectors -> CSS variables -> colors & font. No cookies, no JS. #indieweb
    Tuesday, 07-May-2019 20:45:00 EDT from tantek.com permalink
  15. Tantek ()'s status on Sunday, 24-Feb-2019 12:15:00 EST Tantek Tantek
    #IndieWebCamp #Austin day 2: Make, create, and hack!
    Mine: webhost migration (mine shuts down EOD 3/6 ET)

    Step 1 done: reduce TTLs on hosted domains to minimum allowed by my registrar (600s).

    Improving #IndieWeb docs as I go:
    * indieweb.org/migration
    * indieweb.org/TTL
    Sunday, 24-Feb-2019 12:15:00 EST from tantek.com permalink
  16. Tantek ()'s status on Friday, 15-Feb-2019 21:22:00 EST Tantek Tantek
    #IndieWebCamp#Austinis next weekend!
    Get a #website, #ownyourdata, cut back #socialmedia, or hack on #dweb#webstandards.
    Join@manton2(@microdotblog)@aaronpk(#indieauth #webmention)@dshanske(#WordPress #IndieWeb) & more!

    RSVP:https://2019.indieweb.org/austin
    Friday, 15-Feb-2019 21:22:00 EST from tantek.com permalink
  17. Tantek ()'s status on Wednesday, 14-Nov-2018 17:42:00 EST Tantek Tantek
    My 2019-001 #indieweb commitment: build on my @IndieWebCamp Berlin coding, improve archive pages, more nav & pagination, e.g. home stream to prev day(s).
    Details: https://indieweb.org/Falcon#archive_pages

    What’s your 2019-01-01 personal site commitment?
    https://indieweb.org/2019-01-01-commitments

    Previously:
    * http://tantek.com/2018/308/t2/indiewebcamp-archive-navigation-day-archives
    * http://tantek.com/2016/330/b1/2017-01-01-indieweb-commitment-own-my-rsvps

    More on archives, navigation, pagination:
    * https://indieweb.org/archive
    * https://indieweb.org/navigation
    * https://indieweb.org/archive_navigation
    * https://indieweb.org/pagination
    Wednesday, 14-Nov-2018 17:42:00 EST from tantek.com permalink
  18. Tantek ()'s status on Tuesday, 06-Nov-2018 12:05:00 EST Tantek Tantek
    Yesterday: Great speakers @a11yclub (8/9 with blog, 7/9 on own #indieweb site)
    Informative & thought provoking #a11yclub talks.
    Thanks @LeonieWatson @hdv for posting slides, especially Leonie with HTML slides: http://decks.tink.uk/2018/a11yclub/
    #HTMLfirst #a11y #2018_309
    Tuesday, 06-Nov-2018 12:05:00 EST from tantek.com permalink
  19. Tantek ()'s status on Thursday, 28-Jun-2018 12:39:00 EDT Tantek Tantek
    The 8th annual@IndieWebSummitwrapped up yesterday and simply put, I was blown away by the sessions everyone organized and especially by the incredible things everyone made & demonstrated.

    Notes & videos:https://indieweb.org/2018/Schedule#Tuesday

    Photos coming #indieweb#openweb
    Thursday, 28-Jun-2018 12:39:00 EDT from tantek.com permalink
  20. Tantek ()'s status on Monday, 11-Jun-2018 16:45:00 EDT Tantek Tantek
    my #SFAllHands⚡️intro
    * 8 yrs #openweb#standards@Mozilla[1]
    * may know me from #CSS[2] #microformats[3] #indieweb[4]
    * recently Standards Outreach w@david_bryant
    * editing CSS2.2, #CSSscrollbars
    * interesting Vouch[5]
    * controversial opinion: technical contributors@Mozillashould be actively using their own website, even if just one blog post a year

    [1]https://wiki.mozilla.org/Standards
    [2]https://wiki.mozilla.org/CSS
    [3]microformats.org
    [4]https://indieweb.org/
    [5]https://indieweb.org/Vouch- vouching as a practical decentralized solution to commenting, with some trust without requiring a hard-identity, designed to reduce abuse etc. as we have seen in centralized social media, but distributed across the web peer-to-peer
    Monday, 11-Jun-2018 16:45:00 EDT from tantek.com permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

stadeus is a social network, courtesy of blaise.ca. It runs on GNU social, version 1.2.0-beta4, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All stadeus content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.