Kind replies

 Reply

It's also possible to be able to do i.e. git checkout origin/pull/1/head via https://www.jvt.me/posts/2019/01/19/git-ref-github-pull-requests/

 Reply

Supportability / operability is a big one for me - both, "what will the next team supporting this project think of this code" and "am I going to be annoyed if I get called out for this unnecessary ERROR log"? Also being much more considered for writing code that is (hopefully) more understandable than idiomatic, as folks don't necessarily come to the job with strong language knowledge, and making things understandable by all is better than a subset who know the language better

 Reply

A number of Git hosting tools (GitLab and GitHub at least) use origin/HEAD to denote primary branch on the upstream so you could probably do something with that

 Reply

That's a shame. The thought is that when sitting behind a gateway you may have an API key and potentially other headers, but locally you wouldn't need them as you're going direct

 Reply

Dang that's gotta be tough - I can kinda see the angle it's coming from, but the flip side is stopping people wanting to share thoughts outside of the org, which is definitely a bad thing!

 Reply

I use Matomo and that has both DNT by default and the ability to disable cookies. I've been using it for years and recommend it - it's lightweight to self-host, or you can pay ~Β£3/mo for it to be hosted for you

 Reply

Yeah I think as you've said elsewhere it's especially difficult as colleagues may not be as up to date on this stuff - are you able to maybe wrap the libraries into some guardrails? So things are easier and safer to use?

 Reply

I've got a tonne of great ones I'm planning on putting in a picture frame then hanging up instead of it being on my laptop, but I've still not done that either πŸ˜…

 Reply

That's such a lovely idea! πŸ‘πŸ½

 Reply

Depending on what you want to do, you may be able to follow how Terence Eden has done it before in https://shkspr.mobi/blog/2019/12/add-review-to-goodreads-from-schema-markup/