GET https://kbin.spritesserver.nl/u/@pixelscript@lemmy.ml

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
14.18 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2197
  +user: Proxies\__CG__\App\Entity\User {#2771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#2238
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3051 …}
  +reports: Doctrine\ORM\PersistentCollection {#3048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
  +badges: Doctrine\ORM\PersistentCollection {#3095 …}
  +children: [
    1 => App\Entity\EntryComment {#2193
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
        \n
        Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
        \n
        If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
        \n
        Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1729337919 {#2194
        date: 2024-10-19 13:38:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2205 …}
      +nested: Doctrine\ORM\PersistentCollection {#2202 …}
      +votes: Doctrine\ORM\PersistentCollection {#2210 …}
      +reports: Doctrine\ORM\PersistentCollection {#2207 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
      -id: 342592
      -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7757312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706290725 {#2195
        date: 2024-01-26 18:38:45.0 +01:00
      }
      +"title": 342592
    }
    0 => App\Entity\EntryComment {#2266
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
      +root: App\Entity\EntryComment {#2193}
      +body: """
        The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
        \n
        Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
        \n
        Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
        \n
        Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
        \n
        In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706519594 {#2211
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2273 …}
      +votes: Doctrine\ORM\PersistentCollection {#2274 …}
      +reports: Doctrine\ORM\PersistentCollection {#2190 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
      -id: 349325
      -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7844735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706519594 {#2270
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +"title": 349325
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#2965
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#2786
    date: 2024-01-25 09:22:05.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2197
  +user: Proxies\__CG__\App\Entity\User {#2771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#2238
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3051 …}
  +reports: Doctrine\ORM\PersistentCollection {#3048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
  +badges: Doctrine\ORM\PersistentCollection {#3095 …}
  +children: [
    1 => App\Entity\EntryComment {#2193
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
        \n
        Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
        \n
        If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
        \n
        Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1729337919 {#2194
        date: 2024-10-19 13:38:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2205 …}
      +nested: Doctrine\ORM\PersistentCollection {#2202 …}
      +votes: Doctrine\ORM\PersistentCollection {#2210 …}
      +reports: Doctrine\ORM\PersistentCollection {#2207 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
      -id: 342592
      -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7757312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706290725 {#2195
        date: 2024-01-26 18:38:45.0 +01:00
      }
      +"title": 342592
    }
    0 => App\Entity\EntryComment {#2266
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
      +root: App\Entity\EntryComment {#2193}
      +body: """
        The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
        \n
        Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
        \n
        Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
        \n
        Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
        \n
        In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706519594 {#2211
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2273 …}
      +votes: Doctrine\ORM\PersistentCollection {#2274 …}
      +reports: Doctrine\ORM\PersistentCollection {#2190 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
      -id: 349325
      -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7844735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706519594 {#2270
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +"title": 349325
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#2965
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#2786
    date: 2024-01-25 09:22:05.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2197
  +user: Proxies\__CG__\App\Entity\User {#2771 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#2238
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3051 …}
  +reports: Doctrine\ORM\PersistentCollection {#3048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
  +badges: Doctrine\ORM\PersistentCollection {#3095 …}
  +children: [
    1 => App\Entity\EntryComment {#2193
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
        \n
        Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
        \n
        If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
        \n
        Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1729337919 {#2194
        date: 2024-10-19 13:38:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2205 …}
      +nested: Doctrine\ORM\PersistentCollection {#2202 …}
      +votes: Doctrine\ORM\PersistentCollection {#2210 …}
      +reports: Doctrine\ORM\PersistentCollection {#2207 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
      -id: 342592
      -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7757312"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706290725 {#2195
        date: 2024-01-26 18:38:45.0 +01:00
      }
      +"title": 342592
    }
    0 => App\Entity\EntryComment {#2266
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
      +root: App\Entity\EntryComment {#2193}
      +body: """
        The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
        \n
        Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
        \n
        Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
        \n
        Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
        \n
        In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706519594 {#2211
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2273 …}
      +votes: Doctrine\ORM\PersistentCollection {#2274 …}
      +reports: Doctrine\ORM\PersistentCollection {#2190 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
      -id: 349325
      -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7844735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706519594 {#2270
        date: 2024-01-29 10:13:14.0 +01:00
      }
      +"title": 349325
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#2965
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#2786
    date: 2024-01-25 09:22:05.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193}
      0 => App\Entity\EntryComment {#2266
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
        +root: App\Entity\EntryComment {#2193}
        +body: """
          The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
          \n
          Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
          \n
          Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
          \n
          Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
          \n
          In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706519594 {#2211
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2273 …}
        +votes: Doctrine\ORM\PersistentCollection {#2274 …}
        +reports: Doctrine\ORM\PersistentCollection {#2190 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
        -id: 349325
        -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7844735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706519594 {#2270
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +"title": 349325
      }
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
    \n
    Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
    \n
    If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
    \n
    Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1729337919 {#2194
    date: 2024-10-19 13:38:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2205 …}
  +nested: Doctrine\ORM\PersistentCollection {#2202 …}
  +votes: Doctrine\ORM\PersistentCollection {#2210 …}
  +reports: Doctrine\ORM\PersistentCollection {#2207 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  -id: 342592
  -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7757312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706290725 {#2195
    date: 2024-01-26 18:38:45.0 +01:00
  }
  +"title": 342592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193}
      0 => App\Entity\EntryComment {#2266
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
        +root: App\Entity\EntryComment {#2193}
        +body: """
          The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
          \n
          Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
          \n
          Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
          \n
          Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
          \n
          In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706519594 {#2211
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2273 …}
        +votes: Doctrine\ORM\PersistentCollection {#2274 …}
        +reports: Doctrine\ORM\PersistentCollection {#2190 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
        -id: 349325
        -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7844735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706519594 {#2270
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +"title": 349325
      }
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
    \n
    Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
    \n
    If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
    \n
    Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1729337919 {#2194
    date: 2024-10-19 13:38:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2205 …}
  +nested: Doctrine\ORM\PersistentCollection {#2202 …}
  +votes: Doctrine\ORM\PersistentCollection {#2210 …}
  +reports: Doctrine\ORM\PersistentCollection {#2207 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  -id: 342592
  -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7757312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706290725 {#2195
    date: 2024-01-26 18:38:45.0 +01:00
  }
  +"title": 342592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193}
      0 => App\Entity\EntryComment {#2266
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
        +root: App\Entity\EntryComment {#2193}
        +body: """
          The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
          \n
          Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
          \n
          Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
          \n
          Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
          \n
          In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706519594 {#2211
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2273 …}
        +votes: Doctrine\ORM\PersistentCollection {#2274 …}
        +reports: Doctrine\ORM\PersistentCollection {#2190 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
        -id: 349325
        -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7844735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706519594 {#2270
          date: 2024-01-29 10:13:14.0 +01:00
        }
        +"title": 349325
      }
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
    \n
    Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
    \n
    If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
    \n
    Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1729337919 {#2194
    date: 2024-10-19 13:38:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2205 …}
  +nested: Doctrine\ORM\PersistentCollection {#2202 …}
  +votes: Doctrine\ORM\PersistentCollection {#2210 …}
  +reports: Doctrine\ORM\PersistentCollection {#2207 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  -id: 342592
  -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7757312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706290725 {#2195
    date: 2024-01-26 18:38:45.0 +01:00
  }
  +"title": 342592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2266
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
          \n
          Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
          \n
          If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
          \n
          Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1729337919 {#2194
          date: 2024-10-19 13:38:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2205 …}
        +nested: Doctrine\ORM\PersistentCollection {#2202 …}
        +votes: Doctrine\ORM\PersistentCollection {#2210 …}
        +reports: Doctrine\ORM\PersistentCollection {#2207 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
        -id: 342592
        -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7757312"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706290725 {#2195
          date: 2024-01-26 18:38:45.0 +01:00
        }
        +"title": 342592
      }
      0 => App\Entity\EntryComment {#2266}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
  +root: App\Entity\EntryComment {#2193}
  +body: """
    The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
    \n
    Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
    \n
    Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
    \n
    Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
    \n
    In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706519594 {#2211
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2273 …}
  +votes: Doctrine\ORM\PersistentCollection {#2274 …}
  +reports: Doctrine\ORM\PersistentCollection {#2190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
  -id: 349325
  -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7844735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706519594 {#2270
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +"title": 349325
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2266
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
          \n
          Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
          \n
          If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
          \n
          Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1729337919 {#2194
          date: 2024-10-19 13:38:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2205 …}
        +nested: Doctrine\ORM\PersistentCollection {#2202 …}
        +votes: Doctrine\ORM\PersistentCollection {#2210 …}
        +reports: Doctrine\ORM\PersistentCollection {#2207 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
        -id: 342592
        -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7757312"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706290725 {#2195
          date: 2024-01-26 18:38:45.0 +01:00
        }
        +"title": 342592
      }
      0 => App\Entity\EntryComment {#2266}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
  +root: App\Entity\EntryComment {#2193}
  +body: """
    The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
    \n
    Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
    \n
    Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
    \n
    Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
    \n
    In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706519594 {#2211
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2273 …}
  +votes: Doctrine\ORM\PersistentCollection {#2274 …}
  +reports: Doctrine\ORM\PersistentCollection {#2190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
  -id: 349325
  -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7844735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706519594 {#2270
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +"title": 349325
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2266
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197
    +user: Proxies\__CG__\App\Entity\User {#2771 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#2238
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3051 …}
    +reports: Doctrine\ORM\PersistentCollection {#3048 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3082 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3078 …}
    +badges: Doctrine\ORM\PersistentCollection {#3095 …}
    +children: [
      1 => App\Entity\EntryComment {#2193
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2197 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This question reads a bit to me like someone asking, “Why do trapeze artists perform above nets? If they were good at what they did they shouldn’t fall off and need to be caught.”\n
          \n
          Do you really *need* a firewall? Well, are you intimately familiar with *every* smidgeon of software on your machine, not just userland ones but also system ones, and you understand perfectly under which and only which circumstances any of them open any ports, and have declared that only the specific ports you want open actually are at every moment in time? Yes? You’re that much of a sysadmin god? Then no, I guess you don’t need a firewall.\n
          \n
          If instead you happen to be mortal like the rest of us who don’t read and internalize the behaviors of every piddly program that runs or will ever possibly run on our systems, you can always do what we do for every other problem that is too intensive to do manually: script that shit. Tell the computer explicitly which ports it can and cannot open.\n
          \n
          Luckily, you don’t even have to start from scratch with a solution like that. There are prefab programs that are ready to do this for you. They’re called firewalls.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1729337919 {#2194
          date: 2024-10-19 13:38:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2205 …}
        +nested: Doctrine\ORM\PersistentCollection {#2202 …}
        +votes: Doctrine\ORM\PersistentCollection {#2210 …}
        +reports: Doctrine\ORM\PersistentCollection {#2207 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
        -id: 342592
        -bodyTs: "'actual':90 'also':60 'alway':152 'artist':14 'ask':10 'behavior':135 'bit':5 'call':211 'cannot':180 'caught':35 'circumst':72 'comput':173 'declar':81 'even':186 'ever':144 'everi':48,93,137,158 'explicit':174 'fall':29 'familiar':46 'firewal':41,115,212 'god':105 'good':21 'guess':109 'happen':119 'instead':117 'intens':164 'intern':133 'intim':45 'like':8,123,195 'luckili':182 'machin':54 'manual':167 'moment':94 'mortal':122 'much':101 'need':32,39,113 'net':17 'one':58,62 'open':76,89,181 'perfect':66 'perform':15 'pidd':138 'port':78,86,176 'possibl':145 'prefab':199 'problem':160 'program':139,200 'question':2 're':99,210 'read':3,131 'readi':203 'realli':38 'rest':125 'run':141,146 'scratch':191 'script':168 'shit':170 'shouldn':27 'smidgeon':49 'softwar':51 'solut':194 'someon':9 'specif':85 'start':189 'sysadmin':104 'system':61,149 'tell':171 'time':96 'trapez':13 'understand':65 'us':127 'userland':57 'want':88 'well':42 'yes':97"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7757312"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706290725 {#2195
          date: 2024-01-26 18:38:45.0 +01:00
        }
        +"title": 342592
      }
      0 => App\Entity\EntryComment {#2266}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#2965
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#2786
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2257 …}
  +root: App\Entity\EntryComment {#2193}
  +body: """
    The point of the firewall is not to make your computer an impenetrable fortress. It’s to block any implicit port openings you didn’t explicitly ask for.\n
    \n
    Say you install a piece of software that, without your knowledge, decides to spin up an SSH server and start listening on port 22. Now you have that port open as a vector for malware to get in, and you are implicitly relying on that software to fend it off. If you instead have a firewall, and port 22 is not one of your allowed ports, the rogue software will hopefully take the hint and not spin up that server.\n
    \n
    Generally you only want to open ports for specific processes that you want to transmit or listen on them. Once a port is bound to a process, it’s taken. Malware can’t just latch on without hijacking the program that already has it bound. And if that’s your fear, then you probably have a lot of way scarier theoretical attack vectors to sweat over in addition to this.\n
    \n
    Yes, if you just leave a port wide open with nothing bound to it, either via actually having the port reserved or by linking the process to the port with a firewall rule, and you happened to get a piece of actual malware that scanned every port looking for an opening to sneak through, sure, it could. To my understanding, that’s not typically what you’re trying to stop with a firewall.\n
    \n
    In some regards a firewall is like a padlock. It keeps out honest criminals. A determined criminal who really wants in will probably circumvent it. But many opportunistic criminals just looking for stuff not nailed down will probably leave it alone. Is the fact that people who know how to pick locks exist an excuse to stop locking things because “it’s all pointless anyway”?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706519594 {#2211
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2273 …}
  +votes: Doctrine\ORM\PersistentCollection {#2274 …}
  +reports: Doctrine\ORM\PersistentCollection {#2190 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2263 …}
  -id: 349325
  -bodyTs: "'22':52,87 'actual':195,220 'addit':176 'allow':93 'alon':292 'alreadi':150 'anyway':316 'ask':27 'attack':170 'block':18 'bound':132,153,190 'circumv':275 'comput':11 'could':235 'crimin':265,268,280 'decid':40 'determin':267 'didn':24 'either':193 'everi':224 'excus':306 'exist':304 'explicit':26 'fact':295 'fear':159 'fend':76 'firewal':5,84,210,251,256 'fortress':14 'general':109 'get':65,216 'happen':214 'hijack':146 'hint':102 'honest':264 'hope':99 'impenetr':13 'implicit':20,70 'instal':31 'instead':81 'keep':262 'know':299 'knowledg':39 'latch':143 'leav':183,290 'like':258 'link':202 'listen':49,125 'lock':303,309 'look':226,282 'lot':165 'make':9 'malwar':63,139,221 'mani':278 'nail':286 'noth':189 'one':90 'open':22,58,114,187,229 'opportunist':279 'padlock':260 'peopl':297 'pick':302 'piec':33,218 'point':2 'pointless':315 'port':21,51,57,86,94,115,130,185,198,207,225 'probabl':162,274,289 'process':118,135,204 'program':148 're':245 'realli':270 'regard':254 'reli':71 'reserv':199 'rogu':96 'rule':211 'say':29 'scan':223 'scarier':168 'server':46,108 'sneak':231 'softwar':35,74,97 'specif':117 'spin':42,105 'ssh':45 'start':48 'stop':248,308 'stuff':284 'sure':233 'sweat':173 'take':100 'taken':138 'theoret':169 'thing':310 'transmit':123 'tri':246 'typic':242 'understand':238 'vector':61,171 'via':194 'want':112,121,271 'way':167 'wide':186 'without':37,145 'yes':179"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7844735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706519594 {#2270
    date: 2024-01-29 10:13:14.0 +01:00
  }
  +"title": 349325
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2278
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
  +title: "I feel like I'm missing out by not distro-hopping"
  +url: null
  +body: """
    I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
    \n
    I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
    \n
    What am I missing?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728926405 {#3286
    date: 2024-10-14 19:20:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3291 …}
  +votes: Doctrine\ORM\PersistentCollection {#3294 …}
  +reports: Doctrine\ORM\PersistentCollection {#3296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
  +badges: Doctrine\ORM\PersistentCollection {#3302 …}
  +children: [
    App\Entity\EntryComment {#2282
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2278 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +body: """
        The way I understand it is like this:\n
        \n
        The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
        \n
        But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
        \n
        Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
        \n
        What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
        \n
        In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
        \n
        It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706170933 {#2281
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2279 …}
      +nested: Doctrine\ORM\PersistentCollection {#2277 …}
      +votes: Doctrine\ORM\PersistentCollection {#2220 …}
      +reports: Doctrine\ORM\PersistentCollection {#2222 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
      -id: 338779
      -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7708158"
      +editedAt: DateTimeImmutable @1728528936 {#2283
        date: 2024-10-10 04:55:36.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706170933 {#2280
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +"title": 338779
    }
  ]
  -id: 32898
  -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
  -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223962
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13980578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137562 {#3274
    date: 2024-01-25 00:06:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2278
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
  +title: "I feel like I'm missing out by not distro-hopping"
  +url: null
  +body: """
    I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
    \n
    I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
    \n
    What am I missing?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728926405 {#3286
    date: 2024-10-14 19:20:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3291 …}
  +votes: Doctrine\ORM\PersistentCollection {#3294 …}
  +reports: Doctrine\ORM\PersistentCollection {#3296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
  +badges: Doctrine\ORM\PersistentCollection {#3302 …}
  +children: [
    App\Entity\EntryComment {#2282
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2278 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +body: """
        The way I understand it is like this:\n
        \n
        The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
        \n
        But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
        \n
        Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
        \n
        What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
        \n
        In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
        \n
        It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706170933 {#2281
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2279 …}
      +nested: Doctrine\ORM\PersistentCollection {#2277 …}
      +votes: Doctrine\ORM\PersistentCollection {#2220 …}
      +reports: Doctrine\ORM\PersistentCollection {#2222 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
      -id: 338779
      -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7708158"
      +editedAt: DateTimeImmutable @1728528936 {#2283
        date: 2024-10-10 04:55:36.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706170933 {#2280
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +"title": 338779
    }
  ]
  -id: 32898
  -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
  -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223962
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13980578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137562 {#3274
    date: 2024-01-25 00:06:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2278
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
  +title: "I feel like I'm missing out by not distro-hopping"
  +url: null
  +body: """
    I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
    \n
    I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
    \n
    What am I missing?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 69
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728926405 {#3286
    date: 2024-10-14 19:20:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3291 …}
  +votes: Doctrine\ORM\PersistentCollection {#3294 …}
  +reports: Doctrine\ORM\PersistentCollection {#3296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
  +badges: Doctrine\ORM\PersistentCollection {#3302 …}
  +children: [
    App\Entity\EntryComment {#2282
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2278 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
      +body: """
        The way I understand it is like this:\n
        \n
        The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
        \n
        But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
        \n
        Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
        \n
        What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
        \n
        In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
        \n
        It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706170933 {#2281
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
        "@Zoidsberg@lemmy.ca"
        "@maxprime@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2279 …}
      +nested: Doctrine\ORM\PersistentCollection {#2277 …}
      +votes: Doctrine\ORM\PersistentCollection {#2220 …}
      +reports: Doctrine\ORM\PersistentCollection {#2222 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
      -id: 338779
      -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7708158"
      +editedAt: DateTimeImmutable @1728528936 {#2283
        date: 2024-10-10 04:55:36.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706170933 {#2280
        date: 2024-01-25 09:22:13.0 +01:00
      }
      +"title": 338779
    }
  ]
  -id: 32898
  -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
  -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223962
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13980578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137562 {#3274
    date: 2024-01-25 00:06:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2278
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
    +title: "I feel like I'm missing out by not distro-hopping"
    +url: null
    +body: """
      I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
      \n
      I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
      \n
      What am I missing?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 69
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728926405 {#3286
      date: 2024-10-14 19:20:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3291 …}
    +votes: Doctrine\ORM\PersistentCollection {#3294 …}
    +reports: Doctrine\ORM\PersistentCollection {#3296 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
    +badges: Doctrine\ORM\PersistentCollection {#3302 …}
    +children: [
      App\Entity\EntryComment {#2282}
    ]
    -id: 32898
    -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
    -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223962
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13980578"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137562 {#3274
      date: 2024-01-25 00:06:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: """
    The way I understand it is like this:\n
    \n
    The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
    \n
    But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
    \n
    Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
    \n
    What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
    \n
    In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
    \n
    It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706170933 {#2281
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 338779
  -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7708158"
  +editedAt: DateTimeImmutable @1728528936 {#2283
    date: 2024-10-10 04:55:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170933 {#2280
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +"title": 338779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2278
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
    +title: "I feel like I'm missing out by not distro-hopping"
    +url: null
    +body: """
      I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
      \n
      I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
      \n
      What am I missing?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 69
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728926405 {#3286
      date: 2024-10-14 19:20:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3291 …}
    +votes: Doctrine\ORM\PersistentCollection {#3294 …}
    +reports: Doctrine\ORM\PersistentCollection {#3296 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
    +badges: Doctrine\ORM\PersistentCollection {#3302 …}
    +children: [
      App\Entity\EntryComment {#2282}
    ]
    -id: 32898
    -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
    -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223962
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13980578"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137562 {#3274
      date: 2024-01-25 00:06:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: """
    The way I understand it is like this:\n
    \n
    The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
    \n
    But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
    \n
    Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
    \n
    What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
    \n
    In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
    \n
    It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706170933 {#2281
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 338779
  -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7708158"
  +editedAt: DateTimeImmutable @1728528936 {#2283
    date: 2024-10-10 04:55:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170933 {#2280
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +"title": 338779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2282
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2278
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "I-feel-like-I-m-missing-out-by-not-distro-hopping"
    +title: "I feel like I'm missing out by not distro-hopping"
    +url: null
    +body: """
      I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS.\n
      \n
      I’m comfortable now, but I don’t really see any reason to move on. What would the benefits be of jumping to something else? Mint has great documentation and an active community that has answers to any questions I’ve ever had, and I’m reluctant to ditch that. On the other hand, when I scroll through forums, *Distro Hopping* seems to be such a big part of the “Linux experience.”\n
      \n
      What am I missing?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 69
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728926405 {#3286
      date: 2024-10-14 19:20:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3291 …}
    +votes: Doctrine\ORM\PersistentCollection {#3294 …}
    +reports: Doctrine\ORM\PersistentCollection {#3296 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3298 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3300 …}
    +badges: Doctrine\ORM\PersistentCollection {#3302 …}
    +children: [
      App\Entity\EntryComment {#2282}
    ]
    -id: 32898
    -titleTs: "'distro':11 'distro-hop':10 'feel':2 'hop':12 'like':3 'm':5 'miss':6"
    -bodyTs: "'activ':81 'ago':18 'answer':85 'benefit':68 'big':116 'choos':22 'comfort':46,52 'communiti':82 'daili':4 'distro':24,109 'ditch':98 'document':78 'els':42,74 'ever':91 'experi':121 'forum':108 'gave':11 'got':45 'great':77 'hand':103 'hop':110 'instal':8 'jump':71 'linux':120 'lot':26 'm':51,95 'mint':7,36,75 'miss':125 'move':38,63 'os':49 'part':117 'peopl':28 'question':88 'realli':58 'reason':61 'reluct':96 'say':30 'scroll':106 'see':59 'seem':111 'sinc':9 'someth':41,73 'start':34 've':2,90 'window':14 'would':66 'year':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223962
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13980578"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137562 {#3274
      date: 2024-01-25 00:06:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: """
    The way I understand it is like this:\n
    \n
    The grand theory of classic package managers is the idea that lots of programs all need the same core libraries to function. An analogy would be like noticing most construction jobs need `nails`. So instead of making everyone bring their own copy of `nails`, resulting in dozens of redundant copies of it lying around, they have a single `nails` package that everyone can use.\n
    \n
    But there are different versions of `nails` out there. Each version picks up unique new features, and drops legacy ones. Recent builds may incorporate and thus require the new features, making them incompatible with old versions of `nails` that don’t have them. On the other hand, some builds may still use and rely on legacy features of `nails`, and are thus incompatible with the new versions. You may run into a scenario where you want Software A that needs `nails` version 14+, but also Software B that can only run on `nails` v <13, and you just can’t, because they don’t overlap.\n
    \n
    Additionally, there may just be a totally different competing package out there, `screws`, that does largely the same job as `nails`, but in a completely different way that is totally incompatible with projects that expect `nails`. So if you need Software C that relies on `nails`, but also Software D that relies on `screws`, you might cause problems by installing both.\n
    \n
    What a distro *is* is essentially a group of devs declaring that they are putting together some specific list of libraries (like, say, `nails` v14), and then sculpting up a bundle of software around those specific libraries. Can’t cope with `nails` v14? That sucks. No package for you, then.\n
    \n
    In that sense, distros are differentiated by what libraries and other low-level system softwares are available to the programs you wish to install on them. If you want your program to be available natively on every distro, it needs to be compatible with every competing set of libraries each distro has elected to use.\n
    \n
    It *is* possible to just say “fuck it” to the distro’s built-in libraries, and instead bundling the specific version of `nails` or `screws` or whatever you project needs directly with it. Build your own with blackjack and hookers, as it were. That’s exactly what Flatpak does, among others. But it’s trading flexibility for redundancy. In the age of cheap and plentiful storage memory, many people think this trade is well worth it. But it makes many formalists cringe.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706170933 {#2281
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
    "@Zoidsberg@lemmy.ca"
    "@maxprime@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 338779
  -bodyTs: "'13':167 '14':155 'addit':178 'age':406 'also':157,225 'among':395 'analog':32 'around':62,272 'avail':306,323 'b':159 'blackjack':383 'bring':47 'build':94,121,379 'built':358 'built-in':357 'bundl':269,363 'c':219 'caus':234 'cheap':408 'classic':13 'compat':332 'compet':186,335 'complet':202 'construct':38 'cope':278 'copi':50,58 'core':27 'cring':427 'd':227 'declar':249 'dev':248 'differ':76,185,203 'differenti':294 'direct':376 'distro':241,292,327,340,355 'dozen':55 'drop':90 'elect':342 'essenti':244 'everi':326,334 'everyon':46,70 'exact':391 'expect':212 'featur':88,102,129 'flatpak':393 'flexibl':401 'formalist':426 'fuck':351 'function':30 'grand':10 'group':246 'hand':119 'hooker':385 'idea':18 'incompat':105,135,208 'incorpor':96 'instal':237,313 'instead':43,362 'job':39,196 'larg':193 'legaci':91,128 'level':302 'librari':28,259,275,297,338,360 'lie':61 'like':7,35,260 'list':257 'lot':20 'low':301 'low-level':300 'make':45,103,424 'manag':15 'mani':413,425 'may':95,122,141,180 'memori':412 'might':233 'nail':41,52,67,79,110,131,153,165,198,213,223,262,280,368 'nativ':324 'need':24,40,152,217,329,375 'new':87,101,138 'notic':36 'old':107 'one':92 'other':396 'overlap':177 'packag':14,68,187,285 'peopl':414 'pick':84 'plenti':410 'possibl':347 'problem':235 'program':22,309,320 'project':210,374 'put':253 'recent':93 'redund':57,403 'reli':126,221,229 'requir':99 'result':53 'run':142,163 'say':261,350 'scenario':145 'screw':190,231,370 'sculpt':266 'sens':291 'set':336 'singl':66 'softwar':149,158,218,226,271,304 'specif':256,274,365 'still':123 'storag':411 'suck':283 'system':303 'theori':11 'think':415 'thus':98,134 'togeth':254 'total':184,207 'trade':400,417 'understand':4 'uniqu':86 'use':72,124,344 'v':166 'v14':263,281 'version':77,83,108,139,154,366 'want':148,318 'way':2,204 'well':419 'whatev':372 'wish':311 'worth':420 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7708158"
  +editedAt: DateTimeImmutable @1728528936 {#2283
    date: 2024-10-10 04:55:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170933 {#2280
    date: 2024-01-25 09:22:13.0 +01:00
  }
  +"title": 338779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2306
  +user: Proxies\__CG__\App\Entity\User {#3103 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3160 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
  +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
  +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
  +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728555713 {#3136
    date: 2024-10-10 12:21:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3158 …}
  +votes: Doctrine\ORM\PersistentCollection {#3165 …}
  +reports: Doctrine\ORM\PersistentCollection {#3161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2307
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
      +body: """
        > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
        \n
        yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
        \n
        > Is that also OK just because one browser started doing it and every other browser copied that function?\n
        \n
        one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706167960 {#2312
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@Shdwdrgn@mander.xyz"
        "@eager_eagle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2304 …}
      +nested: Doctrine\ORM\PersistentCollection {#2319 …}
      +votes: Doctrine\ORM\PersistentCollection {#2318 …}
      +reports: Doctrine\ORM\PersistentCollection {#2316 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
      -id: 338707
      -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7707018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706167960 {#2310
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +"title": 338707
    }
  ]
  -id: 32628
  -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027034 {#3123
    date: 2024-01-23 17:23:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2306
  +user: Proxies\__CG__\App\Entity\User {#3103 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3160 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
  +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
  +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
  +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728555713 {#3136
    date: 2024-10-10 12:21:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3158 …}
  +votes: Doctrine\ORM\PersistentCollection {#3165 …}
  +reports: Doctrine\ORM\PersistentCollection {#3161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2307
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
      +body: """
        > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
        \n
        yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
        \n
        > Is that also OK just because one browser started doing it and every other browser copied that function?\n
        \n
        one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706167960 {#2312
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@Shdwdrgn@mander.xyz"
        "@eager_eagle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2304 …}
      +nested: Doctrine\ORM\PersistentCollection {#2319 …}
      +votes: Doctrine\ORM\PersistentCollection {#2318 …}
      +reports: Doctrine\ORM\PersistentCollection {#2316 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
      -id: 338707
      -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7707018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706167960 {#2310
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +"title": 338707
    }
  ]
  -id: 32628
  -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027034 {#3123
    date: 2024-01-23 17:23:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2306
  +user: Proxies\__CG__\App\Entity\User {#3103 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3160 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
  +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
  +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
  +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 181
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728555713 {#3136
    date: 2024-10-10 12:21:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3158 …}
  +votes: Doctrine\ORM\PersistentCollection {#3165 …}
  +reports: Doctrine\ORM\PersistentCollection {#3161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#2307
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
      +body: """
        > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
        \n
        yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
        \n
        > Is that also OK just because one browser started doing it and every other browser copied that function?\n
        \n
        one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706167960 {#2312
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@Shdwdrgn@mander.xyz"
        "@eager_eagle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2304 …}
      +nested: Doctrine\ORM\PersistentCollection {#2319 …}
      +votes: Doctrine\ORM\PersistentCollection {#2318 …}
      +reports: Doctrine\ORM\PersistentCollection {#2316 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
      -id: 338707
      -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7707018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706167960 {#2310
        date: 2024-01-25 08:32:40.0 +01:00
      }
      +"title": 338707
    }
  ]
  -id: 32628
  -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706113434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11088313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706027034 {#3123
    date: 2024-01-23 17:23:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306
    +user: Proxies\__CG__\App\Entity\User {#3103 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3160 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
    +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
    +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
    +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728555713 {#3136
      date: 2024-10-10 12:21:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3158 …}
    +votes: Doctrine\ORM\PersistentCollection {#3165 …}
    +reports: Doctrine\ORM\PersistentCollection {#3161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2307}
    ]
    -id: 32628
    -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088313"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027034 {#3123
      date: 2024-01-23 17:23:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
  +body: """
    > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
    \n
    yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
    \n
    > Is that also OK just because one browser started doing it and every other browser copied that function?\n
    \n
    one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706167960 {#2312
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@Shdwdrgn@mander.xyz"
    "@eager_eagle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2304 …}
  +nested: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2316 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
  -id: 338707
  -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7707018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706167960 {#2310
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +"title": 338707
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306
    +user: Proxies\__CG__\App\Entity\User {#3103 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3160 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
    +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
    +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
    +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728555713 {#3136
      date: 2024-10-10 12:21:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3158 …}
    +votes: Doctrine\ORM\PersistentCollection {#3165 …}
    +reports: Doctrine\ORM\PersistentCollection {#3161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2307}
    ]
    -id: 32628
    -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088313"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027034 {#3123
      date: 2024-01-23 17:23:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
  +body: """
    > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
    \n
    yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
    \n
    > Is that also OK just because one browser started doing it and every other browser copied that function?\n
    \n
    one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706167960 {#2312
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@Shdwdrgn@mander.xyz"
    "@eager_eagle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2304 …}
  +nested: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2316 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
  -id: 338707
  -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7707018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706167960 {#2310
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +"title": 338707
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306
    +user: Proxies\__CG__\App\Entity\User {#3103 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3160 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3159 …}
    +slug: "4-reasons-to-try-Mozilla-s-new-Firefox-Linux-package-for"
    +title: "4 reasons to try Mozilla’s new Firefox Linux package for Ubuntu and Debian derivatives | The Mozilla Blog"
    +url: "https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 181
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728555713 {#3136
      date: 2024-10-10 12:21:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3158 …}
    +votes: Doctrine\ORM\PersistentCollection {#3165 …}
    +reports: Doctrine\ORM\PersistentCollection {#3161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3164 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#2307}
    ]
    -id: 32628
    -titleTs: "'4':1 'blog':18 'debian':14 'deriv':15 'firefox':8 'linux':9 'mozilla':5,17 'new':7 'packag':10 'reason':2 'tri':4 'ubuntu':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706113434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11088313"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706027034 {#3123
      date: 2024-01-23 17:23:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2305 …}
  +body: """
    > imagine if every application on your desktop reacted differently depending on how many times you clicked a spot\n
    \n
    yeah, wow, imagine. different applications using different design patterns for different contexts. perish the thought!\n
    \n
    > Is that also OK just because one browser started doing it and every other browser copied that function?\n
    \n
    one browser did an arguably useful thing, every other browser agreed it was arguably useful, and it became a widely adopted feature? sounds ok to me. gee, it’s almost like this is how standard patterns come to be, or something…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706167960 {#2312
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@Shdwdrgn@mander.xyz"
    "@eager_eagle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2304 …}
  +nested: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2316 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2294 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2296 …}
  -id: 338707
  -bodyTs: "'adopt':72 'agre':62 'almost':81 'also':36 'applic':4,23 'arguabl':56,65 'becam':69 'browser':41,48,53,61 'click':16 'come':88 'context':30 'copi':49 'depend':10 'design':26 'desktop':7 'differ':9,22,25,29 'everi':3,46,59 'featur':73 'function':51 'gee':78 'imagin':1,21 'like':82 'mani':13 'ok':37,75 'one':40,52 'pattern':27,87 'perish':31 'react':8 'someth':92 'sound':74 'spot':18 'standard':86 'start':42 'thing':58 'thought':33 'time':14 'use':24,57,66 'wide':71 'wow':20 'yeah':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7707018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706167960 {#2310
    date: 2024-01-25 08:32:40.0 +01:00
  }
  +"title": 338707
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2192
  +user: Proxies\__CG__\App\Entity\User {#3120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "QUESTION-I-installed-Apache-OpenOffice"
  +title: "[QUESTION] I installed Apache OpenOffice"
  +url: null
  +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728746561 {#3171
    date: 2024-10-12 17:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
      +body: """
        I admire the respect you have for those who ask questions like this, but I think I disagree.\n
        \n
        If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
        \n
        If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
        \n
        I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
        \n
        That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706085857 {#2229
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pinkyprincessfiona@lemmy.world"
        "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
        "@InternetCitizen2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2311 …}
      +nested: Doctrine\ORM\PersistentCollection {#2293 …}
      +votes: Doctrine\ORM\PersistentCollection {#2309 …}
      +reports: Doctrine\ORM\PersistentCollection {#2302 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
      -id: 336257
      -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7678066"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706085857 {#2228
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +"title": 336257
    }
  ]
  -id: 32415
  -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
  -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706028576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11045549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942176 {#3142
    date: 2024-01-22 17:49:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2192
  +user: Proxies\__CG__\App\Entity\User {#3120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "QUESTION-I-installed-Apache-OpenOffice"
  +title: "[QUESTION] I installed Apache OpenOffice"
  +url: null
  +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728746561 {#3171
    date: 2024-10-12 17:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
      +body: """
        I admire the respect you have for those who ask questions like this, but I think I disagree.\n
        \n
        If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
        \n
        If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
        \n
        I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
        \n
        That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706085857 {#2229
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pinkyprincessfiona@lemmy.world"
        "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
        "@InternetCitizen2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2311 …}
      +nested: Doctrine\ORM\PersistentCollection {#2293 …}
      +votes: Doctrine\ORM\PersistentCollection {#2309 …}
      +reports: Doctrine\ORM\PersistentCollection {#2302 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
      -id: 336257
      -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7678066"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706085857 {#2228
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +"title": 336257
    }
  ]
  -id: 32415
  -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
  -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706028576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11045549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942176 {#3142
    date: 2024-01-22 17:49:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2192
  +user: Proxies\__CG__\App\Entity\User {#3120 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "QUESTION-I-installed-Apache-OpenOffice"
  +title: "[QUESTION] I installed Apache OpenOffice"
  +url: null
  +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728746561 {#3171
    date: 2024-10-12 17:22:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3176 …}
  +votes: Doctrine\ORM\PersistentCollection {#3179 …}
  +reports: Doctrine\ORM\PersistentCollection {#3181 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
  +badges: Doctrine\ORM\PersistentCollection {#3187 …}
  +children: [
    App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2192 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
      +body: """
        I admire the respect you have for those who ask questions like this, but I think I disagree.\n
        \n
        If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
        \n
        If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
        \n
        I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
        \n
        That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706085857 {#2229
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pinkyprincessfiona@lemmy.world"
        "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
        "@InternetCitizen2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2311 …}
      +nested: Doctrine\ORM\PersistentCollection {#2293 …}
      +votes: Doctrine\ORM\PersistentCollection {#2309 …}
      +reports: Doctrine\ORM\PersistentCollection {#2302 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
      -id: 336257
      -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7678066"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706085857 {#2228
        date: 2024-01-24 09:44:17.0 +01:00
      }
      +"title": 336257
    }
  ]
  -id: 32415
  -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
  -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706028576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11045549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705942176 {#3142
    date: 2024-01-22 17:49:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192
    +user: Proxies\__CG__\App\Entity\User {#3120 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "QUESTION-I-installed-Apache-OpenOffice"
    +title: "[QUESTION] I installed Apache OpenOffice"
    +url: null
    +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728746561 {#3171
      date: 2024-10-12 17:22:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#2252}
    ]
    -id: 32415
    -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
    -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706028576
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11045549"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705942176 {#3142
      date: 2024-01-22 17:49:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: """
    I admire the respect you have for those who ask questions like this, but I think I disagree.\n
    \n
    If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
    \n
    If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
    \n
    I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
    \n
    That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706085857 {#2229
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pinkyprincessfiona@lemmy.world"
    "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
    "@InternetCitizen2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 336257
  -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7678066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085857 {#2228
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +"title": 336257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192
    +user: Proxies\__CG__\App\Entity\User {#3120 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "QUESTION-I-installed-Apache-OpenOffice"
    +title: "[QUESTION] I installed Apache OpenOffice"
    +url: null
    +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728746561 {#3171
      date: 2024-10-12 17:22:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#2252}
    ]
    -id: 32415
    -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
    -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706028576
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11045549"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705942176 {#3142
      date: 2024-01-22 17:49:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: """
    I admire the respect you have for those who ask questions like this, but I think I disagree.\n
    \n
    If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
    \n
    If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
    \n
    I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
    \n
    That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706085857 {#2229
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pinkyprincessfiona@lemmy.world"
    "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
    "@InternetCitizen2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 336257
  -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7678066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085857 {#2228
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +"title": 336257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192
    +user: Proxies\__CG__\App\Entity\User {#3120 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "QUESTION-I-installed-Apache-OpenOffice"
    +title: "[QUESTION] I installed Apache OpenOffice"
    +url: null
    +body: "I downloaded Java, Removed LibreOffice, and installed OpenOffice. I see all the icons, and everything, but when I click on it to open it, NOTHING happens. I just, wont open, I uninstalled, and reinstalled it. and I dont know what to do. Can anyone please help me?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728746561 {#3171
      date: 2024-10-12 17:22:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3176 …}
    +votes: Doctrine\ORM\PersistentCollection {#3179 …}
    +reports: Doctrine\ORM\PersistentCollection {#3181 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3183 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3185 …}
    +badges: Doctrine\ORM\PersistentCollection {#3187 …}
    +children: [
      App\Entity\EntryComment {#2252}
    ]
    -id: 32415
    -titleTs: "'apach':4 'instal':3 'openoffic':5 'question':1"
    -bodyTs: "'anyon':44 'click':19 'dont':38 'download':2 'everyth':15 'happen':26 'help':46 'icon':13 'instal':7 'java':3 'know':39 'libreoffic':5 'noth':25 'open':23,30 'openoffic':8 'pleas':45 'reinstal':34 'remov':4 'see':10 'uninstal':32 'wont':29"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706028576
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11045549"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705942176 {#3142
      date: 2024-01-22 17:49:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: """
    I admire the respect you have for those who ask questions like this, but I think I disagree.\n
    \n
    If there is something egregiously wrong with the premise of what a person is seeking to do, *and* there are no qualifying statements in their query about why they do in fact need to do this specifiic thing in this specific way, chances are high that they are uneducated about why the premise of what they’re trying to do is flawed, and they are best served by being course corrected. Giving them the answer they’re looking for to continue the bad thing while hiding your suggestion of what they should be doing instead in a footnote is just enabling them to double down on the short term path of least resistance that will probably come back to bite them again later.\n
    \n
    If they really did know what they were doing with regards to doing an otherwise unsafe and/or unsupported thing, or if the restrictions tied their hands from using the obvious replacement solution, it either should have appeared in their question prompt, or it should be in the first replies to the first round of answers.\n
    \n
    I say, withhold outdated advice unless the context of the conversation makes it explicitly clear that the old advice is genuinely required and not substitutable with current advice. But also don’t be smug, rude, dismissive, or standoffish about it. Don’t argue with someone who says they really do need a specific solution.\n
    \n
    That said, this only applies in really cut and dry cases like this one, where there very clearly *is* an indisputable thing you shouldn’t be doing, and a drop-in replacement you *should* be using. The ones I hate are moreso those you may see on StackOverflow where the question is like, “how do I do <X> in JavaScript?” and five of the seven responses including the accepted answer offer a solution in some big dumb framework or lib that they apparently expect you to just incorporate into your project.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706085857 {#2229
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pinkyprincessfiona@lemmy.world"
    "@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone"
    "@InternetCitizen2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 336257
  -bodyTs: "'accept':320 'admir':2 'advic':201,215,224 'also':226 'and/or':158 'answer':93,196,321 'appar':334 'appear':178 'appli':255 'argu':239 'ask':10 'back':136 'bad':101 'best':84 'big':327 'bite':138 'case':261 'chanc':61 'clear':211,268 'come':135 'context':204 'continu':99 'convers':207 'correct':89 'cours':88 'current':223 'cut':258 'disagre':18 'dismiss':232 'doubl':122 'dri':260 'drop':281 'drop-in':280 'dumb':328 'egregi':23 'either':175 'enabl':119 'expect':335 'explicit':210 'fact':50 'first':189,193 'five':313 'flaw':80 'footnot':116 'framework':329 'genuin':217 'give':90 'hand':167 'hate':291 'hide':104 'high':63 'includ':318 'incorpor':339 'indisput':271 'instead':113 'javascript':311 'know':146 'later':141 'least':130 'lib':331 'like':12,262,304 'look':96 'make':208 'may':296 'moreso':293 'need':51,247 'obvious':171 'offer':322 'old':214 'one':264,289 'otherwis':156 'outdat':200 'path':128 'person':31 'premis':27,71 'probabl':134 'project':342 'prompt':182 'qualifi':40 'queri':44 'question':11,181,302 're':75,95 'realli':144,245,257 'regard':152 'replac':172,283 'repli':190 'requir':218 'resist':131 'respect':4 'respons':317 'restrict':164 'round':194 'rude':231 'said':252 'say':198,243 'see':297 'seek':33 'serv':85 'seven':316 'short':126 'shouldn':274 'smug':230 'solut':173,250,324 'someon':241 'someth':22 'specif':59,249 'specifi':55 'stackoverflow':299 'standoffish':234 'statement':41 'substitut':221 'suggest':106 'term':127 'thing':56,102,160,272 'think':16 'tie':165 'tri':76 'uneduc':67 'unless':202 'unsaf':157 'unsupport':159 'use':169,287 'way':60 'withhold':199 'wrong':24 'x':309"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7678066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085857 {#2228
    date: 2024-01-24 09:44:17.0 +01:00
  }
  +"title": 336257
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2043
  +user: Proxies\__CG__\App\Entity\User {#3139 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3194 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
  +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
  +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
  +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 197
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722605614 {#3189
    date: 2024-08-02 15:33:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2126
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +body: """
        It’s Microsoft, intrusion of standards is their entire M.O.\n
        \n
        It’s the “extend” in “embrace, extend, extinguish”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704466841 {#2128
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
        "@ulkesh@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 282721
      -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7105026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704466841 {#2127
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +"title": 282721
    }
  ]
  -id: 27270
  -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704487550
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10123894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704401150 {#3177
    date: 2024-01-04 21:45:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2043
  +user: Proxies\__CG__\App\Entity\User {#3139 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3194 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
  +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
  +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
  +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 197
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722605614 {#3189
    date: 2024-08-02 15:33:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2126
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +body: """
        It’s Microsoft, intrusion of standards is their entire M.O.\n
        \n
        It’s the “extend” in “embrace, extend, extinguish”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704466841 {#2128
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
        "@ulkesh@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 282721
      -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7105026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704466841 {#2127
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +"title": 282721
    }
  ]
  -id: 27270
  -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704487550
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10123894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704401150 {#3177
    date: 2024-01-04 21:45:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2043
  +user: Proxies\__CG__\App\Entity\User {#3139 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3194 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
  +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
  +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
  +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 197
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722605614 {#3189
    date: 2024-08-02 15:33:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2126
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2043 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
      +body: """
        It’s Microsoft, intrusion of standards is their entire M.O.\n
        \n
        It’s the “extend” in “embrace, extend, extinguish”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704466841 {#2128
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
        "@ulkesh@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 282721
      -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7105026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704466841 {#2127
        date: 2024-01-05 16:00:41.0 +01:00
      }
      +"title": 282721
    }
  ]
  -id: 27270
  -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704487550
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10123894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704401150 {#3177
    date: 2024-01-04 21:45:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2126
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2043
    +user: Proxies\__CG__\App\Entity\User {#3139 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3194 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
    +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
    +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
    +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 197
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722605614 {#3189
      date: 2024-08-02 15:33:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2126}
    ]
    -id: 27270
    -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704487550
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10123894"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704401150 {#3177
      date: 2024-01-04 21:45:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +body: """
    It’s Microsoft, intrusion of standards is their entire M.O.\n
    \n
    It’s the “extend” in “embrace, extend, extinguish”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704466841 {#2128
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
    "@ulkesh@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 282721
  -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7105026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704466841 {#2127
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +"title": 282721
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#2126
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2043
    +user: Proxies\__CG__\App\Entity\User {#3139 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3194 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
    +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
    +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
    +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 197
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722605614 {#3189
      date: 2024-08-02 15:33:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2126}
    ]
    -id: 27270
    -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704487550
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10123894"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704401150 {#3177
      date: 2024-01-04 21:45:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +body: """
    It’s Microsoft, intrusion of standards is their entire M.O.\n
    \n
    It’s the “extend” in “embrace, extend, extinguish”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704466841 {#2128
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
    "@ulkesh@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 282721
  -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7105026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704466841 {#2127
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +"title": 282721
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#2126
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2043
    +user: Proxies\__CG__\App\Entity\User {#3139 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3194 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3196 …}
    +slug: "Microsoft-says-a-Copilot-key-is-coming-to-keyboards-on"
    +title: "Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month"
    +url: "https://www.cnbc.com/2024/01/04/microsoft-says-a-copilot-key-is-coming-soon-to-windows-pc-keyboards.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 197
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722605614 {#3189
      date: 2024-08-02 15:33:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2126}
    ]
    -id: 27270
    -titleTs: "'come':7 'copilot':4 'key':5 'keyboard':9 'microsoft':1 'month':15 'pcs':12 'say':2 'start':13 'window':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704487550
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10123894"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704401150 {#3177
      date: 2024-01-04 21:45:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2139 …}
  +body: """
    It’s Microsoft, intrusion of standards is their entire M.O.\n
    \n
    It’s the “extend” in “embrace, extend, extinguish”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704466841 {#2128
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
    "@ulkesh@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 282721
  -bodyTs: "'embrac':16 'entir':9 'extend':14,17 'extinguish':18 'intrus':4 'm.o':10 'microsoft':3 'standard':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7105026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704466841 {#2127
    date: 2024-01-05 16:00:41.0 +01:00
  }
  +"title": 282721
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#3214 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3216 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3209
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3220 …}
  +reports: Doctrine\ORM\PersistentCollection {#3222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
  +badges: Doctrine\ORM\PersistentCollection {#3228 …}
  +children: [
    App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Rythmbox. Syncs to my iPod Classic."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1711458043 {#2114
        date: 2024-03-26 14:00:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +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: 277558
      -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7051103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704315868 {#2118
        date: 2024-01-03 22:04:28.0 +01:00
      }
      +"title": 277558
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3195
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3174
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#3214 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3216 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3209
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3220 …}
  +reports: Doctrine\ORM\PersistentCollection {#3222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
  +badges: Doctrine\ORM\PersistentCollection {#3228 …}
  +children: [
    App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Rythmbox. Syncs to my iPod Classic."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1711458043 {#2114
        date: 2024-03-26 14:00:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +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: 277558
      -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7051103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704315868 {#2118
        date: 2024-01-03 22:04:28.0 +01:00
      }
      +"title": 277558
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3195
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3174
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#3214 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3216 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
  +slug: "What-s-your-favorite-music-player-on-Linux"
  +title: "What's your favorite music player on Linux?"
  +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
  +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 241
  +favouriteCount: 430
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722660703 {#3209
    date: 2024-08-03 06:51:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3220 …}
  +reports: Doctrine\ORM\PersistentCollection {#3222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
  +badges: Doctrine\ORM\PersistentCollection {#3228 …}
  +children: [
    App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Rythmbox. Syncs to my iPod Classic."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1711458043 {#2114
        date: 2024-03-26 14:00:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
      ]
      +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: 277558
      -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7051103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704315868 {#2118
        date: 2024-01-03 22:04:28.0 +01:00
      }
      +"title": 277558
    }
  ]
  -id: 26969
  -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
  -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704386086
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10074233"
  +editedAt: DateTimeImmutable @1711277069 {#3195
    date: 2024-03-24 11:44:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704299686 {#3174
    date: 2024-01-03 17:34:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#3214 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3216 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3209
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3220 …}
    +reports: Doctrine\ORM\PersistentCollection {#3222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
    +badges: Doctrine\ORM\PersistentCollection {#3228 …}
    +children: [
      App\Entity\EntryComment {#2117}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3195
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3174
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Rythmbox. Syncs to my iPod Classic."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1711458043 {#2114
    date: 2024-03-26 14:00:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +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: 277558
  -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7051103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704315868 {#2118
    date: 2024-01-03 22:04:28.0 +01:00
  }
  +"title": 277558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#3214 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3216 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3209
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3220 …}
    +reports: Doctrine\ORM\PersistentCollection {#3222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
    +badges: Doctrine\ORM\PersistentCollection {#3228 …}
    +children: [
      App\Entity\EntryComment {#2117}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3195
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3174
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Rythmbox. Syncs to my iPod Classic."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1711458043 {#2114
    date: 2024-03-26 14:00:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +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: 277558
  -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7051103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704315868 {#2118
    date: 2024-01-03 22:04:28.0 +01:00
  }
  +"title": 277558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#3214 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3216 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3217 …}
    +slug: "What-s-your-favorite-music-player-on-Linux"
    +title: "What's your favorite music player on Linux?"
    +url: "https://lemmy.ml/pictrs/image/1edb78b2-728e-4d65-88b8-92867995b594.png"
    +body: "Mine is [Strawberry](https://www.strawberrymusicplayer.org/) since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 241
    +favouriteCount: 430
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722660703 {#3209
      date: 2024-08-03 06:51:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3220 …}
    +reports: Doctrine\ORM\PersistentCollection {#3222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3224 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3226 …}
    +badges: Doctrine\ORM\PersistentCollection {#3228 …}
    +children: [
      App\Entity\EntryComment {#2117}
    ]
    -id: 26969
    -titleTs: "'favorit':4 'linux':8 'music':5 'player':6"
    -bodyTs: "'/)':6 '1.4':27 'also':22 'amarok':26 'curious':36 'day':43 'distant':23 'favorit':47 'fork':24 'format':19 'integr':29 'kde':32 'm':35 'mine':1 'option':13 'peopl':39 'plasma':33 'play':15 'player':48 'sinc':7 'strawberri':3 'ton':11,17 'use':41 'well':30 'www.strawberrymusicplayer.org':5 'www.strawberrymusicplayer.org/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704386086
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10074233"
    +editedAt: DateTimeImmutable @1711277069 {#3195
      date: 2024-03-24 11:44:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704299686 {#3174
      date: 2024-01-03 17:34:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Rythmbox. Syncs to my iPod Classic."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1711458043 {#2114
    date: 2024-03-26 14:00:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
  ]
  +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: 277558
  -bodyTs: "'classic':6 'ipod':5 'rythmbox':1 'sync':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7051103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704315868 {#2118
    date: 2024-01-03 22:04:28.0 +01:00
  }
  +"title": 277558
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: Proxies\__CG__\App\Entity\Image {#3235 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
  +slug: "Thoughts-on-Post-Open-Source"
  +title: "Thoughts on Post-Open Source?"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
  +body: """
    TLDR: Companies should be required to pay developers for any open source software they use.\n
    \n
    > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
    \n
    It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
    \n
    What are your thoughts on it?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 72
  +favouriteCount: 190
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710923414 {#3230
    date: 2024-03-20 09:30:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
        \n
        Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
        \n
        - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
        - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
        - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
        - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
        \n
        This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704048714 {#2058
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +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: 267961
      -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6977876"
      +editedAt: DateTimeImmutable @1709983104 {#2053
        date: 2024-03-09 12:18:24.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704048714 {#2125
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +"title": 267961
    }
  ]
  -id: 26032
  -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
  -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704072165
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7914741"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703985765 {#3215
    date: 2023-12-31 02:22:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: Proxies\__CG__\App\Entity\Image {#3235 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
  +slug: "Thoughts-on-Post-Open-Source"
  +title: "Thoughts on Post-Open Source?"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
  +body: """
    TLDR: Companies should be required to pay developers for any open source software they use.\n
    \n
    > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
    \n
    It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
    \n
    What are your thoughts on it?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 72
  +favouriteCount: 190
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710923414 {#3230
    date: 2024-03-20 09:30:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
        \n
        Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
        \n
        - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
        - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
        - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
        - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
        \n
        This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704048714 {#2058
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +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: 267961
      -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6977876"
      +editedAt: DateTimeImmutable @1709983104 {#2053
        date: 2024-03-09 12:18:24.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704048714 {#2125
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +"title": 267961
    }
  ]
  -id: 26032
  -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
  -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704072165
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7914741"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703985765 {#3215
    date: 2023-12-31 02:22:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#3192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: Proxies\__CG__\App\Entity\Image {#3235 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
  +slug: "Thoughts-on-Post-Open-Source"
  +title: "Thoughts on Post-Open Source?"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
  +body: """
    TLDR: Companies should be required to pay developers for any open source software they use.\n
    \n
    > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
    \n
    It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
    \n
    What are your thoughts on it?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 72
  +favouriteCount: 190
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710923414 {#3230
    date: 2024-03-20 09:30:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
        \n
        Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
        \n
        - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
        - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
        - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
        - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
        \n
        This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704048714 {#2058
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
        "@actual_patience@programming.dev"
        "@Lmaydev@programming.dev"
        "@mo_ztt@lemmy.world"
        "@library_napper@monyet.cc"
      ]
      +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: 267961
      -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6977876"
      +editedAt: DateTimeImmutable @1709983104 {#2053
        date: 2024-03-09 12:18:24.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704048714 {#2125
        date: 2023-12-31 19:51:54.0 +01:00
      }
      +"title": 267961
    }
  ]
  -id: 26032
  -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
  -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704072165
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7914741"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703985765 {#3215
    date: 2023-12-31 02:22:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
    +image: Proxies\__CG__\App\Entity\Image {#3235 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
    +slug: "Thoughts-on-Post-Open-Source"
    +title: "Thoughts on Post-Open Source?"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
    +body: """
      TLDR: Companies should be required to pay developers for any open source software they use.\n
      \n
      > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
      \n
      It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
      \n
      What are your thoughts on it?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 72
    +favouriteCount: 190
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710923414 {#3230
      date: 2024-03-20 09:30:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 26032
    -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
    -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704072165
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7914741"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703985765 {#3215
      date: 2023-12-31 02:22:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
    \n
    Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
    \n
    - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
    - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
    - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
    - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
    \n
    This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704048714 {#2058
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +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: 267961
  -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6977876"
  +editedAt: DateTimeImmutable @1709983104 {#2053
    date: 2024-03-09 12:18:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704048714 {#2125
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +"title": 267961
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
    +image: Proxies\__CG__\App\Entity\Image {#3235 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
    +slug: "Thoughts-on-Post-Open-Source"
    +title: "Thoughts on Post-Open Source?"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
    +body: """
      TLDR: Companies should be required to pay developers for any open source software they use.\n
      \n
      > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
      \n
      It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
      \n
      What are your thoughts on it?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 72
    +favouriteCount: 190
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710923414 {#3230
      date: 2024-03-20 09:30:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 26032
    -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
    -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704072165
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7914741"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703985765 {#3215
      date: 2023-12-31 02:22:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
    \n
    Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
    \n
    - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
    - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
    - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
    - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
    \n
    This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704048714 {#2058
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +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: 267961
  -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6977876"
  +editedAt: DateTimeImmutable @1709983104 {#2053
    date: 2024-03-09 12:18:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704048714 {#2125
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +"title": 267961
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#3192 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
    +image: Proxies\__CG__\App\Entity\Image {#3235 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3237 …}
    +slug: "Thoughts-on-Post-Open-Source"
    +title: "Thoughts on Post-Open Source?"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
    +body: """
      TLDR: Companies should be required to pay developers for any open source software they use.\n
      \n
      > He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
      \n
      It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
      \n
      What are your thoughts on it?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 72
    +favouriteCount: 190
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710923414 {#3230
      date: 2024-03-20 09:30:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 26032
    -titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
    -bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704072165
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7914741"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703985765 {#3215
      date: 2023-12-31 02:22:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    IANAL and I don’t have the actual court papers, but is seems to me they were violating [GPLv2 Section 6](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html#SEC5).\n
    \n
    Essentially, what this section says is that if you distribute a chunk of software (in this case, the firmware embedded in a smart TV) that in its compiled form contains part or all of a software library covered by this license (in this case, [Busybox](https://www.busybox.net/), which is a bundle of common shell utilities you use every day in a Linux terminal, compacted into one binary to fit onto embedded systems), you have to do one of these four things:\n
    \n
    - Package the source code of the GPL’d library with the distribution itself. If your executable contains a version of it modified by you, those modifications must be in the source. In this case this would require putting the raw source code for Busybox on the TV itself in a place the user could access it, or perhaps bundling a flash drive with the source code on it with the TV.\n
    - Include a written offer to send the source to anyone who asks for it, at no cost (except for the cost of transfer itself if applicable, e.g. postage), and honor that offer for at least 3 years. I believe this is what most companies that use GPL’d code do.\n
    - If the distribution happens at a designated place, offer the source at that same place. This is mostly relevant to download pages, not physical products.\n
    - Verify that the customer already has a copy of the source distributed in advance. This is a specific edge case that makes no sense in this context.\n
    \n
    This lawsuit was brought about because the sellers of the TVs that contained Busybox were not doing any of the above four things, and those sellers ignored or ghosted plaintiff when plaintiff contacted them about it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704048714 {#2058
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
    "@actual_patience@programming.dev"
    "@Lmaydev@programming.dev"
    "@mo_ztt@lemmy.world"
    "@library_napper@monyet.cc"
  ]
  +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: 267961
  -bodyTs: "'/),':72 '/licenses/old-licenses/lgpl-2.0.html#sec5).':24 '3':213 '6':21 'access':161 'actual':8 'advanc':266 'alreadi':257 'anyon':187 'applic':203 'ask':189 'believ':216 'binari':92 'brought':283 'bundl':76,165 'busybox':69,150,293 'case':41,68,140,272 'chunk':36 'code':110,148,172,226 'common':78 'compact':89 'compani':221 'compil':52 'contact':312 'contain':54,123,292 'context':279 'copi':260 'cost':194,198 'could':160 'court':9 'cover':62 'custom':256 'd':114,225 'day':84 'design':234 'distribut':34,118,230,264 'download':248 'drive':168 'e.g':204 'edg':271 'embed':44,96 'essenti':25 'everi':83 'except':195 'execut':122 'firmwar':43 'fit':94 'flash':167 'form':53 'four':105,301 'ghost':308 'gpl':113,224 'gplv2':19 'happen':231 'honor':207 'ianal':1 'ignor':306 'includ':178 'lawsuit':281 'least':212 'librari':61,115 'licens':65 'linux':87 'make':274 'modif':132 'modifi':128 'most':245 'must':133 'offer':181,209,236 'one':91,102 'onto':95 'packag':107 'page':249 'paper':10 'part':55 'perhap':164 'physic':251 'place':157,235,242 'plaintiff':309,311 'postag':205 'product':252 'put':144 'raw':146 'relev':246 'requir':143 'say':29 'section':20,28 'seem':13 'seller':287,305 'send':183 'sens':276 'shell':79 'smart':47 'softwar':38,60 'sourc':109,137,147,171,185,238,263 'specif':270 'system':97 'termin':88 'thing':106,302 'transfer':200 'tv':48,153,177 'tvs':290 'use':82,223 'user':159 'util':80 'verifi':253 'version':125 'violat':18 'would':142 'written':180 'www.busybox.net':71 'www.busybox.net/),':70 'www.gnu.org':23 'www.gnu.org/licenses/old-licenses/lgpl-2.0.html#sec5).':22 'year':214"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6977876"
  +editedAt: DateTimeImmutable @1709983104 {#2053
    date: 2024-03-09 12:18:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704048714 {#2125
    date: 2023-12-31 19:51:54.0 +01:00
  }
  +"title": 267961
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#3250
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703749204 {#2071
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 258681
      -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6918032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703749204 {#2067
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +"title": 258681
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#3236
    date: 2023-12-27 21:56:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#3250
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703749204 {#2071
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 258681
      -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6918032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703749204 {#2067
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +"title": 258681
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#3236
    date: 2023-12-27 21:56:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#3250
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703749204 {#2071
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 258681
      -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6918032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703749204 {#2067
        date: 2023-12-28 08:40:04.0 +01:00
      }
      +"title": 258681
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#3236
    date: 2023-12-27 21:56:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#3250
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#3236
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703749204 {#2071
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 258681
  -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6918032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703749204 {#2067
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +"title": 258681
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#3250
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#3236
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703749204 {#2071
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 258681
  -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6918032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703749204 {#2067
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +"title": 258681
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 52
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#3250
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#3236
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "I am not quite yet st the level where I have a ton of user scripts I’d be lost without, so SSHing into a box is hardly a speed bump for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703749204 {#2071
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 258681
  -bodyTs: "'box':26 'bump':31 'd':18 'hard':28 'level':8 'lost':20 'quit':4 'script':16 'speed':30 'sshing':23 'st':6 'ton':13 'user':15 'without':21 'yet':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6918032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703749204 {#2067
    date: 2023-12-28 08:40:04.0 +01:00
  }
  +"title": 258681
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2339
  +user: Proxies\__CG__\App\Entity\User {#3233 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3268
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3273 …}
  +votes: Doctrine\ORM\PersistentCollection {#3276 …}
  +reports: Doctrine\ORM\PersistentCollection {#3278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
  +badges: Doctrine\ORM\PersistentCollection {#3284 …}
  +children: [
    App\Entity\EntryComment {#2335
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1703567711 {#2343
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 252833
      -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6884133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703567711 {#2336
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +"title": 252833
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3256
    date: 2023-12-25 09:28:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2339
  +user: Proxies\__CG__\App\Entity\User {#3233 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3268
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3273 …}
  +votes: Doctrine\ORM\PersistentCollection {#3276 …}
  +reports: Doctrine\ORM\PersistentCollection {#3278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
  +badges: Doctrine\ORM\PersistentCollection {#3284 …}
  +children: [
    App\Entity\EntryComment {#2335
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1703567711 {#2343
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 252833
      -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6884133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703567711 {#2336
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +"title": 252833
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3256
    date: 2023-12-25 09:28:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2339
  +user: Proxies\__CG__\App\Entity\User {#3233 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
  +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
  +url: null
  +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 354
  +favouriteCount: 249
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704559219 {#3268
    date: 2024-01-06 17:40:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3273 …}
  +votes: Doctrine\ORM\PersistentCollection {#3276 …}
  +reports: Doctrine\ORM\PersistentCollection {#3278 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
  +badges: Doctrine\ORM\PersistentCollection {#3284 …}
  +children: [
    App\Entity\EntryComment {#2335
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2339 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1703567711 {#2343
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@case_when@feddit.uk"
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 252833
      -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6884133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703567711 {#2336
        date: 2023-12-26 06:15:11.0 +01:00
      }
      +"title": 252833
    }
  ]
  -id: 24620
  -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
  -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703579294
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/5978231"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703492894 {#3256
    date: 2023-12-25 09:28:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#2335
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2339
    +user: Proxies\__CG__\App\Entity\User {#3233 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3268
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3273 …}
    +votes: Doctrine\ORM\PersistentCollection {#3276 …}
    +reports: Doctrine\ORM\PersistentCollection {#3278 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
    +badges: Doctrine\ORM\PersistentCollection {#3284 …}
    +children: [
      App\Entity\EntryComment {#2335}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3256
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1703567711 {#2343
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 252833
  -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6884133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703567711 {#2336
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +"title": 252833
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\EntryComment {#2335
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2339
    +user: Proxies\__CG__\App\Entity\User {#3233 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3268
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3273 …}
    +votes: Doctrine\ORM\PersistentCollection {#3276 …}
    +reports: Doctrine\ORM\PersistentCollection {#3278 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
    +badges: Doctrine\ORM\PersistentCollection {#3284 …}
    +children: [
      App\Entity\EntryComment {#2335}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3256
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1703567711 {#2343
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 252833
  -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6884133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703567711 {#2336
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +"title": 252833
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\EntryComment {#2335
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2339
    +user: Proxies\__CG__\App\Entity\User {#3233 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "What-distros-have-you-tried-and-thought-Nope-this-one-s"
    +title: "What distros have you tried and thought, "Nope, this one's not for me"?"
    +url: null
    +body: "I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 354
    +favouriteCount: 249
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704559219 {#3268
      date: 2024-01-06 17:40:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3273 …}
    +votes: Doctrine\ORM\PersistentCollection {#3276 …}
    +reports: Doctrine\ORM\PersistentCollection {#3278 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3280 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3282 …}
    +badges: Doctrine\ORM\PersistentCollection {#3284 …}
    +children: [
      App\Entity\EntryComment {#2335}
    ]
    -id: 24620
    -titleTs: "'distro':2 'nope':8 'one':10 'thought':7 'tri':5"
    -bodyTs: "'chang':16 'felt':12 'forev':8 'interest':20 'linux':5 'm':19 'mint':6 'move':26 'never':11 'other':24 'persuad':23 'reason':14 'sinc':7 'use':4 've':2,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703579294
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/5978231"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703492894 {#3256
      date: 2023-12-25 09:28:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I’m sure you know it by now, but Mint is the “I Can’t Believe It’s Not Windows!” distro very much on purpose, haha."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1703567711 {#2343
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@case_when@feddit.uk"
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 252833
  -bodyTs: "'believ':16 'distro':21 'haha':26 'know':5 'm':2 'mint':10 'much':23 'purpos':25 'sure':3 'window':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6884133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703567711 {#2336
    date: 2023-12-26 06:15:11.0 +01:00
  }
  +"title": 252833
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#3092
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3097 …}
  +votes: Doctrine\ORM\PersistentCollection {#3107 …}
  +reports: Doctrine\ORM\PersistentCollection {#3109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
  +badges: Doctrine\ORM\PersistentCollection {#3115 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Here’s the ELI5 answer I’d give to your friend:\n
        \n
        Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
        \n
        The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
        \n
        As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
        \n
        It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
        \n
        Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
        \n
        Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703429520 {#2289
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 248662
      -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6857855"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703429520 {#2328
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +"title": 248662
    }
  ]
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#3038
    date: 2023-12-24 09:45:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#3092
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3097 …}
  +votes: Doctrine\ORM\PersistentCollection {#3107 …}
  +reports: Doctrine\ORM\PersistentCollection {#3109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
  +badges: Doctrine\ORM\PersistentCollection {#3115 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Here’s the ELI5 answer I’d give to your friend:\n
        \n
        Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
        \n
        The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
        \n
        As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
        \n
        It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
        \n
        Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
        \n
        Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703429520 {#2289
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 248662
      -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6857855"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703429520 {#2328
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +"title": 248662
    }
  ]
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#3038
    date: 2023-12-24 09:45:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#3092
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3097 …}
  +votes: Doctrine\ORM\PersistentCollection {#3107 …}
  +reports: Doctrine\ORM\PersistentCollection {#3109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
  +badges: Doctrine\ORM\PersistentCollection {#3115 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Here’s the ELI5 answer I’d give to your friend:\n
        \n
        Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
        \n
        The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
        \n
        As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
        \n
        It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
        \n
        Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
        \n
        Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703429520 {#2289
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 248662
      -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6857855"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703429520 {#2328
        date: 2023-12-24 15:52:00.0 +01:00
      }
      +"title": 248662
    }
  ]
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#3038
    date: 2023-12-24 09:45:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Why-do-you-use-the-terminal"
    +title: "Why do you use the terminal?"
    +url: null
    +body: """
      Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
      \n
      He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 159
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710345926 {#3092
      date: 2024-03-13 17:05:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3097 …}
    +votes: Doctrine\ORM\PersistentCollection {#3107 …}
    +reports: Doctrine\ORM\PersistentCollection {#3109 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
    +badges: Doctrine\ORM\PersistentCollection {#3115 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 24380
    -titleTs: "'termin':6 'use':4"
    -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703493925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9922077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703407525 {#3038
      date: 2023-12-24 09:45:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s the ELI5 answer I’d give to your friend:\n
    \n
    Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
    \n
    The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
    \n
    As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
    \n
    It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
    \n
    Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
    \n
    Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703429520 {#2289
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 248662
  -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6857855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703429520 {#2328
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +"title": 248662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Why-do-you-use-the-terminal"
    +title: "Why do you use the terminal?"
    +url: null
    +body: """
      Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
      \n
      He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 159
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710345926 {#3092
      date: 2024-03-13 17:05:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3097 …}
    +votes: Doctrine\ORM\PersistentCollection {#3107 …}
    +reports: Doctrine\ORM\PersistentCollection {#3109 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
    +badges: Doctrine\ORM\PersistentCollection {#3115 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 24380
    -titleTs: "'termin':6 'use':4"
    -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703493925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9922077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703407525 {#3038
      date: 2023-12-24 09:45:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s the ELI5 answer I’d give to your friend:\n
    \n
    Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
    \n
    The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
    \n
    As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
    \n
    It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
    \n
    Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
    \n
    Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703429520 {#2289
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 248662
  -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6857855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703429520 {#2328
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +"title": 248662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Why-do-you-use-the-terminal"
    +title: "Why do you use the terminal?"
    +url: null
    +body: """
      Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
      \n
      He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 159
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710345926 {#3092
      date: 2024-03-13 17:05:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3097 …}
    +votes: Doctrine\ORM\PersistentCollection {#3107 …}
    +reports: Doctrine\ORM\PersistentCollection {#3109 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3113 …}
    +badges: Doctrine\ORM\PersistentCollection {#3115 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 24380
    -titleTs: "'termin':6 'use':4"
    -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703493925
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9922077"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703407525 {#3038
      date: 2023-12-24 09:45:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Here’s the ELI5 answer I’d give to your friend:\n
    \n
    Computers are like servants. They do whatever you ask of them. But to be able to ask them things, you must do so in their language. On the extreme low level that means writing code to make programs, but on a higher level, it means talking to programs someone else already wrote using special commands.\n
    \n
    The buttons and switches on a GUI that you can click on with a mouse are like pre-recorded commands that instruct the computer to do some specific thing. The button or whatever will have a symbol or text description that lets you intuitively know what it’s for, and when you click on it, it plays a pre-recorded command to the computer in its language that tells it to do that thing. With these buttons, you can ask things of the computer in its language without having to know that language.\n
    \n
    As you get more intimate with the computer, this system can start to feel a bit stiff. You’ve essentially got a butler who doesn’t speak your language, and any time you need to give him a task, you have to fumble through a basket of pre-recorded tape recorder messages to find the one for the task at hand, and play it to him. For more complex tasks, you may need to chain several of these together. It gets slow and awkward. And god forbid you don’t even *have* a tape recording for the thing you need.\n
    \n
    It’s easier if you learn the butler’s language yourself. Then you can ask him for things directly. You’re not bound to any collection of pre-recorded messages to use, you can tell him exactly what you need. And if you don’t happen to know the word for something, you can look it up. It cuts out all the faffery with fumbling over a tape recorder looking for the messages you need to play.\n
    \n
    Using a terminal is roughly the computer equivalent of speaking to your butler in his native language. You’re not limited to only the buttons and features any particular program lets you have; you can make up exactly what you need on the spot. And you never have to bounce your hand between a mouse and keyboard to do it, you can keep your hands in one position at all times, which really adds up over time in both speed and comfort.\n
    \n
    Practicing this will also give you the side perk of better understanding how the computer actually works overall, and what it’s actually doing. This knowledge can come in super handy when diagnosing problems with the thing. When a GUI gives up, a terminal can keep digging.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703429520 {#2289
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 248662
  -bodyTs: "'abl':26 'actual':438,445 'add':414 'alreadi':62 'also':426 'answer':5 'ask':20,28,148,277 'awkward':246 'basket':207 'better':433 'bit':177 'bounc':390 'bound':285 'butler':184,270,353 'button':68,98,145,365 'chain':237 'click':77,120 'code':46 'collect':288 'come':450 'comfort':422 'command':66,87,129 'complex':231 'comput':12,91,132,152,169,347,437 'cut':322 'd':7 'descript':107 'diagnos':455 'dig':469 'direct':281 'doesn':186 'easier':265 'eli5':4 'els':61 'equival':348 'essenti':181 'even':253 'exact':300,378 'extrem':40 'fafferi':326 'featur':367 'feel':175 'find':216 'forbid':249 'friend':11 'fumbl':204,328 'get':164,243 'give':8,197,427,463 'god':248 'got':182 'gui':73,462 'hand':223,392,405 'handi':453 'happen':309 'higher':53 'instruct':89 'intim':166 'intuit':111 'keep':403,468 'keyboard':397 'know':112,159,311 'knowledg':448 'languag':37,135,155,161,190,272,357 'learn':268 'let':109,371 'level':42,54 'like':14,83 'limit':361 'look':318,333 'low':41 'make':48,376 'may':234 'mean':44,56 'messag':214,293,336 'mous':81,395 'must':32 'nativ':356 'need':195,235,262,303,338,381 'never':387 'one':218,407 'overal':440 'particular':369 'perk':431 'play':124,225,340 'posit':408 'practic':423 'pre':85,127,210,291 'pre-record':84,126,209,290 'problem':456 'program':49,59,370 're':283,359 'realli':413 'record':86,128,211,213,257,292,332 'rough':345 'servant':15 'sever':238 'side':430 'slow':244 'someon':60 'someth':315 'speak':188,350 'special':65 'specif':95 'speed':420 'spot':384 'start':173 'stiff':178 'super':452 'switch':70 'symbol':104 'system':171 'talk':57 'tape':212,256,331 'task':200,221,232 'tell':137,298 'termin':343,466 'text':106 'thing':30,96,142,149,260,280,459 'time':193,411,417 'togeth':241 'understand':434 'use':64,295,341 've':180 'whatev':18,100 'without':156 'word':313 'work':439 'write':45 'wrote':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6857855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703429520 {#2328
    date: 2023-12-24 15:52:00.0 +01:00
  }
  +"title": 248662
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
  +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
  +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
  +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
  +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 242
  +favouriteCount: 748
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711817575 {#3304
    date: 2024-03-30 17:52:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    4 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
        \n
        inb4 someone says:\n
        \n
        > I did it, and I found it extremely straightforward.\n
        \n
        I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
        \n
        Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
        \n
        Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
        \n
        We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
        \n
        This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
        \n
        The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 54
      +score: 0
      +lastActive: DateTime @1703295488 {#1405
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 244739
      -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6831920"
      +editedAt: DateTimeImmutable @1706662527 {#1385
        date: 2024-01-31 01:55:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703295488 {#1382
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +"title": 244739
    }
    3 => App\Entity\EntryComment {#2029
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
        \n
        And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
        \n
        And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703319110 {#2033
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 245337
      -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836338"
      +editedAt: DateTimeImmutable @1706792427 {#2021
        date: 2024-02-01 14:00:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703319110 {#2028
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +"title": 245337
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
        \n
        Extremely charitable assumption, I’d say.\n
        \n
        I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
        \n
        > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
        \n
        I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
        \n
        Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
        \n
        I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703320641 {#2078
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@EuroNutellaMan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 245386
      -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703320641 {#2076
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +"title": 245386
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > this could’ve been done by most people with a little gumption.\n
        \n
        My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
        \n
        Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
        \n
        We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703320961 {#2095
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@TrickDacy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 245397
      -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836563"
      +editedAt: DateTimeImmutable @1706798913 {#2087
        date: 2024-02-01 15:48:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703320961 {#2091
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +"title": 245397
    }
    0 => App\Entity\EntryComment {#2330
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: "Sorry. Got my wires crossed with Mountain Lightning."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703342368 {#2345
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@insufferableninja@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 245929
      -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6839698"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703342368 {#2350
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +"title": 245929
    }
  ]
  -id: 24104
  -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
  -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703366140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9873158"
  +editedAt: DateTimeImmutable @1706576554 {#3292
    date: 2024-01-30 02:02:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703279740 {#3271
    date: 2023-12-22 22:15:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
  +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
  +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
  +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
  +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 242
  +favouriteCount: 748
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711817575 {#3304
    date: 2024-03-30 17:52:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    4 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
        \n
        inb4 someone says:\n
        \n
        > I did it, and I found it extremely straightforward.\n
        \n
        I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
        \n
        Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
        \n
        Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
        \n
        We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
        \n
        This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
        \n
        The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 54
      +score: 0
      +lastActive: DateTime @1703295488 {#1405
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 244739
      -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6831920"
      +editedAt: DateTimeImmutable @1706662527 {#1385
        date: 2024-01-31 01:55:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703295488 {#1382
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +"title": 244739
    }
    3 => App\Entity\EntryComment {#2029
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
        \n
        And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
        \n
        And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703319110 {#2033
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 245337
      -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836338"
      +editedAt: DateTimeImmutable @1706792427 {#2021
        date: 2024-02-01 14:00:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703319110 {#2028
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +"title": 245337
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
        \n
        Extremely charitable assumption, I’d say.\n
        \n
        I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
        \n
        > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
        \n
        I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
        \n
        Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
        \n
        I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703320641 {#2078
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@EuroNutellaMan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 245386
      -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703320641 {#2076
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +"title": 245386
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > this could’ve been done by most people with a little gumption.\n
        \n
        My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
        \n
        Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
        \n
        We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703320961 {#2095
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@TrickDacy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 245397
      -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836563"
      +editedAt: DateTimeImmutable @1706798913 {#2087
        date: 2024-02-01 15:48:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703320961 {#2091
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +"title": 245397
    }
    0 => App\Entity\EntryComment {#2330
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: "Sorry. Got my wires crossed with Mountain Lightning."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703342368 {#2345
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@insufferableninja@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 245929
      -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6839698"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703342368 {#2350
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +"title": 245929
    }
  ]
  -id: 24104
  -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
  -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703366140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9873158"
  +editedAt: DateTimeImmutable @1706576554 {#3292
    date: 2024-01-30 02:02:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703279740 {#3271
    date: 2023-12-22 22:15:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1404
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
  +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
  +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
  +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
  +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 242
  +favouriteCount: 748
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711817575 {#3304
    date: 2024-03-30 17:52:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    4 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
        \n
        inb4 someone says:\n
        \n
        > I did it, and I found it extremely straightforward.\n
        \n
        I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
        \n
        Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
        \n
        Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
        \n
        We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
        \n
        This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
        \n
        The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 54
      +score: 0
      +lastActive: DateTime @1703295488 {#1405
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 244739
      -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6831920"
      +editedAt: DateTimeImmutable @1706662527 {#1385
        date: 2024-01-31 01:55:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703295488 {#1382
        date: 2023-12-23 02:38:08.0 +01:00
      }
      +"title": 244739
    }
    3 => App\Entity\EntryComment {#2029
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
        \n
        And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
        \n
        And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703319110 {#2033
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 245337
      -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836338"
      +editedAt: DateTimeImmutable @1706792427 {#2021
        date: 2024-02-01 14:00:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703319110 {#2028
        date: 2023-12-23 09:11:50.0 +01:00
      }
      +"title": 245337
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
        \n
        Extremely charitable assumption, I’d say.\n
        \n
        I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
        \n
        > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
        \n
        I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
        \n
        Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
        \n
        I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703320641 {#2078
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@EuroNutellaMan@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 245386
      -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836533"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703320641 {#2076
        date: 2023-12-23 09:37:21.0 +01:00
      }
      +"title": 245386
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: """
        > this could’ve been done by most people with a little gumption.\n
        \n
        My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
        \n
        Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
        \n
        We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703320961 {#2095
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@TrickDacy@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 245397
      -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6836563"
      +editedAt: DateTimeImmutable @1706798913 {#2087
        date: 2024-02-01 15:48:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703320961 {#2091
        date: 2023-12-23 09:42:41.0 +01:00
      }
      +"title": 245397
    }
    0 => App\Entity\EntryComment {#2330
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +body: "Sorry. Got my wires crossed with Mountain Lightning."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703342368 {#2345
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gemini24601@lemmy.world"
        "@derf82@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@pixelscript@lemmy.ml"
        "@insufferableninja@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 245929
      -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6839698"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703342368 {#2350
        date: 2023-12-23 15:39:28.0 +01:00
      }
      +"title": 245929
    }
  ]
  -id: 24104
  -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
  -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703366140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9873158"
  +editedAt: DateTimeImmutable @1706576554 {#3292
    date: 2024-01-30 02:02:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703279740 {#3271
    date: 2023-12-22 22:15:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401}
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
    \n
    inb4 someone says:\n
    \n
    > I did it, and I found it extremely straightforward.\n
    \n
    I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
    \n
    Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
    \n
    Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
    \n
    We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
    \n
    This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
    \n
    The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 54
  +score: 0
  +lastActive: DateTime @1703295488 {#1405
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 244739
  -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6831920"
  +editedAt: DateTimeImmutable @1706662527 {#1385
    date: 2024-01-31 01:55:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703295488 {#1382
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +"title": 244739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401}
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
    \n
    inb4 someone says:\n
    \n
    > I did it, and I found it extremely straightforward.\n
    \n
    I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
    \n
    Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
    \n
    Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
    \n
    We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
    \n
    This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
    \n
    The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 54
  +score: 0
  +lastActive: DateTime @1703295488 {#1405
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 244739
  -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6831920"
  +editedAt: DateTimeImmutable @1706662527 {#1385
    date: 2024-01-31 01:55:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703295488 {#1382
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +"title": 244739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\EntryComment {#1401
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401}
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
    \n
    inb4 someone says:\n
    \n
    > I did it, and I found it extremely straightforward.\n
    \n
    I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
    \n
    Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
    \n
    Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
    \n
    We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
    \n
    This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
    \n
    The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 54
  +score: 0
  +lastActive: DateTime @1703295488 {#1405
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 244739
  -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6831920"
  +editedAt: DateTimeImmutable @1706662527 {#1385
    date: 2024-01-31 01:55:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703295488 {#1382
    date: 2023-12-23 02:38:08.0 +01:00
  }
  +"title": 244739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2029
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
    \n
    And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
    \n
    And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703319110 {#2033
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 245337
  -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836338"
  +editedAt: DateTimeImmutable @1706792427 {#2021
    date: 2024-02-01 14:00:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703319110 {#2028
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +"title": 245337
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#2029
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
    \n
    And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
    \n
    And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703319110 {#2033
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 245337
  -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836338"
  +editedAt: DateTimeImmutable @1706792427 {#2021
    date: 2024-02-01 14:00:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703319110 {#2028
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +"title": 245337
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#2029
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
    \n
    And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
    \n
    And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703319110 {#2033
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 245337
  -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836338"
  +editedAt: DateTimeImmutable @1706792427 {#2021
    date: 2024-02-01 14:00:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703319110 {#2028
    date: 2023-12-23 09:11:50.0 +01:00
  }
  +"title": 245337
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
    \n
    Extremely charitable assumption, I’d say.\n
    \n
    I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
    \n
    > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
    \n
    I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
    \n
    Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
    \n
    I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703320641 {#2078
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@EuroNutellaMan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 245386
  -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703320641 {#2076
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +"title": 245386
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
    \n
    Extremely charitable assumption, I’d say.\n
    \n
    I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
    \n
    > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
    \n
    I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
    \n
    Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
    \n
    I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703320641 {#2078
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@EuroNutellaMan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 245386
  -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703320641 {#2076
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +"title": 245386
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
    \n
    Extremely charitable assumption, I’d say.\n
    \n
    I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
    \n
    > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
    \n
    I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
    \n
    Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
    \n
    I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703320641 {#2078
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@EuroNutellaMan@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 245386
  -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836533"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703320641 {#2076
    date: 2023-12-23 09:37:21.0 +01:00
  }
  +"title": 245386
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#2086
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > this could’ve been done by most people with a little gumption.\n
    \n
    My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
    \n
    Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
    \n
    We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703320961 {#2095
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@TrickDacy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 245397
  -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836563"
  +editedAt: DateTimeImmutable @1706798913 {#2087
    date: 2024-02-01 15:48:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703320961 {#2091
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +"title": 245397
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#2086
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > this could’ve been done by most people with a little gumption.\n
    \n
    My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
    \n
    Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
    \n
    We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703320961 {#2095
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@TrickDacy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 245397
  -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836563"
  +editedAt: DateTimeImmutable @1706798913 {#2087
    date: 2024-02-01 15:48:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703320961 {#2091
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +"title": 245397
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#2086
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: "Sorry. Got my wires crossed with Mountain Lightning."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703342368 {#2345
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@insufferableninja@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 245929
        -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6839698"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703342368 {#2350
          date: 2023-12-23 15:39:28.0 +01:00
        }
        +"title": 245929
      }
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: """
    > this could’ve been done by most people with a little gumption.\n
    \n
    My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
    \n
    Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
    \n
    We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703320961 {#2095
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@TrickDacy@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 245397
  -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6836563"
  +editedAt: DateTimeImmutable @1706798913 {#2087
    date: 2024-02-01 15:48:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703320961 {#2091
    date: 2023-12-23 09:42:41.0 +01:00
  }
  +"title": 245397
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
App\Entity\EntryComment {#2330
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: "Sorry. Got my wires crossed with Mountain Lightning."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703342368 {#2345
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@insufferableninja@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 245929
  -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6839698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703342368 {#2350
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +"title": 245929
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
App\Entity\EntryComment {#2330
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: "Sorry. Got my wires crossed with Mountain Lightning."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703342368 {#2345
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@insufferableninja@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 245929
  -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6839698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703342368 {#2350
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +"title": 245929
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
App\Entity\EntryComment {#2330
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1404
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3312 …}
    +slug: "Ending-support-for-Windows-10-could-send-240-million-computers"
    +title: "Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?"
    +url: "https://gadgettendency.com/ending-support-for-windows-10-could-send-240-million-computers-to-the-landfill-a-stack-of-that-many-laptops-would-end-up-600-km-higher-than-the-moon/"
    +body: "With support ending for Windows 10, the most popular desktop operating system in the world currently, possibly 240 million pcs may be sent to the landfill. This is mostly due to Windows 11’s exorbitant requirements. This will most likely result in many pcs being immediately outdated, and prone to viruses. GNU/Linux may be these computers’ only secure hope, what do you think?"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 242
    +favouriteCount: 748
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711817575 {#3304
      date: 2024-03-30 17:52:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      4 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          Theoretically, when it’s up and running. How do you intend to get to that state, though? One has to install it first. And I think that alone is a massive filter.\n
          \n
          inb4 someone says:\n
          \n
          > I did it, and I found it extremely straightforward.\n
          \n
          I’m sure you did, Mr. “I hate how much Reddit is pandering to the braindead to the point that I joined an experimental social media platform”, I’m sure you did. Clearly, you are a qualitative sample of people who use Windows computers.\n
          \n
          Sarcasm aside, look at how railroaded and coddling the Windows 10 installer is. I am certain a large plurality of Windows users’ initiative would completely evaporate having to navigate *that*. And now we want to throw a Linux installation at them?\n
          \n
          Factor on top how the *vast* majority of computer users in all forms that computers take simply take for granted that the OS the computer comes with is *a part of* the computer. Normal people don’t upgrade OSes unless the OS itself railroads them into it (which Win10 already does aggressively whenable), or they buy a new PC that happens to come with it pre-installed. The knowledge required to negotiate an OS wipe and reinstall is not something most people possess, and I expect presenting that knowledge to them on a silver platter is something they’d hastily recoil from.\n
          \n
          We’re in a catch-22 here. Even if all the pieces for the fabled Linux Desktop are arguably here, actually getting it into the hands of those who would benefit from it most remains prohibitive.\n
          \n
          This is also ignoring the elephant in the room: A massive swath of these Windows PCs (Maybe even most of them? I have no backing figures, just a hunch.) are not personal computers, but office PCs that belong to a company fleet. There’s a reason Windows utterly dominates the office–Windows *rules* the IT sphere, at least where personal devices given to employees are concerned. Active Directory? Group Policy? Come on, guys. None of the companies who depend on these management tools are pivoting to Linux anytime soon, and you know it. And if their cheap, bulk order desk PCs don’t support Windows 11, they are *absolutely* getting landfilled.\n
          \n
          The only effective mitigation I could think of would be to start a charity that takes obselesced office PCs, refurbishes them to Linux, and provides them at low or no cost to those who need a low cost or free PC. It would get Linux into more hands, but it would also strengthen a stigma that Linux is nothing more than the poor man’s OS. The Dr Thunder to Window’s Mountain Dew.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 54
        +score: 0
        +lastActive: DateTime @1703295488 {#1405
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 244739
        -bodyTs: "'-22':238 '10':99 '11':374 'absolut':377 'activ':335 'actual':253 'aggress':181 'alon':28 'alreadi':179 'also':271,431 'anytim':356 'arguabl':251 'asid':90 'back':293 'belong':306 'benefit':263 'braindead':60 'bulk':366 'buy':185 'catch':237 'certain':104 'chariti':393 'cheap':365 'clear':77 'coddl':96 'come':155,192,339 'compani':309,345 'complet':113 'comput':88,138,144,154,162,301 'concern':334 'cost':410,417 'could':385 'd':229 'depend':347 'desk':368 'desktop':249 'devic':329 'dew':453 'directori':336 'domin':317 'dr':447 'effect':382 'eleph':274 'employe':332 'evapor':114 'even':240,286 'expect':216 'experiment':68 'extrem':43 'fabl':247 'factor':130 'figur':294 'filter':32 'first':23 'fleet':310 'form':142 'found':41 'free':419 'get':13,254,378,423 'given':330 'grant':149 'group':337 'guy':341 'hand':258,427 'happen':190 'hastili':230 'hate':52 'hunch':297 'ignor':272 'inb4':33 'initi':111 'instal':21,100,127,197 'intend':11 'join':66 'know':360 'knowledg':199,219 'landfil':379 'larg':106 'least':326 'linux':126,248,355,402,424,436 'look':91 'low':407,416 'm':46,73 'major':136 'man':443 'manag':350 'massiv':31,279 'mayb':285 'media':70 'mitig':383 'mountain':452 'mr':50 'much':54 'navig':117 'need':414 'negoti':202 'new':187 'none':342 'normal':163 'noth':438 'obselesc':396 'offic':303,319,397 'one':18 'order':367 'os':152,171,204,445 'ose':168 'pander':57 'part':159 'pc':188,420 'pcs':284,304,369,398 'peopl':84,164,212 'person':300,328 'piec':244 'pivot':353 'platform':71 'platter':225 'plural':107 'point':63 'polici':338 'poor':442 'possess':213 'pre':196 'pre-instal':195 'present':217 'prohibit':268 'provid':404 'qualit':81 'railroad':94,173 're':234 'reason':314 'recoil':231 'reddit':55 'refurbish':399 'reinstal':207 'remain':267 'requir':200 'room':277 'rule':321 'run':7 'sampl':82 'sarcasm':89 'say':35 'silver':224 'simpli':146 'social':69 'someon':34 'someth':210,227 'soon':357 'sphere':324 'start':391 'state':16 'stigma':434 'straightforward':44 'strengthen':432 'support':372 'sure':47,74 'swath':280 'take':145,147,395 'theoret':1 'think':26,386 'though':17 'throw':124 'thunder':448 'tool':351 'top':132 'unless':169 'upgrad':167 'use':86 'user':110,139 'utter':316 'vast':135 'want':122 'whenabl':182 'win10':178 'window':87,98,109,283,315,320,373,450 'wipe':205 'would':112,262,388,422,430"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6831920"
        +editedAt: DateTimeImmutable @1706662527 {#1385
          date: 2024-01-31 01:55:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703295488 {#1382
          date: 2023-12-23 02:38:08.0 +01:00
        }
        +"title": 244739
      }
      3 => App\Entity\EntryComment {#2029
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          I guess by “Windows installer” I actually meant the setup wizard that runs the first time you boot an OEM machine from the factory. The thing 99% of Windows users actually see. Not sure if that’s significantly different.\n
          \n
          And if you want to claim even *that* is terrible, I really have to question by what metric you’re measuring. Is it because it doesn’t give you the options you want, like creating an offline user account, or because it’s full of bloat screens for products like OneDrive? Sure, I guess. But I’d say having these criticisms are very specifically the kind of things that make you an outlier compared to the average person I’m talking about. These are things normal people don’t bat an eye at. Giving them more control just intimidates them.\n
          \n
          And yeah, I’m sure you agree, “provided [they] can create a USB” is a huge ask for a lot of people. Child’s play for us, but weird and scary black magic to most. Guides can and do make it crystal clear what to do, but as long as it *feels* spooky to download and run the magic programs, no one will feel comfortable doing it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703319110 {#2033
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 245337
        -bodyTs: "'99':27 'account':78 'actual':7,31 'agre':146 'ask':156 'averag':116 'bat':129 'black':171 'bloat':85 'boot':18 'child':162 'claim':45 'clear':182 'comfort':204 'compar':113 'control':136 'creat':74,150 'critic':100 'crystal':181 'd':96 'differ':39 'doesn':65 'download':194 'even':46 'eye':131 'factori':24 'feel':191,203 'first':15 'full':83 'give':67,133 'guess':2,93 'guid':175 'huge':155 'instal':5 'intimid':138 'kind':105 'like':73,89 'long':188 'lot':159 'm':119,143 'machin':21 'magic':172,198 'make':109,179 'meant':8 'measur':60 'metric':57 'normal':125 'oem':20 'offlin':76 'one':201 'onedr':90 'option':70 'outlier':112 'peopl':126,161 'person':117 'play':164 'product':88 'program':199 'provid':147 'question':54 're':59 'realli':51 'run':13,196 'say':97 'scari':170 'screen':86 'see':32 'setup':10 'signific':38 'specif':103 'spooki':192 'sure':34,91,144 'talk':120 'terribl':49 'thing':26,107,124 'time':16 'us':166 'usb':152 'user':30,77 'want':43,72 'weird':168 'window':4,29 'wizard':11 'yeah':141"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836338"
        +editedAt: DateTimeImmutable @1706792427 {#2021
          date: 2024-02-01 14:00:27.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703319110 {#2028
          date: 2023-12-23 09:11:50.0 +01:00
        }
        +"title": 245337
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > But, assuming most people aren’t complete morons and can actually do stuff if they decide to sit down, Google how to do it and actually do it instead of declaring “I am stupid” and not even try\n
          \n
          Extremely charitable assumption, I’d say.\n
          \n
          I do think most people do in fact possess the ability to follow instructions and succeed at installing Linux from USB. But it all falls apart at the key word “decide”. Very few people choose to devote the low, but nonzero, effort required to pull it off.\n
          \n
          > for linux specifically the hard part is entering the BIOS to disable secure boot and then go into the boot menu to select the USB\n
          \n
          I would say, for the demographic I’m thinking of, the hardest part is actually getting the installation media in the first place. Not because it’s challenging to do, but just getting over the mental barrier of this (to them) extremely unorthodox method of installing software.\n
          \n
          Like, first you have to find the thing and download it. Which, fine, that’s typical so far But the thing you download isn’t some .exe you run. No, you need to put it on a flash drive. So you need one of those lying around, either empty or with nothing important on it. But you don’t just copy the installl file onto it the ““normal”” way, nooo… you also have to separately download some strange utility that burns it onto the flash drive in some special way or else it won’t work. Only *then* do you have to tickle the BIOS.\n
          \n
          I understand if you or anyone else reading rolls their eyes at that description because these steps are so boneheadedly simple. And I agree, they are. But it’s not so much a question of whether it’s hard to do, it’s a question of whether it feels safe and natural to do. Which, to you and me, it is. But to the kind of person who, as you say, shouldn’t even be using a computer in the first place (but they must anyhow, because trying to live in our modern information age society without one closes too many doors), it’s an uncomfortable, dark ritual.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1703320641 {#2078
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@EuroNutellaMan@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 245386
        -bodyTs: "'abil':55 'actual':11,26,131 'age':363 'agre':292 'also':235 'anyhow':354 'anyon':274 'apart':70 'aren':5 'around':210 'assum':2 'assumpt':41 'barrier':153 'bio':101,268 'bonehead':288 'boot':105,111 'burn':244 'challeng':144 'charit':40 'choos':79 'close':367 'complet':7 'comput':346 'copi':224 'd':43 'dark':375 'decid':16,75 'declar':31 'demograph':122 'descript':282 'devot':81 'disabl':103 'door':370 'download':173,186,239 'drive':202,249 'effort':86 'either':211 'els':255,275 'empti':212 'enter':99 'even':37,342 'exe':190 'extrem':39,158 'eye':279 'fact':52 'fall':69 'far':181 'feel':317 'file':227 'find':169 'fine':176 'first':138,165,349 'flash':201,248 'follow':57 'get':132,149 'go':108 'googl':20 'hard':96,307 'hardest':128 'import':216 'inform':362 'instal':62,134,162 'install':226 'instead':29 'instruct':58 'isn':187 'key':73 'kind':333 'lie':209 'like':164 'linux':63,93 'live':358 'low':83 'm':124 'mani':369 'media':135 'mental':152 'menu':112 'method':160 'modern':361 'moron':8 'much':300 'must':353 'natur':320 'need':195,205 'nonzero':85 'nooo':233 'normal':231 'noth':215 'one':206,366 'onto':228,246 'part':97,129 'peopl':4,49,78 'person':335 'place':139,350 'possess':53 'pull':89 'put':197 'question':302,313 'read':276 'requir':87 'ritual':376 'roll':277 'run':192 'safe':318 'say':44,119,339 'secur':104 'select':114 'separ':238 'shouldn':340 'simpl':289 'sit':18 'societi':364 'softwar':163 'special':252 'specif':94 'step':285 'strang':241 'stuff':13 'stupid':34 'succeed':60 'thing':171,184 'think':47,125 'tickl':266 'tri':38,356 'typic':179 'uncomfort':374 'understand':270 'unorthodox':159 'usb':65,116 'use':344 'util':242 'way':232,253 'whether':304,315 'without':365 'won':257 'word':74 'work':259 'would':118"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836533"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703320641 {#2076
          date: 2023-12-23 09:37:21.0 +01:00
        }
        +"title": 245386
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1404 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +body: """
          > this could’ve been done by most people with a little gumption.\n
          \n
          My point was not that installing Linux is intrinsically difficult, it’s that people who have “a little gumption” to figure it out are a far rarer breed than you seem to believe.\n
          \n
          Also, I wasn’t intending to “shit all over the possibility” of salvaging old PCs. I support that! I think Linux (Mint, specifically) would be a perfect drop-in for most light use Windows users, as it is a stable and friendly solution to common needs. I was just raising the part most people overlook: actually getting it running. Not just the technical challenges, but the mental ones, too. The people who stand to gain the most from a free and stable OS are paradoxically the same people who are the least equipped to find and set it up.\n
          \n
          We have a long road ahead of us to normalize the procedures of obtaining and installing a new OS in the public eye. Linux can be as user friendly as you like, but it’s all for nothing to the average Joe if he doesn’t understand how to get it. Or why he should even bother getting it, for that matter.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703320961 {#2095
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Gemini24601@lemmy.world"
          "@derf82@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@pixelscript@lemmy.ml"
          "@TrickDacy@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 245397
        -bodyTs: "'actual':102 'ahead':151 'also':46 'averag':186 'believ':45 'bother':202 'breed':40 'challeng':110 'common':91 'could':2 'difficult':22 'doesn':190 'done':5 'drop':74 'drop-in':73 'equip':139 'even':201 'eye':168 'far':38 'figur':33 'find':141 'free':126 'friend':88,174 'gain':121 'get':103,195,203 'gumption':12,31 'instal':18,161 'intend':50 'intrins':21 'joe':187 'least':138 'light':78 'like':177 'linux':19,66,169 'littl':11,30 'long':149 'matter':207 'mental':113 'mint':67 'need':92 'new':163 'normal':155 'noth':183 'obtain':159 'old':59 'one':114 'os':129,164 'overlook':101 'paradox':131 'part':98 'pcs':60 'peopl':8,26,100,117,134 'perfect':72 'point':14 'possibl':56 'procedur':157 'public':167 'rais':96 'rarer':39 'road':150 'run':105 'salvag':58 'seem':43 'set':143 'shit':52 'solut':89 'specif':68 'stabl':86,128 'stand':119 'support':62 'technic':109 'think':65 'understand':192 'us':153 'use':79 'user':81,173 've':3 'wasn':48 'window':80 'would':69"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6836563"
        +editedAt: DateTimeImmutable @1706798913 {#2087
          date: 2024-02-01 15:48:33.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703320961 {#2091
          date: 2023-12-23 09:42:41.0 +01:00
        }
        +"title": 245397
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 24104
    -titleTs: "'10':5 '240':8 'comput':10 'could':6 'end':1 'instal':16 'landfil':13 'linux':17 'million':9 'send':7 'support':2 'window':4"
    -bodyTs: "'10':6 '11':33 '240':18 'comput':56 'current':16 'desktop':10 'due':30 'end':3 'exorbit':35 'gnu/linux':52 'hope':59 'immedi':46 'landfil':26 'like':40 'mani':43 'may':21,53 'million':19 'most':29 'oper':11 'outdat':47 'pcs':20,44 'popular':9 'possibl':17 'prone':49 'requir':36 'result':41 'secur':58 'sent':23 'support':2 'system':12 'think':63 'virus':51 'window':5,32 'world':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703366140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9873158"
    +editedAt: DateTimeImmutable @1706576554 {#3292
      date: 2024-01-30 02:02:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703279740 {#3271
      date: 2023-12-22 22:15:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +body: "Sorry. Got my wires crossed with Mountain Lightning."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703342368 {#2345
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gemini24601@lemmy.world"
    "@derf82@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@pixelscript@lemmy.ml"
    "@insufferableninja@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 245929
  -bodyTs: "'cross':5 'got':2 'lightn':8 'mountain':7 'sorri':1 'wire':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6839698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703342368 {#2350
    date: 2023-12-23 15:39:28.0 +01:00
  }
  +"title": 245929
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
  +slug: "What-s-up-my-fellow-trees"
  +title: "What's up, my fellow trees?"
  +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700483266 {#3424
    date: 2023-11-20 13:27:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3431 …}
  +votes: Doctrine\ORM\PersistentCollection {#3433 …}
  +reports: Doctrine\ORM\PersistentCollection {#3435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
  +badges: Doctrine\ORM\PersistentCollection {#3441 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "“Uncanny fakes are worse than reality” is a hot take now?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700421540 {#1410
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makmarian@kbin.social"
        "@FlyingSquid@lemmy.world"
        "@imPastaSyndrome@lemm.ee"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 140628
      -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5944643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700421540 {#1874
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +"title": 140628
    }
  ]
  -id: 14405
  -titleTs: "'fellow':5 'tree':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700487899
  +visibility: "visible             "
  +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700401499 {#3411
    date: 2023-11-19 14:44:59.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
111 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
  +slug: "What-s-up-my-fellow-trees"
  +title: "What's up, my fellow trees?"
  +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700483266 {#3424
    date: 2023-11-20 13:27:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3431 …}
  +votes: Doctrine\ORM\PersistentCollection {#3433 …}
  +reports: Doctrine\ORM\PersistentCollection {#3435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
  +badges: Doctrine\ORM\PersistentCollection {#3441 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "“Uncanny fakes are worse than reality” is a hot take now?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700421540 {#1410
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makmarian@kbin.social"
        "@FlyingSquid@lemmy.world"
        "@imPastaSyndrome@lemm.ee"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 140628
      -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5944643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700421540 {#1874
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +"title": 140628
    }
  ]
  -id: 14405
  -titleTs: "'fellow':5 'tree':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700487899
  +visibility: "visible             "
  +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700401499 {#3411
    date: 2023-11-19 14:44:59.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
112 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#3388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
  +slug: "What-s-up-my-fellow-trees"
  +title: "What's up, my fellow trees?"
  +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700483266 {#3424
    date: 2023-11-20 13:27:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3431 …}
  +votes: Doctrine\ORM\PersistentCollection {#3433 …}
  +reports: Doctrine\ORM\PersistentCollection {#3435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
  +badges: Doctrine\ORM\PersistentCollection {#3441 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "“Uncanny fakes are worse than reality” is a hot take now?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700421540 {#1410
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makmarian@kbin.social"
        "@FlyingSquid@lemmy.world"
        "@imPastaSyndrome@lemm.ee"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 140628
      -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5944643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700421540 {#1874
        date: 2023-11-19 20:19:00.0 +01:00
      }
      +"title": 140628
    }
  ]
  -id: 14405
  -titleTs: "'fellow':5 'tree':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700487899
  +visibility: "visible             "
  +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700401499 {#3411
    date: 2023-11-19 14:44:59.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
    +slug: "What-s-up-my-fellow-trees"
    +title: "What's up, my fellow trees?"
    +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700483266 {#3424
      date: 2023-11-20 13:27:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3431 …}
    +votes: Doctrine\ORM\PersistentCollection {#3433 …}
    +reports: Doctrine\ORM\PersistentCollection {#3435 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
    +badges: Doctrine\ORM\PersistentCollection {#3441 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14405
    -titleTs: "'fellow':5 'tree':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700487899
    +visibility: "visible             "
    +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700401499 {#3411
      date: 2023-11-19 14:44:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "“Uncanny fakes are worse than reality” is a hot take now?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700421540 {#1410
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makmarian@kbin.social"
    "@FlyingSquid@lemmy.world"
    "@imPastaSyndrome@lemm.ee"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 140628
  -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5944643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700421540 {#1874
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +"title": 140628
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
    +slug: "What-s-up-my-fellow-trees"
    +title: "What's up, my fellow trees?"
    +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700483266 {#3424
      date: 2023-11-20 13:27:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3431 …}
    +votes: Doctrine\ORM\PersistentCollection {#3433 …}
    +reports: Doctrine\ORM\PersistentCollection {#3435 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
    +badges: Doctrine\ORM\PersistentCollection {#3441 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14405
    -titleTs: "'fellow':5 'tree':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700487899
    +visibility: "visible             "
    +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700401499 {#3411
      date: 2023-11-19 14:44:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "“Uncanny fakes are worse than reality” is a hot take now?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700421540 {#1410
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makmarian@kbin.social"
    "@FlyingSquid@lemmy.world"
    "@imPastaSyndrome@lemm.ee"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 140628
  -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5944643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700421540 {#1874
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +"title": 140628
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#3388 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3429 …}
    +slug: "What-s-up-my-fellow-trees"
    +title: "What's up, my fellow trees?"
    +url: "https://media.kbin.social/media/7f/e4/7fe4096c0feec9b92c2ca0f51d9e6ccd741a7ac8a83aa8acce54b5924fc39021.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700483266 {#3424
      date: 2023-11-20 13:27:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3431 …}
    +votes: Doctrine\ORM\PersistentCollection {#3433 …}
    +reports: Doctrine\ORM\PersistentCollection {#3435 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3437 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3439 …}
    +badges: Doctrine\ORM\PersistentCollection {#3441 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14405
    -titleTs: "'fellow':5 'tree':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700487899
    +visibility: "visible             "
    +apId: "https://kbin.social/m/memes@lemmy.ml/t/639370"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700401499 {#3411
      date: 2023-11-19 14:44:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "“Uncanny fakes are worse than reality” is a hot take now?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700421540 {#1410
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makmarian@kbin.social"
    "@FlyingSquid@lemmy.world"
    "@imPastaSyndrome@lemm.ee"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 140628
  -bodyTs: "'fake':2 'hot':9 'realiti':6 'take':10 'uncanni':1 'wors':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5944643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700421540 {#1874
    date: 2023-11-19 20:19:00.0 +01:00
  }
  +"title": 140628
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2380
  +user: Proxies\__CG__\App\Entity\User {#3410 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
  +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
  +url: null
  +body: """
    ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
    \n
    ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 168
  +favouriteCount: 166
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1700179929 {#3405
    date: 2023-11-17 01:12:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3412 …}
  +votes: Doctrine\ORM\PersistentCollection {#3414 …}
  +reports: Doctrine\ORM\PersistentCollection {#3416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
  +badges: Doctrine\ORM\PersistentCollection {#3422 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
        \n
        Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
        \n
        The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 22
      +score: 0
      +lastActive: DateTime @1699867943 {#2361
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@IverCoder@lemm.ee"
        "@tetris11@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 119156
      -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5757388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699867943 {#2364
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +"title": 119156
    }
  ]
  -id: 12460
  -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
  -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699935548
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14744568"
  +editedAt: DateTimeImmutable @1700001047 {#3391
    date: 2023-11-14 23:30:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699849148 {#3369
    date: 2023-11-13 05:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2380
  +user: Proxies\__CG__\App\Entity\User {#3410 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
  +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
  +url: null
  +body: """
    ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
    \n
    ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 168
  +favouriteCount: 166
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1700179929 {#3405
    date: 2023-11-17 01:12:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3412 …}
  +votes: Doctrine\ORM\PersistentCollection {#3414 …}
  +reports: Doctrine\ORM\PersistentCollection {#3416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
  +badges: Doctrine\ORM\PersistentCollection {#3422 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
        \n
        Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
        \n
        The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 22
      +score: 0
      +lastActive: DateTime @1699867943 {#2361
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@IverCoder@lemm.ee"
        "@tetris11@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 119156
      -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5757388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699867943 {#2364
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +"title": 119156
    }
  ]
  -id: 12460
  -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
  -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699935548
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14744568"
  +editedAt: DateTimeImmutable @1700001047 {#3391
    date: 2023-11-14 23:30:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699849148 {#3369
    date: 2023-11-13 05:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2380
  +user: Proxies\__CG__\App\Entity\User {#3410 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
  +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
  +url: null
  +body: """
    ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
    \n
    ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 168
  +favouriteCount: 166
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1700179929 {#3405
    date: 2023-11-17 01:12:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3412 …}
  +votes: Doctrine\ORM\PersistentCollection {#3414 …}
  +reports: Doctrine\ORM\PersistentCollection {#3416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
  +badges: Doctrine\ORM\PersistentCollection {#3422 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
        \n
        Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
        \n
        The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 22
      +score: 0
      +lastActive: DateTime @1699867943 {#2361
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@IverCoder@lemm.ee"
        "@tetris11@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 119156
      -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5757388"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699867943 {#2364
        date: 2023-11-13 10:32:23.0 +01:00
      }
      +"title": 119156
    }
  ]
  -id: 12460
  -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
  -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699935548
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14744568"
  +editedAt: DateTimeImmutable @1700001047 {#3391
    date: 2023-11-14 23:30:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699849148 {#3369
    date: 2023-11-13 05:19:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3410 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
    +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
    +url: null
    +body: """
      ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
      \n
      ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 168
    +favouriteCount: 166
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1700179929 {#3405
      date: 2023-11-17 01:12:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3412 …}
    +votes: Doctrine\ORM\PersistentCollection {#3414 …}
    +reports: Doctrine\ORM\PersistentCollection {#3416 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
    +badges: Doctrine\ORM\PersistentCollection {#3422 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 12460
    -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
    -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699935548
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14744568"
    +editedAt: DateTimeImmutable @1700001047 {#3391
      date: 2023-11-14 23:30:47.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699849148 {#3369
      date: 2023-11-13 05:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
    \n
    Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
    \n
    The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 22
  +score: 0
  +lastActive: DateTime @1699867943 {#2361
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@IverCoder@lemm.ee"
    "@tetris11@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 119156
  -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5757388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699867943 {#2364
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +"title": 119156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3410 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
    +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
    +url: null
    +body: """
      ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
      \n
      ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 168
    +favouriteCount: 166
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1700179929 {#3405
      date: 2023-11-17 01:12:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3412 …}
    +votes: Doctrine\ORM\PersistentCollection {#3414 …}
    +reports: Doctrine\ORM\PersistentCollection {#3416 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
    +badges: Doctrine\ORM\PersistentCollection {#3422 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 12460
    -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
    -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699935548
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14744568"
    +editedAt: DateTimeImmutable @1700001047 {#3391
      date: 2023-11-14 23:30:47.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699849148 {#3369
      date: 2023-11-13 05:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
    \n
    Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
    \n
    The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 22
  +score: 0
  +lastActive: DateTime @1699867943 {#2361
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@IverCoder@lemm.ee"
    "@tetris11@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 119156
  -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5757388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699867943 {#2364
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +"title": 119156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#3410 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Content-Warning-Transphobia-From-the-very-same-people-who-tell"
    +title: "[Content Warning: Transphobia] From the very same people who tell us to "boycott Wayland""
    +url: null
    +body: """
      ![Transphobic comments](https://i.imgur.com/S20wGsa.png)\n
      \n
      ![Intentionally silencing the truth](https://i.imgur.com/waPxEaD.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 168
    +favouriteCount: 166
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1700179929 {#3405
      date: 2023-11-17 01:12:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3412 …}
    +votes: Doctrine\ORM\PersistentCollection {#3414 …}
    +reports: Doctrine\ORM\PersistentCollection {#3416 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3418 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3420 …}
    +badges: Doctrine\ORM\PersistentCollection {#3422 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 12460
    -titleTs: "'boycott':13 'content':1 'peopl':8 'tell':10 'transphobia':3 'us':11 'warn':2 'wayland':14"
    -bodyTs: "'/s20wgsa.png)':5 '/wapxead.png)':12 'comment':2 'i.imgur.com':4,11 'i.imgur.com/s20wgsa.png)':3 'i.imgur.com/wapxead.png)':10 'intent':6 'silenc':7 'transphob':1 'truth':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699935548
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14744568"
    +editedAt: DateTimeImmutable @1700001047 {#3391
      date: 2023-11-14 23:30:47.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699849148 {#3369
      date: 2023-11-13 05:19:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    I had a period where I didn’t really understand the GPL or what it was trying to do. All I knew is that it was ““viral”” (whatever the hell that meant!) and that, supposedly, trying to use it would forever bind you and your creation to who knows what unforeseen legal horrors. I mean, look how long it is! It’s frightening! I wanted absolutely nothing to do with it at first.\n
    \n
    Then I got a clue and actually read it. It’s quite straightforward. For almost all serves and purposes it’s basically just MIT plus copyleft. All the legal density is just an effort to squash every conceivable loophole to the copyleft directive. I’m no longer afraid of it, I think it’s pretty cool.\n
    \n
    The thing I want to know now is why so many projects think their shit don’t stink and that they need to pollute the FOSS ecosystem with their own stupid permissive license that is functionally identical to the MIT license.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 22
  +score: 0
  +lastActive: DateTime @1699867943 {#2361
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@IverCoder@lemm.ee"
    "@tetris11@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 119156
  -bodyTs: "'absolut':66 'actual':80 'afraid':121 'almost':88 'basic':95 'bind':42 'clue':78 'conceiv':111 'cool':129 'copyleft':99,115 'creation':46 'densiti':103 'didn':7 'direct':116 'ecosystem':156 'effort':107 'everi':110 'first':73 'forev':41 'foss':155 'frighten':63 'function':165 'got':76 'gpl':12 'hell':30 'horror':53 'ident':166 'knew':22 'know':49,135 'legal':52,102 'licens':162,170 'long':58 'longer':120 'look':56 'loophol':112 'm':118 'mani':140 'mean':55 'meant':32 'mit':97,169 'need':151 'noth':67 'period':4 'permiss':161 'plus':98 'pollut':153 'pretti':128 'project':141 'purpos':92 'quit':85 'read':81 'realli':9 'serv':90 'shit':144 'squash':109 'stink':147 'straightforward':86 'stupid':160 'suppos':35 'thing':131 'think':125,142 'tri':17,36 'understand':10 'unforeseen':51 'use':38 'viral':27 'want':65,133 'whatev':28 'would':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5757388"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699867943 {#2364
    date: 2023-11-13 10:32:23.0 +01:00
  }
  +"title": 119156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    To me it was quite clear that they were asking, “Why Arch over Mint *for OP*?” They weren’t asking why *you* like it, they were asking why you think OP would like it.\n
    \n
    In that context I think experience is extremely relevant.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1699713952 {#2460
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jezebelley@lemmy.zip"
    "@woelkchen@lemmy.world"
    "@LazaroFilm@lemmy.world"
    "@aniki@lemm.ee"
    "@MrBubbles96@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 111379
  -bodyTs: "'arch':12 'ask':10,20,27 'clear':6 'context':37 'experi':40 'extrem':42 'like':23,33 'mint':14 'op':16,31 'quit':5 'relev':43 'think':30,39 'weren':18 'would':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5706006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699713952 {#2453
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +"title": 111379
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    To me it was quite clear that they were asking, “Why Arch over Mint *for OP*?” They weren’t asking why *you* like it, they were asking why you think OP would like it.\n
    \n
    In that context I think experience is extremely relevant.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1699713952 {#2460
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jezebelley@lemmy.zip"
    "@woelkchen@lemmy.world"
    "@LazaroFilm@lemmy.world"
    "@aniki@lemm.ee"
    "@MrBubbles96@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 111379
  -bodyTs: "'arch':12 'ask':10,20,27 'clear':6 'context':37 'experi':40 'extrem':42 'like':23,33 'mint':14 'op':16,31 'quit':5 'relev':43 'think':30,39 'weren':18 'would':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5706006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699713952 {#2453
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +"title": 111379
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    To me it was quite clear that they were asking, “Why Arch over Mint *for OP*?” They weren’t asking why *you* like it, they were asking why you think OP would like it.\n
    \n
    In that context I think experience is extremely relevant.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1699713952 {#2460
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Jezebelley@lemmy.zip"
    "@woelkchen@lemmy.world"
    "@LazaroFilm@lemmy.world"
    "@aniki@lemm.ee"
    "@MrBubbles96@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 111379
  -bodyTs: "'arch':12 'ask':10,20,27 'clear':6 'context':37 'experi':40 'extrem':42 'like':23,33 'mint':14 'op':16,31 'quit':5 'relev':43 'think':30,39 'weren':18 'would':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5706006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699713952 {#2453
    date: 2023-11-11 15:45:52.0 +01:00
  }
  +"title": 111379
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Dumbest-Thing-you-have-done-distro-hopping"
  +title: "Dumbest Thing you have done distro-hopping?"
  +url: null
  +body: """
    I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
    \n
    For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
    \n
    It confused me because I was not sure if I was on my solid state drive or the HDD.\n
    \n
    So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
    \n
    See kids, this is why you back up. Off the computer. Oh well.\n
    \n
    EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 95
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699852549 {#3366
    date: 2023-11-13 06:15:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
        \n
        The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
        \n
        Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
        \n
        I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1699795150 {#1717
        date: 2023-11-12 14:19:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DidacticDumbass@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 110326
      -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5699763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699687906 {#1739
        date: 2023-11-11 08:31:46.0 +01:00
      }
      +"title": 110326
    }
  ]
  -id: 11915
  -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
  -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699755071
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6608656"
  +editedAt: DateTimeImmutable @1699774836 {#3352
    date: 2023-11-12 08:40:36.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699668671 {#3328
    date: 2023-11-11 03:11:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Dumbest-Thing-you-have-done-distro-hopping"
  +title: "Dumbest Thing you have done distro-hopping?"
  +url: null
  +body: """
    I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
    \n
    For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
    \n
    It confused me because I was not sure if I was on my solid state drive or the HDD.\n
    \n
    So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
    \n
    See kids, this is why you back up. Off the computer. Oh well.\n
    \n
    EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 95
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699852549 {#3366
    date: 2023-11-13 06:15:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
        \n
        The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
        \n
        Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
        \n
        I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1699795150 {#1717
        date: 2023-11-12 14:19:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DidacticDumbass@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 110326
      -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5699763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699687906 {#1739
        date: 2023-11-11 08:31:46.0 +01:00
      }
      +"title": 110326
    }
  ]
  -id: 11915
  -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
  -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699755071
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6608656"
  +editedAt: DateTimeImmutable @1699774836 {#3352
    date: 2023-11-12 08:40:36.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699668671 {#3328
    date: 2023-11-11 03:11:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
  +slug: "Dumbest-Thing-you-have-done-distro-hopping"
  +title: "Dumbest Thing you have done distro-hopping?"
  +url: null
  +body: """
    I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
    \n
    For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
    \n
    It confused me because I was not sure if I was on my solid state drive or the HDD.\n
    \n
    So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
    \n
    See kids, this is why you back up. Off the computer. Oh well.\n
    \n
    EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 95
  +favouriteCount: 137
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699852549 {#3366
    date: 2023-11-13 06:15:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3373 …}
  +votes: Doctrine\ORM\PersistentCollection {#3375 …}
  +reports: Doctrine\ORM\PersistentCollection {#3377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
  +badges: Doctrine\ORM\PersistentCollection {#3383 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
        \n
        The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
        \n
        Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
        \n
        I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1699795150 {#1717
        date: 2023-11-12 14:19:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DidacticDumbass@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 110326
      -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5699763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699687906 {#1739
        date: 2023-11-11 08:31:46.0 +01:00
      }
      +"title": 110326
    }
  ]
  -id: 11915
  -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
  -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699755071
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6608656"
  +editedAt: DateTimeImmutable @1699774836 {#3352
    date: 2023-11-12 08:40:36.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699668671 {#3328
    date: 2023-11-11 03:11:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3371 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Dumbest-Thing-you-have-done-distro-hopping"
    +title: "Dumbest Thing you have done distro-hopping?"
    +url: null
    +body: """
      I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
      \n
      For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
      \n
      It confused me because I was not sure if I was on my solid state drive or the HDD.\n
      \n
      So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
      \n
      See kids, this is why you back up. Off the computer. Oh well.\n
      \n
      EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 95
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699852549 {#3366
      date: 2023-11-13 06:15:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 11915
    -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
    -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699755071
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6608656"
    +editedAt: DateTimeImmutable @1699774836 {#3352
      date: 2023-11-12 08:40:36.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699668671 {#3328
      date: 2023-11-11 03:11:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
    \n
    The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
    \n
    Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
    \n
    I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699795150 {#1717
    date: 2023-11-12 14:19:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DidacticDumbass@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 110326
  -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5699763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699687906 {#1739
    date: 2023-11-11 08:31:46.0 +01:00
  }
  +"title": 110326
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3371 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Dumbest-Thing-you-have-done-distro-hopping"
    +title: "Dumbest Thing you have done distro-hopping?"
    +url: null
    +body: """
      I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
      \n
      For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
      \n
      It confused me because I was not sure if I was on my solid state drive or the HDD.\n
      \n
      So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
      \n
      See kids, this is why you back up. Off the computer. Oh well.\n
      \n
      EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 95
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699852549 {#3366
      date: 2023-11-13 06:15:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 11915
    -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
    -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699755071
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6608656"
    +editedAt: DateTimeImmutable @1699774836 {#3352
      date: 2023-11-12 08:40:36.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699668671 {#3328
      date: 2023-11-11 03:11:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
    \n
    The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
    \n
    Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
    \n
    I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699795150 {#1717
    date: 2023-11-12 14:19:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DidacticDumbass@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 110326
  -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5699763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699687906 {#1739
    date: 2023-11-11 08:31:46.0 +01:00
  }
  +"title": 110326
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3371 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3054 …}
    +slug: "Dumbest-Thing-you-have-done-distro-hopping"
    +title: "Dumbest Thing you have done distro-hopping?"
    +url: null
    +body: """
      I just discovered something I did so idiotic I need a stronger adjective that what is in my name.\n
      \n
      For one of my installs, I accidentally overwrote my 1TB HDD. A few minutes ago I wanted to put back some files… and all I saw was a distro.\n
      \n
      It confused me because I was not sure if I was on my solid state drive or the HDD.\n
      \n
      So, those files are gone. A lot is gone. Nothing too precious, I think… It might be a tremendous fuck up.\n
      \n
      See kids, this is why you back up. Off the computer. Oh well.\n
      \n
      EDIT: Recovering files using Photorec. Everyone who recommended this to me is a hero. Also a hero is the person who recommended FTK, but I was too eager to use something now than to sign up to download. I still should though…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 95
    +favouriteCount: 137
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699852549 {#3366
      date: 2023-11-13 06:15:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3373 …}
    +votes: Doctrine\ORM\PersistentCollection {#3375 …}
    +reports: Doctrine\ORM\PersistentCollection {#3377 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3379 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3381 …}
    +badges: Doctrine\ORM\PersistentCollection {#3383 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 11915
    -titleTs: "'distro':7 'distro-hop':6 'done':5 'dumbest':1 'hop':8 'thing':2"
    -bodyTs: "'1tb':29 'accident':26 'adject':13 'ago':34 'also':116 'back':39,95 'comput':99 'confus':50 'discov':3 'distro':48 'download':139 'drive':64 'eager':129 'edit':102 'everyon':107 'file':41,70,104 'ftk':124 'fuck':87 'gone':72,76 'hdd':30,67 'hero':115,118 'idiot':8 'instal':24 'kid':90 'lot':74 'might':83 'minut':33 'name':19 'need':10 'noth':77 'oh':100 'one':21 'overwrot':27 'person':121 'photorec':106 'precious':79 'put':38 'recommend':109,123 'recov':103 'saw':45 'see':89 'sign':136 'solid':62 'someth':4,132 'state':63 'still':141 'stronger':12 'sure':56 'think':81 'though':143 'tremend':86 'use':105,131 'want':36 'well':101"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699755071
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6608656"
    +editedAt: DateTimeImmutable @1699774836 {#3352
      date: 2023-11-12 08:40:36.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699668671 {#3328
      date: 2023-11-11 03:11:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I put my home directory on another partition, because I heard very early on that it can better facilitate distro hopping. That is not the stupid part, that’s actually good advice.\n
    \n
    The stupid part was assuming that Linux users are identified by name, and that as long as I create a user with the same name as the one on my previous install, things would Just Work.\n
    \n
    Im reality, Linux users are integer IDs under the hood. And in my original system, my current user at the time was *not* the first user I had created on that system. Thus, when I set up my new OS, mounted the home partition, and set the first user to have the same name, I was immediately unable to log in. The name match meant I was trying to read my home dir, but the UID mismatch was telling me I had no permission to read it. I was feeling ballsy with the install and elected to not enable the root user, so I had an effectively bricked OS right out of the box.\n
    \n
    I’m sure there was some voodoo I could have done to recover it on that attempt, but I just said screw it and reinstalled.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1699795150 {#1717
    date: 2023-11-12 14:19:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DidacticDumbass@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 110326
  -bodyTs: "'actual':30 'advic':32 'anoth':7 'assum':37 'attempt':199 'ballsi':159 'better':18 'box':182 'brick':176 'could':191 'creat':51,97 'current':85 'dir':141 'directori':5 'distro':20 'done':193 'earli':13 'effect':175 'elect':164 'enabl':167 'facilit':19 'feel':158 'first':93,116 'good':31 'heard':11 'home':4,111,140 'hood':78 'hop':21 'id':75 'identifi':42 'im':69 'immedi':125 'instal':64,162 'integ':74 'linux':39,71 'log':128 'long':48 'm':184 'match':132 'meant':133 'mismatch':145 'mount':109 'name':44,57,122,131 'new':107 'one':60 'origin':82 'os':108,177 'part':27,35 'partit':8,112 'permiss':152 'previous':63 'put':2 'read':138,154 'realiti':70 'recov':195 'reinstal':207 'right':178 'root':169 'said':203 'screw':204 'set':104,114 'stupid':26,34 'sure':185 'system':83,100 'tell':147 'thing':65 'thus':101 'time':89 'tri':136 'uid':144 'unabl':126 'user':40,53,72,86,94,117,170 'voodoo':189 'work':68 'would':66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5699763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699687906 {#1739
    date: 2023-11-11 08:31:46.0 +01:00
  }
  +"title": 110326
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1596
  +user: Proxies\__CG__\App\Entity\User {#3307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: Proxies\__CG__\App\Entity\Image {#3351 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
  +slug: "Loving-this-AI-revolution-so-far"
  +title: "Loving this AI revolution so far"
  +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 1461
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699385345 {#3346
    date: 2023-11-07 20:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3354 …}
  +votes: Doctrine\ORM\PersistentCollection {#3356 …}
  +reports: Doctrine\ORM\PersistentCollection {#3358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
  +badges: Doctrine\ORM\PersistentCollection {#3364 …}
  +children: [
    2 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1699202961 {#1701
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1557 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 92922
      -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537425"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699202961 {#1702
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +"title": 92922
    }
    1 => App\Entity\EntryComment {#1628
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
        \n
        They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 31
      +score: 0
      +lastActive: DateTime @1699203371 {#1611
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 92945
      -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537624"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699203371 {#1629
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +"title": 92945
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
        \n
        Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699212433 {#1736
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
        "@pixelscript@lemmy.ml"
        "@CyberEgg@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 93299
      -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5541209"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699212433 {#1730
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +"title": 93299
    }
  ]
  -id: 10171
  -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699280021
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8581330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699193621 {#3331
    date: 2023-11-05 15:13:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1596
  +user: Proxies\__CG__\App\Entity\User {#3307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: Proxies\__CG__\App\Entity\Image {#3351 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
  +slug: "Loving-this-AI-revolution-so-far"
  +title: "Loving this AI revolution so far"
  +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 1461
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699385345 {#3346
    date: 2023-11-07 20:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3354 …}
  +votes: Doctrine\ORM\PersistentCollection {#3356 …}
  +reports: Doctrine\ORM\PersistentCollection {#3358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
  +badges: Doctrine\ORM\PersistentCollection {#3364 …}
  +children: [
    2 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1699202961 {#1701
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1557 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 92922
      -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537425"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699202961 {#1702
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +"title": 92922
    }
    1 => App\Entity\EntryComment {#1628
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
        \n
        They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 31
      +score: 0
      +lastActive: DateTime @1699203371 {#1611
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 92945
      -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537624"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699203371 {#1629
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +"title": 92945
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
        \n
        Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699212433 {#1736
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
        "@pixelscript@lemmy.ml"
        "@CyberEgg@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 93299
      -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5541209"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699212433 {#1730
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +"title": 93299
    }
  ]
  -id: 10171
  -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699280021
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8581330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699193621 {#3331
    date: 2023-11-05 15:13:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1596
  +user: Proxies\__CG__\App\Entity\User {#3307 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: Proxies\__CG__\App\Entity\Image {#3351 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
  +slug: "Loving-this-AI-revolution-so-far"
  +title: "Loving this AI revolution so far"
  +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 1461
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699385345 {#3346
    date: 2023-11-07 20:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3354 …}
  +votes: Doctrine\ORM\PersistentCollection {#3356 …}
  +reports: Doctrine\ORM\PersistentCollection {#3358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
  +badges: Doctrine\ORM\PersistentCollection {#3364 …}
  +children: [
    2 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1699202961 {#1701
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1557 …}
      +votes: Doctrine\ORM\PersistentCollection {#1558 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 92922
      -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537425"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699202961 {#1702
        date: 2023-11-05 17:49:21.0 +01:00
      }
      +"title": 92922
    }
    1 => App\Entity\EntryComment {#1628
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
        \n
        They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 31
      +score: 0
      +lastActive: DateTime @1699203371 {#1611
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 92945
      -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5537624"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699203371 {#1629
        date: 2023-11-05 17:56:11.0 +01:00
      }
      +"title": 92945
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: """
        Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
        \n
        Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699212433 {#1736
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rustydrd@sh.itjust.works"
        "@linearchaos@lemmy.world"
        "@VaultBoyNewVegas@lemmy.world"
        "@bleistift2@feddit.de"
        "@pete_the_cat@lemmy.world"
        "@pixelscript@lemmy.ml"
        "@CyberEgg@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 93299
      -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5541209"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699212433 {#1730
        date: 2023-11-05 20:27:13.0 +01:00
      }
      +"title": 93299
    }
  ]
  -id: 10171
  -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699280021
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8581330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699193621 {#3331
    date: 2023-11-05 15:13:41.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619}
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1699202961 {#1701
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1557 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 92922
  -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537425"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699202961 {#1702
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +"title": 92922
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619}
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1699202961 {#1701
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1557 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 92922
  -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537425"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699202961 {#1702
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +"title": 92922
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619}
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1699202961 {#1701
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1557 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 92922
  -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537425"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699202961 {#1702
    date: 2023-11-05 17:49:21.0 +01:00
  }
  +"title": 92922
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
    \n
    They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 31
  +score: 0
  +lastActive: DateTime @1699203371 {#1611
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 92945
  -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537624"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699203371 {#1629
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +"title": 92945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
147 DENIED edit
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
    \n
    They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 31
  +score: 0
  +lastActive: DateTime @1699203371 {#1611
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 92945
  -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537624"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699203371 {#1629
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +"title": 92945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
148 DENIED moderate
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
          \n
          Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699212433 {#1736
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
          "@pixelscript@lemmy.ml"
          "@CyberEgg@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -id: 93299
        -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5541209"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699212433 {#1730
          date: 2023-11-05 20:27:13.0 +01:00
        }
        +"title": 93299
      }
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
    \n
    They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 31
  +score: 0
  +lastActive: DateTime @1699203371 {#1611
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 92945
  -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5537624"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699203371 {#1629
    date: 2023-11-05 17:56:11.0 +01:00
  }
  +"title": 92945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
150 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
    \n
    Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699212433 {#1736
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
    "@pixelscript@lemmy.ml"
    "@CyberEgg@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 93299
  -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5541209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212433 {#1730
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +"title": 93299
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
151 DENIED edit
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
    \n
    Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699212433 {#1736
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
    "@pixelscript@lemmy.ml"
    "@CyberEgg@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 93299
  -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5541209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212433 {#1730
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +"title": 93299
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
152 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1596
    +user: Proxies\__CG__\App\Entity\User {#3307 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
    +image: Proxies\__CG__\App\Entity\Image {#3351 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3353 …}
    +slug: "Loving-this-AI-revolution-so-far"
    +title: "Loving this AI revolution so far"
    +url: "https://sh.itjust.works/pictrs/image/e9af89d3-d5f6-4519-b337-74b6dba7963b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 1461
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699385345 {#3346
      date: 2023-11-07 20:29:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3354 …}
    +votes: Doctrine\ORM\PersistentCollection {#3356 …}
    +reports: Doctrine\ORM\PersistentCollection {#3358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3360 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3362 …}
    +badges: Doctrine\ORM\PersistentCollection {#3364 …}
    +children: [
      2 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: "If only [shibboleet](https://xkcd.com/806/) actually worked…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1699202961 {#1701
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1557 …}
        +votes: Doctrine\ORM\PersistentCollection {#1558 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 92922
        -bodyTs: "'/806/)':6 'actual':7 'shibboleet':3 'work':8 'xkcd.com':5 'xkcd.com/806/)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537425"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699202961 {#1702
          date: 2023-11-05 17:49:21.0 +01:00
        }
        +"title": 92922
      }
      1 => App\Entity\EntryComment {#1628
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1596 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +body: """
          > I always start off by telling them “I know what I’m talking about, I work in IT, let’s skip the basics, I’ve tried it all already.” but they sometimes still don’t listen.\n
          \n
          They don’t listen because, unfortunately, for every one person telling the truth, there’s probably at least three people who don’t have an iota of a clue about their system but lie about it because they think claiming they’re an expert is a cheat code to getting better support. Ruins it for the rest of us.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 31
        +score: 0
        +lastActive: DateTime @1699203371 {#1611
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rustydrd@sh.itjust.works"
          "@linearchaos@lemmy.world"
          "@VaultBoyNewVegas@lemmy.world"
          "@bleistift2@feddit.de"
          "@pete_the_cat@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 92945
        -bodyTs: "'alreadi':29 'alway':2 'basic':23 'better':87 'cheat':83 'claim':76 'clue':65 'code':84 'everi':44 'expert':80 'get':86 'iota':62 'know':9 'least':54 'let':19 'lie':70 'listen':36,40 'm':12 'one':45 'peopl':56 'person':46 'probabl':52 're':78 'rest':93 'ruin':89 'skip':21 'sometim':32 'start':3 'still':33 'support':88 'system':68 'talk':13 'tell':6,47 'think':75 'three':55 'tri':26 'truth':49 'unfortun':42 'us':95 've':25 'work':16"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5537624"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699203371 {#1629
          date: 2023-11-05 17:56:11.0 +01:00
        }
        +"title": 92945
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -id: 10171
    -titleTs: "'ai':3 'far':6 'love':1 'revolut':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699280021
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8581330"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699193621 {#3331
      date: 2023-11-05 15:13:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: """
    Obviously it depends on the specific kind of support and the hotline I am calling, but if it’s a complex issue, and the support hotline is a national toll free number that’s clearly outsourced to whatever crummy T1 support call center, I don’t even bother with details. It just confuses them, and I know they have a script that management will fillet them over not following even if they know what to do. Just mash A through the script and save the effort for T2 and higher.\n
    \n
    Who knows. Sometimes that T1 script catches things you missed. It’s designed to weed out the simple stuff, after all. When you directly leapt to more advanced troubleshooting, sometimes you leave an obvious step behind.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699212433 {#1736
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rustydrd@sh.itjust.works"
    "@linearchaos@lemmy.world"
    "@VaultBoyNewVegas@lemmy.world"
    "@bleistift2@feddit.de"
    "@pete_the_cat@lemmy.world"
    "@pixelscript@lemmy.ml"
    "@CyberEgg@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 93299
  -bodyTs: "'advanc':118 'behind':126 'bother':48 'call':15,42 'catch':97 'center':43 'clear':35 'complex':21 'confus':53 'crummi':39 'depend':3 'design':103 'detail':50 'direct':114 'effort':86 'even':47,70 'fillet':65 'follow':69 'free':31 'higher':90 'hotlin':12,26 'issu':22 'kind':7 'know':57,73,92 'leapt':115 'leav':122 'manag':63 'mash':78 'miss':100 'nation':29 'number':32 'obvious':1,124 'outsourc':36 'save':84 'script':61,82,96 'simpl':108 'sometim':93,120 'specif':6 'step':125 'stuff':109 'support':9,25,41 't1':40,95 't2':88 'thing':98 'toll':30 'troubleshoot':119 'weed':105 'whatev':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5541209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699212433 {#1730
    date: 2023-11-05 20:27:13.0 +01:00
  }
  +"title": 93299
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
153 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
154 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#3330 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3332 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Gamedev-and-linux"
  +title: "Gamedev and linux"
  +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
  +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699368395 {#3325
    date: 2023-11-07 15:46:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3336 …}
  +reports: Doctrine\ORM\PersistentCollection {#3338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
  +badges: Doctrine\ORM\PersistentCollection {#3344 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +body: """
        When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
        \n
        1. They won’t take my detailed report\n
        2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
        3. If they do read my report, then it’s likely something they already are aware of\n
        4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
        \n
        Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
        \n
        With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699041650 {#1668
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@uis@lemmy.world"
        "@WatTyler@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1795 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 87893
      -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5483086"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699041650 {#1567
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +"title": 87893
    }
  ]
  -id: 9058
  -titleTs: "'gamedev':1 'linux':3"
  -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698966912
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7659809"
  +editedAt: DateTimeImmutable @1699409493 {#3310
    date: 2023-11-08 03:11:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698880512 {#3289
    date: 2023-11-02 00:15:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
155 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#3330 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3332 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Gamedev-and-linux"
  +title: "Gamedev and linux"
  +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
  +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699368395 {#3325
    date: 2023-11-07 15:46:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3336 …}
  +reports: Doctrine\ORM\PersistentCollection {#3338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
  +badges: Doctrine\ORM\PersistentCollection {#3344 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +body: """
        When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
        \n
        1. They won’t take my detailed report\n
        2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
        3. If they do read my report, then it’s likely something they already are aware of\n
        4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
        \n
        Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
        \n
        With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699041650 {#1668
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@uis@lemmy.world"
        "@WatTyler@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1795 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 87893
      -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5483086"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699041650 {#1567
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +"title": 87893
    }
  ]
  -id: 9058
  -titleTs: "'gamedev':1 'linux':3"
  -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698966912
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7659809"
  +editedAt: DateTimeImmutable @1699409493 {#3310
    date: 2023-11-08 03:11:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698880512 {#3289
    date: 2023-11-02 00:15:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
156 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#3330 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#3332 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Gamedev-and-linux"
  +title: "Gamedev and linux"
  +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
  +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699368395 {#3325
    date: 2023-11-07 15:46:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3336 …}
  +reports: Doctrine\ORM\PersistentCollection {#3338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
  +badges: Doctrine\ORM\PersistentCollection {#3344 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
      +body: """
        When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
        \n
        1. They won’t take my detailed report\n
        2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
        3. If they do read my report, then it’s likely something they already are aware of\n
        4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
        \n
        Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
        \n
        With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699041650 {#1668
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@uis@lemmy.world"
        "@WatTyler@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1711 …}
      +votes: Doctrine\ORM\PersistentCollection {#1795 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 87893
      -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5483086"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699041650 {#1567
        date: 2023-11-03 21:00:50.0 +01:00
      }
      +"title": 87893
    }
  ]
  -id: 9058
  -titleTs: "'gamedev':1 'linux':3"
  -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698966912
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7659809"
  +editedAt: DateTimeImmutable @1699409493 {#3310
    date: 2023-11-08 03:11:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698880512 {#3289
    date: 2023-11-02 00:15:12.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
157 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
158 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#3330 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3332 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Gamedev-and-linux"
    +title: "Gamedev and linux"
    +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
    +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 581
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699368395 {#3325
      date: 2023-11-07 15:46:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3336 …}
    +reports: Doctrine\ORM\PersistentCollection {#3338 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
    +badges: Doctrine\ORM\PersistentCollection {#3344 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 9058
    -titleTs: "'gamedev':1 'linux':3"
    -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698966912
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7659809"
    +editedAt: DateTimeImmutable @1699409493 {#3310
      date: 2023-11-08 03:11:33.0 +01:00
    }
    +createdAt: DateTimeImmutable @1698880512 {#3289
      date: 2023-11-02 00:15:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +body: """
    When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
    \n
    1. They won’t take my detailed report\n
    2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
    3. If they do read my report, then it’s likely something they already are aware of\n
    4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
    \n
    Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
    \n
    With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699041650 {#1668
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@uis@lemmy.world"
    "@WatTyler@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1795 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 87893
  -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5483086"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699041650 {#1567
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +"title": 87893
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
159 DENIED edit
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#3330 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3332 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Gamedev-and-linux"
    +title: "Gamedev and linux"
    +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
    +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 581
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699368395 {#3325
      date: 2023-11-07 15:46:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3336 …}
    +reports: Doctrine\ORM\PersistentCollection {#3338 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
    +badges: Doctrine\ORM\PersistentCollection {#3344 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 9058
    -titleTs: "'gamedev':1 'linux':3"
    -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698966912
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7659809"
    +editedAt: DateTimeImmutable @1699409493 {#3310
      date: 2023-11-08 03:11:33.0 +01:00
    }
    +createdAt: DateTimeImmutable @1698880512 {#3289
      date: 2023-11-02 00:15:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +body: """
    When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
    \n
    1. They won’t take my detailed report\n
    2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
    3. If they do read my report, then it’s likely something they already are aware of\n
    4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
    \n
    Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
    \n
    With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699041650 {#1668
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@uis@lemmy.world"
    "@WatTyler@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1795 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 87893
  -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5483086"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699041650 {#1567
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +"title": 87893
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
160 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#3330 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: Proxies\__CG__\App\Entity\Image {#3332 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Gamedev-and-linux"
    +title: "Gamedev and linux"
    +url: "https://treebrary.pone.social/cache/media_attachments/files/111/337/423/264/873/984/original/4512ea4ef904b07c.png"
    +body: "Source: [reddit.com/…/despite_having_just_58_sales_over_38…](https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 581
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699368395 {#3325
      date: 2023-11-07 15:46:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3336 …}
    +reports: Doctrine\ORM\PersistentCollection {#3338 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3342 …}
    +badges: Doctrine\ORM\PersistentCollection {#3344 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 9058
    -titleTs: "'gamedev':1 'linux':3"
    -bodyTs: "'/despite_having_just_58_sales_over_38':3 '/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':6 'reddit.com':2 'sourc':1 'www.reddit.com':5 'www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698966912
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7659809"
    +editedAt: DateTimeImmutable @1699409493 {#3310
      date: 2023-11-08 03:11:33.0 +01:00
    }
    +createdAt: DateTimeImmutable @1698880512 {#3289
      date: 2023-11-02 00:15:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1630 …}
  +body: """
    When it comes to closed-source software developed opaquely by for-profit corporations, particularly the huge, monolithic ones like Microsoft, I generally have the attitude that, if I do discover a problem:\n
    \n
    1. They won’t take my detailed report\n
    2. If they do take my report, it goes straight into a shredder bin (or a massive queue where low priority problems go to die, which may as well be the same thing)\n
    3. If they do read my report, then it’s likely something they already are aware of\n
    4. If they don’t know about it somehow, the issue is probably so low-priority and niche that it wouldn’t escape the backlog anyway\n
    \n
    Probably not nearly as bleak as I make it out. But when you can’t see the process, how can you tell?\n
    \n
    With open source projects, these things can all still happen, but at least the process is more transparent. You can see exactly where your issue is, and what’s been done to it so far, if anything. Other users can discover and vouch for your problem. And if the dev team takes pull requests, and you are willing, able, and permitted to contribute, you can make the fix yourself.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699041650 {#1668
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@uis@lemmy.world"
    "@WatTyler@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1795 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 87893
  -bodyTs: "'1':35 '2':43 '3':76 '4':93 'abl':200 'alreadi':89 'anyth':178 'anyway':119 'attitud':27 'awar':91 'backlog':118 'bin':56 'bleak':124 'close':6 'closed-sourc':5 'come':3 'contribut':204 'corpor':15 'detail':41 'dev':191 'develop':9 'die':67 'discov':32,182 'done':172 'escap':116 'exact':163 'far':176 'fix':209 'for-profit':12 'general':24 'go':65 'goe':51 'happen':151 'huge':18 'issu':103,166 'know':98 'least':154 'like':21,86 'low':62,108 'low-prior':107 'make':127,207 'massiv':59 'may':69 'microsoft':22 'monolith':19 'near':122 'nich':111 'one':20 'opaqu':10 'open':143 'particular':16 'permit':202 'prioriti':63,109 'probabl':105,120 'problem':34,64,187 'process':137,156 'profit':14 'project':145 'pull':194 'queue':60 'read':80 'report':42,49,82 'request':195 'see':135,162 'shredder':55 'softwar':8 'somehow':101 'someth':87 'sourc':7,144 'still':150 'straight':52 'take':39,47,193 'team':192 'tell':141 'thing':75,147 'transpar':159 'user':180 'vouch':184 'well':71 'will':199 'won':37 'wouldn':114"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5483086"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699041650 {#1567
    date: 2023-11-03 21:00:50.0 +01:00
  }
  +"title": 87893
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
161 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
162 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "If the current tools work fine, have decades of historic support and battle testing, and the alternatives offer little to no net benefit, uhh, why?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699392537 {#1431
    date: 2023-11-07 22:28:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PumpkinDrama@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 87783
  -bodyTs: "'altern':17 'battl':13 'benefit':23 'current':3 'decad':8 'fine':6 'histor':10 'littl':19 'net':22 'offer':18 'support':11 'test':14 'tool':4 'uhh':24 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5388805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698767588 {#1694
    date: 2023-10-31 16:53:08.0 +01:00
  }
  +"title": 87783
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
163 DENIED edit
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "If the current tools work fine, have decades of historic support and battle testing, and the alternatives offer little to no net benefit, uhh, why?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699392537 {#1431
    date: 2023-11-07 22:28:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PumpkinDrama@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 87783
  -bodyTs: "'altern':17 'battl':13 'benefit':23 'current':3 'decad':8 'fine':6 'histor':10 'littl':19 'net':22 'offer':18 'support':11 'test':14 'tool':4 'uhh':24 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5388805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698767588 {#1694
    date: 2023-10-31 16:53:08.0 +01:00
  }
  +"title": 87783
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
164 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "If the current tools work fine, have decades of historic support and battle testing, and the alternatives offer little to no net benefit, uhh, why?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699392537 {#1431
    date: 2023-11-07 22:28:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@PumpkinDrama@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 87783
  -bodyTs: "'altern':17 'battl':13 'benefit':23 'current':3 'decad':8 'fine':6 'histor':10 'littl':19 'net':22 'offer':18 'support':11 'test':14 'tool':4 'uhh':24 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5388805"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698767588 {#1694
    date: 2023-10-31 16:53:08.0 +01:00
  }
  +"title": 87783
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
165 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
166 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details