No that’s expected, as part of your profile info. But if the original authors delete the comments, then they will also be deleted in your saved items.
- 10 Posts
- 638 Comments
Yes with ActivityPub there’s always failed federation. But Lemmy will send the delete request out when you delete your account. Other software or instances might not honour it, but the intent is there.
As opposed to reddit who do not remove comments when an account is deleted, only mark it as a comment from a deleted account.
I’m not against Lemmy’s implementation, but it does require you to collect information you need at the time not assume it will always be there.
Bookmarks won’t help if the content gets removed. You’ve got to copy the important information elsewhere.
I tend to use either a note app (Joplin) or a self-hosted wiki for that.
Deleting your account deletes your content, unlike deleting your Reddit account. Hence the linkrot.
I learnt pretty early on that saving posts using the save button was not a good way to save the information 😮💨
It says spines, rather than spine. The esophagus is covered in spines (think like the spines on a porcupine, not a backbone).
The guy is 70, I think it’s OK to let yourself go a little at that age.
Dave@lemmy.nzto Android@lemmy.world•Any suggestions for, or best open source Android gallery applications?English4·20 days agoI am not aware on any on device ones that aren’t tied to a service (e.g. Ente does it on device because of E2E encryption meaning they can’t do it on the server) but I think you need an account or to self-host the service.
There are options (other than ente) if you can self host, but (other than ente) the server will be doing the processing.
Dave@lemmy.nzto Linux@programming.dev•It's the year of Linux... at least for Denmark — here's why the country's government is dumping Windows and Office 36511·23 days agoThe article talks about not wanting to be reliant on a service, so I would guess they will try to reduce reliance on the cloud.
You’ll always want some level of cloud so maybe they will look at Owncloud / Nextcloud or some other open source solution they can run themselves?
Dave@lemmy.nzto Linux@lemmy.ml•Just wanted to show off the lowest end hardware I ever ran Linux on1·23 days agoNo problem! I’ve used it for years, though my home assistant running on a Raspberry Pi 4 is now doing the pi-hole thing with adguard instead as the original one was having issues. Though you get weird DNS quirks when the machine running DNS also relies on the internet.
Plus that time I did a dumb thing in home assistant to see what would happen, and it brought the internet down.
So I am keen to get another Pi. I highly recommend keeping it on a dedicated device you never touch except for updates!
Dave@lemmy.nzto Linux@lemmy.ml•Just wanted to show off the lowest end hardware I ever ran Linux on1·24 days agoI ran it on an original Raspberry Pi B which has the same RAM and a slower CPU than the original Zero! It was still in use as a Pi-hole (running the DietPi OS) until recently where it seems to be dying or not keeping up.
Dave@lemmy.nzto Open Source@lemmy.ml•Organic Maps Forked Over Governance Concerns: CoMaps is Born21·27 days agoMy Organic Maps doesn’t have traffic (or doesn’t for my area). I can’t see anything about it online either, except discussions about how it could be implemented.
Where do you find the traffic info? Even if zoomed in to New York I see nothing.
Dave@lemmy.nzto Lemmy@lemmy.ml•Suggestion: If votes aren't private on Lemmy, own it and show what users up/down voted.English11·28 days agoVote privacy can be tricky in an environment where every vote gets sent to thousands of instances and needs to be verified as legit via the ActivityPub protocol.
Piefed does a good job of this I think. If vote privacy is enabled, they create a second account that is used only for votes. Other instances see the votes and can validate them against the vote account but it’s not tied to the actual user (except in their home server database).
A benefit of this is that the vote account for the user is always the same, so you can still track vote manipulation, and ban the vote account if needed.
One of my favourites that I haven’t seen mentioned is the Todo.txt extension.
It adds a todo list in the tray synced to a couple of files (that I store in Nextcloud). I add things I need to do to the list, and I also play with the settings so it colours by priority and sorts by priority.
I also use the ntodotxt app on my phone to sync items. The app is fine but I really like the gnome extension, very handy.
Dave@lemmy.nzto Web Development@programming.dev•Forget IPs: using cryptography to verify bot and agent traffic1·1 month agoFrom my understanding, that’s not quite the intent.
Currently, there are a bunch of bots that behave themselves. For example, Google’s search crawler.
They identify themselves with a user agent, e.g. GoogleBot, so Cloudflare know what it is and don’t block it.
Unfortunately, some bad bots pretend to be GoogleBot by setting the same user agent. To counteract this, Cloudflare compares the known IP address ranges with the traffic to make sure it’s actually coming from Google. If it’s not coming from a Google IP range but the user agent says it’s Googlebot, they block it because it’s probably bad.
But knowing which IPs are OK and which aren’t is a challenge because they change over time.
So the proposal here, as I understand it, is to create a system whereby by publishing a public key, you can prove that GoogleBot really is from Google, AmazonBot is from Amazon, etc, and not another crawler pretending.
The spammy ones can keep generating new domains and keys, but you know for sure it’s not Googlebot or whatever.
So it helps “good” traffic prove who it is, it’s not supposed to be for tracking bad traffic.
Dave@lemmy.nzto UFOs@lemmy.world•Scientists have for the first time released a list of cities in the U.S. where the highest number of human contacts with UFOs have been recorded3·2 months agobut we’re too high in cholesterol and fat to bother.
Why would they want to eat us if not for our high energy density?
Dave@lemmy.nzto UFOs@lemmy.world•Scientists have for the first time released a list of cities in the U.S. where the highest number of human contacts with UFOs have been recorded5·2 months agoIs there a per capita list?
California is the most populous state. It’s not surprising their total number is highest.
Dave@lemmy.nzOPto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English1·2 months agoOk thanks, I’ll have to be extra careful deploying any changes.
Dave@lemmy.nzOPto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English1·2 months agoThanks! I did see there’s a docker format and a podman format which I assume is what this difference is about. I’m not against discord but I’ve never really used it. I’ll check it out if I get desperate 🙂
Dave@lemmy.nzOPto Selfhosted@lemmy.world•[SOLVED] How do I run docker compose on Bazzite?English4·2 months agoThanks, I had already played a bit with distrobox and hadn’t worked that out either. It seems adding a Z flag to my bind mount to keep SELinux happy is all that was needed.
I feel like it still does sometimes, with some sites that feel like they are nearly a whole OS in themselves.