On Android some apps have different types of notifications they send and you're able to tweak them ie on LinkedIn you can disable Live events
or Media upload
individually instead of just blocking the whole app, which is quite nice, as long as they implement and then follow it
Kind replies
Got a link to the project that I could possibly have a look at for OpenAPI'ing it up? ๐
Sweet, if you check out a response from ie https://books-mf2.fly.dev/isbn/0578675862 or see how https://indiebookclub.biz/documentation works that may help too - https://indieweb.org/book may also have some insight! And I'm sure chatting with the IndieWeb and Microformats community may be a good option too
Certainly! I think originally I'd not done it that way for speed and I think there's JSON-LD so they may not have wanted both but super happy to collab ๐๐ฝ
Huge congrats!! Have a great week ๐
My "pumped" Spotify playlist is my alarm and my "trick my ADHD brain into doing the thing" ๐ I find a few of the artists like Maduk and Fox Stevenson coming on usually do the trick
Oh no! Yeah it looks like they opened on Thursday, just in time for them to have a busy weekend ๐
Nice ๐๐ฝ
Yesss! Renovate is great ๐๐ฝ are you self hosting or using the hosted GitHub app?
IKR, I'm not sure if it's that my blog itself is deemed as sus, or just that I tried to share 3 links in a single comment ๐
I have a public salary page on my blog (https://www.jvt.me/salary/) and wrote about what I've learned since I did it (https://www.jvt.me/posts/2022/09/21/year-later-salary-history/) and am very glad I've done it!
Oh that's interesting! I was enjoying the fact that my posts don't need to include a mention, just a reply to the post, but do see that it comes in a bit weird!
Maybe I'll look at getting that added (in Bridgy Fed or on my site) so it looks a bit better for interoperability
Immediate feel is https://news.ycombinator.com/item?id=35154025 which got rolled back not long after they announced it ๐ค
I've ended up capturing my top x posts on my site but I think Providing a public salary page has got to be the one that I feel has done the most good.
I'd also throw Blogumentation - Writing Blog Posts as a Method of Documentation in as a close second as my most personally impactful
๐๐ฝ
For our traffic profile, was a case of not indexing the ORDER BY
leading to high CPU usage and paging of results from memory to disk - solution would be to index it ๐ค
I've seen this before, see https://github.com/snarfed/bridgy-fed/issues/440 and the linked https://github.com/aaronpk/webmention.io/issues/187
Thanks, yeah I've got it on my TODO list ๐
I mean I'm with her, there's only one way to help out ๐คท๐ฝโโ๏ธ
Happy valued customer day ๐
Huge congrats ๐
Hope it went well ๐ค๐ฝ
Woops ๐ https://www.jvt.me/posts/2022/06/19/cli-feed-discovery/ was what was meant to be linked - I'll update the previous post now, too
Yup, I ended up writing a tool for it as I ended up doing it a fair bit
Thanks, yeah I think I've seen that reported in the past, likely cause it's rendered as a relative link on my website?
Maybe they have things like select * from http_handlers where method = 'GET' AND path = '/'
and then call a stored procedure? ๐ซ
Which one did you get? I'm in the market for a new backpack ๐
Happy birthday ๐
I went for Cherry MX Clears as they're a nice mix between clicky while also being fairly quiet. I've got noise dampeners on the one I use for work, so it's less noticeable when in a meeting. Clears can be hard to get, so I found that Cherry MX Browns are a good alternative
๐ Yes!
Congrats ๐๐ฝ was rooting for you to find something good so glad you have!
"VP + Head of Eng at Shopify" liked that tweet ๐ฌ
Nice, how are you finding it? Able to share what you're upto? ๐
I use it for personal PR notifications, and have used it in the past for reminders for a team's pending PRs to a shared channel. Also used it to subscribe to push
/pull_request
/issue
events to a repo, and found it's been alright
Out of interest, which functionality are you thinking? Microformats2? Micropub? POSSE? I think we've got some with Microformats2 markup somewhere ๐ค
We've really been enjoying the Jamie Oliver by Tefal range - little bit pricier than some other options but well worth it
Arch on my desktop/laptop, Debian on my servers, Alpine in my containers
I'm using Matomo (formerly Piwik) and find it's pretty great and it's good as a self hosted thing.
I generally recommended against Google Analytics
A colleague of mine runs https://squeaky.ai which I've not used but may be worth a look.
What are you using to automate the posting? Could be in there you can bulk delete the posts it's created?
Just listened to the latest Cup o' Go podcast which mentioned (paid) https://boot.run which may be worth a look too!
I wrote about how I picked up Go last year that may be of help ๐ค๐ฝ got some resources linked out from it
Cause he's a trickster? ๐
I've got a Hugo site that uses IndieWeb technologies (Micropub, Microformats, Webmention) to also interoperate with the Fediverse and Mastodon.
My site publishes an average of 50 commits a day, most of which are done using Micropub (using a custom built Micropub server).
Then I use Bridgy Fed to do the IndieWeb-to-Mastodon connectivity, sending it a webmention when I post a new thing, and it then syndicates it to my followers in the Fediverse. Bridgy Fed's rendering of content isn't maybe as flexible as you would want - I believe it's set to only syndicate specific things, but that may be something we can improve and/or make configurable!
You could use Netlify functions for your Micropub endpoint - I know a few folks have done that before (including Carol Gilabert)!
One thing to be cautious of is as you're starting to publish more content, avoiding spamming folks with Webmentions.
For the PESOS items, I've been doing it with my step counts, and similar could probably be done on Netlify with a scheduled function to grab the latest entries and publish them to your site.
I like when I can add a cover letter as an optional thing if I want to dig into a couple of areas and add more context my CV may be not as deep on, but it's nice when it can be optional not required!
I've raised this upstream, but still having trouble finding a perfect reproduction case ๐ค
Have you seen things like Dangerfile
s? May fit the bill for you - they've got Ruby and JS versions (ie https://github.com/danger/danger-JS)
FYI this does mean folks following your feed no longer see the Week Notes posts ๐ https://monocle.p3k.io/preview?url=http%3A%2F%2Fbarryfrost.com%2F
Nice! Are you thinking you'll do that long term - backfill from Spotify data - or use some other means to record them as you listen?