Kind replies

 Reply

You can also do this with a "rebase merge" on GitHub, and yep would recommend it if you don't want merge commits. I'd generally say keep them, but amend the titles to be ie PR title

 Reply

What about https://lobste.rs ? https://github.com/lobsters/lobsters is available and it's a pretty nice platform to be a consumer / producer on

 Reply

I much prefer the Ruby ecosystem so that's what I use for my scripting needs, but I guess it's probably cause Rails is still popular?

 Reply

You may be able to follow Luke Bonaccorsi's article https://lukeb.co.uk/blog/2021/03/15/no-comment-adding-webmentions-to-my-site/ to get Webmentions sending automagically on builds of your site, which would integrate with https://brid.gy to publish a note - I'm using a different Webmention sending process, but Bridgy's what replying to you now :)

 Reply

So sorry to hear this ๐Ÿค— after seeing what their Web app is like, and how difficult just logging in is, I can imagine the rest has been difficult

 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

 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

 Reply

I'm pretty sure their alt text is lacking as when I use a reader to listen to articles posted on Medium, they all are "image for post"

 Reply

๐Ÿ‘†๐Ÿผ I've got a top-level h-card on my home page and per post https://php.microformats.io/?url=https://www.jvt.me/ as well as potentially having multiple in a post https://php.microformats.io/?url=https://www.jvt.me/posts/2020/12/09/personal-indieauth-server/

 Reply

Still in my first job but had the chance - was ~ยฃ3k to match the competing offer, they upped it to ยฃ5k, but I still declined and went for the other choice ๐Ÿ™ƒ

 Reply

๐Ÿค” If so I'd been lied to ๐Ÿ˜‚ sherwood is pretty awesome, there's some really nice stuff at the High Street. I've just moved to Mapperley Park (a street away from Lidl) which is lovely although we're missing some of the local options from Sherwood. Good luck for buying! Lemme know if you want any recommendations for mortgage adviser / solicitors / surveys etc ๐Ÿ™ƒ

 Reply

Sherwood right? That's just up the road from where I used to live. If it helps it's for tax avoidance people etc, not anything too dangerous ๐Ÿ™ƒ those houses opposite are really nice it's a shame about the view ๐Ÿ˜‚ are you looking to buy or rent?

 Reply

I've got quite a few set up with shell aliases/functions - they're all available at https://gitlab.com/jamietanna/dotfiles-arch/-/blob/main/terminal/home/.githelpers

 Reply

Season 1 was just amazing. Season 2 was still really good, but after that it very quickly went downhill and the last season was a couple of seasons too long ๐Ÿ˜ฅ

 Reply

I've used @Wallabag for about 6 years now, and have really loved it. Used to self host, but paying for https://wallabag.it is simpler and supports the folks building the awesome software ๐Ÿ‘๐Ÿฝ

 Reply

I've also implemented this in my Micropub server:

  • when creating a post, and the draft scope is present, the post-status is forced to draft (even if it's set otherwise in the post)
  • when updating a post, and the draft scope is present, the update is only allowed when updating a draft post, otherwise returns insufficient_scope
  • delete/undelete returns insufficient_scope when the draft scope is present

 Reply

What do you use as your IndieAuth server? It could be it needs to align with the latest changes in the spec? https://aaronparecki.com/2020/12/03/1/indieauth-2020 Do other clients such as https://micropublish.net or https://quill.p3k.io work? If neither of them either, it's likely the spec updates

 Reply

So Micropub is the open standard that allows you to use a wealth of clients (https://indieweb.org/Micropub/Clients) to publish to your site. Twitter -> site Webmentions can be done with Bridgy. If you want to publish to Twitter from your site, you'll want something like https://remysharp.com/2019/06/18/send-outgoing-webmentions to automate sending the webmentions that will then trigger Bridgy to publish the post (https://martymcgui.re/2020/07/15/what-we-talk-about-when-were-talking-about-webmentions/ is also worth a read)

 Reply

Aw thanks! So my books are via https://indiebookclub.biz but requires a bit of manual work to get the book details. As I don't read that much it's not yet annoying me enough to solve it ๐Ÿ™ƒ