Sunny
@Sunny@slrpnk.net
- Comment on How I use Pinchflat to avoid podcast ads 3 days ago:
Thisis a great tip! Wanted to check out pincheflat anyway, great weekend project 😁
- Comment on Plex now will SELL your personal data 4 days ago:
lmao.
- Comment on Plex now will SELL your personal data 4 days ago:
Because Plex would never dare to turn this on by default for everyone…?
- Comment on Plex now will SELL your personal data 5 days ago:
Yes this is the concent form I get.
- Comment on Plex now will SELL your personal data 5 days ago:
I’ve changed the title to better align with the context. Doesn’t change the fact that Plex is a gobshite is ran by a company 🙃
- Comment on Plex now will SELL your personal data 5 days ago:
Mate, I’m just posting what is on Plex’s own website. Their words, not mine. You might be able to opt out of this if you’re lucky, or maybe its off by default - idk. But let’s face it Plex is on a heavy enshittification roll, rolling faster than the contestants running for Cooper’s Hill Cheese-Rolling contest. Ain’t nothing stopping them from enabling this for all users much like what Roku did last year.
You can conscent to whatever you like. I’m not touch Plex with a stick.
- Comment on Plex now will SELL your personal data 5 days ago:
You wil have to clear your cache I think.
- Submitted 5 days ago to selfhosted@lemmy.world | 595 comments
- Comment on The Norwegian Government want to implement the Digital Markets Act in Norwegian law. 1 week ago:
From the original post:
The Norwegian Government wants to implement the Digital Markets Act in Norwegian law.
Parliament has to vote on it first, but it is another step towards its implementation.
Some relevant sections:
The Norwegian government is now initiating work on a new law that will provide better competitive conditions on the internet in the face of the global tech giants. “The law will give Norwegian consumers greater freedom of choice in the use of digital services,” says Karianne Tung, Minister of Digitisation and Public Administration.
“The new rules will strengthen the competitiveness of Norwegian companies and make their services and apps easier to find online,” says the Minister of Digitalisation.
The regulations are an implementation of the EU’s Digital Markets Act (DMA), which targets digital platform companies with a particularly dominant market position. The Minister of Digitisation says that the government aims to submit a draft law for consultation already this year. She explains that the new rules will make it easier for companies to compete on equal terms.
The regulations will apply to digital platform companies that qualify as so-called “gatekeepers”. Today, Amazon, Apple and Meta, among others, are defined as such.
For Norwegian businesses and consumers, this will mean, among other things:
- Companies will have better access to their own user data from the major platforms.
- Third-party solutions must be able to work with the major platform owners’ systems to a greater extent.
- Major players can no longer favour their own services over others on their own platforms.
- It should be easier for consumers to opt out of standard apps and services from the tech giants.
- Better control of your own data: You will have the right to transfer your own data from one platform to an other.
(These are pasts of the text and they are translated using Deepl)
- Comment on You can now use authenticator apps to keep your GOG account secure! 2 weeks ago:
How did you manage? Thought steam 2fa was tied to steams app?
- Comment on Steam Deck / Gaming News #16 2 weeks ago:
Wondering how long it roughly takes you to write these each week? Thanks as always!
- Comment on Papra, the minimalistic document archiving platform 2 weeks ago:
Dont think so no. Everything is docker and linux for a reason…
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
It could. But the co-founder and staff have replied on the thread without addressing it being false. Feel like they would have called it out being fake if it truly was.
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
Yeah fair enough, and I do agree. I only reused the title of the forum post where this was originally posted. Have changed the title up now.
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
Don’t know for sure ofc, but the co-founder has commented in the thread without addressing the issue. They’ve also closed the thread without addressing all together which also seems weird. Surely if it wasn’t him they would have said so?
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
Sharing this post form r/selfhosted which also describes the recent plex situation lately, worth a read. Image
- Comment on Fake reviews on Play Store by Plex staff 2 weeks ago:
Leaving this completely unrelated link to a better alternative here: jellyfin.org
- Submitted 2 weeks ago to selfhosted@lemmy.world | 203 comments
- Comment on Developer interview: my Q&A with the creator of Lutris 3 weeks ago:
We need more people like PerfectDark. Great post upong great post, keep em coming 🫶
- Comment on Self-Host Weekly (9 May 2025) 3 weeks ago:
Personally I like the new format more. Feels like a 2.0 update, with proper labels and such in added content.
- Comment on Self-Host Weekly (9 May 2025) 3 weeks ago:
Was slow for me too but loaded in the end.
- Comment on MicroOS: Rootless podman? 4 weeks ago:
I don’t run MicroOS myself so take this with a grain of salt. But this is usually how I do it, though there might be a better practice out there for this too.
Afaik, MicroOS by the sound of it, only ships with root by default, but rootless Podman should definitely be possible.
Normally, you need to set up user namespace mappings for your non-root user. Run these commands as root:
usermod --add-subuids 100000-165535 <yourusername> usermod --add-subgids 100000-165535 <yourusername>
Then check they’re set up with:
grep <yourusername> /etc/subuid grep <yourusername> /etc/subgid
This should give your regular user the ability to map container UIDs without needing root privileges. After that, Podman should work fine as your regular user.
Hope this helps a little 👍
- Comment on Papra, the minimalistic document archiving platform 1 month ago:
Lol, wonder if this also works from mobile as I primarily only browse Lemmy via Voyager.
- Comment on Papra, the minimalistic document archiving platform 1 month ago:
I’m sharing what I believe to be a cool project. Its a lot easier to showcase that with a picture than a link. Personally I think that’s a more neat way to present a post do that’s what I do.
- Comment on Papra, the minimalistic document archiving platform 1 month ago:
AFAIK, Lemmy doesn’t allow picture and link in the post “header”. Personally prefer to show people a screenshot of an app as I think it looks better. I provided the link in the post.
Deal with it.
- Comment on Papra, the minimalistic document archiving platform 1 month ago:
I’m not a 100% certain as I’ve yet to try the application myself. However one of the configuration pages mentions you can choose between three different methods of choosing storage driver.
DOCUMENT_STORAGE_DRIVER The driver to use for document storage, values can be one of:
filesystem
,s3
,in-memory
.- Path:
documentsStorage.driver
- Environment variable:
DOCUMENT_STORAGE_DRIVER
- Default value:
filesystem
Also it mentions the use of an ingestion folder.
That’s the most I can gather from quickly checking the docs at least.
- Path:
- Comment on Papra, the minimalistic document archiving platform 1 month ago:
Certainly true, but I think paperless might be a tad overkill for some people.
- Submitted 1 month ago to selfhosted@lemmy.world | 36 comments
- Comment on Self-hosted PDF manager? 1 month ago:
I believe this new project should hit your need quite well!
Papra is quite new in the selfhosted sphere but a welcome addition. Yet to test it myself but it sounds and looks very promising > github.com/papra-hq/papra