1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
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 {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1362
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1403
+user: Proxies\__CG__\App\Entity\User {#2979 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+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 {#2974
date: 2024-02-17 22:16:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2981 …}
+votes: Doctrine\ORM\PersistentCollection {#2983 …}
+reports: Doctrine\ORM\PersistentCollection {#2985 …}
+favourites: Doctrine\ORM\PersistentCollection {#2987 …}
+notifications: Doctrine\ORM\PersistentCollection {#2989 …}
+badges: Doctrine\ORM\PersistentCollection {#2991 …}
+children: [
App\Entity\EntryComment {#1362}
]
-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 {#2961
date: 2023-11-20 18:44:08.0 +01:00
}
+createdAt: DateTimeImmutable @1700219396 {#2938
date: 2023-11-17 12:09:56.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> Wayland … uses some Linux-specific components or libraries\n
\n
No. Wayland is a protocol, not software.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 25
+score: 0
+lastActive: DateTime @1700537180 {#1404
date: 2023-11-21 04:26:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@theshatterstone54@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2019 …}
+nested: Doctrine\ORM\PersistentCollection {#2030 …}
+votes: Doctrine\ORM\PersistentCollection {#2026 …}
+reports: Doctrine\ORM\PersistentCollection {#2022 …}
+favourites: Doctrine\ORM\PersistentCollection {#2025 …}
+notifications: Doctrine\ORM\PersistentCollection {#2033 …}
-id: 133151
-bodyTs: "'compon':7 'librari':9 'linux':5 'linux-specif':4 'protocol':14 'softwar':16 'specif':6 'use':2 'wayland':1,11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4458441"
+editedAt: DateTimeImmutable @1700499327 {#1363
date: 2023-11-20 17:55:27.0 +01:00
}
+createdAt: DateTimeImmutable @1700225012 {#1361
date: 2023-11-17 13:43:32.0 +01:00
}
+"title": 133151
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2126
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2043
+user: Proxies\__CG__\App\Entity\User {#2958 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "What-groups-you-are-unwillingly-associated-with-How-you-handle"
+title: "What groups you are unwillingly associated with? How you handle it?"
+url: null
+body: """
I ll start : I have been following a pretty known tech/Linux journalist, and always found he is a fun dude to listen to, with interesting tech takes\n
\n
The fact that he is also very openly “american conservative” (aka, religious & weapon nut, anti abortion, etc) annoys me, but i keep those things separate. And he does keep it separate too (politics channel vs tech channel), which is a great decision.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 114
+favouriteCount: 106
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703198532 {#2993
date: 2023-12-21 23:42:12.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#3001 …}
+reports: Doctrine\ORM\PersistentCollection {#3003 …}
+favourites: Doctrine\ORM\PersistentCollection {#3005 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
+badges: Doctrine\ORM\PersistentCollection {#3009 …}
+children: [
App\Entity\EntryComment {#2126}
]
-id: 23046
-titleTs: "'associ':6 'group':2 'handl':10 'unwil':5"
-bodyTs: "'abort':43 'aka':38 'also':33 'alway':14 'american':36 'annoy':45 'anti':42 'channel':61,64 'conserv':37 'decis':69 'dude':20 'etc':44 'fact':29 'follow':7 'found':15 'fun':19 'great':68 'interest':25 'journalist':12 'keep':49,56 'known':10 'listen':22 'll':2 'nut':41 'open':35 'polit':60 'pretti':9 'religi':39 'separ':52,58 'start':3 'take':27 'tech':26,63 'tech/linux':11 'thing':51 'vs':62 'weapon':40"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702993550
+visibility: "visible "
+apId: "https://lemmy.world/post/9713268"
+editedAt: null
+createdAt: DateTimeImmutable @1702907150 {#2980
date: 2023-12-18 14:45:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: "I’m unwillingly associated with mankind."
+lang: "en"
+isAdult: false
+favouriteCount: 70
+score: 0
+lastActive: DateTime @1705791732 {#2128
date: 2024-01-21 00:02:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kSPvhmTOlwvMd7Y7E@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 231739
-bodyTs: "'associ':4 'm':2 'mankind':6 'unwil':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5279780"
+editedAt: null
+createdAt: DateTimeImmutable @1702907764 {#2127
date: 2023-12-18 14:56:04.0 +01:00
}
+"title": 231739
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1695
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1591
+user: Proxies\__CG__\App\Entity\User {#2996 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
+title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
+url: null
+body: """
These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
\n
Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 81
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702403344 {#3031
date: 2023-12-12 18:49:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3036 …}
+votes: Doctrine\ORM\PersistentCollection {#3039 …}
+reports: Doctrine\ORM\PersistentCollection {#3041 …}
+favourites: Doctrine\ORM\PersistentCollection {#3043 …}
+notifications: Doctrine\ORM\PersistentCollection {#3045 …}
+badges: Doctrine\ORM\PersistentCollection {#3047 …}
+children: [
App\Entity\EntryComment {#1695}
]
-id: 10509
-titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
-bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699367675
+visibility: "visible "
+apId: "https://lemmynsfw.com/post/4030502"
+editedAt: null
+createdAt: DateTimeImmutable @1699281275 {#3017
date: 2023-11-06 15:34:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
+body: "Wow."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699303663 {#1433
date: 2023-11-06 21:47:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Krakakaaa@lemmynsfw.com"
"@morphballganon@lemmy.world"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1670 …}
+nested: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1676 …}
+favourites: Doctrine\ORM\PersistentCollection {#1586 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
-id: 96456
-bodyTs: "'wow':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4175559"
+editedAt: null
+createdAt: DateTimeImmutable @1699303663 {#1430
date: 2023-11-06 21:47:43.0 +01:00
}
+"title": 96456
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> a new *libre* respecting laptop (Star Labs is thankfully available in India)\n
\n
FYI, Star Labs’ laptops require proprietary blobs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700139334 {#2411
date: 2023-11-16 13:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2458 …}
+nested: Doctrine\ORM\PersistentCollection {#2456 …}
+votes: Doctrine\ORM\PersistentCollection {#2453 …}
+reports: Doctrine\ORM\PersistentCollection {#2457 …}
+favourites: Doctrine\ORM\PersistentCollection {#2455 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 130084
-bodyTs: "'avail':10 'blob':19 'fyi':13 'india':12 'lab':7,15 'laptop':5,16 'libr':3 'new':2 'proprietari':18 'requir':17 'respect':4 'star':6,14 'thank':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428592"
+editedAt: null
+createdAt: DateTimeImmutable @1700139334 {#2447
date: 2023-11-16 13:55:34.0 +01:00
}
+"title": 130084
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> a new *libre* respecting laptop (Star Labs is thankfully available in India)\n
\n
FYI, Star Labs’ laptops require proprietary blobs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700139334 {#2411
date: 2023-11-16 13:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2458 …}
+nested: Doctrine\ORM\PersistentCollection {#2456 …}
+votes: Doctrine\ORM\PersistentCollection {#2453 …}
+reports: Doctrine\ORM\PersistentCollection {#2457 …}
+favourites: Doctrine\ORM\PersistentCollection {#2455 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 130084
-bodyTs: "'avail':10 'blob':19 'fyi':13 'india':12 'lab':7,15 'laptop':5,16 'libr':3 'new':2 'proprietari':18 'requir':17 'respect':4 'star':6,14 'thank':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428592"
+editedAt: null
+createdAt: DateTimeImmutable @1700139334 {#2447
date: 2023-11-16 13:55:34.0 +01:00
}
+"title": 130084
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2422
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> a new *libre* respecting laptop (Star Labs is thankfully available in India)\n
\n
FYI, Star Labs’ laptops require proprietary blobs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700139334 {#2411
date: 2023-11-16 13:55:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2458 …}
+nested: Doctrine\ORM\PersistentCollection {#2456 …}
+votes: Doctrine\ORM\PersistentCollection {#2453 …}
+reports: Doctrine\ORM\PersistentCollection {#2457 …}
+favourites: Doctrine\ORM\PersistentCollection {#2455 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 130084
-bodyTs: "'avail':10 'blob':19 'fyi':13 'india':12 'lab':7,15 'laptop':5,16 'libr':3 'new':2 'proprietari':18 'requir':17 'respect':4 'star':6,14 'thank':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428592"
+editedAt: null
+createdAt: DateTimeImmutable @1700139334 {#2447
date: 2023-11-16 13:55:34.0 +01:00
}
+"title": 130084
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2379
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
+root: App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
}
+body: "Then probably the people to ask would be the Devuan people."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700148848 {#2384
date: 2023-11-16 16:34:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2383 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#1708 …}
+reports: Doctrine\ORM\PersistentCollection {#1410 …}
+favourites: Doctrine\ORM\PersistentCollection {#1907 …}
+notifications: Doctrine\ORM\PersistentCollection {#1407 …}
-id: 130519
-bodyTs: "'ask':6 'devuan':10 'peopl':4,11 'probabl':2 'would':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4431878"
+editedAt: null
+createdAt: DateTimeImmutable @1700148848 {#2378
date: 2023-11-16 16:34:08.0 +01:00
}
+"title": 130519
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2379
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
+root: App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
}
+body: "Then probably the people to ask would be the Devuan people."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700148848 {#2384
date: 2023-11-16 16:34:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2383 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#1708 …}
+reports: Doctrine\ORM\PersistentCollection {#1410 …}
+favourites: Doctrine\ORM\PersistentCollection {#1907 …}
+notifications: Doctrine\ORM\PersistentCollection {#1407 …}
-id: 130519
-bodyTs: "'ask':6 'devuan':10 'peopl':4,11 'probabl':2 'would':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4431878"
+editedAt: null
+createdAt: DateTimeImmutable @1700148848 {#2378
date: 2023-11-16 16:34:08.0 +01:00
}
+"title": 130519
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2379
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
+root: App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
}
+body: "Then probably the people to ask would be the Devuan people."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700148848 {#2384
date: 2023-11-16 16:34:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2383 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#1708 …}
+reports: Doctrine\ORM\PersistentCollection {#1410 …}
+favourites: Doctrine\ORM\PersistentCollection {#1907 …}
+notifications: Doctrine\ORM\PersistentCollection {#1407 …}
-id: 130519
-bodyTs: "'ask':6 'devuan':10 'peopl':4,11 'probabl':2 'would':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4431878"
+editedAt: null
+createdAt: DateTimeImmutable @1700148848 {#2378
date: 2023-11-16 16:34:08.0 +01:00
}
+"title": 130519
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2371
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2462 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> freedom of init system\n
\n
What do you mean by this?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700414852 {#2469
date: 2023-11-19 18:27:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2363 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2359 …}
+reports: Doctrine\ORM\PersistentCollection {#2364 …}
+favourites: Doctrine\ORM\PersistentCollection {#2380 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 130097
-bodyTs: "'freedom':1 'init':3 'mean':8 'system':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428640"
+editedAt: DateTimeImmutable @1700408965 {#2467
date: 2023-11-19 16:49:25.0 +01:00
}
+createdAt: DateTimeImmutable @1700139512 {#2471
date: 2023-11-16 13:58:32.0 +01:00
}
+"title": 130097
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2121
+user: Proxies\__CG__\App\Entity\User {#2756 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2804
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2809 …}
+votes: Doctrine\ORM\PersistentCollection {#2812 …}
+reports: Doctrine\ORM\PersistentCollection {#2814 …}
+favourites: Doctrine\ORM\PersistentCollection {#2816 …}
+notifications: Doctrine\ORM\PersistentCollection {#2818 …}
+badges: Doctrine\ORM\PersistentCollection {#2820 …}
+children: [
App\Entity\EntryComment {#2117}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2793
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> supposed to\n
\n
What do you mean?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1702844346 {#2114
date: 2023-12-17 21:19:06.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2122 …}
+nested: Doctrine\ORM\PersistentCollection {#2113 …}
+votes: Doctrine\ORM\PersistentCollection {#2119 …}
+reports: Doctrine\ORM\PersistentCollection {#2120 …}
+favourites: Doctrine\ORM\PersistentCollection {#2160 …}
+notifications: Doctrine\ORM\PersistentCollection {#2162 …}
-id: 230110
-bodyTs: "'mean':6 'suppos':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5269401"
+editedAt: null
+createdAt: DateTimeImmutable @1702844346 {#2118
date: 2023-12-17 21:19:06.0 +01:00
}
+"title": 230110
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2369
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2387
+user: Proxies\__CG__\App\Entity\User {#2901 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: Proxies\__CG__\App\Entity\Image {#2940 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2942 …}
+slug: "wayland-not-even-once"
+title: "wayland, not even once"
+url: "https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277"
+body: null
+type: "video"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 44
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700224321 {#2935
date: 2023-11-17 13:32:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2943 …}
+votes: Doctrine\ORM\PersistentCollection {#2945 …}
+reports: Doctrine\ORM\PersistentCollection {#2947 …}
+favourites: Doctrine\ORM\PersistentCollection {#2949 …}
+notifications: Doctrine\ORM\PersistentCollection {#2951 …}
+badges: Doctrine\ORM\PersistentCollection {#2953 …}
+children: [
App\Entity\EntryComment {#2369}
]
-id: 13764
-titleTs: "'even':3 'wayland':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700280146
+visibility: "visible "
+apId: "https://sh.itjust.works/post/9320318"
+editedAt: null
+createdAt: DateTimeImmutable @1700193746 {#2922
date: 2023-11-17 05:02:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: "Ignorant fool."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700217845 {#2391
date: 2023-11-17 11:44:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@safefel556@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2392 …}
+nested: Doctrine\ORM\PersistentCollection {#2395 …}
+votes: Doctrine\ORM\PersistentCollection {#1384 …}
+reports: Doctrine\ORM\PersistentCollection {#1383 …}
+favourites: Doctrine\ORM\PersistentCollection {#1405 …}
+notifications: Doctrine\ORM\PersistentCollection {#1382 …}
-id: 132930
-bodyTs: "'fool':2 'ignor':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4456599"
+editedAt: null
+createdAt: DateTimeImmutable @1700217845 {#2389
date: 2023-11-17 11:44:05.0 +01:00
}
+"title": 132930
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1705
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1711
+user: Proxies\__CG__\App\Entity\User {#2863 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Should-I-install-Linux-on-my-smartphone"
+title: "Should I install Linux on my smartphone?"
+url: null
+body: """
I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android “distro” that doesn’t spy on me, like Graphene OS, but I couldn’t find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I’m loving it, so I guess doing the same on my smartphone wouldn’t be too hard.\n
\n
Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 63
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700259842 {#2898
date: 2023-11-17 23:24:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2903 …}
+votes: Doctrine\ORM\PersistentCollection {#2906 …}
+reports: Doctrine\ORM\PersistentCollection {#2908 …}
+favourites: Doctrine\ORM\PersistentCollection {#2910 …}
+notifications: Doctrine\ORM\PersistentCollection {#2912 …}
+badges: Doctrine\ORM\PersistentCollection {#2914 …}
+children: [
App\Entity\EntryComment {#1705}
]
-id: 12824
-titleTs: "'instal':3 'linux':4 'smartphon':7"
-bodyTs: "'2018':7 'alreadi':78 'android':15,25 'anyway':56 'aosp':52 'app':121,131 'avail':125 'bus':139 'code':55 'compil':51,68 'comput':73 'couldn':38 'current':10 'desktop':86 'distcc':75 'distro':26 'doesn':28 'find':40 'galaxi':5 'gentoo':62,80 'graphen':34 'guess':98 'hard':109 'instal':17,23,61,79 'j3':6 'laptop':84 'like':33,128 'linux':127 'love':94 'm':93 'need':49,116 'os':16,35 'pay':136 'power':72 'probabl':48 'problem':112 'proprietari':130 'rom':42 'samsung':4,14 'sinc':45 'smartphon':8,65,104 'sourc':54 'spi':30 'stage3':89 'stock':13 'tarbal':90 'though':58 'ticket':140 'use':74,118,134 'want':21 'waydroid':144 'well':142 'work':145 'would':47 'wouldn':105"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700021515
+visibility: "visible "
+apId: "https://lemmy.ca/post/9294225"
+editedAt: null
+createdAt: DateTimeImmutable @1699935115 {#2885
date: 2023-11-14 05:11:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> I guess doing the same on my smartphone wouldn’t be too hard\n
\n
*Snigger*
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1700218525 {#1692
date: 2023-11-17 11:55:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@KseniyaK@lemmy.ca"
]
+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: 122994
-bodyTs: "'guess':2 'hard':13 'smartphon':8 'snigger':14 'wouldn':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4373763"
+editedAt: null
+createdAt: DateTimeImmutable @1699964126 {#1795
date: 2023-11-14 13:15:26.0 +01:00
}
+"title": 122994
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1527
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2185 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "SBC-s-with-better-mainline-Linux-support-than-Raspberry-Pi"
+title: "SBC's with better mainline Linux support than Raspberry Pi?"
+url: null
+body: "Rasbperry Pi is a popular choice as a SoC / SBC Linux board. But you have to use their custom linux kernel. Are there Linux boards with decent mainline Linux kernel support?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 71
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700154559 {#2787
date: 2023-11-16 18:09:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2658 …}
+votes: Doctrine\ORM\PersistentCollection {#2794 …}
+reports: Doctrine\ORM\PersistentCollection {#2796 …}
+favourites: Doctrine\ORM\PersistentCollection {#2798 …}
+notifications: Doctrine\ORM\PersistentCollection {#2800 …}
+badges: Doctrine\ORM\PersistentCollection {#2802 …}
+children: [
1 => App\Entity\EntryComment {#1715
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1714 …}
+root: App\Entity\EntryComment {#1527}
+body: "Device Tree Source. It’s a text description of the hardware. The kernel uses it to load and configure drivers. It’s the most critical set of information for supporting any particular board."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1700138619 {#1724
date: 2023-11-16 13:43:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1716 …}
+votes: Doctrine\ORM\PersistentCollection {#1739 …}
+reports: Doctrine\ORM\PersistentCollection {#1740 …}
+favourites: Doctrine\ORM\PersistentCollection {#2465 …}
+notifications: Doctrine\ORM\PersistentCollection {#2463 …}
-id: 130053
-bodyTs: "'board':33 'configur':19 'critic':25 'descript':8 'devic':1 'driver':20 'hardwar':11 'inform':28 'kernel':13 'load':17 'particular':32 'set':26 'sourc':3 'support':30 'text':7 'tree':2 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4428382"
+editedAt: null
+createdAt: DateTimeImmutable @1700138619 {#1719
date: 2023-11-16 13:43:39.0 +01:00
}
+"title": 130053
}
2 => App\Entity\EntryComment {#1621
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
+body: """
> run a mainline kernel\n
\n
Having a board which is supported by mainline doesn’t imply running a mainline kernel. Having mainline support is a huge advantage regardless of which kernel is run on a board.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699825592 {#1557
date: 2023-11-12 22:46:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
"@TCB13@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1613 …}
+nested: Doctrine\ORM\PersistentCollection {#1596 …}
+votes: Doctrine\ORM\PersistentCollection {#1702 …}
+reports: Doctrine\ORM\PersistentCollection {#1683 …}
+favourites: Doctrine\ORM\PersistentCollection {#1680 …}
+notifications: Doctrine\ORM\PersistentCollection {#1686 …}
-id: 117420
-bodyTs: "'advantag':26 'board':7,35 'doesn':13 'huge':25 'impli':15 'kernel':4,19,30 'mainlin':3,12,18,21 'regardless':27 'run':1,16,32 'support':10,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4335004"
+editedAt: null
+createdAt: DateTimeImmutable @1699825592 {#1555
date: 2023-11-12 22:46:32.0 +01:00
}
+"title": 117420
}
0 => App\Entity\EntryComment {#1527}
]
-id: 12316
-titleTs: "'better':4 'linux':6 'mainlin':5 'pi':10 'raspberri':9 'sbc':1 'support':7"
-bodyTs: "'board':12,25 'choic':6 'custom':19 'decent':27 'kernel':21,30 'linux':11,20,24,29 'mainlin':28 'pi':2 'popular':5 'rasbperri':1 'sbc':10 'soc':9 'support':31 'use':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699897734
+visibility: "visible "
+apId: "https://lemmy.ml/post/7871043"
+editedAt: null
+createdAt: DateTimeImmutable @1699811334 {#2753
date: 2023-11-12 18:48:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
Pine64 ROCKPro64: [www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)\n
\n
DTS: [git.kernel.org/pub/scm/…/rk3399-rockpro64.dtsi?id…](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700404331 {#1578
date: 2023-11-19 15:32:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@cyclohexane@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1559 …}
+votes: Doctrine\ORM\PersistentCollection {#1564 …}
+reports: Doctrine\ORM\PersistentCollection {#1563 …}
+favourites: Doctrine\ORM\PersistentCollection {#1565 …}
+notifications: Doctrine\ORM\PersistentCollection {#1558 …}
-id: 117368
-bodyTs: "'/pub/scm/':9 '/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':14 '/rk3399-rockpro64.dtsi':10 '/rockpro64/](https://www.pine64.org/rockpro64/)':5 'dts':6 'git.kernel.org':8,13 'git.kernel.org/pub/scm/':7 'git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi?id=e257da5715365b853439243f89cf5d8a9d382355)':12 'id':11 'pine64':1 'rockpro64':2 'www.pine64.org':4 'www.pine64.org/rockpro64/](https://www.pine64.org/rockpro64/)':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4334717"
+editedAt: DateTimeImmutable @1699965999 {#1561
date: 2023-11-14 13:46:39.0 +01:00
}
+createdAt: DateTimeImmutable @1699824652 {#1525
date: 2023-11-12 22:30:52.0 +01:00
}
+"title": 117368
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2100
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2099
+user: Proxies\__CG__\App\Entity\User {#2919 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2960 …}
+slug: "Installies-a-site-for-managing-organizing-and-retrieving-shell-scripts"
+title: "Installies, a site for managing, organizing, and retrieving shell scripts for installing things on Linux and Unix-based operating systems."
+url: "https://installies.org/"
+body: """
Hi, for the past few months I have been working on my website Installies. It is a site for managing, organizing, and retrieving shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems.\n
\n
You might be asking why can’t you just use your system’s built-in package manager. While that will work for most apps there might be some problems with others:\n
\n
- Some apps might not be on your system’s package manager. This would make it so you might have to compile the app, which might be difficult for newer Linux users.\n
- Apps you have to run through wine generally are not in package manager’s repositories. They also might need extra libraries that might be complicated to install.\n
- There might be some weirder software that isn’t really an app, or is not traditionally installed on your computer e.g. TempleOS in a VM.\n
- Some apps have different packages for similar versions of the app, so a script that lets you choose between all the options would make it easier to decide which one to install, such as QEMU.\n
\n
As for script security, Installies has a voting and reporting system to help make sure that scripts are safe.\n
\n
There are some design choices I am yet to make, so I would like your guy’s input. One of them is if app maintainers should be able to stop non-maintainers from creating scripts on apps. Please comment what you think (also any other feedback).\n
\n
##### Future Plans\n
\n
- Utility Scripts: General purpose shell scripts.\n
- CLI: This will allow for a universal interface to install things on Linux. It will also allow for easier use of Installies on servers.\n
- Collaboration: Allowing multiple people to directly contribute to scripts without being a maintainer.\n
- User ranking system: A system to rank users by how popular their scripts. This will make it easier for users to judge if a script is good without having to analyze the source.\n
\n
As it is in beta, there will be many bugs. If you find any bugs please report them on the GitHub. Feedback and feature requests are also welcome.\n
\n
Happy Scripting!\n
\n
##### Links\n
\n
- Site: [installies.org](https://installies.org)\n
- Docs: [docs.installies.org](https://docs.installies.org)\n
- Source: [github.com/Berserkware/installies](https://github.com/Berserkware/installies)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 60
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702495878 {#2955
date: 2023-12-13 20:31:18.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2962 …}
+votes: Doctrine\ORM\PersistentCollection {#2964 …}
+reports: Doctrine\ORM\PersistentCollection {#2966 …}
+favourites: Doctrine\ORM\PersistentCollection {#2968 …}
+notifications: Doctrine\ORM\PersistentCollection {#2970 …}
+badges: Doctrine\ORM\PersistentCollection {#2972 …}
+children: [
App\Entity\EntryComment {#2100}
]
-id: 21947
-titleTs: "'base':19 'instal':1,12 'linux':15 'manag':5 'oper':20 'organ':6 'retriev':8 'script':10 'shell':9 'site':3 'system':21 'thing':13 'unix':18 'unix-bas':17"
-bodyTs: "'/berserkware/installies](https://github.com/berserkware/installies)':376 'abl':238 'allow':269,282,291 'also':121,254,281,362 'analyz':333 'app':34,66,75,96,105,143,158,167,234,248 'ask':45 'base':40 'beta':340 'bug':345,350 'built':56 'built-in':55 'choic':215 'choos':174 'cli':266 'collabor':290 'comment':250 'compil':33,94 'complic':129 'comput':151 'contribut':296 'creat':245 'decid':184 'design':214 'differ':160 'difficult':100 'direct':295 'doc':370 'docs.installies.org':371,372 'e.g':152 'easier':182,284,320 'extra':124 'featur':359 'feedback':257,357 'find':348 'futur':258 'general':112,262 'github':356 'github.com':375 'github.com/berserkware/installies](https://github.com/berserkware/installies)':374 'good':329 'guy':226 'happi':364 'help':204 'hi':1 'input':228 'instal':14,29,131,148,188,196,275,287 'installies.org':368,369 'interfac':273 'isn':139 'judg':324 'let':172 'librari':125 'like':224 'link':366 'linux':36,103,278 'maintain':235,243,302 'make':87,180,205,220,318 'manag':20,59,84,117 'mani':344 'might':43,68,76,91,98,122,127,133 'month':6 'multipl':292 'need':123 'newer':102 'non':242 'non-maintain':241 'one':186,229 'option':178 'organ':21 'other':73 'packag':58,83,116,161 'past':4 'peopl':293 'plan':259 'pleas':249,351 'popular':313 'problem':71 'purpos':263 'qemu':191 'rank':304,309 'realli':141 'remov':30 'report':201,352 'repositori':119 'request':360 'retriev':23 'run':109 'safe':210 'script':25,170,194,208,246,261,265,298,315,327,365 'secur':195 'server':289 'shell':24,264 'similar':163 'site':18,367 'softwar':137 'sourc':335,373 'stop':240 'sure':206 'system':41,53,81,202,305,307 'templeo':153 'thing':276 'think':253 'tradit':147 'univers':272 'unix':39 'unix-bas':38 'updat':31 'use':27,51,285 'user':104,303,310,322 'util':260 'version':164 'vm':156 'vote':199 'websit':13 'weirder':136 'welcom':363 'wine':111 'without':299,330 'work':10,63 'would':86,179,223 'yet':218"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702501214
+visibility: "visible "
+apId: "https://lemmy.ml/post/9234896"
+editedAt: null
+createdAt: DateTimeImmutable @1702414814 {#2941
date: 2023-12-12 22:00:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
+image: null
+parent: null
+root: null
+body: """
> shell scripts for use to install, remove, update or compile apps on Linux and Unix-based systems\n
\n

"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1702472034 {#2165
date: 2023-12-13 13:53:54.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Berserkware@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2105 …}
+nested: Doctrine\ORM\PersistentCollection {#2111 …}
+votes: Doctrine\ORM\PersistentCollection {#2102 …}
+reports: Doctrine\ORM\PersistentCollection {#2103 …}
+favourites: Doctrine\ORM\PersistentCollection {#2110 …}
+notifications: Doctrine\ORM\PersistentCollection {#2112 …}
-id: 220481
-bodyTs: "'/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':21 'app':11 'base':17 'compil':10 'instal':6 'linux':13 'remov':7 'script':2 'shell':1 'system':18 'unix':16 'unix-bas':15 'updat':8 'use':4 'www.cnet.com':20 'www.cnet.com/a/img/resize/f812da3969350cc0b0afd5bf35ca4ffbf08cb696/hub/2019/05/22/1b710a6b-5f4d-4987-a046-c23674b221a3/picard-meme-facepalm.jpg?auto=webp&width=1200)':19"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5178215"
+editedAt: DateTimeImmutable @1704307695 {#2041
date: 2024-01-03 19:48:15.0 +01:00
}
+createdAt: DateTimeImmutable @1702472034 {#2104
date: 2023-12-13 13:53:54.0 +01:00
}
+"title": 220481
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199}
0 => App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199}
0 => App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199}
0 => App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2159
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143
+user: Proxies\__CG__\App\Entity\User {#2514 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: Proxies\__CG__\App\Entity\Image {#2882 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2921 …}
+slug: "Do-we-have-enough-coders-to-collaborate-on-an-extension"
+title: "Do we have enough coders to collaborate on an extension like this?"
+url: "https://merv.news/pictrs/image/c0c92ccf-b8a6-48fd-9b12-796d07d47b3b.png"
+body: """
Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link\n
\n
Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)\n
\n
(The extension in the picture is an extension that adds Reddit Comments under a youtube video […mozilla.org/…/reddit-comments-for-youtube/](https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/) )\n
\n
Source code: [github.com/Xyl-AU/Reddit-Comments-for-YouTube](https://github.com/Xyl-AU/Reddit-Comments-for-YouTube)
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719514706 {#2916
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2923 …}
+votes: Doctrine\ORM\PersistentCollection {#2925 …}
+reports: Doctrine\ORM\PersistentCollection {#2927 …}
+favourites: Doctrine\ORM\PersistentCollection {#2929 …}
+notifications: Doctrine\ORM\PersistentCollection {#2931 …}
+badges: Doctrine\ORM\PersistentCollection {#2933 …}
+children: [
1 => App\Entity\EntryComment {#2199
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2143 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
+root: App\Entity\EntryComment {#2159}
+body: """
> its for the lemmy/fediverse community as a whole\n
\n
Then wait for the community to implement the thing you want.\n
\n
Or learn to code.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1700063290 {#2217
date: 2023-11-15 16:48:10.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2195 …}
+nested: Doctrine\ORM\PersistentCollection {#2197 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2201 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 293995
-bodyTs: "'code':23 'communiti':5,13 'implement':15 'learn':21 'lemmy/fediverse':4 'thing':17 'wait':10 'want':19 'whole':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4405716"
+editedAt: null
+createdAt: DateTimeImmutable @1700063290 {#2196
date: 2023-11-15 16:48:10.0 +01:00
}
+"title": 293995
}
0 => App\Entity\EntryComment {#2159}
]
-id: 14751
-titleTs: "'coder':5 'collabor':7 'enough':4 'extens':10 'like':11"
-bodyTs: "'/en-us/firefox/addon/reddit-comments-for-youtube/)':103 '/reddit-comments-for-youtube':100 '/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':108 'add':92 'addons.mozilla.org':102 'addons.mozilla.org/en-us/firefox/addon/reddit-comments-for-youtube/)':101 'agpl':70 'also':41 'code':82,105 'collabor':61 'comment':2,9,22,39,94 'communiti':65 'compat':48 'could':56 'crowdsourc':58 'extens':15,36,71,84,90 'get':77 'github.com':107 'github.com/xyl-au/reddit-comments-for-youtube](https://github.com/xyl-au/reddit-comments-for-youtube)':106 'great':14 'histor':4 'idk':79 'lemmi':38,64 'longer':25 'love':31 'make':67 'mayb':46 'mozilla.org':99 'never':17 'pictur':87 'piped/invidious':44 'read':20 'reddit':8,27,93 'similar':35 'sourc':104 'start':78 'terribl':5 'think':54 'though':28 'use':26,37 'video':98 'website/link':51 'work':42 'would':30 'youtub':1,11,21,97"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700036250
+visibility: "visible "
+apId: "https://merv.news/post/511594"
+editedAt: null
+createdAt: DateTimeImmutable @1699978750 {#2904
date: 2023-11-14 17:19:10.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> If so how do we get started? (Idk how to code)\n
\n
Learn to code. Otherwise, there’s no “we”.\n
\n
Nobody is going to do programming work for you for nothing. Plenty of ideas men, thanks, don’t need any more.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 41
+score: 0
+lastActive: DateTime @1719514706 {#2339
date: 2024-06-27 20:58:26.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@nix@merv.news"
]
+children: Doctrine\ORM\PersistentCollection {#2135 …}
+nested: Doctrine\ORM\PersistentCollection {#2137 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2069 …}
+favourites: Doctrine\ORM\PersistentCollection {#2074 …}
+notifications: Doctrine\ORM\PersistentCollection {#2071 …}
-id: 161548
-bodyTs: "'code':11,14 'get':6 'go':22 'idea':33 'idk':8 'learn':12 'men':34 'need':38 'nobodi':20 'noth':30 'otherwis':15 'plenti':31 'program':25 'start':7 'thank':35 'work':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4379150"
+editedAt: null
+createdAt: DateTimeImmutable @1699980982 {#2338
date: 2023-11-14 17:56:22.0 +01:00
}
+"title": 161548
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
102 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
} |
|
Show voter details
|
103 |
DENIED
|
edit
|
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
} |
|
Show voter details
|
104 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2281
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2283
+user: Proxies\__CG__\App\Entity\User {#2586 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: Proxies\__CG__\App\Entity\Image {#2776 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2775 …}
+slug: "Meet-Tom-the-Dancing-Bug-s-newest-character-Mickey-Mouse"
+title: "Meet Tom the Dancing Bug's newest character: Mickey Mouse!"
+url: "https://lemmus.org/pictrs/image/c839c8cf-ac17-44b5-8487-e6c0585b010a.webp"
+body: "[Tom The Dancing Bug by Ruben Bolling, for January 1 2024](https://boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 605
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720708310 {#2745
date: 2024-07-11 16:31:50.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2774 …}
+votes: Doctrine\ORM\PersistentCollection {#2781 …}
+reports: Doctrine\ORM\PersistentCollection {#2777 …}
+favourites: Doctrine\ORM\PersistentCollection {#2780 …}
+notifications: Doctrine\ORM\PersistentCollection {#2783 …}
+badges: Doctrine\ORM\PersistentCollection {#2785 …}
+children: [
App\Entity\EntryComment {#2281}
]
-id: 26535
-titleTs: "'bug':5 'charact':8 'danc':4 'meet':1 'mickey':9 'mous':10 'newest':7 'tom':2"
-bodyTs: "'/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':14 '1':10 '2024':11 'boingboing.net':13 'boingboing.net/2024/01/01/meet-tom-the-dancing-bugs-newest-character-mickey-mouse.html).':12 'boll':7 'bug':4 'danc':3 'januari':9 'ruben':6 'tom':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704214910
+visibility: "visible "
+apId: "https://lemmus.org/post/2345453"
+editedAt: null
+createdAt: DateTimeImmutable @1704128510 {#2660
date: 2024-01-01 18:01:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2280 …}
+image: null
+parent: null
+root: null
+body: "Sad because I have only one upvote to give"
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1704130186 {#2290
date: 2024-01-01 18:29:46.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@sundray@lemmus.org"
"@sundray@lemmus.org"
"@sundray@lemmus.org"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2276 …}
+votes: Doctrine\ORM\PersistentCollection {#2275 …}
+reports: Doctrine\ORM\PersistentCollection {#2261 …}
+favourites: Doctrine\ORM\PersistentCollection {#2218 …}
+notifications: Doctrine\ORM\PersistentCollection {#2221 …}
-id: 270517
-bodyTs: "'give':9 'one':6 'sad':1 'upvot':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5498098"
+editedAt: DateTimeImmutable @1710415548 {#2296
date: 2024-03-14 12:25:48.0 +01:00
}
+createdAt: DateTimeImmutable @1704130186 {#2295
date: 2024-01-01 18:29:46.0 +01:00
}
+"title": 270517
} |
|
Show voter details
|
105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
106 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
107 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
108 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
110 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310}
0 => App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
} |
|
Show voter details
|
111 |
DENIED
|
edit
|
App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310}
0 => App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
} |
|
Show voter details
|
112 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310}
0 => App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
} |
|
Show voter details
|
113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
114 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
} |
|
Show voter details
|
115 |
DENIED
|
edit
|
App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
} |
|
Show voter details
|
116 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2252
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192
+user: Proxies\__CG__\App\Entity\User {#2790 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: Proxies\__CG__\App\Entity\Image {#2827 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "what-if-you-wanted-to-compile-kernel-but-make-said"
+title: "what if you wanted to compile kernel, but make said "Error 2""
+url: "https://lemmy.world/pictrs/image/81653b10-de27-4ecd-93ad-6c64d18edfef.png"
+body: """
“Error 2”, excuse me wtf am I supposed to do with this information?\n
\n
downloaded linux kernel and tried to compile, installed all the shit required but noooo error 2 who the fck come up with this shit
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703236765 {#2822
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2830 …}
+votes: Doctrine\ORM\PersistentCollection {#2832 …}
+reports: Doctrine\ORM\PersistentCollection {#2834 …}
+favourites: Doctrine\ORM\PersistentCollection {#2836 …}
+notifications: Doctrine\ORM\PersistentCollection {#2838 …}
+badges: Doctrine\ORM\PersistentCollection {#2840 …}
+children: [
1 => App\Entity\EntryComment {#2310
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2307 …}
+root: App\Entity\EntryComment {#2252}
+body: """
> unwelcoming attitude to newcomers\n
\n
There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703236765 {#2321
date: 2023-12-22 10:19:25.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@rah@feddit.uk"
"@Synthead@lemmy.world"
"@platypus_plumba@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2306 …}
+nested: Doctrine\ORM\PersistentCollection {#2305 …}
+votes: Doctrine\ORM\PersistentCollection {#2303 …}
+reports: Doctrine\ORM\PersistentCollection {#2317 …}
+favourites: Doctrine\ORM\PersistentCollection {#2313 …}
+notifications: Doctrine\ORM\PersistentCollection {#2292 …}
-id: 242715
-bodyTs: "'attitud':2,10,17 'idiot':19 'isn':6 'newcom':4,12 'unwelcom':1,9,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5357611"
+editedAt: null
+createdAt: DateTimeImmutable @1703236765 {#2312
date: 2023-12-22 10:19:25.0 +01:00
}
+"title": 242715
}
0 => App\Entity\EntryComment {#2252}
]
-id: 23844
-titleTs: "'2':12 'compil':6 'error':11 'kernel':7 'make':9 'said':10 'want':4"
-bodyTs: "'2':2,29 'come':33 'compil':20 'download':14 'error':1,28 'excus':3 'fck':32 'inform':13 'instal':21 'kernel':16 'linux':15 'noooo':27 'requir':25 'shit':24,37 'suppos':8 'tri':18 'wtf':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703264097
+visibility: "visible "
+apId: "https://lemmy.world/post/9830743"
+editedAt: null
+createdAt: DateTimeImmutable @1703177697 {#2810
date: 2023-12-21 17:54:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
+image: null
+parent: null
+root: null
+body: """
Look at the build output for the error. Run the build again with “-j1” if neccessary.\n
\n
Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1706366637 {#2232
date: 2024-01-27 15:43:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tranquildetective@lemmy.world"
"@tranquildetective@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 240883
-bodyTs: "'also':17 'build':4,11 'cri':23 'error':8 'fed':38 'gnu/linux':40 'isn':42 'j1':14 'look':1 'media':26 'neccessari':16 'output':5 'probabl':41 'problem':33 'run':9 'search':19 'social':25 'solv':31 'spoon':37 'spoon-f':36 'tri':18 'web':21 'without':34"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/5344170"
+editedAt: DateTimeImmutable @1709935397 {#2229
date: 2024-03-08 23:03:17.0 +01:00
}
+createdAt: DateTimeImmutable @1703179210 {#2228
date: 2023-12-21 18:20:10.0 +01:00
}
+"title": 240883
} |
|
Show voter details
|
117 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
118 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
119 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
120 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
121 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
122 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
} |
|
Show voter details
|
123 |
DENIED
|
edit
|
App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
} |
|
Show voter details
|
124 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
} |
|
Show voter details
|
125 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
126 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
} |
|
Show voter details
|
127 |
DENIED
|
edit
|
App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
} |
|
Show voter details
|
128 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
} |
|
Show voter details
|
129 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
130 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
} |
|
Show voter details
|
131 |
DENIED
|
edit
|
App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
} |
|
Show voter details
|
132 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327}
0 => App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
} |
|
Show voter details
|
133 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
134 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
} |
|
Show voter details
|
135 |
DENIED
|
edit
|
App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
} |
|
Show voter details
|
136 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2092
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096
+user: Proxies\__CG__\App\Entity\User {#1352 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "question-about-synchronic-displacement-in-TNG-Times-Arrow"
+title: "question about "synchronic displacement" in TNG 'Times Arrow'"
+url: null
+body: """
So in this episode they go into a cave, and can read some sort of energy field, as well as Troi having a sense that there are lifeforms present. Geordie explains that the people must be displaced in time, but only by a few milliseconds. If that’s true, how is there not overlap? Say the people are a few milliseconds ahead of the enterprise when they arrive, shouldn’t they appear a few milliseconds later, as they still would have had to be ‘present’ during that time? I don’t understand how they would be consistently invisible if time is a dimension like space that can be traveled through. Some past (or future) version of them would be present regardless of the desynchronization would they not?\n
\n
Please if anyone could help me understand or shed some light on this I’d appreciate it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700650294 {#2267
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2706 …}
+votes: Doctrine\ORM\PersistentCollection {#2704 …}
+reports: Doctrine\ORM\PersistentCollection {#2701 …}
+favourites: Doctrine\ORM\PersistentCollection {#2735 …}
+notifications: Doctrine\ORM\PersistentCollection {#2731 …}
+badges: Doctrine\ORM\PersistentCollection {#2748 …}
+children: [
3 => App\Entity\EntryComment {#2085
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: null
+root: null
+body: """
You won’t be able to make sense of it because the idea is just some nonsense words made up by writers as a means of allowing the story they wanted to tell to be told. It doesn’t make sense because it’s writing, not science.\n
\n
Edit: fascinated by the downvotes.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701118859 {#2097
date: 2023-11-27 22:00:59.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2081 …}
+nested: Doctrine\ORM\PersistentCollection {#2098 …}
+votes: Doctrine\ORM\PersistentCollection {#2080 …}
+reports: Doctrine\ORM\PersistentCollection {#2089 …}
+favourites: Doctrine\ORM\PersistentCollection {#2095 …}
+notifications: Doctrine\ORM\PersistentCollection {#2091 …}
-id: 146392
-bodyTs: "'abl':5 'allow':27 'doesn':38 'downvot':52 'edit':48 'fascin':49 'idea':13 'made':19 'make':7,40 'mean':25 'nonsens':17 'scienc':47 'sens':8,41 'stori':29 'tell':33 'told':36 'want':31 'won':2 'word':18 'write':45 'writer':22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4565073"
+editedAt: DateTimeImmutable @1701013784 {#2083
date: 2023-11-26 16:49:44.0 +01:00
}
+createdAt: DateTimeImmutable @1700568800 {#2082
date: 2023-11-21 13:13:20.0 +01:00
}
+"title": 146392
}
1 => App\Entity\EntryComment {#2351
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2347 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> if anyone more knowledgeable than ne could either confirm that it’s nonsense or give me a way that it’s actually potentially possible based on some legitimate scientific theory\n
\n
Ah, an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700608753 {#2348
date: 2023-11-22 00:19:13.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
]
+children: Doctrine\ORM\PersistentCollection {#2332 …}
+nested: Doctrine\ORM\PersistentCollection {#2349 …}
+votes: Doctrine\ORM\PersistentCollection {#2141 …}
+reports: Doctrine\ORM\PersistentCollection {#2164 …}
+favourites: Doctrine\ORM\PersistentCollection {#2314 …}
+notifications: Doctrine\ORM\PersistentCollection {#2328 …}
-id: 149030
-bodyTs: "'actual':22,33 'ah':31 'answer':34 'anyon':2 'base':25 'confirm':9 'could':7 'either':8 'give':15 'knowledg':4 'legitim':28 'ne':6 'nonsens':13 'possibl':24 'potenti':23 'scientif':29 'theori':30 'way':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4580303"
+editedAt: null
+createdAt: DateTimeImmutable @1700608753 {#2346
date: 2023-11-22 00:19:13.0 +01:00
}
+"title": 149030
}
2 => App\Entity\EntryComment {#2327
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2096 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> we do expect everyone to engage in discussion politely and seriously\n
\n
My response was both serious and polite. No idea what you’re talking about.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700650294 {#2191
date: 2023-11-22 11:51:34.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@williams_482@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2333 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2334 …}
+reports: Doctrine\ORM\PersistentCollection {#2341 …}
+favourites: Doctrine\ORM\PersistentCollection {#2337 …}
+notifications: Doctrine\ORM\PersistentCollection {#2336 …}
-id: 150166
-bodyTs: "'discuss':8 'engag':6 'everyon':4 'expect':3 'idea':20 'polit':9,18 're':23 'respons':13 'serious':11,16 'talk':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4591039"
+editedAt: null
+createdAt: DateTimeImmutable @1700650294 {#2325
date: 2023-11-22 11:51:34.0 +01:00
}
+"title": 150166
}
0 => App\Entity\EntryComment {#2092}
]
-id: 14961
-titleTs: "'arrow':8 'displac':4 'question':1 'synchron':3 'time':7 'tng':6"
-bodyTs: "'ahead':62 'anyon':130 'appear':72 'appreci':143 'arriv':68 'cave':9 'consist':97 'could':131 'd':142 'desynchron':124 'dimens':103 'displac':37 'energi':16 'enterpris':65 'episod':4 'explain':31 'field':17 'futur':114 'geordi':30 'go':6 'help':132 'invis':98 'later':76 'lifeform':28 'light':138 'like':104 'millisecond':45,61,75 'must':35 'overlap':54 'past':112 'peopl':34,57 'pleas':128 'present':29,85,120 'read':12 'regardless':121 'say':55 'sens':24 'shed':136 'shouldn':69 'sort':14 'space':105 'still':79 'time':39,88,100 'travel':109 'troi':21 'true':49 'understand':92,134 'version':115 'well':19 'would':80,95,118,125"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700626060
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6615333"
+editedAt: DateTimeImmutable @1700967281 {#2604
date: 2023-11-26 03:54:41.0 +01:00
}
+createdAt: DateTimeImmutable @1700539660 {#2577
date: 2023-11-21 05:07:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2062 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2094 …}
+root: App\Entity\EntryComment {#2085}
+body: """
> We all know it’s made up and in the end there is no actual, definitive, real answer\n
\n
> We are here for the creative exercise of finding an answer that fits the universe of the show and episode.\n
\n
OP’s question gives the impression that they’re here for an actual answer.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700580143 {#2090
date: 2023-11-21 16:22:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@emeralddawn45@discuss.tchncs.de"
"@rah@feddit.uk"
"@Lumidaub@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#2241 …}
+nested: Doctrine\ORM\PersistentCollection {#2130 …}
+votes: Doctrine\ORM\PersistentCollection {#2129 …}
+reports: Doctrine\ORM\PersistentCollection {#2132 …}
+favourites: Doctrine\ORM\PersistentCollection {#2040 …}
+notifications: Doctrine\ORM\PersistentCollection {#2350 …}
-id: 147145
-bodyTs: "'actual':15,51 'answer':18,29,52 'creativ':24 'definit':16 'end':11 'episod':38 'exercis':25 'find':27 'fit':31 'give':42 'impress':44 'know':3 'made':6 'op':39 'question':41 're':47 'real':17 'show':36 'univers':33"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4569143"
+editedAt: null
+createdAt: DateTimeImmutable @1700580143 {#2093
date: 2023-11-21 16:22:23.0 +01:00
}
+"title": 147145
} |
|
Show voter details
|
137 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
138 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
139 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
140 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
141 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
142 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
} |
|
Show voter details
|
143 |
DENIED
|
edit
|
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
} |
|
Show voter details
|
144 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1723
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1722
+user: Proxies\__CG__\App\Entity\User {#2884 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2707 …}
+slug: "Software-registration-lock"
+title: "Software registration lock"
+url: null
+body: """
Hi, some years ago (2019) I purchased landscaping program ‘Punch! Deck & Landscape’ from punchsoftware.com. I wanted to install it on new computer but on-line registration of license key failed.\n
\n
Their support said that I need to buy new version and gave me 20% discount.\n
\n
They seems to not care that purchased software had lifetime license:\n
\n
“Unfortunately with changes in technologies the registration server that the older programs used were rendered obsolete and thus rendered the older programs (v20 and older) unsupportable. This is why we offer the discounts to customers who have those older programs.”\n
\n
…\n
\n
"As newer product is released, they replace the older versions, thus the upgrade systems that are in place for customers who have the older products, so they do not have to purchase new product regularly at full retail pricing. "\n
\n
Is there any way to fight those assholes? The company is located in US.
"""
+type: "article"
+lang: "pl"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700048734 {#2879
date: 2023-11-15 12:45:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2886 …}
+votes: Doctrine\ORM\PersistentCollection {#2888 …}
+reports: Doctrine\ORM\PersistentCollection {#2890 …}
+favourites: Doctrine\ORM\PersistentCollection {#2892 …}
+notifications: Doctrine\ORM\PersistentCollection {#2894 …}
+badges: Doctrine\ORM\PersistentCollection {#2896 …}
+children: [
App\Entity\EntryComment {#1723}
]
-id: 12916
-titleTs: "'lock':3 'registr':2 'softwar':1"
-bodyTs: "'20':45 '2019':5 'ago':4 'asshol':144 'buy':39 'care':51 'chang':60 'compani':146 'comput':22 'custom':92,117 'deck':11 'discount':46,90 'fail':31 'fight':142 'full':134 'gave':43 'hi':1 'instal':18 'key':30 'landscap':8,12 'licens':29,57 'lifetim':56 'line':26 'locat':148 'need':37 'new':21,40,130 'newer':99 'obsolet':73 'offer':88 'older':68,78,82,96,106,121 'on-lin':24 'place':115 'price':136 'product':100,122,131 'program':9,69,79,97 'punch':10 'punchsoftware.com':14 'purchas':7,53,129 'registr':27,64 'regular':132 'releas':102 'render':72,76 'replac':104 'retail':135 'said':34 'seem':48 'server':65 'softwar':54 'support':33 'system':111 'technolog':62 'thus':75,108 'unfortun':58 'unsupport':83 'upgrad':110 'us':150 'use':70 'v20':80 'version':41,107 'want':16 'way':140 'year':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700049242
+visibility: "visible "
+apId: "https://lemmy.world/post/8243590"
+editedAt: DateTimeImmutable @1700194876 {#2866
date: 2023-11-17 05:21:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699966242 {#2845
date: 2023-11-14 13:50:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
+image: null
+parent: null
+root: null
+body: """
> Is there any way to fight those assholes?\n
\n
Yes, don’t give them your money.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699969632 {#1731
date: 2023-11-14 14:47:12.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pietrasagh@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1721 …}
+nested: Doctrine\ORM\PersistentCollection {#1728 …}
+votes: Doctrine\ORM\PersistentCollection {#1730 …}
+reports: Doctrine\ORM\PersistentCollection {#1734 …}
+favourites: Doctrine\ORM\PersistentCollection {#1727 …}
+notifications: Doctrine\ORM\PersistentCollection {#1733 …}
-id: 123232
-bodyTs: "'asshol':8 'fight':6 'give':12 'money':15 'way':4 'yes':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4375287"
+editedAt: null
+createdAt: DateTimeImmutable @1699969632 {#1725
date: 2023-11-14 14:47:12.0 +01:00
}
+"title": 123232
} |
|
Show voter details
|
145 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
146 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
147 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
148 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
149 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
150 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
} |
|
Show voter details
|
151 |
DENIED
|
edit
|
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
} |
|
Show voter details
|
152 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2012
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2020
+user: Proxies\__CG__\App\Entity\User {#2977 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: Proxies\__CG__\App\Entity\Image {#3016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3018 …}
+slug: "Fucking-Holidays"
+title: "Fucking Holidays"
+url: "https://startrek.website/pictrs/image/b8e14f49-0183-49a9-9ba4-cf6be80dc47d.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 294
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700490516 {#3011
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3019 …}
+votes: Doctrine\ORM\PersistentCollection {#3021 …}
+reports: Doctrine\ORM\PersistentCollection {#3023 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3027 …}
+badges: Doctrine\ORM\PersistentCollection {#3029 …}
+children: [
App\Entity\EntryComment {#2012}
]
-id: 14715
-titleTs: "'fuck':1 'holiday':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700563380
+visibility: "visible "
+apId: "https://startrek.website/post/3880925"
+editedAt: null
+createdAt: DateTimeImmutable @1700476980 {#2999
date: 2023-11-20 11:43:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2013 …}
+image: null
+parent: null
+root: null
+body: "Ooof…"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700490516 {#2028
date: 2023-11-20 15:28:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Stamets@startrek.website"
]
+children: Doctrine\ORM\PersistentCollection {#2027 …}
+nested: Doctrine\ORM\PersistentCollection {#2031 …}
+votes: Doctrine\ORM\PersistentCollection {#2037 …}
+reports: Doctrine\ORM\PersistentCollection {#2075 …}
+favourites: Doctrine\ORM\PersistentCollection {#2079 …}
+notifications: Doctrine\ORM\PersistentCollection {#2078 …}
-id: 142881
-bodyTs: "'ooof':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4538909"
+editedAt: null
+createdAt: DateTimeImmutable @1700490516 {#2029
date: 2023-11-20 15:28:36.0 +01:00
}
+"title": 142881
} |
|
Show voter details
|
153 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
154 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
155 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
156 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
157 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
158 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
} |
|
Show voter details
|
159 |
DENIED
|
edit
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
} |
|
Show voter details
|
160 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2048
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2051
+user: Proxies\__CG__\App\Entity\User {#2825 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: Proxies\__CG__\App\Entity\Image {#2865 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2829 …}
+slug: "The-library-where-my-wife-works-is-having-a-Black"
+title: "The library where my wife works is having a Black Friday sale."
+url: "https://lemmy.world/pictrs/image/683e93e4-2af5-4243-834e-a6418628d2da.png"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 244
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707654220 {#2860
date: 2024-02-11 13:23:40.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2867 …}
+votes: Doctrine\ORM\PersistentCollection {#2869 …}
+reports: Doctrine\ORM\PersistentCollection {#2871 …}
+favourites: Doctrine\ORM\PersistentCollection {#2873 …}
+notifications: Doctrine\ORM\PersistentCollection {#2875 …}
+badges: Doctrine\ORM\PersistentCollection {#2877 …}
+children: [
App\Entity\EntryComment {#2048}
]
-id: 17749
-titleTs: "'black':10 'friday':11 'librari':2 'sale':12 'wife':5 'work':6"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700754882
+visibility: "visible "
+apId: "https://lemmy.world/post/8608326"
+editedAt: null
+createdAt: DateTimeImmutable @1700668482 {#2848
date: 2023-11-22 16:54:42.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
+image: null
+parent: null
+root: null
+body: """
> library\n
\n
> sale\n
\n
Wut?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700674277 {#2070
date: 2023-11-22 18:31:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@FlyingSquid@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2059 …}
+nested: Doctrine\ORM\PersistentCollection {#2047 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2055 …}
+favourites: Doctrine\ORM\PersistentCollection {#2054 …}
+notifications: Doctrine\ORM\PersistentCollection {#2053 …}
-id: 211717
-bodyTs: "'librari':1 'sale':2 'wut':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.uk/comment/4599115"
+editedAt: null
+createdAt: DateTimeImmutable @1700674277 {#2049
date: 2023-11-22 18:31:17.0 +01:00
}
+"title": 211717
} |
|
Show voter details
|
161 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
162 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|