It's definitely Sophie π
Kind replies
As this has been accepted should the big warning under "Uploading a photo with alt text" I. https://www.w3.org/TR/micropub/#json-syntax have been updated to clarify that this is now the standard?
I'd be happy to raise the PR
Oh no what do you need to do?
I like your domain too - but you can always still move to a new one, redirecting your identity and old content to a new domain?
https://reddit.com/r/WildBeef would like a word!
This is what I do too! I tag them under my site as https://www.jvt.me/tags/blogumentation/ and am always super happy to see how much organic search traffic I get - it means I'm (hopefully) helping others
Do you have any tracking on your website?
Nice, glad to hear. Fathom seems pretty nice, I do think I should give it a go
Do you have any tracking on your website?
https://jlelse.blog/ created a JSON Feed. Their site is down but https://jlelse.blog/micro/2020/05/tiktok-jsonfeed/ is the post you want. Alternatively you can use the website (https://www.tiktok.com/foryou?lang=en) without the app
Maybe it's a new security question π€
Does that make this reply a shitpost?
The API returns https://pbs.twimg.com/media/AwE0NwRCEAAV6UF.jpg which now 404s π€ really odd that they'd ever disappear
Massive congrats Dylan π
What do you mean?
Reminds me of when I used to root my phone and had CyanogenMod's PrivacyGuard which once told me Uber Eats was trying to access my microphone when I'd opened the app, not actually doing anything else π€
Netlify is definitely what you want - I've only recently been going over the free tier limits ππΌ
I wasn't happy with how rushed and different the siege of Fowl Manor was, and it felt like lots they were doing was setting up a sequel, than investing in the first film
@CarolSaysThings I cannot confirm, nor deny... π
Happy birthday π ππ
Not yet, but it did arrive today! Will let you know what the first night was like βΊ
TIL, thanks!
π
π
Happy birthday Jess ππ€
I thought I was the only one seeing this! Fortunately I've got https://granary.io producing #Microformats feeds so I can still read Twitter from the https://indieweb.org/reader I want
No, there was no indication anything went wrong, and when redirected back, nothing said whether the transaction had passed or failed
It looks like https://docs.dev.to/api/#section/Authentication shows "OAuth2 authentication is still in private alpha." so hopefully could be available soon! We may be able to get on the private beta?
Good point - this is exactly that. Allowing you to deploy to a separate URL, for instance if you were building a branch on CI.
It's worth reading Aaron Parecki's detailed writeup about this as there's a bit more info about what actually went wrong
It's absolutely ridiculous, isn't it?
Is there an RSS feed by default? It'd be good to subscribe, but I can't find it automagically with my feed reader - it may be its missing rel=alternate
?
FYI I've documented this at https://www.jvt.me/posts/2020/05/25/read-servlet-request-body-multiple/ based on https://stackoverflow.com/a/36619972/2257038 and https://stackoverflow.com/a/30748533/2257038 - this caches the actual ServletInputStream
rather than just the bytes that are returned.
Anna Dodson and I had good fun a couple of years ago with https://github.com/veltman/clmystery and https://overthewire.org/wargames/
cat /etc/*release
? Or are those files only Linux based?
I'm quite heavily into the IndieWeb movement, in which we've designed a new standard Microsub which allows for a slightly better API than "regular" RSS/Atom readers, as it allows for you to use different feed formats on the backend. It also splits between the client and the server quite nicely, so I can use Indigenous for Android when on the move, and Monocle when I'm on the desktop. The best thing about the standard, aside from allowing extensible feed parsing, is that I can use different clients to read it, instead of relying on a single provider - which I believe we've seen with some of the RSS/Atom readers around currently.
The server I use is Aperture, built and run by Aaron Parecki, and I subscribe to a mix of RSS/Atom, JSON Feed and Microformats2 feeds
π€
Are you thinking of it to back your existing site? Or for an example other site? Definitely sounds doable
I have a higher pain threshold than I thought, so spent best part of a week with my insides trying to kill me
There's also https://indieweb.xyz/ which Kicks Condor created + runs, and is more topic-based, kinda like reddit - being more general purpose is quite cool, too, as there's a variety of stuff posted there
You can make it work with tools like https://twitter-atom.appspot.com/ or https://granary.io (from Ryan Barrett) which help convert to a feed format of choice. Those of us in the #IndieWeb are still heavily using open standards ππ½
+1 on AGPL. I've seen a lot of corps have policies strongly against even looking at the README let along integrating the project. And folks who do use it make it better for everyone as contributions are shared ππ½
Sorry to hear that, Jacky!
I had "a chat" with a Google recruiter who then started asking a lot of questions I wasn't quite prepared for - but only once π€·π½ββοΈ
Uhoh, hope everything is OK?
FYI I've appeared to get this working using rohitkadam19's reply on How to make HTTPS GET call with certificate in Rest-Assured java and have further documented this on my blog post Performing Mutual TLS Authentication with Rest Assured (via Apache HTTP Client)