
Critics said the new terms implied Mozilla was asking users for the rights to whatever data they input or upload through Firefox.

Beruflich Web-Entwickler, privat ein Ober Nerd und Links-Grün versifft...
Musik Liebhaber, von #kpop bis #metal alles dabei
Ansonsten bin ich auch gerne mit der Kamera unterwegs.
Entwickler und Maintainer von #mbin
ich bin auch auf mastodon: @BentiGorlich
Ich betreibe thebrainbin.org, gehirneimer.de und wehavecookies.social
Is the piefed wiki federated in any way @[email protected] and if so is there documentation on how to get that to other instances / software as well?
So what exactly does that do AP wise? Does it send out a MOVE
activitiy of any kind? Do other instances get an activity by which they can tell that the community has moved and can they confirm that the new instance has the authority, so the permission, to move it from the old instance?
They are just hidden, but I think no one has access to them via UI. We also have a discussion issue going about respecting the visibility a like activity specifies.
I am torn on this issue. Just because you theoretically can always spin up an instance and just collect the info that way one should not make it as easy as it is today (imo)... But the community seems to be heavily leaning towards @[email protected] 's view
@[email protected] I'd also use move...
@[email protected] On Mbin we don't have a button so the user can cross post it to another magazine/community/group. What we count as "crossposts" are just posts linking the same URL (and sometimes title matching, though I don't like that part). But like Rimu said these are entirely different entities with different apIds often from different instances
I fullheartedly agree... My mbin servers have been targeted multiple times by stupid AI scraper bots and even google didn't adhere to the request limit set in the robots.txt...
Didn't know that, but it seems like they have not posted anything since May 2023
Nice from one walled garden to the next
Ok so exactly how mbin spots cross posts at the moment. But combining the comment sections is a cool idea. Obviously requires your server to be subscribed to the different communities, but still cool 👍
What happens when three different users post libks to the same article? Or when the test is different? Basically how do you match these posts?
@[email protected] No worries :D Been reading silently for a while (on and off)
@[email protected] right now we just collect all links in these 3 fields and select the first magazine/community/group from the db having this url as their public url
@[email protected] Mbin uses all 3 fields for what its worth :D
@[email protected] Interesting, I though that the audience
field was the way it should be done and to
/cc
fields were just for backwards compat :D
The Big Lebowsky
Critics said the new terms implied Mozilla was asking users for the rights to whatever data they input or upload through Firefox.
You can find all of these videos as written articles, plus some extra content, at https://thelibre.news You can the channel grow by donating to the following platforms: Paypal: https://paypal.me/ni...
You can find all of these videos as written articles, plus some extra content, at https://thelibre.news/ You can the channel grow by donating to the following platforms: Paypal: https://paypal.me/ni...
https://youtu.be/-8bTquKjzos That sums it up. The definition of what counts as "selling data" changed...
The mozilla thing seems to be mostly bad PR, but yeah...
More than once 🙈
I second that :D
From this post: https://gehirneimer.de/m/mbinReleases/t/486586
The settings are (from left to right):
muted
,default
andloud
.Default respects your global notification settings, while the other two modify it. They are processed hierarchically, meaning a muted user commenting on a loud thread which belongs to a muted magazine will not trigger a notification, while a loud or default user would. Another example: a muted thread in a loud magazine will not trigger a notification for new comments unless the commenting user is set to loud.
Hope this helps :)
Audio device completely crashed by teams
I have been using the "Teams For Linux" flathub app for a few days and at first I celebrated, because I could finally use teams without major workarounds and so that it just works. However today it decided to crash my audio device after about 20 minutes and it did so consistently... It crashes it so hard, that I need to restart my system every time it occurrs...
Things that do not work to get my audio back up and running:
systemctl --user restart pipewire.service
systemctl --user restart pipewire-pulse.service
sudo alsactl -F restore
I am using Fedora 41 and my audio interface is the Motu M2
As far as I can tell the audio is just broken beyond repair and I have no idea why. I've always had audio problems on linux, but never to this degree. Maybe I have to try another distro, but I actually don't really want to. It is just super annoying and if any
Fediverse review platform
Is there a fediverse review platform for movies, booksbooks and the like? Could be very cool imo
Imminence - Heaven Shall Burn
Click to view this content.
Just listened to this banger, love imminence ❤️
Spreading of the 100 biggest Lemmy communities
The biggest surprise for me was the https://hexbear.net count, an instance I hardly interact with.
Community Count | Community Subscriber Count | |
---|---|---|
beehaw.org | 6 | 133450 |
hexbear.net | 33 | 663204 |
lemdro.id | 1 | 17052 |
lemmy.blahaj.zone | 1 | 15907 |
lemmy.dbzer0.com | 1 | 53006 |
lemmy.ml | 14 | 356460 |
lemmy.one | 1 | 16257 |
lemmy.world | 39 | 851950 |
lemmynsfw.com | 2 | 33586 |
Music album cover art - permission problem
Hello everyone, I noticed that a lot of my music does not get any album art even though they correctly identified with MusicBrainz and the albums do have a cover on them there. Jellyfin does not have write permissions in the data directly where the music is, only read permissions. Though I would have expected that jellyfin uses the metadata folder for cover images not already present there. The reason Jellyfin doesn't have write permissions is that the folder is managed by nextcloud and that creates files with 750 so only read access for the group and jellyfin uses the group Does anyone know how I could solve the issue?
Log when trying to identify an album which should have edited the image:
[WRN] Unable to delete "/{{REDACTED}}/files/Musik/Everglow/Last Melody [Single]/Folder.jpg" System.UnauthorizedAccessException: Access to the path '/{{REDACTED}}/Musik/Everglow/Last Melody [Single]/Folder.jpg' is denied. ---> System.IO.IOException: Permission denied --- End of inner e
How to save "meta" information in a scene
I am coming from a Unity background and there I just had a component of some custom class in the scene which I could then easily get by calling FindInScene<CustomComponent>
or something like that. Not in Godot this doesn't work, because I didn't find a way to get the actual class of an attached script. I always just get GDScript
as the class name even though I did specify a custom one.
The information I want to save are things like: where to spawn players, how many laps will this race have, maybe save references to the spawned players, etc.
So how would I save this "meta" information to get by another script in Godot?
EDIT: here is an example: I have a main scene which can load different levels. When loading a level I need to get some information about that level, like: the available spawn points. Inside each level I have a node with a script attached to it that defined class_name LevelMeta
and holds the meta information that I need when loading the level. How do I detec
Fennec and push notifications
I recently tried to implement push notifications, but it does not seem like fennec is supporting them. The same code works fine on vanilla firefox on mobile, Librewolf and Firefox on desktop....
I recently tried to implement push notifications, but it does not seem like fennec is supporting them. The same code works fine on vanilla firefox on mobile, Librewolf and Firefox on desktop.
Does anyone know whether Fennec should support push notifications?
Abmachung mit den Australiern
Hallo zusammen, ich hatte ne Abmachung mit den Australiern dass wir die Flaggen vereinen. Ich find die Idee nach wie vor super und wollte euch das auch mitgeteilt haben :D
Have you played Manor Lords and what are your opinions?
Manor Lords is a medieval strategy game featuring in-depth city building, large-scale tactical battles, and complex economic and social simulations. Rule your lands as a medieval lord – the seasons pass, the weather changes, and cities rise and fall.
I've been thinking of getting that game, though I am not sure on the development pace and state it is currently in.
Generally I love city builders of any kind and the game looks super interesting to me (and it is currently on sale :D ). What are your thoughts?
Did Fedora 40 break something for you?
I am running Fedora 39 right now and the last time I did a distro upgrade my graphics drivers were a huge PITA. Did your upgrade to 40 went smooth?
Mouse Cursor jumps around
Hello everyone, I have a weird problem with my mouse: when I switch the window focus, e.g. by alt tabbing to another window, or by closing a window, and the newly focused window is on my other monitor my mouse will jump to that monitor without me doing anything. It is not a deal breaker or something, but it is very annoying...
I am using Fedora 39 with Gnome 45 with xorg, nvidia 2070 super, running the nvidia drivers and a Ryzen 3600.
I looked in my control center for mouse options, but they are very much limited
Seit mehr als 20 Jahren kursiert die Behauptung, Peter Lustig (\
Ich fand das Video äußerst interessant. Ich hab nie so richtig gewusst was da mit Peter Lustig passiert ist.
Mozilla Firefox should gear up as an excellent option for power users and productivity enthusiasts with this feature.
Mozilla Firefox should gear up as an excellent option for power users and productivity enthusiasts with this feature.
I would be so happy if this feature makes it into Firefox this year
Software vs Hardware RAID
I am thinking of extending my storage and I don't know if I should buy a JBOD (my current solution) or a RAID capable enclosure.
My "server" is just a small intel nuc with an 8th gen i3. I am happy with the performance, but that might be impacted by a bigger software RAID setup. My current storage setup is a 4-bay JBOD with 4TB drives in RAID 5. And I am thinking of going to 6 x 8TB drives with RAID 6 which will probably be more work for my little CPU
Spreading of the 100 biggest fediverse account
Angehängt: 1 Bild I just saw, that fedidb now has data for the biggest fediverse accounts, so I did a little plotting with it. Here is a graphic of the scattering of the 100 biggest accounts by the instance they are on. 38 of them are on mastodon.social https://fedidb.org/popular-fediverse-accoun...
I just saw, that fedidb now has data for the biggest fediverse accounts, so I did a little plotting with it. Here is a graphic of the scattering of the 100 biggest accounts by the instance they are on. 38 of them are on mastodon.social https://fedidb.org/popular-fediverse-accounts (the data is in the alt text) #mastodon #chart #fedidb #fediverse
Mehr als 50.000 gefälschte Nutzerkonten auf der Onlineplattform X, mehr als eine Million deutschsprachiger Tweets: Russland soll mit einer massiven Kampagne versucht haben, mehr Unmut gegen die Ampel-Regierung zu schüren.
Mehr als 50.000 gefälschte Nutzerkonten auf der Onlineplattform X, mehr als eine Million deutschsprachiger Tweets: Russland soll mit einer massiven Kampagne versucht haben, mehr Unmut gegen die Ampel-Regierung zu schüren.