Sjmarf
- 0 Posts
- 13 Comments
Sjmarf@sh.itjust.worksto
Lemmy@lemmy.ml•I read somewhere that lemmy is planning to edit links so that they point to your instance, how will this be handled?English
12·11 months agoYou can read up on the conversation on the GitHub issue here.
TL;DR: the current system on the (unreleased) 1.0 codebase is that your Lemmy instance will replace all Lemmy URLs in posts/comments with the equivalent URLs on your own instance. In the issue I linked, some concerns are raised about this system and various other options are discussed. It’s possible that the way it works will change before Lemmy 1.0 is released.
Sjmarf@sh.itjust.worksto
Lemmy@lemmy.ml•Is there a way on Lemmy to hide/filter posts with chosen keywords?English
6·11 months agoLemmy doesn’t support this natively, but many clients do. Off the top of my head:
- Tesseract (desktop)
- Voyager (web frontend designed for mobile. I believe you need to install the app rather than using the website to use keyword filters)
- Mlem (iOS)
- Arctic (iOS)
- Thunder (Android & iOS)
- Sync (Android; I’ve heard Sync is unmaintained though)
Assuming you’re on desktop, Tesseract is probably your best bet. It might also be possible to get Voyager working. Some instances (like sh.itjust.works) run their own Tesseract instances (https://tesh.itjust.works/), but lemm.ee doesn’t. You’d have to use some other Tesseract instance, specifically one that allows connecting to any Lemmy instance (https://tesh.itjust.works/ is for sh.itjust.works accounts only). E.g. https://tesseract.dubvee.org/
Sjmarf@sh.itjust.worksto
Selfhosted@lemmy.world•Can you login to the mobile apps with selfhosted Lemmy?English
0·1 year agoMobile apps should allow you to log into any instance. My Lemmy client won’t connect to lemmy.rip either, and fails with the following error:
The certificate for this server is invalid. You might be connecting to a server that is pretending to be “lemmy.rip”, which could put your confidential information at risk.This is also what I see when I try to connect to
lemmy.ripin the browser:
I am able to bypass this warning and see the site in the browser.
Sjmarf@sh.itjust.worksto
Lemmy@lemmy.ml•Should sort by "controversial" and "most comments" include a time range?English
12·1 year agoHere’s the relevant issue on the GitHub repo: https://github.com/LemmyNet/lemmy/issues/4340
Sjmarf@sh.itjust.worksto
Minecraft@lemmy.world•Changes coming to how Minecraft is being developed:English
241·1 year agoI’m glad the mob vote is gone
Sjmarf@sh.itjust.worksto
Technology@lemmy.world•US sues Apple for illegal monopoly over smartphonesEnglish
14·2 years agoOC isn’t claiming that the shift in the industry is solely Apple’s fault:
I don’t hate Apple but I do hate their influence
The reality is that what OC said is exactly what happened. Apple removed the headphone jack to coerce people into buying AirPods. Everyone else released their own wireless earbuds to compete, and also removes their headphone jacks for the same reason.
Sjmarf@sh.itjust.worksto
Technology@lemmy.world•PSA: You can't delete photos uploaded to Lemmy. So don't (accidentally) upload a nudeEnglish
5·2 years agoBackend of the app or the lemmy server? if it is not stored on the lemmy server then there will be no way to delete it even if the app stores the token.
Apologies, I worded that badly. Lemmy uses an image hosting service called pictrs to manage the images you upload, which is largely separated from the rest of the Lemmy backend. Pictrs of course stores the delete tokens matching each image, but Lemmy doesn’t associate those tokens with the posts or comments they originated from as far as I know.
Sjmarf@sh.itjust.worksto
Technology@lemmy.world•PSA: You can't delete photos uploaded to Lemmy. So don't (accidentally) upload a nudeEnglish
34·2 years agoI’m a developer of a Lemmy client. When you upload an image to a Lemmy instance, the instance returns a “delete token”. Later, you can ask the instance to delete the image attached to the delete token. So as long as you keep hold of the delete token for a specific image, you’re able to delete it later.
Lemmy-ui (the official frontend) will give you the option to delete an image again shortly after uploading it. However, it’s not possible to remove the image after actually creating the post, as the delete token associated with that post isn’t remembered anywhere on the Lemmy backend.
As for other Lemmy clients, YMMV. The client I work on (Mlem) deletes images if you remove them from a post before posting it, but has the same pitfall as Lemmy-ui in that it won’t delete the image if you’ve already created the post.
It would be possible to locally save the delete tokens of every image you upload, so that you can request that they be removed later. I don’t know of any clients that can do this yet, though (if someone knows of one, feel free to mention it).
Edit: clarity
Sjmarf@sh.itjust.worksto
Lemmy@lemmy.ml•Lemmy Recap - See your stats for the past yearEnglish
1·2 years agoSame problem for me on Safari iOS. The username input box is behind the logo, but I can’t click on it without clicking on the logo. Will try on my desktop when I get home
Sjmarf@sh.itjust.worksto
Technology@lemmy.world•Apple’s “carbon neutral” claims are facing increased scrutinyEnglish
4·2 years agoI don’t see why you’re being downvoted - whilst a significant portion of Apple’s claimed ‘carbon neutrality’ can indeed be attributed to carbon offsets, they have also made changes in other areas. Here’s a graph from Apple’s climate report that shows the supposed change in emissions between last year and this year’s watches.



The Lemmy UI doesn’t allow you to see others’ private messages, no, but you shouldn’t consider them to be private. It’s possible for instance admins to read them, and in the past there’s been exploits allowing anyone to read them. If you need more private messaging, use Matrix instead.