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

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 …}
}
2.56 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.62 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 {#1725
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727676017 {#1733
    date: 2024-09-30 08:00:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  +badges: Doctrine\ORM\PersistentCollection {#2060 …}
  +children: [
    App\Entity\EntryComment {#1731
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1725 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
        \n
        Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
        \n
        Then after a second I remembered USB block devices are usually writable by users, but it was too late.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705935754 {#1556
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1723 …}
      +nested: Doctrine\ORM\PersistentCollection {#1721 …}
      +votes: Doctrine\ORM\PersistentCollection {#1728 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
      -id: 331541
      -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7622431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705935754 {#1625
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +"title": 331541
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#1404
    date: 2024-01-22 07:23: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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1725
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727676017 {#1733
    date: 2024-09-30 08:00:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  +badges: Doctrine\ORM\PersistentCollection {#2060 …}
  +children: [
    App\Entity\EntryComment {#1731
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1725 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
        \n
        Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
        \n
        Then after a second I remembered USB block devices are usually writable by users, but it was too late.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705935754 {#1556
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1723 …}
      +nested: Doctrine\ORM\PersistentCollection {#1721 …}
      +votes: Doctrine\ORM\PersistentCollection {#1728 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
      -id: 331541
      -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7622431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705935754 {#1625
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +"title": 331541
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#1404
    date: 2024-01-22 07:23: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1725
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727676017 {#1733
    date: 2024-09-30 08:00:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2083 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  +badges: Doctrine\ORM\PersistentCollection {#2060 …}
  +children: [
    App\Entity\EntryComment {#1731
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1725 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
        \n
        Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
        \n
        Then after a second I remembered USB block devices are usually writable by users, but it was too late.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705935754 {#1556
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1723 …}
      +nested: Doctrine\ORM\PersistentCollection {#1721 …}
      +votes: Doctrine\ORM\PersistentCollection {#1728 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
      -id: 331541
      -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7622431"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705935754 {#1625
        date: 2024-01-22 16:02:34.0 +01:00
      }
      +"title": 331541
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#1404
    date: 2024-01-22 07:23: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
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 {#1731
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1725
    +user: Proxies\__CG__\App\Entity\User {#2462 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 94
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727676017 {#1733
      date: 2024-09-30 08:00:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2083 …}
    +votes: Doctrine\ORM\PersistentCollection {#2076 …}
    +reports: Doctrine\ORM\PersistentCollection {#2079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
    +badges: Doctrine\ORM\PersistentCollection {#2060 …}
    +children: [
      App\Entity\EntryComment {#1731}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#1404
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
    \n
    Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
    \n
    Then after a second I remembered USB block devices are usually writable by users, but it was too late.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705935754 {#1556
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1723 …}
  +nested: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  -id: 331541
  -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7622431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935754 {#1625
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +"title": 331541
}
"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 {#1731
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1725
    +user: Proxies\__CG__\App\Entity\User {#2462 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 94
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727676017 {#1733
      date: 2024-09-30 08:00:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2083 …}
    +votes: Doctrine\ORM\PersistentCollection {#2076 …}
    +reports: Doctrine\ORM\PersistentCollection {#2079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
    +badges: Doctrine\ORM\PersistentCollection {#2060 …}
    +children: [
      App\Entity\EntryComment {#1731}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#1404
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
    \n
    Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
    \n
    Then after a second I remembered USB block devices are usually writable by users, but it was too late.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705935754 {#1556
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1723 …}
  +nested: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  -id: 331541
  -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7622431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935754 {#1625
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +"title": 331541
}
"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 {#1731
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1725
    +user: Proxies\__CG__\App\Entity\User {#2462 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 94
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727676017 {#1733
      date: 2024-09-30 08:00:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2083 …}
    +votes: Doctrine\ORM\PersistentCollection {#2076 …}
    +reports: Doctrine\ORM\PersistentCollection {#2079 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2040 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
    +badges: Doctrine\ORM\PersistentCollection {#2060 …}
    +children: [
      App\Entity\EntryComment {#1731}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#1404
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Just straight up overwriting boot sector and superblock of my hard drive thinking it’s the USB drive.\n
    \n
    Udev tried to warn me, saying there’s no permission, and I just typed sudo without thinking.\n
    \n
    Then after a second I remembered USB block devices are usually writable by users, but it was too late.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705935754 {#1556
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1723 …}
  +nested: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  -id: 331541
  -bodyTs: "'block':43 'boot':5 'devic':44 'drive':12,18 'hard':11 'late':54 'overwrit':4 'permiss':28 'rememb':41 'say':24 'second':39 'sector':6 'straight':2 'sudo':33 'superblock':8 'think':13,35 'tri':20 'type':32 'udev':19 'usb':17,42 'user':49 'usual':46 'warn':22 'without':34 'writabl':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7622431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705935754 {#1625
    date: 2024-01-22 16:02:34.0 +01:00
  }
  +"title": 331541
}
"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
Proxies\__CG__\App\Entity\Entry {#1686
  +user: Proxies\__CG__\App\Entity\User {#2385 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
  +title: "are wayland and pipewire building off of weaker systems"
  +url: null
  +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726931557 {#2335
    date: 2024-09-21 17:12:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2071 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
      +body: "Advanced Linux sound architecture"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705612745 {#1795
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1604 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 320411
      -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7506133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705612745 {#1692
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +"title": 320411
    }
  ]
  -id: 31537
  -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
  -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705685741
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10718345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705599341 {#2328
    date: 2024-01-18 18:35: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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1686
  +user: Proxies\__CG__\App\Entity\User {#2385 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
  +title: "are wayland and pipewire building off of weaker systems"
  +url: null
  +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726931557 {#2335
    date: 2024-09-21 17:12:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2071 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
      +body: "Advanced Linux sound architecture"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705612745 {#1795
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1604 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 320411
      -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7506133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705612745 {#1692
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +"title": 320411
    }
  ]
  -id: 31537
  -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
  -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705685741
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10718345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705599341 {#2328
    date: 2024-01-18 18:35: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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1686
  +user: Proxies\__CG__\App\Entity\User {#2385 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
  +title: "are wayland and pipewire building off of weaker systems"
  +url: null
  +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726931557 {#2335
    date: 2024-09-21 17:12:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2071 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
      +body: "Advanced Linux sound architecture"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705612745 {#1795
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1604 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -id: 320411
      -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7506133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705612745 {#1692
        date: 2024-01-18 22:19:05.0 +01:00
      }
      +"title": 320411
    }
  ]
  -id: 31537
  -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
  -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705685741
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10718345"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705599341 {#2328
    date: 2024-01-18 18:35: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
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
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1686
    +user: Proxies\__CG__\App\Entity\User {#2385 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
    +title: "are wayland and pipewire building off of weaker systems"
    +url: null
    +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 10
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726931557 {#2335
      date: 2024-09-21 17:12:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2011 …}
    +votes: Doctrine\ORM\PersistentCollection {#2137 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2071 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 31537
    -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
    -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705685741
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10718345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705599341 {#2328
      date: 2024-01-18 18:35:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
  +body: "Advanced Linux sound architecture"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705612745 {#1795
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 320411
  -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7506133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705612745 {#1692
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +"title": 320411
}
"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
15 DENIED edit
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1686
    +user: Proxies\__CG__\App\Entity\User {#2385 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
    +title: "are wayland and pipewire building off of weaker systems"
    +url: null
    +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 10
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726931557 {#2335
      date: 2024-09-21 17:12:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2011 …}
    +votes: Doctrine\ORM\PersistentCollection {#2137 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2071 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 31537
    -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
    -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705685741
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10718345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705599341 {#2328
      date: 2024-01-18 18:35:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
  +body: "Advanced Linux sound architecture"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705612745 {#1795
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 320411
  -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7506133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705612745 {#1692
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +"title": 320411
}
"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
16 DENIED moderate
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1686
    +user: Proxies\__CG__\App\Entity\User {#2385 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "are-wayland-and-pipewire-building-off-of-weaker-systems"
    +title: "are wayland and pipewire building off of weaker systems"
    +url: null
    +body: "hi all, to my understanding the above are like WINE in that they try to remedy an unideal situation and thus have to operate with older protocols. is that understanding correct or are they independent / capable of being independent"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 10
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726931557 {#2335
      date: 2024-09-21 17:12:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2011 …}
    +votes: Doctrine\ORM\PersistentCollection {#2137 …}
    +reports: Doctrine\ORM\PersistentCollection {#2068 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2071 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 31537
    -titleTs: "'build':5 'pipewir':4 'system':9 'wayland':2 'weaker':8"
    -bodyTs: "'capabl':36 'correct':31 'hi':1 'independ':35,39 'like':9 'older':26 'oper':24 'protocol':27 'remedi':16 'situat':19 'thus':21 'tri':14 'understand':5,30 'unid':18 'wine':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705685741
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10718345"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705599341 {#2328
      date: 2024-01-18 18:35:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1689 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1680 …}
  +body: "Advanced Linux sound architecture"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705612745 {#1795
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -id: 320411
  -bodyTs: "'advanc':1 'architectur':4 'linux':2 'sound':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7506133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705612745 {#1692
    date: 2024-01-18 22:19:05.0 +01:00
  }
  +"title": 320411
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2349
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  +badges: Doctrine\ORM\PersistentCollection {#2343 …}
  +children: [
    1 => App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1720042238 {#1697
        date: 2024-07-03 23:30:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 292423
      -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182009"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762399 {#1709
        date: 2024-01-09 02:06:39.0 +01:00
      }
      +"title": 292423
    }
    0 => App\Entity\EntryComment {#1558
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +body: """
        I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
        \n
        Did it ever get better with time?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704762484 {#1653
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@beerclue@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1597 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 292426
      -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182034"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762484 {#1554
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +"title": 292426
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2018
    date: 2024-01-08 21:36:53.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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2349
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  +badges: Doctrine\ORM\PersistentCollection {#2343 …}
  +children: [
    1 => App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1720042238 {#1697
        date: 2024-07-03 23:30:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 292423
      -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182009"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762399 {#1709
        date: 2024-01-09 02:06:39.0 +01:00
      }
      +"title": 292423
    }
    0 => App\Entity\EntryComment {#1558
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +body: """
        I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
        \n
        Did it ever get better with time?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704762484 {#1653
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@beerclue@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1597 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 292426
      -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182034"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762484 {#1554
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +"title": 292426
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2018
    date: 2024-01-08 21:36:53.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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
  +slug: "Linux-in-the-corporate-space"
  +title: "Linux in the corporate space"
  +url: null
  +body: """
    I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
    \n
    While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
    \n
    I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722606537 {#2349
    date: 2024-08-02 15:48:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  +badges: Doctrine\ORM\PersistentCollection {#2343 …}
  +children: [
    1 => App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1720042238 {#1697
        date: 2024-07-03 23:30:38.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1560 …}
      +votes: Doctrine\ORM\PersistentCollection {#1551 …}
      +reports: Doctrine\ORM\PersistentCollection {#1585 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
      -id: 292423
      -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182009"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762399 {#1709
        date: 2024-01-09 02:06:39.0 +01:00
      }
      +"title": 292423
    }
    0 => App\Entity\EntryComment {#1558
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
      +body: """
        I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
        \n
        Did it ever get better with time?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704762484 {#1653
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tekkip20@lemmy.world"
        "@beerclue@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1597 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1630 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 292426
      -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7182034"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704762484 {#1554
        date: 2024-01-09 02:08:04.0 +01:00
      }
      +"title": 292426
    }
  ]
  -id: 28153
  -titleTs: "'corpor':4 'linux':1 'space':5"
  -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704832613
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10470862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704746213 {#2018
    date: 2024-01-08 21:36:53.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
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
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646}
      0 => App\Entity\EntryComment {#1558
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +body: """
          I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
          \n
          Did it ever get better with time?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704762484 {#1653
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
          "@beerclue@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1597 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 292426
        -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182034"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762484 {#1554
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +"title": 292426
      }
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1720042238 {#1697
    date: 2024-07-03 23:30:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 292423
  -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182009"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762399 {#1709
    date: 2024-01-09 02:06:39.0 +01:00
  }
  +"title": 292423
}
"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
23 DENIED edit
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646}
      0 => App\Entity\EntryComment {#1558
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +body: """
          I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
          \n
          Did it ever get better with time?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704762484 {#1653
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
          "@beerclue@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1597 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 292426
        -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182034"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762484 {#1554
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +"title": 292426
      }
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1720042238 {#1697
    date: 2024-07-03 23:30:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 292423
  -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182009"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762399 {#1709
    date: 2024-01-09 02:06:39.0 +01:00
  }
  +"title": 292423
}
"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
24 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646}
      0 => App\Entity\EntryComment {#1558
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
        +body: """
          I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
          \n
          Did it ever get better with time?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704762484 {#1653
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
          "@beerclue@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1597 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1630 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 292426
        -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182034"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762484 {#1554
          date: 2024-01-09 02:08:04.0 +01:00
        }
        +"title": 292426
      }
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1720042238 {#1697
    date: 2024-07-03 23:30:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1560 …}
  +votes: Doctrine\ORM\PersistentCollection {#1551 …}
  +reports: Doctrine\ORM\PersistentCollection {#1585 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  -id: 292423
  -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182009"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762399 {#1709
    date: 2024-01-09 02:06:39.0 +01:00
  }
  +"title": 292423
}
"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
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 {#1558
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1720042238 {#1697
          date: 2024-07-03 23:30:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1560 …}
        +votes: Doctrine\ORM\PersistentCollection {#1551 …}
        +reports: Doctrine\ORM\PersistentCollection {#1585 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
        -id: 292423
        -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182009"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762399 {#1709
          date: 2024-01-09 02:06:39.0 +01:00
        }
        +"title": 292423
      }
      0 => App\Entity\EntryComment {#1558}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +body: """
    I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
    \n
    Did it ever get better with time?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704762484 {#1653
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@beerclue@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1597 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 292426
  -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182034"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762484 {#1554
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +"title": 292426
}
"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 {#1558
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1720042238 {#1697
          date: 2024-07-03 23:30:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1560 …}
        +votes: Doctrine\ORM\PersistentCollection {#1551 …}
        +reports: Doctrine\ORM\PersistentCollection {#1585 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
        -id: 292423
        -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182009"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762399 {#1709
          date: 2024-01-09 02:06:39.0 +01:00
        }
        +"title": 292423
      }
      0 => App\Entity\EntryComment {#1558}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +body: """
    I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
    \n
    Did it ever get better with time?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704762484 {#1653
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@beerclue@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1597 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 292426
  -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182034"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762484 {#1554
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +"title": 292426
}
"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 {#1558
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2459 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2082 …}
    +slug: "Linux-in-the-corporate-space"
    +title: "Linux in the corporate space"
    +url: null
    +body: """
      I made this post because I am really curious if Linux is used in offices and educational centres like schools.\n
      \n
      While we all know Windows is the mac-daddy in the business space, are there any businesses you know or workplaces that actually Linux as a business replacement for Windows?\n
      \n
      I.e. Mint or Ubuntu, I am not strictly talking about the server side of things.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722606537 {#2349
      date: 2024-08-02 15:48:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2331 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2300 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
    +badges: Doctrine\ORM\PersistentCollection {#2343 …}
    +children: [
      1 => App\Entity\EntryComment {#1646
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "We spent 1 year negotiating implementation of secure Linux workstation, and now after endless meetings and agreements I can proudly say we have 5 people with fully GNU/Linux laptops! Dell XPS, to be precise."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1720042238 {#1697
          date: 2024-07-03 23:30:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tekkip20@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1560 …}
        +votes: Doctrine\ORM\PersistentCollection {#1551 …}
        +reports: Doctrine\ORM\PersistentCollection {#1585 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
        -id: 292423
        -bodyTs: "'1':3 '5':24 'agreement':17 'dell':30 'endless':14 'fulli':27 'gnu/linux':28 'implement':6 'laptop':29 'linux':9 'meet':15 'negoti':5 'peopl':25 'precis':34 'proud':20 'say':21 'secur':8 'spent':2 'workstat':10 'xps':31 'year':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7182009"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704762399 {#1709
          date: 2024-01-09 02:06:39.0 +01:00
        }
        +"title": 292423
      }
      0 => App\Entity\EntryComment {#1558}
    ]
    -id: 28153
    -titleTs: "'corpor':4 'linux':1 'space':5"
    -bodyTs: "'actual':44 'busi':33,38,48 'centr':18 'curious':9 'daddi':30 'educ':17 'i.e':52 'know':24,40 'like':19 'linux':11,45 'mac':29 'mac-daddi':28 'made':2 'mint':53 'offic':15 'post':4 'realli':8 'replac':49 'school':20 'server':63 'side':64 'space':34 'strict':59 'talk':60 'thing':66 'ubuntu':55 'use':13 'window':25,51 'workplac':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704832613
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10470862"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704746213 {#2018
      date: 2024-01-08 21:36:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1617 …}
  +body: """
    I tried intune on Linux and it was hell incarnate, with edge dependencies and ton of background services, and crashing every now and then.\n
    \n
    Did it ever get better with time?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704762484 {#1653
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tekkip20@lemmy.world"
    "@beerclue@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1597 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1630 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1611 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 292426
  -bodyTs: "'background':17 'better':29 'crash':20 'depend':13 'edg':12 'ever':27 'everi':21 'get':28 'hell':9 'incarn':10 'intun':3 'linux':5 'servic':18 'time':31 'ton':15 'tri':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7182034"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704762484 {#1554
    date: 2024-01-09 02:08:04.0 +01:00
  }
  +"title": 292426
}
"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_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
30 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