IndieWeb post types

This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:

 Repost

Looking forward to talking about all things #IndieWeb, owning your data, and some of the cool open standards and tech we've worked on to take back a bit of control 🤓

Quoted a post on Twitter
Post details

 Reply

Have you looked at git reflog? It shows a log of all operations on your local repo and allows you to do exactly that - find commit hashes to go back to, which you could then git reset --hard

 Like

Liked a post on Twitter
Post details

 Reply

In our Java projects we use a tool which fails the build if code isn't formatted correctly, but can auto-fix code style issues, so it makes it quite a nice experience as you need to do very little to get it fixed - reducing that barrier (and having things like auto fix / editors correcting things) is just the best!

 Reply

We've got a few roles open at Capital One if you're interested - can chat through process + refer you if there's anything you'd be interested in ☺

 Reply

We only have this set up in a few places as it's not possible to do it org-level as you say, or configure it via the API https://github.community/t/support-autolink-reference-configuration-in-the-api/14614/

 Reply

This is cool! As an aside you can replace pwd with $(pwd) or even better just $PWD