59°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

#indienews

  • Aaron Parecki
    Thanks to @marinintim we now have a Russian translation of IndieNews! Check it out and submit your Russian posts at https://news.indieweb.org/ru
    Portland, Oregon • 42°F
    1 reply
    Mon, Dec 9, 2019 6:59pm -08:00 #indieweb #indienews
  • Jacky Alciné https://jacky.wtf

    A November Status Update of Koype

    Seattle, Washington • 39°F
    Wed, Nov 21, 2018 1:17pm -08:00 (liked on Mon, Feb 18, 2019 11:26am -08:00) #indienews #indieweb #koype
  • ayo https://v2.jacky.wtf

    Been hacking away on a new IndieWeb project called Fortress! It’s meant to be a way to simplify sign-in support for IndieWeb-compatible services (think Monocle or http://indiebookclub.biz/). You can check it out at fortress.black.af. [Here’s my site’s scan](https://fortress.black.af/demo?url=https%3A%2F%2Fjacky.wtf%2F]. I expose a lot of info!

    Portland, Oregon • 42°F
    Fri, Jan 18, 2019 12:24pm +00:00 (liked on Sat, Jan 19, 2019 8:26am -08:00) #indieweb #indienews #fortress
  • Aaron Parecki
    Just pushed some updates to IndieNews! Notes like this one, (posts with no name) will now be displayed better, hopefully encouraging people to post more short stuff instead of just blog posts.

    There is also a calendar view for posts, similar to the calendar on https://indieweb.org/2017-12-indieweb-challenge Thanks to @sknebel for the idea! I didn't link to the calendar permalinks from the UI yet, but you can browse to them with URLs like this: https://news.indieweb.org/en/2017/12

    I also fixed an issue where the content and name of posts was not being truncated, which caused a minor IRC flood this morning due to a Microformats implied name containing an entire blog post being sent to IRC.
    Portland, Oregon, USA
    1 like 1 mention
    Sun, Dec 31, 2017 10:19am -08:00 #indieweb #indiewebchallenge #indienews
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil

    Micro.blog, JSON Feed, and Evergreen Give Me Hope for the Open Web

    Portland, Oregon
    news.indieweb.org/en
    Thu, Jun 1, 2017 8:46pm +00:00 (liked on Thu, Jun 1, 2017 3:58pm -07:00) #indienews #indieweb
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil

    Tweetstorms vs. Publishing

    Portland, Oregon
    news.indieweb.org/en
    Wed, Mar 29, 2017 5:41pm +00:00 (liked on Wed, Mar 29, 2017 10:45am -07:00) #indienews
  • Day 43: Timezone Support for IndieNews #100DaysOfIndieWeb

    Today I added support to IndieNews for storing and displaying the timezone of submitted posts. Previously, all the dates were stored and displayed as UTC, which can be misleading such as when a post is submitted after 5pm in Pacific time since the post then has the date of the following day in UTC.
    continue reading...
    2 mentions
    Wed, Feb 1, 2017 8:41am -08:00 #100daysofindieweb #indienews #timezone
  • Day 41: Easier Posting to IndieNews #100DaysOfIndieWeb

    Following up on yesterday's update of adding a Webmention form on IndieNews' Webmention endpoint, today I finished building out the UI for submitting to IndieNews from a browser.Now the "Submit" link includes a form where you can paste in your post's URL, in case your website doesn't send Webmentions automatically.
    continue reading...
    2 mentions
    Mon, Jan 30, 2017 11:25am -08:00 #100daysofindieweb #indienews #webmention
  • Day 40: Webmention Form for IndieNews #100DaysOfIndieWeb

    I realized today that if you visited the Webmention endpoint for IndieNews in a browser, it showed a 404 page, since the Webmention endpoint was only registered for POST requests. Today I added a page that is served for a GET request.
    continue reading...
    1 reply 1 mention
    Sun, Jan 29, 2017 4:25pm -08:00 #100daysofindieweb #indienews
  • Day 32: Making IndieNews Realtime with WebSub #100DaysOfIndieWeb

    You can now subscribe to realtime updates of IndieNews feeds via WebSub! (formerly known as PubSubHubbub)It was relatively straightforward to add the necessary tags and ping the WebSub hub to make this work. I used Switchboard as the hub. I added the <link> tags and HTTP headers to indicate the hub and self URLs. When a new post is submitted, I then ping the hub, which is just an HTTP POST request with the URL of the feed.I then went to test the publisher using websub.rocks. That part worked great, websub.rocks was able to subscribe to my feed, and I see it receiving the ping when a new post is added to IndieNews.
    continue reading...
    1 like 1 reply 3 mentions
    Sat, Jan 21, 2017 11:36am -08:00 #100daysofindieweb #websub #indienews #reader
  • Day 31: IndieNews Updates! #100DaysOfIndieWeb

    Today I started what is hopefully a series of updates to IndieNews. It's been a while since I've worked on it, probably because it's been mostly working fine which I guess is good.The main thing I did today was replace its own Microformats parsing with delegating that to XRay. This should provide better results when parsing pages, since I've been concentrating my work in consuming Microformats posts in that project.The visual update today is a change to how submitted stories are displayed. Previously, each story always showed the headline as a hyperlink to the post. For short titles, this worked fine. But sometimes someone would submit a plaintext note, or an article with a very long title. This looked pretty bad. Now, IndieNews will switch to rendering the post as a text note in a few cases. This means URLs in the note also get hyperlinked individually, which is a good improvement. 
    continue reading...
    1 like 3 mentions
    Fri, Jan 20, 2017 5:51pm -08:00 #100daysofindieweb #indienews
  • Aaron Parecki
    Just launched the French version of IndieNews, translation by @xtof_fr! http://news.indiewebcamp.com/fr
    Portland, Oregon, USA
    Sun, Sep 13, 2015 1:55pm -07:00 #indienews
  • Aaron Parecki
    @xtof_fr I just launched multi-language support for http://news.indiewebcamp.com! Any chance you'd want to contribute a French translation?
    Portland, Oregon, USA
    1 like
    Wed, Sep 9, 2015 8:47am -07:00 #indienews
  • Aaron Parecki
    Just updated Quill to send Micropub HTML requests in a nested property: `content[html]=<b>foo</b>`

    This is an opt-in change, so you'll see this notice on the editor page letting you switch what Quill sends you when you're ready!
    1 like
    Wed, Sep 9, 2015 8:23am -07:00 #indienews #indieweb
  • Aaron Parecki
    Even more changes to IndieNews!

    • You can submit things by tagging them with "http://news.indiewebcamp.com/"; (similar to a http://indiewebcamp.com/person-tag)
    • Launched language-specific home pages, with translations of the interface! There is a separate German and Swedish feed you can submit things to! (Feel free to offer a translation for other languages too)
    Portland, Oregon, USA
    Tue, Sep 8, 2015 7:00pm -07:00 #indienews #indieweb
  • Aaron Parecki
    Just launched a bunch of changes to http://news.indiewebcamp.com which will hopefully make it easier to use!

    • No longer requires constructing the IndieNews URL before hand, now you can just send a webmention to the home page. (The permalink is returned in the webmention response)
    • Removed upvoting and ranking of stories, and the front page always shows the newest stories first.
    • You can submit links from other peoples' websites by syndicating a bookmark post! http://indiewebcamp.com/bookmark

    This also means subscribing to the home page in a reader should work better!

    Let me know what you think!
    Portland, Oregon, USA
    2 likes
    Sat, Sep 5, 2015 7:33pm -07:00 #indieweb #indienews
older

Hi, I'm Aaron Parecki, Director of Identity Standards at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming. (detailed bio)

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board Member

  • 🎥 YouTube Tutorials and Reviews
  • 🏠 We're building a triplex!
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2025 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv