lambalicious
@lambalicious@lemmy.sdf.org
- Comment on A fediverse platform that lets you block whole topics, not just communities? 1 week ago:
I don’t feel something like crowdsourced tagging would work for the Fediverse unless it has some sort of approval system built for either post’s author or commuity admins (and those are already busy). Otherwise it would be far too easy to do things like brigading, or pushing government-style “self-censorship” (or straight out censorship of others: just get an army of
bots“volunteers” into one instance, let the resulting blocks federate). Something closer to AO3 style tagging, where the author retains most control but readers can add tags to things that are valid only to them (and maybe to people they share data with too?) should workbetter IMO.Blocking keywords is not reliable to block topics because a keyword does not a topic make, for example in this post I mention queer, socialism, musk and islam yet it’s not topical to any of those things.
- Comment on flohmarkt a federated alternative to ebay and facebook marketplace 1 week ago:
Terrified Blanco
- Comment on Those who don't use dashboards, how are you managing your services? 1 week ago:
Well yeah, it means the system can’t keep torrentin’ stuff!
- Comment on Those who don't use dashboards, how are you managing your services? 1 week ago:
i am un-admining
Pretty much this. I just manually handle stuff when needed. I already work at IT so this feels quite liberating, the last thing I want is to annoy myself more, and the stuff I manage is not Critical™.
- Comment on ICE tries to kidnap random food delivery driver off the street. He jukes them on a foldable bike. 1 week ago:
So it improves.
Good.
Hard to find movies that do that nowadays.
- Comment on Google just broke *all* third-party web clients, including yt-dlp; a full JS implementation is now required. 2 weeks ago:
what is the endgame of this cat and mouse game?
Same as usual: the mouse loses unless it assembles and unionizes with other mouses and they bring in a guillotine.
- Comment on Mastodon has a new plan to make money: Hosting and support services for the open social web 3 weeks ago:
I hope we don’t kill this like how we kill Mozilla when it makes a plan to make money.
- Comment on Farewell to the fediverse 4 weeks ago:
as with F------k, R----t, T-----r
My dude. My gal. Sibling of my Fediverse. We are in the Fediverse. You don’t need to tiktok-censorship yourself like that. You don’t need to fallback to 2000s cringe. Embrace the Fediverse. Embrace the truth.
- Comment on 18% of people running Nextcloud don't know what database they are using 5 weeks ago:
That’s quite senseful yes. In the cases where I want to host somewhere that already has a Postgres service going, I just up and use that.
- Comment on 18% of people running Nextcloud don't know what database they are using 5 weeks ago:
…How come so few people are using SQLite?
- Comment on 5 weeks ago:
It’s on poob. Poob has it for you.
- Comment on 5 weeks ago:
Someone is projecting, I see.
- Comment on How To Use PeerTube for Podcasting 5 weeks ago:
You don’t need to. Content is perfectly discoverable without them. Just about the only real benefit is having the “extra storage”. And nowadays it’s pretty dangerous, as at least Youtube hallucinates edits for uploaded casts and stuff without the creators’s consent or knowledge.
- Comment on Mastodon says it doesn't 'have the means' to comply with age verification laws 5 weeks ago:
Rather than encourage people to leave, we should encourage more enlightened people to move there, and change the political climate
You want to put those “more enlightened people” at risk of being Gestapo’d or killed? We need them where they can actually do a net positive effect!
First clean up the shit in Texas (or any other fascist shithole) and make it livable, then live there.
- Comment on Mastodon says it doesn't 'have the means' to comply with age verification laws 1 month ago:
Fair enough. In that case I wish you a very successful revolt, that you hunt down and eliminate the fascists so they can’t come for you never, nowhere.
- Comment on Mastodon says it doesn't 'have the means' to comply with age verification laws 1 month ago:
Woudn’t it be smarter to just leave the hellhole that is Texas? Either to the north or to the south, leaving is a win.
- Comment on I'm "use NFS forfilesharing old." what's the current optimal solution for shared drives if I have like 3 linux machines in the house? 1 month ago:
You intendeth to mean Beowulf? I would mayhaps have seen one ere the break of my college time. Wouldst you tell me more about it?
- Comment on Mississippi's age assurance law puts decentralized social networks to the test 1 month ago:
Why would it affect their bottom line other than positively? Corporations love fascism because it can make it mandatory for people to buy from them, among other things.
- Comment on Mississippi's age assurance law puts decentralized social networks to the test 1 month ago:
and keep fighting it in court
> implying those neofash sites would fight against orders to tHiNk Of thE cHiLdReN
- Comment on I made a Firefox fork with Fediverse integration 1 month ago:
A central relay/proxy is even worse than your current approach. People are obviously free to set up their own Lemmy/Mastodon server if they want a relay.
Lemmy/Mastodon are quite heavy to set up if all you want is to proxy outbound connections. Just using any available proxy you have (which could very well be eg.: a SOCKS proxy set up on FoxyProxxy) is quite nimble and takes up at most a few kbs of RAM.
That said, for anonymizing the IP origin this only mostly works if enough people use the same general relays (basically the same principle as TOR, VPNs), which means this only becomes effective once enough people use this plugin that it becomes worthwhile to position such infrastructure.
- Comment on [deleted] 1 month ago:
The only part that is wrong TMK is the “indivisible” one; and perhaps the last item because I recall that PulseAudio and Wayland were pushed this way worse than systemd was.
- Comment on [deleted] 1 month ago:
Because it was not always the case that sysvinit was supported - things were sorta “accidentally hazy” for a while. There was a time (I think during Debian 9 and 10) that systemd not only was the default, but was also enforcedly linked against a large part of the stack (you couldn’t have a desktop environment, PulseAudio or NetworkManager without systemd, for example).
This led to the rise of projects like Devuan, that provide a working system that installs without systemd by default; Antix’s
nosystemd
repo, which allows to install components of the Debian stack without the enforced systemd dependency; and laterlibam-elogind-compat
which aided shimming some of systemd’s requirements under elogind.Nowadays at least, the only hard part of not using systemd in Debian is 1.- switching (from or to) seems to require rescue mode and 2.- you lose some of the container management goodies (for eg.: Podman services).
- Comment on [deleted] 1 month ago:
None. On Alpine you can only use OpenRC and on Debian you can only use systemd. Most distros don’t let you change out the init system. If you want systemdless Debian look into Devuan.
Fake news. On Debian you can use both sysvinit and openrc (I have six servers on sysvinit, tho I do actually intend to shift them to systemd later mostly because of the container management goodies).
Judging from this post, I would say you should not be looking to change out your init system
Mostly agreeing here. For selfhosting the init system matters barely any, since past the default distro setup one would be doing most of everything with Docker, Podman, etc. At that point, none of the usual Linux religious wars matter much (you can perfectl edit a compose file with nano).
- Comment on I made a Firefox fork with Fediverse integration 1 month ago:
Sending the current URL and directly from your own IP too is quite the privacy hurdle already. I’ve already posted on what kind of things could be done to improve this, but first, a notice.
Your README says in the Privacy section:
Does not track your browsing
On the current implementation, this should be changed to:
Enables unverified third parties to track your browsing data
As that honesty is quite important.
As for measures that could be taken to improve on this issue, I have three suggestions (I might Issue Tracker them to the codeberg later, if I can find my credentials XD)
- Set up a uBO-stye control pane that allows to set this on or off per-domain or per-site. Bonus points if it allows for per-site specific on which lemmy instances to use the same way as uBO’s “3p” Custom Rules does. This already prevents a number of undesirable use cases, such as automatically sending LAN / non-DNS names to third parties when they can’t really be searched for anyways.
- Anonimyzing assist: Allow for sending only the global context of the visited site (eg.: only the domain) instead of the full URL.
- Anonimyzing assist: Allow to cache requests to send them later / send them in batches, to avoid clock-based / timezone-based tracking attacks.
- Anonimyzing assist: Allow for the browser-specific request being sent through a proxy or relay, so that IP origin information is not leaked. (I think this only really makes sense for users not logged-in?)
- Comment on I made a Firefox fork with Fediverse integration 1 month ago:
Yeah. Interesting to think if there are ways to get around that problem.
At a first flance, perhaps a uBlockOrigin-style control pane with per-domain toggle, so that for example you can send the info only when browsing a specific domain (let’s say, a news site; that’d be interesting to find discussion in Lemmy of). This would also prevent the issue of sending URLs that are not internet-wide (eg.: are on a localnet resolver, or an intranet).
As well as the abiity with an option send the request through a relay or proxy, to remove IP origin information that can be used to build the profile.
- Comment on stay weird fedi: in defense of the eccentric, eclectic, and erratic 1 month ago:
Newlines and paragraph breaks have my ENTIRE support!
- Comment on I made a Firefox fork with Fediverse integration 1 month ago:
The Lemmy extension allows you to see and link directly to lemmy discussions on whatever instance you like (multiple even) if you’re on a site/news article/blog post/whatever. If the extension sees that this has been posted on Lemmy, it will provide you with a direct link to whatever discussions it finds based on the current URL you’re on.
So wait, it reports all browsing activity you do to third parties to search for matching Lemmy posts?
Bad, bad, system.
You’ve completely lost the point of why we’re here in Lemmy in the first place. Restrain or remove this feature ASAP.
- Comment on NSFW on Lemmy 2 months ago:
I am amazed at how helpless some people…
It’s what TikTok did to a generation. It’s incredible.
Back in my day, I could even program the time on the VCR!
- Comment on NSFW on Lemmy 2 months ago:
A new user will know because they sign in and they get access to more features of the instance, such as ability to follow, star, block, etc.
A mere visitor, can simply be pointed to the /all button. It just does not need to be the default.
- Comment on NSFW on Lemmy 2 months ago:
Porn like stuff
Which one, exactly? A woman showing a nipple? Artistic renditions of men in classic statues? A furry? A LGBTQ person existing?
That’s how it begins. We’ve already seen how it ends.