They probably won’t even start looking for them
INeedMana
- 8 Posts
- 276 Comments
And I’m afraid of the opposite: that most will just upload their IDs everywhere and allow “you don’t have to worry if you have nothing to hide” to become accepted stance
INeedMana@piefed.zipto
Technology@lemmy.world•Firefox for Android's Play Integrity check hits custom ROMsEnglish
27·19 days agoI’ve moved to Fennec and I’m very happy with it. If only it had Zen’s workspaces it would be absolutely god-like
INeedMana@piefed.zipto
Fediverse@lemmy.world•The European Social Stack — An open declarationEnglish
2·1 month agoI saw that. But while the text suggests the initiative is connected to EU, I don’t see something making it certain
INeedMana@piefed.zipto
Fediverse@lemmy.world•The European Social Stack — An open declarationEnglish
7·1 month agoHold on. That page is someone wishing all this were true or it’s actually happening?
INeedMana@piefed.zipto
Selfhosted@lemmy.world•How would you expose Jellyfin securely without a vpn?English
6·1 month agoIf they could be using web UI (I’m not sure how a client would work with auth like that) then it kind of depends on how much hassle they can live with and how secure you want to be
Simplest would be to use https://doc.traefik.io/traefik/reference/routing-configuration/http/middlewares/basicauth/
You set up username and password and share those with the user. But it can be brute-forcedSomething more secure but also a bit more demanding would be some kind of email otp
https://docs.goauthentik.io/add-secure-apps/flows-stages/stages/authenticator_email/
Set up authentik to send time-limited link to their email that well let them through. But they would have to authenticate every time they access
INeedMana@piefed.zipto
Fediverse@lemmy.world•What would be your opinion on a lemmy/piefed instance that's run like Athen democracy?English
3·2 months agoI think that’s why wording mentions friends not a public service
INeedMana@piefed.zipto
Fediverse@lemmy.world•What would be your opinion on a lemmy/piefed instance that's run like Athen democracy?English
2·2 months agoI’m afraid that with applications it would end up with the same situation we have now. 2-3 people per instance
For sure only local accounts should have voting rights
INeedMana@piefed.zipto
Fediverse@lemmy.world•What would be your opinion on a lemmy/piefed instance that's run like Athen democracy?English
1·2 months agoI was rather thinking about reports also having votes
INeedMana@piefed.zipto
Selfhosted@lemmy.world•Towonel: Open Source drop-in Cloudflare Tunnel alternativeEnglish
5·2 months agoOh, nice find. I’m saving that
INeedMana@piefed.zipto
Opensource@programming.dev•Android Fediverse client that does not send user agent to serversEnglish
0·2 months agoAFAIK the apps are rather based on the APIs. And in general APIs usually don’t require a User-Agent header as they return only data, without the html
Do you know of an app that is setting user agent?
I guess, pick one that you like and check (check code or network traffic) if it’s setting user-agent header
INeedMana@piefed.zipto
Fediverse@lemmy.world•What would be your opinion on a lemmy/piefed instance that's run like Athen democracy?English
10·2 months agoI have also been wondering about this. But
admins and mods are selected sortitionally( randomly) from people who apply
That’s your point of starvation. The application
I think, instead, everyone on the instance should be a voting member. And the decisions should be taken based on some requirement on the votes
- person one flags a post -> that’s a vote
- maybe add a header that this post is under review? The voting process should probably be taking some time
- another person flags the same post -> that’s a vote
- someone else says it should not be flagged -> that’s a vote in opposite direction
- ??? <- can be changed by an instance wide vote too
- post/comment/user is either moderated or not, depending on votes and logic from the previous vote
In order to boost participation, randomly ask an active account to cast a vote on an ongoing discussion
I think there should be some way for “backend admin” to step in and ban something. But they should only do that for spam/csam/scam/etc. Nothing else, no matter how crazy or rude the take is
(btw, maybe the instance could also normalize asking someone to reword their take if it’s rude or can be interpreted badly out of context?)
INeedMana@piefed.zipto
Fediverse@lemmy.world•What would be your opinion on a lemmy/piefed instance that's run like Athen democracy?English
2·2 months agoI think the scope of the idea is the service itself, not the hosting part. So the rotation would be for those who set sidebar, not those who deploy
INeedMana@piefed.zipto
Selfhosted@lemmy.world•What do you use for selfhosting cloud storage?English
4·2 months agoWell, now I see that I’m going to move to have sshfs instead. There are issues with spamming sftp connections for all the small files. But in general I’ve learned that really “done is better than perfect”. Just make it work, observe, iterate
INeedMana@piefed.zipto
Open Source@lemmy.ml•files.md is an open source alternative to ObsidianEnglish
1·2 months agoPersonally I don’t agree that MD is bad but I’ve seen some opinions that Org Mode is better
INeedMana@piefed.zipto
Open Source@lemmy.ml•files.md is an open source alternative to ObsidianEnglish
1·2 months agoIn the past I migrated my notes from Obsidian to Logseq. Both have a bit different approach, but basically the move was to modify
dir/file.mdto bedir__file.md
INeedMana@piefed.zipto
Selfhosted@lemmy.world•What do you use for selfhosting cloud storage?English
15·2 months agoI set up Nextcloud with RPi4 based RAID NAS. Via sftp as apparently it is not really that much slower and NFS felt weird to me
I bet my answer is going to be the least interesting one but let’s represent casuals too ;)
INeedMana@piefed.zipto
Opensource@programming.dev•Android Fediverse client that does not send user agent to serversEnglish
0·2 months agoWhat do you mean by “device or client details”? If you want to log in, it will have to send your credentials
As for fingerprinting, does any of the open source clients do that?
Well, for me the article was mainly about how abandoning public offer has been making things worse. But maybe it’s an issue with my eyes












If this is only for having a place to socialize, Fedi will work
But if you want privacy, maybe check out delta chat? https://chatmail.at/doc/relay/getting_started.html
You probably will still need a domain for the relay and somewhere to run it but when used in one account mode, delta relay stores nothing on users. It only relays the messages