1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076}
0 => App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2350
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452
+user: Proxies\__CG__\App\Entity\User {#2918 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "A-response-to-the-Boycott-Wayland-article"
+title: "A response to the "Boycott Wayland" article"
+url: null
+body: """
Link to article: [gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)\n
\n
This OUTDATED article gets posted all the time. The full story is the guy is a massive FreeBSD fan so he is trying to convince more people to keep on using Xorg because he wants to make sure it isn’t abandoned. Reason for that being that Wayland is built with Linux in mind and would not work under FreeBSD without a lot of effort bwing put in as it uses some Linux-specific components or libraries.\n
\n
Let’s go through the article point by point:\n
\n
##### Wayland is broken by design:\n
\n
- *A crash in the window manager takes down all running applications*: Yes, because the compositor IS the server, window manager AND compositor at the same time.\n
- *You cannot do a lot of things*: What, like allowing Windows to see your keystrokes, which makes developing a keylogger absolutely trivial?\n
- *There is not /usr/bin/wayland*: Yes, because Wayland is a set of protocols, which a bunch of projects can implement as few or as many of, as they see fit, thus avoiding the issue of “unmaintainable mess” that has plagued Xorg for years.\n
- *It offloads work to the window manager*: Again, yes, that’s a part of its structure: do the protocols, then let the compositor implement them. That way, you have multiple implementations running simultaneously that are well integrated with their window managers and thus more efficient and performant. It also means that when a compositor suffers from too much cruft, we can just make a new one, while application developers wouldn’t really have anything to change because if their application works on Wayland, then it works on different compositors (unless it is made specifically for GNOME, or specifically for wlroots, like wlr-randr)\n
\n
…*so what works on DE 1, doesn’t necessarily work on DE 2*: True, because oftentimes, it doesn’t need to. Not implementing features can lead to a more lean and streamlined software solution. However, sometimes features are necessary and only implemented in some compositors. This usually happens because the universal solution is not ready. KDE are often known to do this with Plasma and KWin.\n
\n
- *Wayland breaks screen recording applications*: Correction: The following screen recording applications were not built to support Wayland (because Wayland is new to them or they just decided not to, or they were either too busy or too irresponsible enough to realise Wayland is coming, and has been for over 10 years. In defence of the devs, they probably wanted to make sure Wayland will become stable enough, but it has been the default even on Debian for many years now, so…\n
\n
In terms of the applications, I’m not aware of many of them, and for this sort of application, I’m sire alot of work is required to change the graphical backend, so I understood that some smaller projects gave up, but OBS has been working on Wayland for quite a while. Is it perfect? I don’t think so, but back when Brodie Robertson was using Hyprland, he was recording his videos using OBS. This article is quite outdated.\n
\n
- *Wayland breaks screen sharing applications*:\n
\n
As the update shows, Jitsi now does work on Wayland.\n
\n
Zoom only seemed to work on gnome, BUT if you open up the Link to the zoom issue and read through the comments, there is clearly a person that clearly states that they changed /etc/os-release from PureOS to debian and it worked for them, all because of some pointless limitations enforced by the Zoom developers. As the person posting the issue states “Currently, the zoom application has put an arbirtrary restriction on screensharing so it ONLY works on GNOME, when the api being used works on all wayland desktops.” Read that again. It’s a pointless restriction put there by the Zoom team because they couldn’t be bothered to test anything non-GNOME.\n
\n
And the last issue is a problem with the article writer’s own appimage. I don’t know about that one.\n
\n
- *Wayland breaks automation software*\n
\n
As stated IN YOUR FACE, it is an application that works on X11 only. Yes, Wayland is not made to use such applications, but it doesn’t mean they can’t exist. Every heard of ydotool (remember that name)? Now you have.\n
\n
Next up, we have 3 issues about GNOME and KDE global menus (1 for GNOME, 2 for KDE). From the little I know about global menus and using these projects, as well as considering that they are both incredibly stable on Wayland and Fedora KDE will be dropping Xorg completely, I think it’s safe to assume these issues have probably been fixed. Please correct me if I’m wrong.\n
\n
- *Wayland breaks AppImages that don’t ship a special QT plugin*: Great! Just ship the plugins then! Problem solved! Also, quote from the article: “However, there is a workaround: “AppImages which ship just the XCB plugin will automatically fallback to running in xwayland mode” (see below).”\n
- *Wayland breaks Redshift*: Once again, a program built for Xorg doesn’t always work on Wayland. Especially if it works with the compositor, like a colour temperature control application, or a wallpaper setter. The article quotes that “Redshift does not support Wayland since it offers no way to adjust the color temperature” which is not true, as proven by Redshift alternatives like Gammastep.\n
- *Wayland breaks global hotkeys*: I present to you: Hyprland (where you can get global hotkeys). Now, it is normally not allowed by design, as a security measure, but Hyprland has not allowed that to stop them from implementing a solution where you can choose keys that will be passed on to the application. Boom, problem solved. Unfortunately, it doesn’t seem to be implemented anywhere else, as far as I know.\n
- *Wayland does not work for XFCE*: Come back to me in late 2024 after XFCE 4.20, which will introduce Wayland support, has been released. Also, [wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)\n
- *Wayland does not work properly on Nvidia Hardware*: It keeps on getting closer but is not there yet, or so I’ve heard. Apparently, the issue is with the proprietary drivers, as noveau works well. But I use AMD, so I’m only working off rumours and opinions here.\n
- *Wayland does not work properly on Intel hardware*: Again, I’m using AMD, so I can’t confirm or deny this, but considering the Intel drivers are open source, and I’ve heard about many, many improvements made on the Intel side of things, I think it would be reasonable to assume it has been fixed.\n
\n
Edit: As multiple Intel users have pointed out in the comments, there seem to be no issues on Wayland with Intel hardware.\n
\n
- *Wayland prevents GUI applications from running as root*: This one has been crossed out as the article writer admits there is a solution\n
- *Wayland is biased towards Linux and breaks BSD*: Arguments seem valid, and I’m guessing, are correct. This one is likely true and will remain so for the foreseeable future.\n
\n
Edit: And yet, it seems that there are Wayland compositors for FreeBSD, so the above might only be true for OpenBSD and others.\n
\n
- *Wayland complicates server side decorations*: From what I’ve heard, this is true, mainly something to do with some GNOME agenda, as the article states. I think that one is true.\n
- *Wayland breaks windows raising/activating themselves*: The linked issue is closed and seems to be resolved. There is a mention of a WIP protocol at the time (2019) that woukd fix this. I had difficulty following the discussion, but I think this has been fixed.\n
- *Wayland breaks RescueTime*: Because RescueTime depends on X11-only tools like xprop.\n
- *Wayland breaks window manager*: What you’re describing is Wayland breaking X11-only tools for doing various tasks in a window manager. They are X11 tools, so of course they don’t work on Wayland. I’m not sure if there are alternatives, but I’d guess there probably are. I know for a fact that Xrandr has alternatives like wlr-randr and kanshi for wlroots.\n
- *Wayland requires {instert WM here} to implement Xorg-like functionality*:Yes, it does.\n
\n
Quote from article: "As it currently stands minor WMs and DEs do not even intend to support Wayland given the sheer complexity of writing all the code required to support the above features. "\n
\n
DEs: GNOME, KDE, MATE, XFCE, Cinnamon, Budgie, Enlightenment, and recently even Pantheon have either announced to start work on, have started work on, or already support Wayland.\n
\n
Window managers: Qtile is doing it. Xmonad wants to hire a dev to do it. Dwm has a spiritual successor called dwl. i3 has a drop-in replacement called sway. Openbox has 2 spiritual successors called labwc and waybox. Now you might notice one of the biggest WMs is missing on here: AwesomeWM, which is such a shame. The Awesome devs have said they would be okay with someone taking on that challenge (which has already been attempted, as evidenced by the existence of way-cooler), but it seems that they wouldn’t do it themselves.\n
\n
As for the projects mentioned in the article, (JWM, TWM, XDM, IceWM) they are too small and obscure, and will likely fade away with Xorg.\n
\n
- *Wayland breaks _NET_WM_STATE_SKIP_TASKBAR protocol* I don’t know about that one, ao I’ll assume it is still the case. Edit: Ignoring the fact that the link is broken, it basically just links to a docs change where skipTaskbar is marked as unsupported on Linux. Link: [github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)\n
- *Wayland breaks NoMachine NX* The link points to a page that has this marked as “SOLVED, Released in version 8” so I’m guessing it has been solved.\n
- *Wayland breaks Xclip*: As you said it yourself, Xclip is an X11 application, so it doesn’t work on Wayland. Of course it wouldn’t work on Wayland. With Wayland, we’re trying to prevent what happened with Xorg from happening again, or am I wrong?\n
\n
Edit: As pointed out by some people in the comments, there are also alternatives to xclip like wl-clipboard.\n
\n
- *Wayland breaks SUDO_ASKPASS*: That link seems to point to the way this issue has been resolved so I don’t see your point.\n
- *Wayland breaks X11 atoms*: I lack knowledge on the topic so will assume this to be a valid argument\n
- *Wayland break games*: I’m 99% sure you can disable Vsync??? But I’m not a gamer. Also, WINE on Wayland is getting better and better. Soon enough, I hope the subpar performance will become better performance (when compared to Xorg)\n
- *Wayland breaks xdotool*: Well, yes. There is ydotool, but you’re looking for a 1-to-1 replacement and I’m not sure if ydotool fits the bill for that.\n
- *Wayland breaks xkill*: Well, yes. Again. It is an X application, so of course it does. Though for some reason I remember it working once on wayland. Must have been an xwayland app, or maybe I’m just misremembering this.\n
- *Wayland breaks screensavers*: Yeah, that seems to be the case.\n
- *Wayland breaks setting the window position*: That is a WIP for Plasma, not sure about any other projects, so assume true for anything else.\n
- *Wayland breaks color management*: Not anymore. That is being actively worked on.\n
- *Wayland breaks DRM leasing*: While not rhat familiar with the issue, my understanding of the topic is the article is correct: not all compositors support it.\n
- *Wayland breaks in-home streaming*: Not familiar with this, so will assume true.\n
- *Wayland breaks NetWM/EWMH*: Yeah, that seems to be the case.\n
- *Wayland breaks window icons*: Yeah, that seems to be the case, as said in the article, when no .desktop files are used.\n
\n
And that concludes my response to this article based on my fairly limited knowledge on the topic. If I got anything wrong, please, please let me know. As you can see my knowledge is quite limited, and as such, any corrections (preferably backed up with evidence) would be appreciated
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 419
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708204610 {#2913
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2920 …}
+votes: Doctrine\ORM\PersistentCollection {#2922 …}
+reports: Doctrine\ORM\PersistentCollection {#2924 …}
+favourites: Doctrine\ORM\PersistentCollection {#2926 …}
+notifications: Doctrine\ORM\PersistentCollection {#2928 …}
+badges: Doctrine\ORM\PersistentCollection {#2930 …}
+children: [
5 => App\Entity\EntryComment {#2453
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: """
> If they don’t work, then clearly its broken.\n
\n
Protocols are fine. Clients may speak one or another protocol. But protocols aren’t broken when clients designed to speak one protocol fail to speak a different protocol. It’s like saying English is broken because my friend only knows German, except English is Wayland, German is X11 and my friend is clients. Wayland is always ready to listen to clients that speak Wayland.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700346997 {#2461
date: 2023-11-18 23:36:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+nested: Doctrine\ORM\PersistentCollection {#2468 …}
+votes: Doctrine\ORM\PersistentCollection {#2469 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2363 …}
+notifications: Doctrine\ORM\PersistentCollection {#2377 …}
-id: 138233
-bodyTs: "'alway':65 'anoth':18 'aren':22 'broken':9,24,44 'clear':7 'client':13,26,62,70 'design':27 'differ':36 'english':42,52 'except':51 'fail':32 'fine':12 'friend':47,60 'german':50,55 'know':49 'like':40 'listen':68 'may':14 'one':16,30 'protocol':10,19,21,31,37 'readi':66 'say':41 'speak':15,29,34,72 'wayland':54,63,73 'work':5 'x11':57"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202758"
+editedAt: DateTimeImmutable @1700676937 {#2456
date: 2023-11-22 19:15:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700346997 {#2460
date: 2023-11-18 23:36:37.0 +01:00
}
+"title": 138233
}
4 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
+body: "But Wayland’s technical merits are relevant in a subtle way. Wayland is maintainable. Xorg isn’t. That’s it, the single most important technical merit. Everyone works on Wayland. Nobody works on Xorg. If people decide to use X11 today, their issues are wontfix with the solution to use Wayland instead. They can’t fix the issues themselves because X11 is an unmaintainable mess. Xorg is on life support with the only purpose to serve Xwayland."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700348371 {#2359
date: 2023-11-18 23:59:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@mnglw@beehaw.org"
"@BaumGeist@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2380 …}
+nested: Doctrine\ORM\PersistentCollection {#2382 …}
+votes: Doctrine\ORM\PersistentCollection {#2384 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1906 …}
-id: 138297
-bodyTs: "'decid':37 'everyon':27 'fix':56 'import':24 'instead':52 'isn':16 'issu':43,58 'life':69 'maintain':14 'merit':5,26 'mess':65 'nobodi':31 'peopl':36 'purpos':74 'relev':7 'serv':76 'singl':22 'solut':48 'subtl':10 'support':70 'technic':4,25 'today':41 'unmaintain':64 'use':39,50 'way':11 'wayland':2,12,30,51 'wontfix':45 'work':28,32 'x11':40,61 'xorg':15,34,66 'xwayland':77"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202769"
+editedAt: null
+createdAt: DateTimeImmutable @1700348371 {#2361
date: 2023-11-18 23:59:31.0 +01:00
}
+"title": 138297
}
3 => App\Entity\EntryComment {#1874
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
It feels like “English is broken because my friend only knows German.” to me. English works just fine. Teach your friend English.\n
\n
English is Wayland. German is X11. Friend is software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1700348785 {#1708
date: 2023-11-19 00:06:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1908 …}
+nested: Doctrine\ORM\PersistentCollection {#1883 …}
+votes: Doctrine\ORM\PersistentCollection {#2389 …}
+reports: Doctrine\ORM\PersistentCollection {#2387 …}
+favourites: Doctrine\ORM\PersistentCollection {#2394 …}
+notifications: Doctrine\ORM\PersistentCollection {#2393 …}
-id: 138325
-bodyTs: "'broken':6 'english':4,15,22,23 'feel':2 'fine':18 'friend':9,21,29 'german':12,26 'know':11 'like':3 'softwar':31 'teach':19 'wayland':25 'work':16 'x11':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202777"
+editedAt: DateTimeImmutable @1700681954 {#1926
date: 2023-11-22 20:39:14.0 +01:00
}
+createdAt: DateTimeImmutable @1700348785 {#1410
date: 2023-11-19 00:06:25.0 +01:00
}
+"title": 138325
}
2 => App\Entity\EntryComment {#1405
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
+body: "Some people including myself call Wayland X12 because Wayland is a subset of the X12 protocol made by the X11 maintainers, and as such is as close to an X11 successor as you can get."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700349770 {#1381
date: 2023-11-19 00:22:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@weketi6945@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 138377
-bodyTs: "'call':5 'close':27 'get':35 'includ':3 'made':17 'maintain':21 'peopl':2 'protocol':16 'subset':12 'successor':31 'wayland':6,9 'x11':20,30 'x12':7,15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202789"
+editedAt: DateTimeImmutable @1700678383 {#1383
date: 2023-11-22 19:39:43.0 +01:00
}
+createdAt: DateTimeImmutable @1700349770 {#1402
date: 2023-11-19 00:22:50.0 +01:00
}
+"title": 138377
}
1 => App\Entity\EntryComment {#2076
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
> because everything works fine in Xorg.\n
\n
… for *you*. I got the honor to try to find the correct match of specific NVIDIA driver version, desktop environment and compositor to get anything even remotely usable back when NVIDIA only supported Xorg. I was greeted with either an entire crash, black screen, graphical glitches, and/or screen flickering if I forgot to pin package versions. Connecting displays from right to left crashed everything, so I was forced to change my display setup to left to right. Of course, waking up displays from sleep never worked either. So don’t pretend that Wayland is a broken mess while abandonware Xorg is our Lord and savior.\n
\n
> Stop pushing people towards Wayland, let it happen naturally when it will be ready and better, and they’ll come. Trying to force adoption will just make people resent it.\n
\n
Software vendors drag their feet to adopt Wayland as nobody forces them to adopt Wayland. Again, Wayland works fine. X11 features don’t work in Wayland. But Wayland isn’t X11. Xwayland solves a lot of these problems. Software vendors back then didn’t port their Windows software to OS/2 due to OS/2’s Windows compatibility. Video game publishers today don’t port their games to Linux in part due to Steam Proton. Software vendors today don’t port their X11 software to Wayland due to Xwayland. So the ideal solution is to force a critical mass to adopt Wayland, drop Xwayland, and let software vendors suffer from the consequences of ignoring 16 years of Linux desktop protocol innovation.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700405297 {#2079
date: 2023-11-19 15:48:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2083 …}
+nested: Doctrine\ORM\PersistentCollection {#2085 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2077 …}
+favourites: Doctrine\ORM\PersistentCollection {#2063 …}
+notifications: Doctrine\ORM\PersistentCollection {#2064 …}
-id: 139935
-bodyTs: "'16':254 'abandonwar':105 'adopt':135,148,155,240 'and/or':53 'anyth':31 'back':35,182 'better':127 'black':49 'broken':102 'chang':76 'come':131 'compat':197 'compositor':28 'connect':63 'consequ':251 'correct':18 'cours':85 'crash':48,69 'critic':237 'desktop':25,258 'didn':184 'display':64,78,88 'drag':144 'driver':23 'drop':242 'due':192,211,226 'either':45,93 'entir':47 'environ':26 'even':32 'everyth':2,70 'featur':162 'feet':146 'find':16 'fine':4,160 'flicker':55 'forc':74,134,152,235 'forgot':58 'game':199,206 'get':30 'glitch':52 'got':10 'graphic':51 'greet':43 'happen':119 'honor':12 'ideal':231 'ignor':253 'innov':260 'isn':170 'left':68,81 'let':117,245 'linux':208,257 'll':130 'lord':109 'lot':176 'make':138 'mass':238 'match':19 'mess':103 'natur':120 'never':91 'nobodi':151 'nvidia':22,37 'os/2':191,194 'packag':61 'part':210 'peopl':114,139 'pin':60 'port':186,204,220 'pretend':97 'problem':179 'protocol':259 'proton':214 'publish':200 'push':113 'readi':125 'remot':33 'resent':140 'right':66,83 'savior':111 'screen':50,54 'setup':79 'sleep':90 'softwar':142,180,189,215,223,246 'solut':232 'solv':174 'specif':21 'steam':213 'stop':112 'suffer':248 'support':39 'today':201,217 'toward':115 'tri':14,132 'usabl':34 'vendor':143,181,216,247 'version':24,62 'video':198 'wake':86 'wayland':99,116,149,156,158,167,169,225,241 'window':188,196 'work':3,92,159,165 'x11':161,172,222 'xorg':6,40,106 'xwayland':173,228,243 'year':255"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203274"
+editedAt: DateTimeImmutable @1700760108 {#2084
date: 2023-11-23 18:21:48.0 +01:00
}
+createdAt: DateTimeImmutable @1700405297 {#2078
date: 2023-11-19 15:48:17.0 +01:00
}
+"title": 139935
}
0 => App\Entity\EntryComment {#2350}
]
-id: 13812
-titleTs: "'articl':7 'boycott':5 'respons':2 'wayland':6"
-bodyTs: "'-1':1800 '/9feb7c20257af5dd915e3a9f2d1f227':5 '/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1605 '/etc/os-release':571 '/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':8 '/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':996 '/usr/bin/wayland':152 '1':300,731,1798 '10':410 '2':307,734,1463 '2019':1257 '2024':981 '3':723 '4.20':984 '8':1625 '99':1748 'abandon':50 'absolut':147 'activ':1897 'adjust':883 'admit':1142 'agenda':1220 'allow':136,918,929 'alot':464 'alreadi':1427,1506 'also':239,808,993,1692,1760 'altern':895,1331,1347,1693 'alway':847 'amd':1035,1058 'announc':1417 'anymor':1893 'anyth':264,648,1886,1992 'anywher':962 'ao':1568 'api':618 'app':1846 'appar':1020 'appimag':665,791,818 'applic':111,258,270,365,371,446,460,526,602,685,699,863,950,1127,1646,1824 'appreci':2020 'arbirtrari':606 'argument':1155,1742 'articl':3,11,92,518,661,812,869,1140,1223,1372,1535,1918,1965,1979 'askpass':1703 'assum':775,1097,1571,1736,1883,1938 'atom':1727 'attempt':1508 'autom':675 'automat':826 'avoid':179 'awar':450 'away':1550 'awesom':1490 'awesomewm':1483 'back':503,976,2014 'backend':473 'base':1980 'basic':1587 'becom':425,1777 'better':1766,1768,1778 'bias':1149 'biggest':1477 'bill':1811 'boom':951 'bother':645 'break':362,523,674,790,836,899,1153,1232,1276,1289,1298,1554,1607,1635,1701,1725,1744,1785,1815,1855,1865,1889,1901,1927,1941,1951 'brodi':505 'broken':98,1585 'bsd':1154 'budgi':1409 'built':58,374,842 'bunch':163 'busi':395 'bwing':74 'call':1450,1459,1466 'cannot':128 'case':1576,1863,1949,1960 'challeng':1503 'chang':266,470,570,1593 'choos':941 'cinnamon':1408 'clear':562,566 'clipboard':1699 'close':1240 'closer':1009 'code':1396 'color':885,1890 'colour':860 'come':404,975 'comment':559,1112,1689 'compar':1781 'complet':768 'complex':1391 'complic':1201 'compon':84 'compositor':115,122,213,244,279,339,857,1186,1923 'conclud':1974 'confirm':1063 'consid':752,1068 'control':862 'convinc':33 'cooler':1517 'correct':366,783,1163,1920,2012 'couldn':642 'cours':1317,1655,1827 'crash':102 'cross':1136 'cruft':249 'current':599,1375 'd':1334 'de':299,306 'debian':436,575 'decid':387 'decor':1204 'default':433 'defenc':413 'deni':1065 'depend':1280 'des':1380,1403 'describ':1295 'design':100,920 'desktop':625,1968 'dev':416,1441,1491 'develop':144,259,591 'differ':278 'difficulti':1264 'disabl':1752 'discuss':1267 'doc':1592 'doesn':301,312,702,845,956,1649 'driver':1027,1071 'drm':1902 'drop':766,1456 'drop-in':1455 'dwl':1451 'dwm':1445 'edit':1102,1177,1577,1680 'effici':235 'effort':73 'either':393,1416 'els':963,1887 'enforc':587 'enlighten':1410 'enough':399,427,1770 'especi':851 'even':434,1383,1413 'everi':709 'evid':2017 'evidenc':1510 'exist':708,1513 'face':681 'fact':1343,1580 'fade':1549 'fair':1983 'fallback':827 'familiar':1907,1933 'fan':27 'far':965 'featur':318,331,1402 'fedora':762 'file':1969 'fit':177,1809 'fix':781,1101,1260,1274 'follow':368,1265 'forese':1175 'freebsd':26,68,1188 'full':18 'function':1366 'futur':1176 'game':1745 'gamer':1759 'gammastep':897 'gave':481 'get':12,910,1008,1765 'gist.github.com':4,7 'gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4749746)':6 'github.com':1604 'github.com/electron/electron/pull/33226](https://github.com/electron/electron/pull/33226)':1603 'given':1388 'global':729,743,900,911 'gnome':286,543,615,651,726,733,1219,1404 'go':89 'got':1991 'graphic':472 'great':800 'guess':1161,1335,1629 'gui':1126 'guy':22 'happen':342,1670,1674 'hardwar':1004,1053,1123 'heard':710,1019,1078,1209 'hire':1439 'home':1930 'hope':1772 'hotkey':901,912 'howev':329,813 'hyprland':509,906,926 'i3':1452 'icewm':1539 'icon':1953 'ignor':1578 'implement':167,214,221,317,336,935,961,1362 'improv':1082 'in-hom':1928 'incred':757 'instert':1358 'integr':227 'intel':1052,1070,1086,1105,1122 'intend':1384 'introduc':987 'irrespons':398 'isn':48 'issu':181,554,597,655,724,777,1022,1118,1238,1713,1910 'jitsi':531 'jwm':1536 'kanshi':1353 'kde':350,728,736,763,1405 'keep':37,1006 'key':942 'keylogg':146 'keystrok':141 'know':669,741,968,1340,1564,1998 'knowledg':1730,1985,2004 'known':353 'kwin':360 'labwc':1467 'lack':1729 'last':654 'late':980 'lead':320 'lean':324 'leas':1903 'let':87,211,1996 'librari':86 'like':135,291,858,896,1167,1286,1348,1365,1548,1696 'limit':586,1984,2007 'link':1,550,1237,1583,1589,1602,1611,1705 'linux':60,82,1151,1601 'linux-specif':81 'littl':739 'll':1570 'look':1795 'lot':71,131 'm':448,462,787,1038,1056,1160,1325,1628,1747,1756,1804,1850 'made':283,695,1083 'main':1213 'make':45,143,253,421 'manag':106,120,197,231,1291,1310,1431,1891 'mani':172,438,452,1080,1081 'mark':1597,1619 'massiv':25 'mate':1406 'mayb':1848 'mean':240,704 'measur':924 'mention':1249,1532 'menus':730,744 'mess':184 'might':1192,1472 'mind':62 'minor':1377 'misrememb':1852 'miss':1480 'mode':832 'much':248 'multipl':220,1104 'must':1841 'name':715 'necessari':333 'necessarili':303 'need':314 'net':1555 'netwm/ewmh':1942 'new':255,381 'next':719 'nomachin':1608 'non':650 'non-gnom':649 'normal':916 'notic':1473 'noveau':1029 'nvidia':1003 'nx':1609 'ob':484,516 'obscur':1545 'offer':879 'offload':192 'often':352 'oftentim':310 'okay':1497 'one':256,672,1133,1165,1228,1474,1567 'open':547,1073 'openbox':1461 'openbsd':1197 'opinion':1044 'other':1199 'outdat':10,521 'page':1615 'pantheon':1414 'part':203 'pass':946 'peopl':35,1686 'perfect':496 'perform':237,1775,1779 'person':564,594 'plagu':187 'plasma':358,1875 'pleas':782,1994,1995 'plugin':799,804,824 'point':93,95,1108,1612,1682,1708,1723 'pointless':585,632 'posit':1869 'post':13,595 'prefer':2013 'present':903 'prevent':1125,1668 'probabl':418,779,1337 'problem':658,806,952 'program':841 'project':165,480,748,1531,1881 'proper':1001,1050 'proprietari':1026 'protocol':160,209,1253,1560 'proven':892 'pureo':573 'put':75,604,634 'qt':798 'qtile':1432 'quit':491,520,2006 'quot':809,870,1370 'raising/activating':1234 'randr':294,1351 're':1294,1665,1794 'read':556,626 'readi':349 'realis':401 'realli':262 'reason':51,1095,1833 'recent':1412 'record':364,370,512 'redshift':837,872,894 'releas':992,1622 'remain':1171 'rememb':713,1835 'replac':1458,1801 'requir':468,1357,1397 'rescuetim':1277,1279 'resolv':1245,1716 'respons':1976 'restrict':607,633 'rhat':1906 'robertson':506 'root':1131 'rumour':1042 'run':110,222,829,1129 'safe':773 'said':1493,1639,1962 'screen':363,369,524 'screensav':1856 'screenshar':609 'secur':923 'see':139,176,833,1721,2002 'seem':539,958,1114,1156,1181,1242,1520,1706,1859,1945,1956 'server':118,1202 'set':158,1866 'setter':867 'shame':1488 'share':525 'sheer':1390 'ship':795,802,820 'show':530 'side':1087,1203 'simultan':223 'sinc':877 'sire':463 'skip':1558 'skiptaskbar':1595 'small':1543 'smaller':479 'softwar':327,676 'solut':328,346,937,1146 'solv':807,953,1621,1633 'someon':1499 'someth':1214 'sometim':330 'soon':1769 'sort':458 'sourc':1074 'special':797 'specif':83,284,288 'spiritu':1448,1464 'stabl':426,758 'stand':1376 'start':1419,1423 'state':567,598,678,1224,1557 'still':1574 'stop':932 'stori':19 'stream':1931 'streamlin':326 'structur':206 'subpar':1774 'successor':1449,1465 'sudo':1702 'suffer':245 'support':376,875,989,1386,1399,1428,1924 'sure':46,422,1327,1749,1806,1877 'sway':1460 'take':107,1500 'task':1306 'taskbar':1559 'team':639 'temperatur':861,886 'term':443 'test':647 'thing':133,1089 'think':500,770,1091,1226,1270 'though':1830 'thus':178,233 'time':16,126,1256 'tool':1285,1302,1314 'topic':1733,1915,1988 'toward':1150 'tri':31,1666 'trivial':148 'true':308,890,1168,1195,1212,1230,1884,1939 'twm':1537 'understand':1912 'understood':476 'unfortun':954 'univers':345 'unless':280 'unmaintain':183 'unsupport':1599 'updat':529 'use':39,79,508,515,620,697,746,1034,1057,1971 'user':1106 'usual':341 'valid':1157,1741 'various':1305 've':1018,1077,1208 'version':1624 'video':514 'vsync':1753 'wallpap':866 'want':43,419,1437 'way':217,881,1516,1711 'way-cool':1515 'waybox':1469 'wayland':56,96,155,273,361,377,379,402,423,489,522,536,624,673,692,760,789,835,850,876,898,969,988,997,1046,1120,1124,1147,1185,1200,1231,1275,1288,1297,1323,1356,1387,1429,1553,1606,1634,1653,1661,1663,1700,1724,1743,1763,1784,1814,1840,1854,1864,1888,1900,1926,1940,1950 'well':226,750,1031,1787,1817 'wiki.xfce.org':995 'wiki.xfce.org/releng/wayland_roadmap](https://wiki.xfce.org/releng/wayland_roadmap)':994 'window':105,119,137,196,230,1233,1290,1309,1430,1868,1952 'wine':1761 'wip':1252,1873 'without':69 'wl':1698 'wl-clipboard':1697 'wlr':293,1350 'wlr-randr':292,1349 'wlroot':290,1355 'wm':1359,1556 'wms':1378,1478 'work':66,193,271,276,297,304,466,487,534,541,578,613,621,687,848,854,972,1000,1030,1040,1049,1321,1420,1424,1651,1659,1837,1898 'workaround':817 'woukd':1259 'would':64,1093,1495,2018 'wouldn':260,1523,1657 'write':1393 'writer':662,1141 'wrong':788,1679,1993 'x':1823 'x11':689,1283,1300,1313,1645,1726 'x11-only':1282,1299 'xcb':823 'xclip':1636,1642,1695 'xdm':1538 'xdotool':1786 'xfce':974,983,1407 'xkill':1816 'xmonad':1436 'xorg':40,188,767,844,1364,1552,1672,1783 'xorg-lik':1363 'xprop':1287 'xrandr':1345 'xwayland':831,1845 'ydotool':712,1791,1808 'yeah':1857,1943,1954 'year':190,411,439 'yes':112,153,199,691,1367,1788,1818 'yet':1014,1179 'zoom':537,553,590,601,638"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700305796
+visibility: "visible "
+apId: "https://feddit.uk/post/4608014"
+editedAt: DateTimeImmutable @1700502248 {#2899
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2878
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
+body: """
If people give up on maintainable solutions like Wayland, then there’s no way in hell anyone picks up Xorg ever again. My Xorg issues remain wontfix. Wayland issues are now wontfix. Nobody works on Wayland and Xorg. Linux desktop is officially dead. I either switch back to Windows or buy a MacBook. I won’t invest time into an ecosystem that’s destined to die a slow, but guaranteed death.\n
\n
I’m sure a lot of people try to hold onto their beloved abandonware to keep their Linux desktop alive, but why should AMD, Intel and NVIDIA care about Linux desktop now that the Linux community doesn’t have enough fucks to give to maintain Linux desktop? May as well save driver development costs and drop Wayland and Xorg support from future graphics cards.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700496452 {#2040
date: 2023-11-20 17:07:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
"@JakenVeina@lemm.ee"
"@lukas@lemmy.haigner.me"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 143128
-bodyTs: "'abandonwar':85 'aliv':91 'amd':95 'anyon':17 'back':47 'belov':84 'buy':51 'card':135 'care':99 'communiti':107 'cost':125 'dead':43 'death':71 'desktop':40,90,102,118 'destin':64 'develop':124 'die':66 'doesn':108 'driver':123 'drop':127 'ecosystem':61 'either':45 'enough':111 'ever':21 'fuck':112 'futur':133 'give':3,114 'graphic':134 'guarante':70 'hell':16 'hold':81 'intel':96 'invest':57 'issu':25,29 'keep':87 'like':8 'linux':39,89,101,106,117 'lot':76 'm':73 'macbook':53 'maintain':6,116 'may':119 'nobodi':33 'nvidia':98 'offici':42 'onto':82 'peopl':2,78 'pick':18 'remain':26 'save':122 'slow':68 'solut':7 'support':131 'sure':74 'switch':46 'time':58 'tri':79 'way':14 'wayland':9,28,36,128 'well':121 'window':49 'won':55 'wontfix':27,32 'work':34 'xorg':20,24,38,130"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204075"
+editedAt: null
+createdAt: DateTimeImmutable @1700496452 {#2345
date: 2023-11-20 17:07:32.0 +01:00
}
+"title": 143128
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209}
0 => App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2263
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2768 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2810 …}
+slug: "Hollywood-to-UK-Govt-Investigating-Pirates-Increasingly-Difficult-TorrentFreak"
+title: "Hollywood to UK Govt: Investigating Pirates "Increasingly Difficult" * TorrentFreak"
+url: "https://lemmy.dbzer0.com/pictrs/image/a5fac566-0dcf-41f5-83b7-9e25d47a260b.jpeg"
+body: """
Summary: A recent UK government inquiry into the challenges faced by the film and high-end television industry has recently received submissions from major Hollywood studios advocating for KYC (know your customer) rules for hosting providers, similar to banking regulations to identify money laundering. If adopted, this would help them to identify people hosting pirated content.\n
\n
> The submissions are united in identifying the same solution to this problem: the UK must implement a ‘Know Your Business Customer’ regime to compel commercial entities (including online intermediaries) to establish the true identity of their business customers as a precondition for selling, and receiving payment for, digital services.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933562 {#2243
date: 2023-11-25 18:32:42.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2807 …}
+reports: Doctrine\ORM\PersistentCollection {#2804 …}
+favourites: Doctrine\ORM\PersistentCollection {#2838 …}
+notifications: Doctrine\ORM\PersistentCollection {#2834 …}
+badges: Doctrine\ORM\PersistentCollection {#2851 …}
+children: [
1 => App\Entity\EntryComment {#2209
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2200 …}
+body: "Ain’t nobody needs to know the finances of my web3 unregistered securities pyramid scheme fraud."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700680887 {#2212
date: 2023-11-22 20:21:27.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@ininewcrow@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#2211 …}
+nested: Doctrine\ORM\PersistentCollection {#2266 …}
+votes: Doctrine\ORM\PersistentCollection {#2268 …}
+reports: Doctrine\ORM\PersistentCollection {#2273 …}
+favourites: Doctrine\ORM\PersistentCollection {#2274 …}
+notifications: Doctrine\ORM\PersistentCollection {#2190 …}
-id: 151629
-bodyTs: "'ain':1 'financ':8 'fraud':16 'know':6 'need':4 'nobodi':3 'pyramid':14 'scheme':15 'secur':13 'unregist':12 'web3':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206822"
+editedAt: null
+createdAt: DateTimeImmutable @1700680887 {#2208
date: 2023-11-22 20:21:27.0 +01:00
}
+"title": 151629
}
0 => App\Entity\EntryComment {#2263}
]
-id: 15175
-titleTs: "'difficult':8 'govt':4 'hollywood':1 'increas':7 'investig':5 'pirat':6 'torrentfreak':9 'uk':3"
-bodyTs: "'adopt':47 'advoc':28 'bank':40 'busi':77,94 'challeng':9 'commerci':82 'compel':81 'content':57 'custom':33,78,95 'digit':105 'end':17 'entiti':83 'establish':88 'face':10 'film':13 'govern':5 'help':50 'high':16 'high-end':15 'hollywood':26 'host':36,55 'ident':91 'identifi':43,53,63 'implement':73 'includ':84 'industri':19 'inquiri':6 'intermediari':86 'know':31,75 'kyc':30 'launder':45 'major':25 'money':44 'must':72 'onlin':85 'payment':103 'peopl':54 'pirat':56 'precondit':98 'problem':69 'provid':37 'receiv':22,102 'recent':3,21 'regim':79 'regul':41 'rule':34 'sell':100 'servic':106 'similar':38 'solut':66 'studio':27 'submiss':23,59 'summari':1 'televis':18 'true':90 'uk':4,71 'unit':61 'would':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700678796
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8855303"
+editedAt: null
+createdAt: DateTimeImmutable @1700592396 {#2684
date: 2023-11-21 19:46:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2264 …}
+body: "Russia has KYC regulations as well. Mostly to censor people, but still."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700681142 {#2265
date: 2023-11-22 20:25:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@CriticalMiss@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2235 …}
+nested: Doctrine\ORM\PersistentCollection {#2239 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2226 …}
+favourites: Doctrine\ORM\PersistentCollection {#2238 …}
+notifications: Doctrine\ORM\PersistentCollection {#2249 …}
-id: 151653
-bodyTs: "'censor':9 'kyc':3 'most':7 'peopl':10 'regul':4 'russia':1 'still':12 'well':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206827"
+editedAt: null
+createdAt: DateTimeImmutable @1700681142 {#2262
date: 2023-11-22 20:25:42.0 +01:00
}
+"title": 151653
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295}
0 => App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2217
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070
+user: App\Entity\User {#263 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2853 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
+slug: "Piracy-vs-Crunchyroll-account-deletion"
+title: "Piracy vs. Crunchyroll account deletion"
+url: "https://lemmy.haigner.me/pictrs/image/d93d11f7-0700-4b1b-a7f3-bebeda19d977.png"
+body: """
### Crunchyroll\n
\n
1. Read the article on account deletion.\n
2. Submit a support ticket.\n
3. Get response: pLeASE Be awaRE cRuNChyRoll CustoMEr SUPPorT no lONGEr diReCTLY handleS CUstOmEr Data reQUests FoR gDpR, CCPa, aNd lgPd.\n
4. Remind yourself that your ticket wasn’t entirely useless. They gave you links to multiple forms to delete your account depending on the jurisdiction.\n
5. Navigate to “CCPA Request Form” if you live in California. “All Other Requests” if you live outside of California.\n
6. Select the appropriate form based on whether you live in the “European Union and the United Kingdom,” “Brazil,” or “United States, non-California” region. If you live outside of these regions, send an email to the listed email address. I go with the “European Union and the United Kingdom” region.\n
7. Indicate that you are a customer.\n
8. Specify that you want to make a data erasure request.\n
9. Click on “Crunchyroll, Crunchyroll Games” among the options, disregarding the other unrelated services.\n
10. Provide your first and last name, email address, and country of residence.\n
11. Confirm that you own the email address.\n
12. If you receive an email stating they couldn’t find your Crunchyroll Games account, respond that you don’t possess a Crunchyroll Games account.\n
13. Sign an account deletion contract with the blood of your newborn.\n
14. Support *may* delete your account, they didn’t delete my account yet.\n
\n
### Piracy\n
\n
Account? What is account? Can you eat account? Is account an instrument?
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 50
+favouriteCount: 563
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700825390 {#2848
date: 2023-11-24 12:29:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
7 => App\Entity\EntryComment {#2067
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "*Checks notes,* it says that I’m human, but idk for sure."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1700665440 {#2066
date: 2023-11-22 16:04:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 150767
-bodyTs: "'check':1 'human':8 'idk':10 'm':7 'note':2 'say':4 'sure':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206578"
+editedAt: null
+createdAt: DateTimeImmutable @1700665440 {#2071
date: 2023-11-22 16:04:00.0 +01:00
}
+"title": 150767
}
6 => App\Entity\EntryComment {#2125
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
+body: "No, it’s the labyrinth map of the Maze Runner movie."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700666518 {#2058
date: 2023-11-22 16:21:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@OmenAtom@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2041 …}
+nested: Doctrine\ORM\PersistentCollection {#2100 …}
+votes: Doctrine\ORM\PersistentCollection {#2105 …}
+reports: Doctrine\ORM\PersistentCollection {#2111 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2103 …}
-id: 150837
-bodyTs: "'labyrinth':5 'map':6 'maze':9 'movi':11 'runner':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206601"
+editedAt: null
+createdAt: DateTimeImmutable @1700666518 {#2053
date: 2023-11-22 16:21:58.0 +01:00
}
+"title": 150837
}
5 => App\Entity\EntryComment {#2124
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
+body: "This only skips step 1 – 5 for Crunchyroll. You still have 8 steps to go. Nevermind, they’ve got email addresses for privacy inquiries, hidden beneath their infinite scroll anime overview, in the “Your Rights” section, behind the “this page” link. Although I wonder whether they force you to go through their painful process nevertheless."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700668435 {#2110
date: 2023-11-22 16:53:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@Oxidant2023@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2118 …}
+nested: Doctrine\ORM\PersistentCollection {#2121 …}
+votes: Doctrine\ORM\PersistentCollection {#2115 …}
+reports: Doctrine\ORM\PersistentCollection {#2123 …}
+favourites: Doctrine\ORM\PersistentCollection {#2116 …}
+notifications: Doctrine\ORM\PersistentCollection {#2161 …}
-id: 150949
-bodyTs: "'1':5 '5':6 '8':12 'address':21 'although':42 'anim':30 'behind':37 'beneath':26 'crunchyrol':8 'email':20 'forc':47 'go':15,50 'got':19 'hidden':25 'infinit':28 'inquiri':24 'link':41 'nevermind':16 'nevertheless':55 'overview':31 'page':40 'pain':53 'privaci':23 'process':54 'right':35 'scroll':29 'section':36 'skip':3 'step':4,13 'still':10 've':18 'whether':45 'wonder':44"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206637"
+editedAt: DateTimeImmutable @1701163051 {#2107
date: 2023-11-28 10:17:31.0 +01:00
}
+createdAt: DateTimeImmutable @1700668435 {#2112
date: 2023-11-22 16:53:55.0 +01:00
}
+"title": 150949
}
4 => App\Entity\EntryComment {#2128
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: """
Yes\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700669745 {#2163
date: 2023-11-22 17:15:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#2126 …}
+nested: Doctrine\ORM\PersistentCollection {#2139 …}
+votes: Doctrine\ORM\PersistentCollection {#2224 …}
+reports: Doctrine\ORM\PersistentCollection {#2223 …}
+favourites: Doctrine\ORM\PersistentCollection {#2216 …}
+notifications: Doctrine\ORM\PersistentCollection {#2213 …}
-id: 151028
-bodyTs: "'/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':17 'draw':2 'face':9 'give':10 'hand':5 'lemmy.haigner.me':16 'lemmy.haigner.me/pictrs/image/3947e245-30c9-4eb2-b197-ee49edb860b0.png)':15 'sign':14 'smiley':8 'thumb':12 'yes':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206653"
+editedAt: DateTimeImmutable @1701144710 {#2162
date: 2023-11-28 05:11:50.0 +01:00
}
+createdAt: DateTimeImmutable @1700669745 {#2044
date: 2023-11-22 17:15:45.0 +01:00
}
+"title": 151028
}
3 => App\Entity\EntryComment {#2229
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2228 …}
+body: "This is about account deletion, not cancellation. But cancellation is also a fun topic in its own right. I don’t know about Germany, but cancellations are a solved problem here in Austria, even accounting for shady business practices. [3rd-party services exist](https://www.online-kuendigen.at/) that fully automate the cancellation process for most cases. They email the company, send another reminder email, store the email server response as evidence for court, and submit a complaint to the responsible Schlichtungsstelle, which then light a fire under their ass to cancel your service. If they’re retarded enough to not cancel your service, then you can always take them to court with the stored evidence."
+lang: "en"
+isAdult: false
+favouriteCount: 22
+score: 0
+lastActive: DateTime @1700678103 {#2230
date: 2023-11-22 19:35:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@notepass@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2252 …}
+nested: Doctrine\ORM\PersistentCollection {#2189 …}
+votes: Doctrine\ORM\PersistentCollection {#2311 …}
+reports: Doctrine\ORM\PersistentCollection {#2293 …}
+favourites: Doctrine\ORM\PersistentCollection {#2309 …}
+notifications: Doctrine\ORM\PersistentCollection {#2302 …}
-id: 151478
-bodyTs: "'/)':47 '3rd':41 '3rd-party':40 'account':4,35 'also':11 'alway':107 'anoth':62 'ass':89 'austria':33 'autom':50 'busi':38 'cancel':7,9,26,52,91,101 'case':56 'compani':60 'complaint':77 'court':73,111 'delet':5 'email':58,64,67 'enough':98 'even':34 'evid':71,115 'exist':44 'fire':86 'fulli':49 'fun':13 'germani':24 'know':22 'light':84 'parti':42 'practic':39 'problem':30 'process':53 're':96 'remind':63 'respons':69,80 'retard':97 'right':18 'schlichtungsstell':81 'send':61 'server':68 'servic':43,93,103 'shadi':37 'solv':29 'store':65,114 'submit':75 'take':108 'topic':14 'www.online-kuendigen.at':46 'www.online-kuendigen.at/)':45"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206766"
+editedAt: DateTimeImmutable @1701158914 {#2231
date: 2023-11-28 09:08:34.0 +01:00
}
+createdAt: DateTimeImmutable @1700678103 {#2232
date: 2023-11-22 19:35:03.0 +01:00
}
+"title": 151478
}
2 => App\Entity\EntryComment {#2321
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
+body: "Customers obviously don’t understand the value we provide them, so we must force them to continue to use and pay for our services. They get a once in a lifetime opportunity to understand just how valuable our services are. If they still don’t understand, they merely didn’t see the light yet, and must continue to pay and use our services."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700679368 {#2320
date: 2023-11-22 19:56:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@newthrowaway20@lemmy.world"
"@Nouveau_Burnswick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2308 …}
+votes: Doctrine\ORM\PersistentCollection {#2304 …}
+reports: Doctrine\ORM\PersistentCollection {#2319 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-id: 151541
-bodyTs: "'continu':17,57 'custom':1 'didn':49 'forc':14 'get':26 'lifetim':31 'light':53 'mere':48 'must':13,56 'obvious':2 'opportun':32 'pay':21,59 'provid':9 'see':51 'servic':24,39,63 'still':43 'understand':5,34,46 'use':19,61 'valu':7 'valuabl':37 'yet':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206788"
+editedAt: DateTimeImmutable @1701160935 {#2315
date: 2023-11-28 09:42:15.0 +01:00
}
+createdAt: DateTimeImmutable @1700679368 {#2322
date: 2023-11-22 19:56:08.0 +01:00
}
+"title": 151541
}
1 => App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2070 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2281 …}
+body: "Most piracy websites don’t need accounts to pirate content. You don’t need to delete accounts if you don’t need accounts. Therefore, account deletion is a zero step process for the average pirate, compared to Crunchyroll’s eye-watering 13 steps. So yeah, I think this is related to piracy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680097 {#2294
date: 2023-11-22 20:08:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@AnonTwo@kbin.social"
]
+children: Doctrine\ORM\PersistentCollection {#2283 …}
+nested: Doctrine\ORM\PersistentCollection {#2282 …}
+votes: Doctrine\ORM\PersistentCollection {#2276 …}
+reports: Doctrine\ORM\PersistentCollection {#2275 …}
+favourites: Doctrine\ORM\PersistentCollection {#2261 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 151585
-bodyTs: "'13':43 'account':7,17,23,25 'averag':34 'compar':36 'content':10 'crunchyrol':38 'delet':16,26 'eye':41 'eye-wat':40 'need':6,14,22 'piraci':2,53 'pirat':9,35 'process':31 'relat':51 'step':30,44 'therefor':24 'think':48 'water':42 'websit':3 'yeah':46 'zero':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206801"
+editedAt: DateTimeImmutable @1701162218 {#2290
date: 2023-11-28 10:03:38.0 +01:00
}
+createdAt: DateTimeImmutable @1700680097 {#2296
date: 2023-11-22 20:08:17.0 +01:00
}
+"title": 151585
}
0 => App\Entity\EntryComment {#2217}
]
-id: 15436
-titleTs: "'account':4 'crunchyrol':3 'delet':5 'piraci':1 'vs':2"
-bodyTs: "'1':2 '10':164 '11':177 '12':185 '13':210 '14':222 '2':9 '3':14 '4':35 '5':60 '6':80 '7':132 '8':139 '9':150 'account':7,55,199,209,213,227,233,236,239,243,245 'address':120,172,184 'among':156 'appropri':83 'articl':5 'awar':19 'base':85 'blood':218 'brazil':98 'california':70,79,104 'ccpa':32,63 'click':151 'confirm':178 'contract':215 'couldn':193 'countri':174 'crunchyrol':1,20,153,154,197,207 'custom':21,27,138 'data':28,147 'delet':8,53,214,225,231 'depend':56 'didn':229 'direct':25 'disregard':159 'eat':242 'email':115,119,171,183,190 'entir':43 'erasur':148 'european':92,125 'find':195 'first':167 'form':51,65,84 'game':155,198,208 'gave':46 'gdpr':31 'get':15 'go':122 'handl':26 'indic':133 'instrument':247 'jurisdict':59 'kingdom':97,130 'last':169 'lgpd':34 'link':48 'list':118 'live':68,76,89,108 'longer':24 'make':145 'may':224 'multipl':50 'name':170 'navig':61 'newborn':221 'non':103 'non-california':102 'option':158 'outsid':77,109 'piraci':235 'pleas':17 'possess':205 'provid':165 'read':3 'receiv':188 'region':105,112,131 'remind':36 'request':29,64,73,149 'resid':176 'respond':200 'respons':16 'select':81 'send':113 'servic':163 'sign':211 'specifi':140 'state':101,191 'submit':10 'support':12,22,223 'ticket':13,40 'union':93,126 'unit':96,100,129 'unrel':162 'useless':44 'want':143 'wasn':41 'whether':87 'yet':234"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700749496
+visibility: "visible "
+apId: "https://lemmy.haigner.me/post/34340"
+editedAt: DateTimeImmutable @1701135337 {#2763
date: 2023-11-28 02:35:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700663096 {#2613
date: 2023-11-22 15:24:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2196 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2049 …}
+body: "AI among us."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700680634 {#2221
date: 2023-11-22 20:17:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
"@pewgar_seemsimandroid@lemmy.blahaj.zone"
"@lemmyvore@feddit.nl"
"@ThrowawayAfterDark@lemmynsfw.com"
]
+children: Doctrine\ORM\PersistentCollection {#2199 …}
+nested: Doctrine\ORM\PersistentCollection {#2195 …}
+votes: Doctrine\ORM\PersistentCollection {#2197 …}
+reports: Doctrine\ORM\PersistentCollection {#2206 …}
+favourites: Doctrine\ORM\PersistentCollection {#2201 …}
+notifications: Doctrine\ORM\PersistentCollection {#2203 …}
-id: 151620
-bodyTs: "'ai':1 'among':2 'us':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/206816"
+editedAt: null
+createdAt: DateTimeImmutable @1700680634 {#2219
date: 2023-11-22 20:17:14.0 +01:00
}
+"title": 151620
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2336
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2335
+user: Proxies\__CG__\App\Entity\User {#2604 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2761 …}
+slug: "Yo-ho-Yo-ho-A-pirates-life-for-me"
+title: "Yo, ho! Yo ho! A pirates life for me..."
+url: "https://i.imgur.com/9JCo6Z5.png"
+body: """
cross-posted from: [lemm.ee/post/15615735](https://lemm.ee/post/15615735)\n
\n
> It was inevitable…
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 86
+favouriteCount: 1044
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700729101 {#2875
date: 2023-11-23 09:45:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2880 …}
+votes: Doctrine\ORM\PersistentCollection {#2883 …}
+reports: Doctrine\ORM\PersistentCollection {#2885 …}
+favourites: Doctrine\ORM\PersistentCollection {#2887 …}
+notifications: Doctrine\ORM\PersistentCollection {#2889 …}
+badges: Doctrine\ORM\PersistentCollection {#2891 …}
+children: [
App\Entity\EntryComment {#2336}
]
-id: 15120
-titleTs: "'ho':2,4 'life':7 'pirat':6 'yo':1,3"
-bodyTs: "'/post/15615735](https://lemm.ee/post/15615735)':7 'cross':2 'cross-post':1 'inevit':10 'lemm.ee':6 'lemm.ee/post/15615735](https://lemm.ee/post/15615735)':5 'post':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700663607
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8840344"
+editedAt: null
+createdAt: DateTimeImmutable @1700577207 {#2856
date: 2023-11-21 15:33:27.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+body: "Woah there! Having the privilege to choose a streaming service that has a show you want. Those are some bold assumptions. We over here at anime land have former illegal streaming services with exclusive *global* licenses, even though they only operate *nationally*. Pirates overseas can’t watch their favorite anime of the season legally. They must either use a VPN to pay for a service that’ll ban them for VPN usage, or pirate the anime."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1700601007 {#2337
date: 2023-11-21 22:10:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Flatworm7591@lemmy.dbzer0.com"
"@LadyLikesSpiders@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2338 …}
+nested: Doctrine\ORM\PersistentCollection {#2143 …}
+votes: Doctrine\ORM\PersistentCollection {#2136 …}
+reports: Doctrine\ORM\PersistentCollection {#2073 …}
+favourites: Doctrine\ORM\PersistentCollection {#2072 …}
+notifications: Doctrine\ORM\PersistentCollection {#2065 …}
-id: 148582
-bodyTs: "'anim':26,50,76 'assumpt':21 'ban':68 'bold':20 'choos':7 'either':57 'even':37 'exclus':34 'favorit':49 'former':29 'global':35 'illeg':30 'land':27 'legal':54 'licens':36 'll':67 'must':56 'nation':42 'oper':41 'oversea':44 'pay':62 'pirat':43,74 'privileg':5 'season':53 'servic':10,32,65 'show':14 'stream':9,31 'though':38 'usag':72 'use':58 'vpn':60,71 'want':16 'watch':47 'woah':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/205799"
+editedAt: null
+createdAt: DateTimeImmutable @1700601007 {#2343
date: 2023-11-21 22:10:07.0 +01:00
}
+"title": 148582
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011}
0 => App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2091
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033
+user: Proxies\__CG__\App\Entity\User {#2916 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "Louis-Rossman-FUTO-s-YouTube-app-GrayJay-now-supports-Sponsorblock-and-shames"
+title: "Louis Rossman/FUTO's YouTube app, GrayJay, now supports Sponsorblock... and shames you if you use it"
+url: null
+body: """
Seriously this was very surprising. I’ve been experimenting with GrayJay since it was announced and I largely think it’s a pretty sweet app. I know there are concerns over how it isn’t “true open source” but it’s a hell of a lot more open than ReVanced. Plus, I like the general design and philosophy of the app.\n
\n
I updated the YouTube backend recently and to my surprise and delight they had added support for SponsorBlock. However, when I went to enable it, it warned me “turning this on harms creators” and made me click a box before I could continue.\n
\n
Bruh, you’re literally an ad-blocking YouTube frontend. What kind of mental gymnastics does it take to be facilitating ad-blocking and then at the same time shame the end-user for using an extension which simply automates seeking ahead in videos. Are you seriously gonna tell me that even without Sponsorblock, if I skip ahead past the sponsored ad read in a video, that I’m “harming the creator”?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 192
+favouriteCount: 475
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700681324 {#2952
date: 2023-11-22 20:28:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2957 …}
+votes: Doctrine\ORM\PersistentCollection {#2960 …}
+reports: Doctrine\ORM\PersistentCollection {#2962 …}
+favourites: Doctrine\ORM\PersistentCollection {#2964 …}
+notifications: Doctrine\ORM\PersistentCollection {#2966 …}
+badges: Doctrine\ORM\PersistentCollection {#2968 …}
+children: [
1 => App\Entity\EntryComment {#2011
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: "Advertisers that care a lot about engagement use CTR instead of CPM. CTR enables advertisers to keep track of engagement and lie about real engagement numbers to save costs. If advertisers rely on video segment statistics, creators can fake the statistics to earn more money. So advertisers rarely measure their payout based on unverifiable information. And people that use SponsorBlock wouldn’t buy it, even without SponsorBlock. Or in other words: Most creators can ignore SponsorBlock."
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1700351294 {#2022
date: 2023-11-19 00:48:14.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 138444
-bodyTs: "'advertis':1,15,31,47 'base':52 'buy':63 'care':3 'cost':29 'cpm':12 'creator':37,73 'ctr':9,13 'earn':43 'enabl':14 'engag':7,20,25 'even':65 'fake':39 'ignor':75 'inform':55 'instead':10 'keep':17 'lie':22 'lot':5 'measur':49 'money':45 'number':26 'payout':51 'peopl':57 'rare':48 'real':24 'reli':32 'save':28 'segment':35 'sponsorblock':60,67,76 'statist':36,41 'track':18 'unverifi':54 'use':8,59 'video':34 'without':66 'word':71 'wouldn':61"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/202801"
+editedAt: DateTimeImmutable @1700680580 {#2018
date: 2023-11-22 20:16:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700351294 {#2025
date: 2023-11-19 00:48:14.0 +01:00
}
+"title": 138444
}
0 => App\Entity\EntryComment {#2091}
]
-id: 13845
-titleTs: "'app':5 'grayjay':6 'loui':1 'rossman/futo':2 'shame':11 'sponsorblock':9 'support':8 'use':15 'youtub':4"
-bodyTs: "'ad':76,111,127,168 'ad-block':110,126 'ahead':148,164 'announc':15 'app':25,61 'autom':146 'backend':66 'block':112,128 'box':100 'bruh':105 'click':98 'concern':30 'continu':104 'could':103 'creator':94,178 'delight':73 'design':56 'enabl':85 'end':138 'end-us':137 'even':158 'experi':9 'extens':143 'facilit':125 'frontend':114 'general':55 'gonna':154 'grayjay':11 'gymnast':119 'harm':93,176 'hell':43 'howev':80 'isn':34 'kind':116 'know':27 'larg':18 'like':53 'liter':108 'lot':46 'm':175 'made':96 'mental':118 'open':37,48 'past':165 'philosophi':58 'plus':51 'pretti':23 're':107 'read':169 'recent':67 'revanc':50 'seek':147 'serious':1,153 'shame':135 'simpli':145 'sinc':12 'skip':163 'sourc':38 'sponsor':167 'sponsorblock':79,160 'support':77 'surpris':5,71 'sweet':24 'take':122 'tell':155 'think':19 'time':134 'true':36 'turn':90 'updat':63 'use':141 'user':139 've':7 'video':150,172 'warn':88 'went':83 'without':159 'youtub':65,113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700313808
+visibility: "visible "
+apId: "https://lemmy.ca/post/9522961"
+editedAt: null
+createdAt: DateTimeImmutable @1700227408 {#2938
date: 2023-11-17 14:23:28.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
+body: """
> Where does this assertion come from that people that use sponsorblock are somehow never going to buy products? People keep saying it but I just don’t get it. We live in a world where people buy things. Some products are relevant to some people and some aren’t to other people. I use sponsorblock and adblock, and if I were to somehow see an advert for a product that seemed like it perfectly fit a need that I had, I’d definitely consider getting the product.\n
\n
I use SponsorBlock. Ads have an influence on me, but usually with a negative impact on whatever they sell, so it’s beneficial for them that I don’t see their ads.\n
\n
If I was looking for a fantasy-themed, turn-based role-playing gacha game, and a specific game annoys the fuck out of me with their massive marketing budget, they’re automatically on my blacklist. I’ll proactively ignore the game in my market research and exclude the game, the game’s company and publisher from my Google search results with the uBlacklist browser extension.\n
\n
If it’s a SaaS and they charge a premium for SSO, they get a once in a lifetime opportunity to land on a [public wall of shame](https://sso.tax/) that some sysadmins use to preemptively filter out software vendors from their purchasing process. So it’s a really shitty idea to advertise crap to the wrong people.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700406973 {#2088
date: 2023-11-19 16:16:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bionicjoey@lemmy.ca"
"@apotheotic@beehaw.org"
"@RickyRigatoni@lemmy.ml"
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2090 …}
+nested: Doctrine\ORM\PersistentCollection {#2092 …}
+votes: Doctrine\ORM\PersistentCollection {#2241 …}
+reports: Doctrine\ORM\PersistentCollection {#2130 …}
+favourites: Doctrine\ORM\PersistentCollection {#2129 …}
+notifications: Doctrine\ORM\PersistentCollection {#2132 …}
-id: 139999
-bodyTs: "'/)':218 'ad':91,119 'adblock':57 'advert':66 'advertis':241 'annoy':141 'aren':48 'assert':4 'automat':154 'base':131 'benefici':110 'blacklist':157 'browser':186 'budget':151 'buy':17,37 'charg':195 'come':5 'compani':175 'consid':84 'crap':242 'd':82 'definit':83 'exclud':169 'extens':187 'fantasi':127 'fantasy-them':126 'filter':225 'fit':75 'fuck':143 'gacha':135 'game':136,140,163,171,173 'get':28,85,201 'go':15 'googl':180 'idea':239 'ignor':161 'impact':102 'influenc':94 'keep':20 'land':209 'lifetim':206 'like':72 'live':31 'll':159 'look':123 'market':150,166 'massiv':149 'need':77 'negat':101 'never':14 'opportun':207 'peopl':8,19,36,45,52,246 'perfect':74 'play':134 'preemptiv':224 'premium':197 'proactiv':160 'process':232 'product':18,40,69,87 'public':212 'publish':177 'purchas':231 're':153 'realli':237 'relev':42 'research':167 'result':182 'role':133 'role-play':132 'saa':192 'say':21 'search':181 'see':64,117 'seem':71 'sell':106 'shame':215 'shitti':238 'softwar':227 'somehow':13,63 'specif':139 'sponsorblock':11,55,90 'sso':199 'sso.tax':217 'sso.tax/)':216 'sysadmin':221 'theme':128 'thing':38 'turn':130 'turn-bas':129 'ublacklist':185 'use':10,54,89,222 'usual':98 'vendor':228 'wall':213 'whatev':104 'world':34 'wrong':245"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/203295"
+editedAt: DateTimeImmutable @1700763201 {#2095
date: 2023-11-23 19:13:21.0 +01:00
}
+createdAt: DateTimeImmutable @1700406973 {#2087
date: 2023-11-19 16:16:13.0 +01:00
}
+"title": 139999
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
102 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
} |
|
Show voter details
|
103 |
DENIED
|
edit
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
} |
|
Show voter details
|
104 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2896 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#2937 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2939 …}
+slug: "Got-high-wanted-to-watch-mythbusters-and-see-this-Great"
+title: "Got high, wanted to watch mythbusters, and see this. Great experience."
+url: "https://lemmy.world/pictrs/image/589608c4-8f49-4a14-a52d-2d8415b625a7.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 438
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700660005 {#2932
date: 2023-11-22 14:33:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2940 …}
+votes: Doctrine\ORM\PersistentCollection {#2942 …}
+reports: Doctrine\ORM\PersistentCollection {#2944 …}
+favourites: Doctrine\ORM\PersistentCollection {#2946 …}
+notifications: Doctrine\ORM\PersistentCollection {#2948 …}
+badges: Doctrine\ORM\PersistentCollection {#2950 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 13433
-titleTs: "'experi':11 'got':1 'great':10 'high':2 'mythbust':6 'see':8 'want':3 'watch':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700193576
+visibility: "visible "
+apId: "https://lemmy.world/post/8317159"
+editedAt: null
+createdAt: DateTimeImmutable @1700107176 {#2919
date: 2023-11-16 04:59:36.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "We’re delighted to see you enjoy your hulu experience! Based on your experience so far, how likely are you to recommend hulu to a friend on a scale of 1 to 10?"
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1700418778 {#1691
date: 2023-11-19 19:32:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@_number8_@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1616 …}
+nested: Doctrine\ORM\PersistentCollection {#1598 …}
+votes: Doctrine\ORM\PersistentCollection {#1629 …}
+reports: Doctrine\ORM\PersistentCollection {#1626 …}
+favourites: Doctrine\ORM\PersistentCollection {#1618 …}
+notifications: Doctrine\ORM\PersistentCollection {#1597 …}
-id: 129598
-bodyTs: "'1':31 '10':33 'base':11 'delight':3 'enjoy':7 'experi':10,14 'far':16 'friend':26 'hulu':9,23 'like':18 're':2 'recommend':22 'scale':29 'see':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199746"
+editedAt: DateTimeImmutable @1700402109 {#1692
date: 2023-11-19 14:55:09.0 +01:00
}
+createdAt: DateTimeImmutable @1700125963 {#1795
date: 2023-11-16 10:12:43.0 +01:00
}
+"title": 129598
} |
|
Show voter details
|
105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
106 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
107 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
108 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
110 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
} |
|
Show voter details
|
111 |
DENIED
|
edit
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
} |
|
Show voter details
|
112 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2328
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2326
+user: Proxies\__CG__\App\Entity\User {#2898 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "If-anybody-in-the-USA-is-interested-in-a-region-free"
+title: "If anybody in the USA is interested in a region-free blu-ray player"
+url: null
+body: """
[www.220-electronics.com](https://www.220-electronics.com/) is having a sale. I have bought several players from them and they’ve been great\n
\n
Now, I know what your thinking, are region free players piracy? Well, it depends which country you live in
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700633500 {#2893
date: 2023-11-22 07:11:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2901 …}
+votes: Doctrine\ORM\PersistentCollection {#2903 …}
+reports: Doctrine\ORM\PersistentCollection {#2905 …}
+favourites: Doctrine\ORM\PersistentCollection {#2907 …}
+notifications: Doctrine\ORM\PersistentCollection {#2909 …}
+badges: Doctrine\ORM\PersistentCollection {#2911 …}
+children: [
App\Entity\EntryComment {#2328}
]
-id: 14448
-titleTs: "'anybodi':2 'blu':14 'blu-ray':13 'free':12 'interest':7 'player':16 'ray':15 'region':11 'region-fre':10 'usa':5"
-bodyTs: "'/)':4 'bought':11 'countri':36 'depend':34 'free':29 'great':20 'know':23 'live':38 'piraci':31 'player':13,30 'region':28 'sale':8 'sever':12 'think':26 've':18 'well':32 'www.220-electronics.com':1,3 'www.220-electronics.com/)':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700498304
+visibility: "visible "
+apId: "https://literature.cafe/post/3957916"
+editedAt: DateTimeImmutable @1700772537 {#2881
date: 2023-11-23 21:48:57.0 +01:00
}
+createdAt: DateTimeImmutable @1700411904 {#2859
date: 2023-11-19 17:38:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "LibreDrive my beloved :)"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700497111 {#2314
date: 2023-11-20 17:18:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yessikg@literature.cafe"
]
+children: Doctrine\ORM\PersistentCollection {#2191 …}
+nested: Doctrine\ORM\PersistentCollection {#2327 …}
+votes: Doctrine\ORM\PersistentCollection {#2333 …}
+reports: Doctrine\ORM\PersistentCollection {#2324 …}
+favourites: Doctrine\ORM\PersistentCollection {#2334 …}
+notifications: Doctrine\ORM\PersistentCollection {#2341 …}
-id: 143157
-bodyTs: "'belov':3 'libredr':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/204080"
+editedAt: null
+createdAt: DateTimeImmutable @1700497111 {#2289
date: 2023-11-20 17:18:31.0 +01:00
}
+"title": 143157
} |
|
Show voter details
|
113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
114 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
115 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
116 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
117 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
118 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
} |
|
Show voter details
|
119 |
DENIED
|
edit
|
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
} |
|
Show voter details
|
120 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1665
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1573
+user: Proxies\__CG__\App\Entity\User {#2991 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#3031 …}
+slug: "Z-Library-Blog-Unprecedented-seizure-of-our-domains-with-books-on"
+title: "Z-Library Blog: "Unprecedented seizure of our domains with books on rare languages""
+url: "https://z-library.se/blog/48"
+body: """
> Today we are forced to share some sad news - yesterday many of our domains were seized again. **We should highlight that the majority of the seized domains were not mirrors of the Z-Library website. Instead, they were separate sub-projects, containing only books in rare languages of the world, and their blocking is perplexing.** For instance, these domains included books in Tamil, Mongolian, Catalan, Urdu, Pashto, and other languages:\n
> \n
> afrikaans-books.org\n
> \n
> bengali-books.org\n
> \n
> urdu-books.org\n
> \n
> marathi-books.org\n
> \n
> chamorro-books.org\n
> \n
> Over the 15 years of the project’s existence, we’ve managed to collect an impressive collection of rare texts in many uncommon languages. These domains featured many unique texts that can’t be found anywhere else, including rare books, documents, and manuscripts. **All of this is a priceless heritage, contributing to the preservation and study of world cultures, and serving as important material for researchers in linguistics, anthropology, and history.**\n
\n
Z-Library also states in the blog post that they did not lose the files, just the domains.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 86
+favouriteCount: 577
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259245 {#3026
date: 2023-11-17 23:14:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3033 …}
+votes: Doctrine\ORM\PersistentCollection {#3035 …}
+reports: Doctrine\ORM\PersistentCollection {#3037 …}
+favourites: Doctrine\ORM\PersistentCollection {#3039 …}
+notifications: Doctrine\ORM\PersistentCollection {#3041 …}
+badges: Doctrine\ORM\PersistentCollection {#3043 …}
+children: [
App\Entity\EntryComment {#1665}
]
-id: 12217
-titleTs: "'blog':4 'book':11 'domain':9 'languag':14 'librari':3 'rare':13 'seizur':6 'unpreced':5 'z':2 'z-librari':1"
-bodyTs: "'15':80 'afrikaans-books.org':73 'also':152 'anthropolog':146 'anywher':113 'bengali-books.org':74 'block':55 'blog':156 'book':46,63,117 'catalan':67 'chamorro-books.org':77 'collect':91,94 'contain':44 'contribut':128 'cultur':136 'document':118 'domain':14,27,61,103,167 'els':114 'exist':86 'featur':104 'file':164 'forc':4 'found':112 'heritag':127 'highlight':20 'histori':148 'import':140 'impress':93 'includ':62,115 'instanc':59 'instead':37 'languag':49,72,101 'librari':35,151 'linguist':145 'lose':162 'major':23 'manag':89 'mani':11,99,105 'manuscript':120 'marathi-books.org':76 'materi':141 'mirror':30 'mongolian':66 'news':9 'pashto':69 'perplex':57 'post':157 'preserv':131 'priceless':126 'project':43,84 'rare':48,96,116 'research':143 'sad':8 'seiz':16,26 'separ':40 'serv':138 'share':6 'state':153 'studi':133 'sub':42 'sub-project':41 'tamil':65 'text':97,107 'today':1 'uncommon':100 'uniqu':106 'urdu':68 'urdu-books.org':75 've':88 'websit':36 'world':52,135 'year':81 'yesterday':10 'z':34,150 'z-librari':33,149"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699867944
+visibility: "visible "
+apId: "https://lemmy.world/post/8146944"
+editedAt: null
+createdAt: DateTimeImmutable @1699781544 {#3012
date: 2023-11-12 10:32:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1591 …}
+body: "What you’re looking for is an alternative DNS root. Although I despise the blockchain, crypo and web3 world with every fiber of my being due to the entire scam ecosystem built into everything, decentralized DNS could be one of the only legit applications of blockchains as a technology. No court can order blockchains to take down domains, much like how no court can order Bitcoin to reverse transactions. You don’t have the private key to change the domain? Too bad, fuck off."
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1699867939 {#1695
date: 2023-11-13 10:32:19.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ancuuiqter@lemmy.world"
"@danielquinn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1592 …}
+nested: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1656 …}
+favourites: Doctrine\ORM\PersistentCollection {#1548 …}
+notifications: Doctrine\ORM\PersistentCollection {#1559 …}
-id: 119155
-bodyTs: "'altern':8 'although':11 'applic':44 'bad':82 'bitcoin':66 'blockchain':15,46,54 'built':32 'chang':78 'could':37 'court':51,63 'crypo':16 'decentr':35 'despis':13 'dns':9,36 'domain':58,80 'due':26 'ecosystem':31 'entir':29 'everi':21 'everyth':34 'fiber':22 'fuck':83 'key':76 'legit':43 'like':60 'look':4 'much':59 'one':39 'order':53,65 'privat':75 're':3 'revers':68 'root':10 'scam':30 'take':56 'technolog':49 'transact':69 'web3':18 'world':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/196004"
+editedAt: DateTimeImmutable @1700028686 {#1595
date: 2023-11-15 07:11:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699867939 {#1696
date: 2023-11-13 10:32:19.0 +01:00
}
+"title": 119155
} |
|
Show voter details
|
121 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
122 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
123 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
124 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
125 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
126 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
} |
|
Show voter details
|
127 |
DENIED
|
edit
|
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
} |
|
Show voter details
|
128 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1716
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2935 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2900 …}
+slug: "How-to-RIP"
+title: "How to RIP?"
+url: null
+body: """
As the time passes more and more it seems that the popularity of Pirates is decreasing, I was a teenager in 2010s and invested a lot of my time learning Torrents, Pirated Game websites, identifying good sites, educating others about piracy, etc. But it seems with the recent crackdowns and trends I feel there might come a time when I would struggle to get content I like from pirated sources.\n
\n
I am quite technically gifted person, have been a Linux poweruser for years and have software development experience.\n
\n
I would like to contribute to scene, and looking to start with Streaming services. Have done my research regarding the DRMs and how these services utilizes browser codecs to decrypt streams but didn’t have succes on my own.\n
\n
Do anyone know anything regarding the ripping scene and introduce me to it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 70
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700205698 {#2970
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2975 …}
+votes: Doctrine\ORM\PersistentCollection {#2978 …}
+reports: Doctrine\ORM\PersistentCollection {#2980 …}
+favourites: Doctrine\ORM\PersistentCollection {#2982 …}
+notifications: Doctrine\ORM\PersistentCollection {#2984 …}
+badges: Doctrine\ORM\PersistentCollection {#2986 …}
+children: [
App\Entity\EntryComment {#1716}
]
-id: 11987
-titleTs: "'rip':3"
-bodyTs: "'2010s':22 'anyon':129 'anyth':131 'browser':115 'codec':116 'come':56 'content':65 'contribut':93 'crackdown':49 'decreas':16 'decrypt':118 'develop':87 'didn':121 'done':104 'drms':109 'educ':38 'etc':42 'experi':88 'feel':53 'game':33 'get':64 'gift':75 'good':36 'identifi':35 'introduc':137 'invest':24 'know':130 'learn':30 'like':67,91 'linux':80 'look':97 'lot':26 'might':55 'other':39 'pass':4 'person':76 'piraci':41 'pirat':14,32,69 'popular':12 'powerus':81 'quit':73 'recent':48 'regard':107,132 'research':106 'rip':134 'scene':95,135 'seem':9,45 'servic':102,113 'site':37 'softwar':86 'sourc':70 'start':99 'stream':101,119 'struggl':62 'succ':124 'technic':74 'teenag':20 'time':3,29,58 'torrent':31 'trend':51 'util':114 'websit':34 'would':61,90 'year':83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699795605
+visibility: "visible "
+apId: "https://programming.dev/post/5725619"
+editedAt: null
+createdAt: DateTimeImmutable @1699709205 {#2958
date: 2023-11-11 14:26:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+body: """
Welcome to the Widevine rabbit hole!\n
\n
There’re 3 different Widevine CDM levels:\n
\n
- L1, the 4K holy grail\n
- L2, the one nobody cares about\n
- L3, the odd one\n
\n
Streaming services decide what content and quality they offer to which Widevine CDM level. Although Widevine or Google, really, recommends what quality to offer which Widevine CDM level, though not everyone adheres to these recommendations.\n
\n
L1, like I said, is the 4K holy grail. It’s the highest Widevine CDM level and as such enjoys the highest level of access. L2 is irrelevant. L3 is a weird one, Google recommends 720p for L3 Widevine CDM from Android devices, but 1080p for ChromeCDM, which is an L3 Widevine CDM shipped with Google Chrome. For some godawful reason, select streaming services allow 4K content for L3 Widevine CDMs, which is why one streaming service can have more 4K WEBDLs than another streaming service despite an identical content roster. Most streaming services serve 1080p content to L3 Widevine CDMs.\n
\n
How can you get an Widevine L1 CDM, you may ask? For one, you can’t buy one, that’s always a scam. Sometimes, there’re leaks, but streaming services revoke these leaked CDMs quickly. You can break the Qualcomm Trusted Execution Environment (TEE) to get an Widevine L1 CDM from Android devices. But the TEE is a high-profile target for everything Android related, so chances are it’s not gonna happen. But this is what they want you to do. Instead, ignore the TEE, hack manufacturers and issue your own Widevine L1 CDMs, or steal Widevine L1 CDMs from freshly produced smartphones, smart tvs, etc. Alternatively, try to work yourself into a position where you can steal Widevine L1 CDMs. Or operate a legal business and become a Widevine L1 CDM issuer yourself.\n
\n
Widevine L3 CDMs are a solved problem. Dump them from rooted Android devices. ChromeCDM requires software reverse engineering skills.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700205698 {#1714
date: 2023-11-17 08:21:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sviper@programming.dev"
"@azron@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 132623
-bodyTs: "'1080p':108,159 '3':9 '4k':16,70,129,144 '720p':99 'access':88 'adher':60 'allow':128 'altern':273 'although':43 'alway':185 'android':105,216,229,312 'anoth':147 'ask':175 'becom':294 'break':202 'busi':292 'buy':181 'care':23 'cdm':12,41,55,78,103,116,172,214,298 'cdms':134,164,198,260,265,287,303 'chanc':232 'chrome':120 'chromecdm':110,314 'content':33,130,153,160 'decid':31 'despit':150 'devic':106,217,313 'differ':10 'dump':308 'engin':318 'enjoy':83 'environ':207 'etc':272 'everyon':59 'everyth':228 'execut':206 'fresh':267 'get':168,210 'godaw':123 'gonna':237 'googl':46,97,119 'grail':18,72 'hack':252 'happen':238 'high':224 'high-profil':223 'highest':76,85 'hole':6 'holi':17,71 'ident':152 'ignor':249 'instead':248 'irrelev':91 'issu':255 'issuer':299 'l1':14,64,171,213,259,264,286,297 'l2':19,89 'l3':25,92,101,114,132,162,302 'leak':191,197 'legal':291 'level':13,42,56,79,86 'like':65 'manufactur':253 'may':174 'nobodi':22 'odd':27 'offer':37,52 'one':21,28,96,138,177,182 'oper':289 'posit':280 'problem':307 'produc':268 'profil':225 'qualcomm':204 'qualiti':35,50 'quick':199 'rabbit':5 're':8,190 'realli':47 'reason':124 'recommend':48,63,98 'relat':230 'requir':315 'revers':317 'revok':195 'root':311 'roster':154 'said':67 'scam':187 'select':125 'serv':158 'servic':30,127,140,149,157,194 'ship':117 'skill':319 'smart':270 'smartphon':269 'softwar':316 'solv':306 'sometim':188 'steal':262,284 'stream':29,126,139,148,156,193 'target':226 'tee':208,220,251 'though':57 'tri':274 'trust':205 'tvs':271 'want':244 'webdl':145 'weird':95 'welcom':1 'widevin':4,11,40,44,54,77,102,115,133,163,170,212,258,263,285,296,301 'work':276"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/200944"
+editedAt: DateTimeImmutable @1700477617 {#1718
date: 2023-11-20 11:53:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700205698 {#1720
date: 2023-11-17 08:21:38.0 +01:00
}
+"title": 132623
} |
|
Show voter details
|
129 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
130 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
131 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
132 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
133 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
134 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
} |
|
Show voter details
|
135 |
DENIED
|
edit
|
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
} |
|
Show voter details
|
136 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1613
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1621
+user: Proxies\__CG__\App\Entity\User {#2973 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: Proxies\__CG__\App\Entity\Image {#3011 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3013 …}
+slug: "OpenSubtitles-org-is-shutting-down-it-s-previous-API-Now-only-authenticated"
+title: "OpenSubtitles.org is shutting down it's previous API. Now only authenticated access allowed."
+url: "https://blog.opensubtitles.com/opensubtitles/saying-goodbye-to-opensubtitles-org-api-embrace-the-20-black-friday-treat"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 206
+favouriteCount: 769
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700175113 {#3006
date: 2023-11-16 23:51:53.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3014 …}
+votes: Doctrine\ORM\PersistentCollection {#3016 …}
+reports: Doctrine\ORM\PersistentCollection {#3018 …}
+favourites: Doctrine\ORM\PersistentCollection {#3020 …}
+notifications: Doctrine\ORM\PersistentCollection {#3022 …}
+badges: Doctrine\ORM\PersistentCollection {#3024 …}
+children: [
App\Entity\EntryComment {#1613}
]
-id: 12946
-titleTs: "'access':12 'allow':13 'api':8 'authent':11 'opensubtitles.org':1 'previous':7 'shut':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700059447
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8378351"
+editedAt: null
+createdAt: DateTimeImmutable @1699973047 {#2994
date: 2023-11-14 15:44:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: "Huh… weird. I can’t visit ClosedSubtitles.org."
+lang: "en"
+isAdult: false
+favouriteCount: 28
+score: 0
+lastActive: DateTime @1699981062 {#1549
date: 2023-11-14 17:57:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@db0@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1556 …}
+nested: Doctrine\ORM\PersistentCollection {#1604 …}
+votes: Doctrine\ORM\PersistentCollection {#1619 …}
+reports: Doctrine\ORM\PersistentCollection {#1701 …}
+favourites: Doctrine\ORM\PersistentCollection {#1687 …}
+notifications: Doctrine\ORM\PersistentCollection {#1689 …}
-id: 123970
-bodyTs: "'closedsubtitles.org':7 'huh':1 'visit':6 'weird':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/197918"
+editedAt: null
+createdAt: DateTimeImmutable @1699981062 {#1620
date: 2023-11-14 17:57:42.0 +01:00
}
+"title": 123970
} |
|
Show voter details
|
137 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
138 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1721 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
+body: "But the answer to that question is always yes. No system is secure. It’s always possible to crack software. And how does that answer help you? It doesn’t, because you want to pirate a specific software, not know whether it’s theoretically possible to pirate the software in question. What’s the most helpful answer to the indirect question of how to pirate this software? A link to a crack, of course."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700140217 {#1731
date: 2023-11-16 14:10:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yuuunikki@lemmy.dbzer0.com"
"@TokyoMonsterTrucker@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1736 …}
+nested: Doctrine\ORM\PersistentCollection {#1737 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1735 …}
+favourites: Doctrine\ORM\PersistentCollection {#1729 …}
+notifications: Doctrine\ORM\PersistentCollection {#1719 …}
-id: 130124
-bodyTs: "'alway':8,16 'answer':3,25,57 'cours':74 'crack':19,72 'doesn':29 'help':26,56 'indirect':60 'know':40 'link':69 'pirat':35,47,65 'possibl':17,45 'question':6,51,61 'secur':13 'softwar':20,38,49,67 'specif':37 'system':11 'theoret':44 'want':33 'whether':41 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199953"
+editedAt: DateTimeImmutable @1700406080 {#1725
date: 2023-11-19 16:01:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700140217 {#1723
date: 2023-11-16 14:10:17.0 +01:00
}
+"title": 130124
} |
|
Show voter details
|
139 |
DENIED
|
edit
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1721 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
+body: "But the answer to that question is always yes. No system is secure. It’s always possible to crack software. And how does that answer help you? It doesn’t, because you want to pirate a specific software, not know whether it’s theoretically possible to pirate the software in question. What’s the most helpful answer to the indirect question of how to pirate this software? A link to a crack, of course."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700140217 {#1731
date: 2023-11-16 14:10:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yuuunikki@lemmy.dbzer0.com"
"@TokyoMonsterTrucker@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1736 …}
+nested: Doctrine\ORM\PersistentCollection {#1737 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1735 …}
+favourites: Doctrine\ORM\PersistentCollection {#1729 …}
+notifications: Doctrine\ORM\PersistentCollection {#1719 …}
-id: 130124
-bodyTs: "'alway':8,16 'answer':3,25,57 'cours':74 'crack':19,72 'doesn':29 'help':26,56 'indirect':60 'know':40 'link':69 'pirat':35,47,65 'possibl':17,45 'question':6,51,61 'secur':13 'softwar':20,38,49,67 'specif':37 'system':11 'theoret':44 'want':33 'whether':41 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199953"
+editedAt: DateTimeImmutable @1700406080 {#1725
date: 2023-11-19 16:01:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700140217 {#1723
date: 2023-11-16 14:10:17.0 +01:00
}
+"title": 130124
} |
|
Show voter details
|
140 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1722
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1721 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
+body: "But the answer to that question is always yes. No system is secure. It’s always possible to crack software. And how does that answer help you? It doesn’t, because you want to pirate a specific software, not know whether it’s theoretically possible to pirate the software in question. What’s the most helpful answer to the indirect question of how to pirate this software? A link to a crack, of course."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700140217 {#1731
date: 2023-11-16 14:10:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@yuuunikki@lemmy.dbzer0.com"
"@TokyoMonsterTrucker@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1736 …}
+nested: Doctrine\ORM\PersistentCollection {#1737 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1735 …}
+favourites: Doctrine\ORM\PersistentCollection {#1729 …}
+notifications: Doctrine\ORM\PersistentCollection {#1719 …}
-id: 130124
-bodyTs: "'alway':8,16 'answer':3,25,57 'cours':74 'crack':19,72 'doesn':29 'help':26,56 'indirect':60 'know':40 'link':69 'pirat':35,47,65 'possibl':17,45 'question':6,51,61 'secur':13 'softwar':20,38,49,67 'specif':37 'system':11 'theoret':44 'want':33 'whether':41 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.haigner.me/comment/199953"
+editedAt: DateTimeImmutable @1700406080 {#1725
date: 2023-11-19 16:01:20.0 +01:00
}
+createdAt: DateTimeImmutable @1700140217 {#1723
date: 2023-11-16 14:10:17.0 +01:00
}
+"title": 130124
} |
|
Show voter details
|
141 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
142 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|