Yes, the VM is Ubuntu 22.04.
Edit: Replied out of context. Fixed.
Yes, the VM is Ubuntu 22.04.
Edit: Replied out of context. Fixed.
Good tip. Thanks!
Now I feel dumb.
That didn't work earlier.
I just went to copy the error message I saw before and... it's working.
Maybe because I switched back to Namecheap's nameserver? Or maybe because I cleared my cache again? Or maybe because I game it some more propagation time?
Or maybe magic?
Each potential reason seems equally likely to me.
Thanks
Lemmy Easy Deploy. I didn't know where to find any tutorials for using an Oracle Cloud VM. Did the official have that?
readarr
I thought it was ebooks-only. I didn't realize was for audiobooks also. Thanks!
Something Overseer-like for requesting audiobooks for Plex.
No recent great ones, but Mo Gawdat's "Scary Smart: The Future of Artificial Intelligence and How You Can Save Our World" was ok.
ChatGPT and I came up with this bookmarklet which I'm using until this is resolved.
You set your home instance, then just click it when on a post on another instance. It grabs the post title and the author, redirects to a post search of the title on your home instance, and copies the author to your clipboard to Ctrl-F if there are too many results.
You have to be pretty quick on the draw to be able to enable clipboard access when using it on a new instance for the first time. So it's like a game, too.
javascript:(function(){
let instance = "lemm.ee";
const personListing = document.querySelector('.person-listing');
const author = personListing.getAttribute('title');
navigator.clipboard.writeText(author);
alert("Post author copied to clipboard.\n\nCtrl-F + Crtl-V when redirected, if necessary.");
var title = document.title;
var lastDashIndex = title.lastIndexOf(" - ");
if (lastDashIndex !== -1) {
title = title.substr(0, lastDashIndex);
}
var encodedTitle = encodeURIComponent(title);
let search = "https://" + instance + "/search?q=" + encodedTitle + "&type=Posts";
window.location.href = search
})();
You might want to check out https://github.com/amirzaidi/lemmy. I stumbled upon it. Beehaw defederated Lemmy.world (info.) This section on defederating may help you understand that if it's unclear.
Most of us are also new to the Fediverse, but learning every day. Welcome!
TIL wasps swarm, and now I have a new fear.
According to this site wasps might swarm if their nest is disturbed, at a change of season, or to establish a new colony (like @[email protected] said.)
I'm going to give them a listen. Thanks!