Ooh if you get this working I'd be interested in seeing how you solved it, as I'm interested in doing similar too!
Kind replies
I did something similar with lots of sq! {SHA}
commits until I found out about git commit --fixup
which let's you do similar, and then git rebase -i --autosquash
it afterwards, which is a bit safer with repos others are working on - there's some more detail on https://www.jvt.me/posts/2019/01/10/git-commit-fixup/ if that helps!
Ooh nice! I've been using https://github.com/PlaidWeb/webmention.js for my client-side webmentions and have found it really nice ☺
But it is on my website, such is more important https://www.jvt.me/now/ 😉
My blogroll https://www.jvt.me/blogroll/ My RSS feed https://www.jvt.me/feed.xml or https://www.jvt.me/posts/feed.xml if you just want my articles And https://www.jvt.me/ for my #Microformats feed and https://www.jvt.me/kind/articles/ for blog
I'd recommend publishing to your own site first, and then sharing links to it on sites such as Twitter and https://lobste.rs, and maybe also sharing on https://dev.to but primarily owning it yourself to build up the followers there
That's fair, but I'm used to having the alias gp
which would then be gpu
or gp -u
etc. I'm always a fan of removing unnecessary typing!
You can also use the config in https://www.jvt.me/posts/2019/09/22/git-push-matching/ to always push to the same branch upstream 🙌🏼 saving a lot of typing
"she" followed me too 😂
Sorry to hear that - I think part of it is due to my feed including most things on my site, which I need to fix at some point - if you want to just subscribe to my blog posts, https://www.jvt.me/posts/feed.xml should do it for now!
This is very frustrating, but I can confirm that using aur/intellij-idea-community-edition-no-jre
has resolved this, as per craynic's comment
In terms of how I get the data? I publish content to my site first, then syndicate it elsewhere afterwards https://indieweb.org/POSSE - which mostly happens automagically
I do this even for things like https://lobste.rs which doesn't have an API so I manually post it with a link back to the comment on my site
Hey which feed? I've got RSS/Atom, Microformats2 and JSON Feed!
All of which are generated from Hugo with custom templates
On the plus side, you found an edge case for me! Should've tested it better 😬
Oh no 😢 I got the content wrong!
Can you not just swap out the Desktop Environment you're using without swapping distro?
I'm not sure I agree. Speaking about your health allows everyone to be a bit more open about everything - one reason I blogged about my ruptured appendix was that it would show others what I'd gone through, what they could learn from it, and understand just how sucky it was for me.
Additionally, speaking about mental health is incredibly important, as most folks suffer from it, just don't talk about it, and awareness of it can help folks get diagnosis / help if they're not aware of it.
🤤 I need one!
I don't think so no. I've done this on my Micropub side, so it stores it in the same content format as the actual post. I guess we'd likely do something similar, or when loading the page pulling that data from Granary?
It's the MF2-JSON that Granary provides, I store that as-is, then render it as I need to 👍🏽
I'd gone in 2017 but not 2018, then went in 2019 and felt pretty uncomfortable as a half Indian man. After being so used to diverse and inclusive spaces it was incredibly jarring, so I'm sorry for how worse it would've been for you!
The Keloggs game was pretty awesome, but no one seems to have played it before, of people I've met at least https://youtube.com/watch?v=c9HwqvivoqY
It looks like it does different things depending on what device I'm on - mobile goes through to Google Podcasts, but desktop shows the other episode as mentioned
Hey the link in this tweet seems to go through to 394. Insights: The future of investing
https://fi.11fs.com/571 not 396. Insights: Do consumers care about Open Banking?
https://fi.11fs.com/573
I like that with Jeremy Keith auto saves any link from his site to archive.org. So even if the link itself is broken, it should be possible to find it there.
I like the idea of the site itself trying to fix it.
For some time I had my site fail to build if any broken links were found, but as I interact with more sites, and push more content daily, it's a bit difficult to do that.
Ah cool, nice to hear! Yeah I think sticking something serverless makes sense - I've gone for the route of deployed microservices just to give me some more experience with them. And hopefully more hosted services can be created if needbe!
It can also make some of it harder, too! My site is a static Hugo site, but for some of the IndieWeb stuff I either need to add client-side JS or write separate services that can run to ie send Webmentions. It definitely works, but is a bit more work as there's stuff that is and isn't static
I'd thoroughly recommend https://gatling.io/ as we're using it across both Java-based and non-Java-based APIs, and have found it pretty great.
I know we're not using nearly the power it affords, but it's very good!
You don't need to know that much Scala too, it has a straightforward DSL before you get there
Thanks, both you and https://david.shanske.com have recommended Pushover and it seems to be OK price and rate limit wise so I think I'll look into it. It helps that I don't need to create an Android app myself to receive notifications, unlike https://pushy.me
Thanks that looks like a reasonable one. I couldn't see anything specific pricing wise for it, but the official pricing looks like I'd be in a free tier 👍🏽
Yes! I've got a list of my blogs that I follow explicitly at https://www.jvt.me/blogroll/ but also use several aggregation sites to pick up other content
No worries - they're every two weeks! They're also more self-directed so being a less-experienced member there is more than ok, but depending on who's there it may be more conversations about what you're doing rather than technical help
This looks awesome, great stuff! If you want to come work on it with like minded folks, I organise #HomebrewWebsiteClub Nottingham, next event on Feb 5th https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-8IgcYeAQhIKX
I know we've talked about it in the past, but how do you feel about possibly setting up a #HomebrewWebsiteClub in Lincoln? I've found there's very little organisation required for mine in Notts - generally just turn up and do stuff 🤓
If you want to build / enhance your personal website, #HomebrewWebsiteClub Nottingham is a great place to get involved, next one is the February 5th https://events.indieweb.org/2020/02/homebrew-website-club-nottingham-8IgcYeAQhIKX
Awesome to see the first event posted! In case you've not seen Aaron's post there's now a new IndieWeb events site https://events.indieweb.org/ you're more than welcome to still publish the event on eventbrite but would you also be able to publish to there as well, for IndieWeb folks to discover the event, too? Much appreciated!
Agree that some users won't want to get stuck into it - they're likely also the users who won't be writing raw HTML for their sites.
So what we're doing for them is getting Microformats2 support directly into the themes for WordPress, Jekyll, Hugo, etc, so anyone using it can benefit without necessarily doing any work!
As shared in a separate comment in the thread, there's the Microformats2 specification (see https://microformats.io) which reduces duplication seen with some of the other Semantic Web formats.
You can see an example of a parsing result at http://php.microformats.io/?url=https%3A%2F%2Fwww.jvt.me%2Fmf2%2F2020%2F01%2F2mylg%2F which produces a standardised structure for the resulting JSON, which makes interconnectivity much simpler.
Us folks in the IndieWeb (https://indieweb.org) have been using it for some time with great benefit, but it's always great to hear others reactions too!
Thanks! Maybe "this project is source available, not Open Source. Utilising any code within this project is forbidden." or stating "this project is proprietary, despite the source being available. You may not use it for any reason"
Hey as an FYI, from your README:
No license.
This repository is open sourced
Without a license for it, it's not technically Open Source, therefore is proprietary and not usable by anyone. It may be worth being explicit!
The only thing keeping me going is knowing I'll be back to my laptop soon 😉😂
Also check out https://twitter.com/scienceshitpost for the twitter version!
I'm sorry for your loss 😭 that's so horrible!
That's such a great t-shirt you're wearing!
Southern Tenerife, it's lovely here!
Unfortunately it's only 18 degrees, so not roasting, but quite nice and warm compared to the UK this last week!
I've written about how I added it to my own site www.jvt.me at https://www.jvt.me/posts/2019/08/26/setting-up-micropub/ if you'd like more info on how you'd go about it - as my site is built around Git as the source of truth, I simply need to get it committing the changes for me and that's it!
Re:
TLDR: Nearly everyone who wants micropub support writes their own library, endpoint, or whole cms or blog engine.
I believe part of this is because Micropub requires intimate knowledge of how your own site is set up, so unfortunately can't be written as a generic solution, because most folks won't have things set up the same way, even on ie WordPress using common IndieWeb plugins
It's still a good point that maybe we need to look at creating an out-of-the-box Micropub endpoint for some of the common tech stacks.