Something for the weekend

#sciencehackday #sanfrancisco #indiewebcamp #brighton #events #weekend

Ne vous laissez plus déPOSSEder de vos contenus !

I saw Nicholas give this great talk at Paris Web on site deaths, the indie web, and publishing on your own site. That talk was in French, but these slides are (mostly) in English—I was able to follow along surprisingy easily!

#slides #presentation #conference #talk #indieweb #posse #digital #preservation #publishing #parisweb #french
WordPress Webmentions Plugin Version 4.0.0 Released by David ShanskeDavid Shanske
It has been a long while since a major release of webmentions, and it is not the end of the plans we have. It is merely the first step. In the lastest version, several useful features were added. Instead of an option to enable webmention support for pages, the plugin now let’s you select the optio...
If you've noticed https://OwnYourGram.com has been not working well lately, that's because Instagram is aggressively rate limiting certain requests.

I just updated it so that you can give it the URL of an individual photo and it will import it for you. Importing individual photos avoids a lot of the rate limiting issues so should work a lot better now.

If you've been missing some of your latest photos, feel free to log in and manually import them now!
#ownyourgram #instagram #indieweb
This is one of the best end funniest uses I've seen yet for having a domain of one's own!
#DoOO #indieweb #phdchat #hope
https://mickens.seas.harvard.edu/tenure-announcement
#DoOO #indieweb #phdchat #hope

IndieWebCamp NYC 2019 Wrap-Up

#IndieWeb #NYC #IWCNYC2019 #wrap-up

Nice to see @Paul_Kinlan add Webmentions to his static site. With a nice post on how he does it with Hugo. https://paul.kinlan.me/using-web-mentions-in-a-static-sitehugo-/

We forgot to take a group shot at the IndieWeb Meetup in Austin last week, but just noticed as I was flipping through photos that I had this one of my iced coffee and stickers. Next meetup is Nov 6th.

I've just exported my Micropub posts to CouchDB using just curl and jq. Here's the command:


curl --silent -H "Authorization: Bearer $MICROPUB_ACCESS_TOKEN" "${MICROPUB_ENDPOINT}?q=source&limit=$LIMIT"  | jq '{
  "docs": .items | map(. + {
    "_id": .properties.published[] | strptime("%Y-%m-%dT%H:%M:%S%Z") | mktime | tostring
  }) | map(
    if .properties | has("visibility") then
      .
    else (
      .  * {"properties": {"visibility": ["public"]}}
    ) end
  )
}' | curl -u $COUCHDB_AUTH localhost:5984/posts/_bulk_docs -X POST -d@- -H "Content-Type: application/json"

The variables $LIMIT (count of posts to be exported), $MICROPUB_ACCESS_TOKEN, $MICROPUB_TOKEN and $COUCHDB_AUTH are set by user.

#couchdb #micropub #ownyourdata

notizblog.svg

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!
Nice demos indiewebcamp nyc! 🐰

Syndicating My Tips to Foursquare

#indiewebcamp #p3k #foursquare #indieweb #ownyourdata

Dark mode

#css #colours #schemes #styles #ligtht #dark #modes #indiewebcamp #styling #images #frontend #development #design
@marcthiele @johanbove would be great to do @IndieWebCamp before @btconf Düsseldorf 2020! Gathering interest/prefs:
https://indieweb.org/Planning#Dusseldorf
Please feel free to edit, add yourself to date(s) you can make. Join https://chat.indieweb.org/ & let’s chat about volunteering!

Tweaks Ali Spittel’s face tracking filter demo to include a “snapshot” button that creates an image you can right-click and save.

Next up: can I make this into a Micropub client to post directly to my site?

The Web Can't Survive a Monoculture

Did one of those things where someone asks a dev question and I do the old “oh you just…” before looking closer at the code. Having fun now figuing it out as it relates to stuff I want to do with my jekyll theme https://github.com/miklb/jekyll-indieweb

#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
#IndieWebCamp #indieweb #whypublish #meta