GET https://kbin.spritesserver.nl/u/@ArmainAP@programming.dev/commented

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 …}
}
0.24 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.04 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 {#1551
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +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: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#1564
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  +badges: Doctrine\ORM\PersistentCollection {#1705 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
        \n
        Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
        \n
        Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705983687 {#1672
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1573 …}
      +nested: Doctrine\ORM\PersistentCollection {#1568 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1561 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
      -id: 333329
      -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6730011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705983687 {#1549
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +"title": 333329
    }
  ]
  -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 {#1604
    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 {#1551
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +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: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#1564
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  +badges: Doctrine\ORM\PersistentCollection {#1705 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
        \n
        Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
        \n
        Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705983687 {#1672
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1573 …}
      +nested: Doctrine\ORM\PersistentCollection {#1568 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1561 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
      -id: 333329
      -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6730011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705983687 {#1549
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +"title": 333329
    }
  ]
  -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 {#1604
    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 {#1551
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +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: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#1564
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  +badges: Doctrine\ORM\PersistentCollection {#1705 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
        \n
        Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
        \n
        Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705983687 {#1672
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1573 …}
      +nested: Doctrine\ORM\PersistentCollection {#1568 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1561 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
      -id: 333329
      -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6730011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705983687 {#1549
        date: 2024-01-23 05:21:27.0 +01:00
      }
      +"title": 333329
    }
  ]
  -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 {#1604
    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 {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +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: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#1564
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2465 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2447 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
    +badges: Doctrine\ORM\PersistentCollection {#1705 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -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 {#1604
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
    \n
    Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
    \n
    Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705983687 {#1672
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1573 …}
  +nested: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  -id: 333329
  -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6730011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705983687 {#1549
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +"title": 333329
}
"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 {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +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: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#1564
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2465 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2447 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
    +badges: Doctrine\ORM\PersistentCollection {#1705 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -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 {#1604
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
    \n
    Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
    \n
    Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705983687 {#1672
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1573 …}
  +nested: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  -id: 333329
  -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6730011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705983687 {#1549
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +"title": 333329
}
"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 {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2363 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +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: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#1564
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2465 …}
    +votes: Doctrine\ORM\PersistentCollection {#2463 …}
    +reports: Doctrine\ORM\PersistentCollection {#2447 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
    +badges: Doctrine\ORM\PersistentCollection {#1705 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -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 {#1604
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.\n
    \n
    Different scenarios, different times, different issues trying to “fix”. My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.\n
    \n
    Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705983687 {#1672
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1573 …}
  +nested: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  -id: 333329
  -bodyTs: "'almost':100 'alway':34 'break':8,84 'broke':59 'cannot':91 'challeng':102 'copi':36 'differ':19,21,23 'distro':18,69 'due':74 'easili':94 'fedora':72 'feel':101 'fidget':66 'filesystem':78 'fix':27,30 'found':3 'gui':10 'hope':70 'immut':77 'import':43 'issu':24 'move':46 'multipl':11,14,17 'one':86 'ostre':98 'pipewir':68 'play':55 'recent':51 'reinstal':50 'remov':6 'revert':92 'rpm':97 'rpm-ostre':96 'scenario':20 'silverblu':73 'somehow':1 'still':41 'think':39 'time':12,22 'tri':25 'usual':29 'way':4,15,64,89 'wonder':80 'zorino':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6730011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705983687 {#1549
    date: 2024-01-23 05:21:27.0 +01:00
  }
  +"title": 333329
}
"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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#1611
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1909 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
        \n
        NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
        \n
        Arch Wiki is great and I often use it for non Arch distros well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705481672 {#1439
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316297
      -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6546961"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705481672 {#1435
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +"title": 316297
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#1686
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#1562
    date: 2024-01-16 21:57:22.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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#1611
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1909 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
        \n
        NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
        \n
        Arch Wiki is great and I often use it for non Arch distros well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705481672 {#1439
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316297
      -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6546961"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705481672 {#1435
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +"title": 316297
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#1686
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#1562
    date: 2024-01-16 21:57:22.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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#1611
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2378 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1909 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
        \n
        NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
        \n
        Arch Wiki is great and I often use it for non Arch distros well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705481672 {#1439
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316297
      -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/6546961"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705481672 {#1435
        date: 2024-01-17 09:54:32.0 +01:00
      }
      +"title": 316297
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#1686
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#1562
    date: 2024-01-16 21:57:22.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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#1692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#1611
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2378 …}
    +votes: Doctrine\ORM\PersistentCollection {#2372 …}
    +reports: Doctrine\ORM\PersistentCollection {#2383 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
    +badges: Doctrine\ORM\PersistentCollection {#1909 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#1686
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#1562
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
    \n
    NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
    \n
    Arch Wiki is great and I often use it for non Arch distros well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705481672 {#1439
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316297
  -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6546961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705481672 {#1435
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +"title": 316297
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#1692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#1611
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2378 …}
    +votes: Doctrine\ORM\PersistentCollection {#2372 …}
    +reports: Doctrine\ORM\PersistentCollection {#2383 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
    +badges: Doctrine\ORM\PersistentCollection {#1909 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#1686
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#1562
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
    \n
    NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
    \n
    Arch Wiki is great and I often use it for non Arch distros well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705481672 {#1439
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316297
  -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6546961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705481672 {#1435
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +"title": 316297
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#1692 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1707 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#1611
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2378 …}
    +votes: Doctrine\ORM\PersistentCollection {#2372 …}
    +reports: Doctrine\ORM\PersistentCollection {#2383 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2386 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2385 …}
    +badges: Doctrine\ORM\PersistentCollection {#1909 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#1686
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#1562
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.\n
    \n
    NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.\n
    \n
    Arch Wiki is great and I often use it for non Arch distros well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705481672 {#1439
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316297
  -bodyTs: "'anoth':29 'arch':55,66 'big':35 'distro':4,53,67 'distro-hop':3 'easili':54 'especi':41 'fedora':7,32 'filesystem':21 'given':42 'go':37 'great':58 'hope':5 'immut':20 'instal':46 'look':27 'manag':50 'might':24 'nix':48 'nixo':33 'non':65 'often':61 'packag':49 'pleas':13 'quit':12 'recent':2 'silverblu':8 'thus':22 'use':62 'version':17,30 'want':25 'well':68 'wiki':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/6546961"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705481672 {#1435
    date: 2024-01-17 09:54:32.0 +01:00
  }
  +"title": 316297
}
"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_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
18 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