Hmm I'll have to try it but I thought rebase-merge was the same as a --no-ff
merge
Kind replies
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
Glad you found it, this one has bitten me before, too ๐
I've just mentioned Lobste.rs separately (as I didn't see it mentioned), but spotted all their Ansible code for the site is on https://github.com/lobsters/lobsters-ansible
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
Still waiting on our 1k party ๐ฅฒ
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?
Ooh yay for static! How are you planning on doing things like webmention sending?
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 :)
Thanks for the super speedy reply! Shall I keep this issue open, in case things change, or shall I close? โบ
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
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
Excluding legendaries that's interesting, but still pretty unlikely given how many super powerful pokemon there are ๐ค
Yeah it's not the best ๐ฅ I can't remember if I've ever fed back to the team about it, but I'll make sure to drop them a message
Sure - our jobs site at https://jobs.capitalone.co.uk โบ
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!
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 โบ
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/
This is cool! As an aside you can replace pwd
with $(pwd)
or even better just $PWD
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"
Yes! I've done this as a talk before cause it's a great way to learn https://www.jvt.me/talks/overengineering-your-personal-website/
Aw thank you Rachel, that's very sweet of you, and right back at you! โฅ they certainly are making it a lovely day so far โบ
Thank you โบ
Thanks Calum โบ
Yeah you need the =ref
in there https://www.jvt.me/posts/2018/09/18/safely-force-git-push/
Omg exciting! We found, aside from the pre-tidying, it made such a difference
๐๐ผ 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/
We watched it on New Year's Day and found it to be a good start to the year!
Sorry to hear this but it does make sense! I'll look forward to hearing if the IndieWeb side of things will return
No this is a novella about Dr Cortazar and gives us a bit more understanding about who he is and why he is like he is. Recommend it!
Thanks mine was just as lockdown began and we were all like "lol this will only be for a couple more weeks"
I always get mine published on Sundays - this note was posted then, but only got published to Twitter now ๐
๐
100% is me ๐๐ฝ I realise I've got a lot of privilege but know I can't really appreciate the other side of it because of it
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 ๐
I've had support for this since 2020-05-10, with the ability to store silo usernames to support @-mentioning on silos:
GET https://www-api.jvt.me/micropub?q=contact
{"contacts":[...,{"name":"Aaron Parecki","nickname":"aaronparecki.com","url":"https://aaronparecki.com/","silos":{"twitter":"aaronpk"},"_internal_url":"https://www.jvt.me/contacts/aaronparecki.com/"}]
๐ค 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 ๐
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?
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
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 ๐ฅ
If y'all haven't seen there's a cool thing called the #IndieWeb that is all about trying to do some of these things! https://indieweb.org/why
I didn't no, thanks for letting me know. If I'm honest I forgot that Micro.Blog was set up to reshare all my content โบ
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 ๐๐ฝ
Roast me
I've also implemented this in my Micropub server:
- when creating a post, and the
draft
scope is present, thepost-status
is forced todraft
(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 adraft
post, otherwise returnsinsufficient_scope
- delete/undelete returns
insufficient_scope
when thedraft
scope is present
Oh no, sorry to hear that. I'm on Android so can't help - hopefully others will see this and be able to help ๐ค๐ฝ
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
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)
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 ๐
Woohoo!