GET https://kbin.spritesserver.nl/u/@khorovodoved@lemm.ee

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.56 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1616
  +user: Proxies\__CG__\App\Entity\User {#2224 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#2383
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2287 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
  +badges: Doctrine\ORM\PersistentCollection {#1994 …}
  +children: [
    4 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I would say, that from most important to least important components are:\n
        \n
        1. kernel\n
        2. init system (systemd, openrc, runit…)\n
        3. C library (glibc, musl)\n
        4. filesystem\n
        5. coreutils\n
        6. shell\n
        7. bootloader\n
        8. package manager\n
        9. x11/Wayland (if any)\n
        10. sound system (if any)\n
        11. WM (if any)\n
        12. DE (if any)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1705307314 {#1692
        date: 2024-01-15 09:28:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 165535
      -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6596689"
      +editedAt: DateTimeImmutable @1701646561 {#1795
        date: 2023-12-04 00:36:01.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700991919 {#1705
        date: 2023-11-26 10:45:19.0 +01:00
      }
      +"title": 165535
    }
    3 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700998921 {#2363
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@lseif@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2364 …}
      +votes: Doctrine\ORM\PersistentCollection {#2380 …}
      +reports: Doctrine\ORM\PersistentCollection {#2382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
      -id: 230188
      -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6599040"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700998921 {#2370
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +"title": 230188
    }
    2 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701004907 {#1725
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@bionicjoey@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
      -id: 166079
      -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601306"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701004907 {#1723
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +"title": 166079
    }
    1 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "You are probably right. It is probably even more important than kernel."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701005072 {#1741
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1714 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
      -id: 166094
      -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701005072 {#1739
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +"title": 166094
    }
    0 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701032112 {#1737
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@tricoro@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 167885
      -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6619197"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701032112 {#1730
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +"title": 167885
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#2220
    date: 2023-11-26 02:37:04.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 {#1616
  +user: Proxies\__CG__\App\Entity\User {#2224 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#2383
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2287 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
  +badges: Doctrine\ORM\PersistentCollection {#1994 …}
  +children: [
    4 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I would say, that from most important to least important components are:\n
        \n
        1. kernel\n
        2. init system (systemd, openrc, runit…)\n
        3. C library (glibc, musl)\n
        4. filesystem\n
        5. coreutils\n
        6. shell\n
        7. bootloader\n
        8. package manager\n
        9. x11/Wayland (if any)\n
        10. sound system (if any)\n
        11. WM (if any)\n
        12. DE (if any)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1705307314 {#1692
        date: 2024-01-15 09:28:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 165535
      -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6596689"
      +editedAt: DateTimeImmutable @1701646561 {#1795
        date: 2023-12-04 00:36:01.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700991919 {#1705
        date: 2023-11-26 10:45:19.0 +01:00
      }
      +"title": 165535
    }
    3 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700998921 {#2363
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@lseif@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2364 …}
      +votes: Doctrine\ORM\PersistentCollection {#2380 …}
      +reports: Doctrine\ORM\PersistentCollection {#2382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
      -id: 230188
      -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6599040"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700998921 {#2370
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +"title": 230188
    }
    2 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701004907 {#1725
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@bionicjoey@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
      -id: 166079
      -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601306"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701004907 {#1723
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +"title": 166079
    }
    1 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "You are probably right. It is probably even more important than kernel."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701005072 {#1741
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1714 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
      -id: 166094
      -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701005072 {#1739
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +"title": 166094
    }
    0 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701032112 {#1737
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@tricoro@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 167885
      -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6619197"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701032112 {#1730
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +"title": 167885
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#2220
    date: 2023-11-26 02:37:04.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 {#1616
  +user: Proxies\__CG__\App\Entity\User {#2224 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#2383
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2287 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
  +badges: Doctrine\ORM\PersistentCollection {#1994 …}
  +children: [
    4 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I would say, that from most important to least important components are:\n
        \n
        1. kernel\n
        2. init system (systemd, openrc, runit…)\n
        3. C library (glibc, musl)\n
        4. filesystem\n
        5. coreutils\n
        6. shell\n
        7. bootloader\n
        8. package manager\n
        9. x11/Wayland (if any)\n
        10. sound system (if any)\n
        11. WM (if any)\n
        12. DE (if any)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1705307314 {#1692
        date: 2024-01-15 09:28:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 165535
      -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6596689"
      +editedAt: DateTimeImmutable @1701646561 {#1795
        date: 2023-12-04 00:36:01.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700991919 {#1705
        date: 2023-11-26 10:45:19.0 +01:00
      }
      +"title": 165535
    }
    3 => App\Entity\EntryComment {#2377
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700998921 {#2363
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@lseif@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2359 …}
      +nested: Doctrine\ORM\PersistentCollection {#2364 …}
      +votes: Doctrine\ORM\PersistentCollection {#2380 …}
      +reports: Doctrine\ORM\PersistentCollection {#2382 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
      -id: 230188
      -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6599040"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700998921 {#2370
        date: 2023-11-26 12:42:01.0 +01:00
      }
      +"title": 230188
    }
    2 => App\Entity\EntryComment {#1722
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701004907 {#1725
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@bionicjoey@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
      -id: 166079
      -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601306"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701004907 {#1723
        date: 2023-11-26 14:21:47.0 +01:00
      }
      +"title": 166079
    }
    1 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "You are probably right. It is probably even more important than kernel."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701005072 {#1741
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@ultra@feddit.ro"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1720 …}
      +nested: Doctrine\ORM\PersistentCollection {#1714 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
      -id: 166094
      -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6601352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701005072 {#1739
        date: 2023-11-26 14:24:32.0 +01:00
      }
      +"title": 166094
    }
    0 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: App\Entity\EntryComment {#1711}
      +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701032112 {#1737
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
        "@khorovodoved@lemm.ee"
        "@tricoro@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2453 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 167885
      -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/6619197"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701032112 {#1730
        date: 2023-11-26 21:55:12.0 +01:00
      }
      +"title": 167885
    }
  ]
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#2220
    date: 2023-11-26 02:37:04.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 {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711}
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I would say, that from most important to least important components are:\n
    \n
    1. kernel\n
    2. init system (systemd, openrc, runit…)\n
    3. C library (glibc, musl)\n
    4. filesystem\n
    5. coreutils\n
    6. shell\n
    7. bootloader\n
    8. package manager\n
    9. x11/Wayland (if any)\n
    10. sound system (if any)\n
    11. WM (if any)\n
    12. DE (if any)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1705307314 {#1692
    date: 2024-01-15 09:28:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 165535
  -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6596689"
  +editedAt: DateTimeImmutable @1701646561 {#1795
    date: 2023-12-04 00:36:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700991919 {#1705
    date: 2023-11-26 10:45:19.0 +01:00
  }
  +"title": 165535
}
"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 {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711}
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I would say, that from most important to least important components are:\n
    \n
    1. kernel\n
    2. init system (systemd, openrc, runit…)\n
    3. C library (glibc, musl)\n
    4. filesystem\n
    5. coreutils\n
    6. shell\n
    7. bootloader\n
    8. package manager\n
    9. x11/Wayland (if any)\n
    10. sound system (if any)\n
    11. WM (if any)\n
    12. DE (if any)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1705307314 {#1692
    date: 2024-01-15 09:28:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 165535
  -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6596689"
  +editedAt: DateTimeImmutable @1701646561 {#1795
    date: 2023-12-04 00:36:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700991919 {#1705
    date: 2023-11-26 10:45:19.0 +01:00
  }
  +"title": 165535
}
"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 {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711}
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I would say, that from most important to least important components are:\n
    \n
    1. kernel\n
    2. init system (systemd, openrc, runit…)\n
    3. C library (glibc, musl)\n
    4. filesystem\n
    5. coreutils\n
    6. shell\n
    7. bootloader\n
    8. package manager\n
    9. x11/Wayland (if any)\n
    10. sound system (if any)\n
    11. WM (if any)\n
    12. DE (if any)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1705307314 {#1692
    date: 2024-01-15 09:28:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 165535
  -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6596689"
  +editedAt: DateTimeImmutable @1701646561 {#1795
    date: 2023-12-04 00:36:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700991919 {#1705
    date: 2023-11-26 10:45:19.0 +01:00
  }
  +"title": 165535
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700998921 {#2363
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@lseif@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2364 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  -id: 230188
  -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6599040"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700998921 {#2370
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +"title": 230188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700998921 {#2363
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@lseif@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2364 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  -id: 230188
  -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6599040"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700998921 {#2370
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +"title": 230188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377}
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700998921 {#2363
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@lseif@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2359 …}
  +nested: Doctrine\ORM\PersistentCollection {#2364 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  -id: 230188
  -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6599040"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700998921 {#2370
    date: 2023-11-26 12:42:01.0 +01:00
  }
  +"title": 230188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#1722
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722}
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701004907 {#1725
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@bionicjoey@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  -id: 166079
  -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701004907 {#1723
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +"title": 166079
}
"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 {#1722
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722}
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701004907 {#1725
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@bionicjoey@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  -id: 166079
  -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701004907 {#1723
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +"title": 166079
}
"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 {#1722
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722}
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701004907 {#1725
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@bionicjoey@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  -id: 166079
  -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701004907 {#1723
    date: 2023-11-26 14:21:47.0 +01:00
  }
  +"title": 166079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "You are probably right. It is probably even more important than kernel."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005072 {#1741
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  -id: 166094
  -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005072 {#1739
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +"title": 166094
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "You are probably right. It is probably even more important than kernel."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005072 {#1741
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  -id: 166094
  -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005072 {#1739
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +"title": 166094
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701032112 {#1737
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@tricoro@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2453 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 167885
        -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6619197"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701032112 {#1730
          date: 2023-11-26 21:55:12.0 +01:00
        }
        +"title": 167885
      }
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "You are probably right. It is probably even more important than kernel."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005072 {#1741
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@ultra@feddit.ro"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  -id: 166094
  -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6601352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005072 {#1739
    date: 2023-11-26 14:24:32.0 +01:00
  }
  +"title": 166094
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701032112 {#1737
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@tricoro@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 167885
  -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6619197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701032112 {#1730
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +"title": 167885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701032112 {#1737
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@tricoro@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 167885
  -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6619197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701032112 {#1730
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +"title": 167885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1616
    +user: Proxies\__CG__\App\Entity\User {#2224 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "What-are-the-major-components-of-any-Linux-distribution"
    +title: "What are the major components of any Linux distribution?"
    +url: null
    +body: """
      Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
      \n
      1. the Linux Kernel\n
      2. GRUB or another bootloader\n
      3. one or more file systems (gotta work with files somehow, right?)\n
      4. one or more Shells (the terminal - bash, zsh, etc…)\n
      5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
      6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
      7. a Package Manager (apt, pacman, etc…)\n
      \n
      Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 122
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701032472 {#2383
      date: 2023-11-26 22:01:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2142 …}
    +votes: Doctrine\ORM\PersistentCollection {#2287 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2173 …}
    +badges: Doctrine\ORM\PersistentCollection {#1994 …}
    +children: [
      4 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I would say, that from most important to least important components are:\n
          \n
          1. kernel\n
          2. init system (systemd, openrc, runit…)\n
          3. C library (glibc, musl)\n
          4. filesystem\n
          5. coreutils\n
          6. shell\n
          7. bootloader\n
          8. package manager\n
          9. x11/Wayland (if any)\n
          10. sound system (if any)\n
          11. WM (if any)\n
          12. DE (if any)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1705307314 {#1692
          date: 2024-01-15 09:28:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 165535
        -bodyTs: "'1':13 '10':41 '11':46 '12':50 '2':15 '3':21 '4':26 '5':28 '6':30 '7':32 '8':34 '9':37 'bootload':33 'c':22 'compon':11 'coreutil':29 'de':51 'filesystem':27 'glibc':24 'import':7,10 'init':16 'kernel':14 'least':9 'librari':23 'manag':36 'musl':25 'openrc':19 'packag':35 'runit':20 'say':3 'shell':31 'sound':42 'system':17,43 'systemd':18 'wm':47 'would':2 'x11/wayland':38"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6596689"
        +editedAt: DateTimeImmutable @1701646561 {#1795
          date: 2023-12-04 00:36:01.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700991919 {#1705
          date: 2023-11-26 10:45:19.0 +01:00
        }
        +"title": 165535
      }
      3 => App\Entity\EntryComment {#2377
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2360 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "I mean “something out of ordinary about it affects your experience with this distro the most”."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1700998921 {#2363
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@lseif@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2359 …}
        +nested: Doctrine\ORM\PersistentCollection {#2364 …}
        +votes: Doctrine\ORM\PersistentCollection {#2380 …}
        +reports: Doctrine\ORM\PersistentCollection {#2382 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
        -id: 230188
        -bodyTs: "'affect':9 'distro':14 'experi':11 'mean':2 'ordinari':6 'someth':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6599040"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700998921 {#2370
          date: 2023-11-26 12:42:01.0 +01:00
        }
        +"title": 230188
      }
      2 => App\Entity\EntryComment {#1722
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "It is easy to install another shell indeed, but it is quite difficult to configure it. While installation of DE is usually done with just one command. And you can use linux without DE, but not without shell. Many distributions even do not install DE by default at all."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1701004907 {#1725
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@bionicjoey@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2464 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
        -id: 166079
        -bodyTs: "'anoth':6 'command':27 'configur':15 'de':20,34,45 'default':47 'difficult':13 'distribut':40 'done':23 'easi':3 'even':41 'inde':8 'instal':5,18,44 'linux':32 'mani':39 'one':26 'quit':12 'shell':7,38 'use':31 'usual':22 'without':33,37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601306"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701004907 {#1723
          date: 2023-11-26 14:21:47.0 +01:00
        }
        +"title": 166079
      }
      1 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1616 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1716 …}
        +root: App\Entity\EntryComment {#1711}
        +body: "You are probably right. It is probably even more important than kernel."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1701005072 {#1741
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@perishthethought@lemm.ee"
          "@khorovodoved@lemm.ee"
          "@ultra@feddit.ro"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
        -id: 166094
        -bodyTs: "'even':8 'import':10 'kernel':12 'probabl':3,7 'right':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/6601352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701005072 {#1739
          date: 2023-11-26 14:24:32.0 +01:00
        }
        +"title": 166094
      }
      0 => App\Entity\EntryComment {#1736}
    ]
    -id: 16851
    -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
    -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701049024
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16037589"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700962624 {#2220
      date: 2023-11-26 02:37:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: App\Entity\EntryComment {#1711}
  +body: "Most C binaries usually do not contain everything needed for their execution. It would make them too platform-specific. What most c programs do is that they use standard c library from platform for low-level things and communication with the system like memory allocation or stdin/stdout things, for example."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701032112 {#1737
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
    "@khorovodoved@lemm.ee"
    "@tricoro@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2453 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 167885
  -bodyTs: "'alloc':47 'binari':3 'c':2,23,31 'communic':41 'contain':7 'everyth':8 'exampl':52 'execut':12 'level':38 'librari':32 'like':45 'low':37 'low-level':36 'make':15 'memori':46 'need':9 'platform':19,34 'platform-specif':18 'program':24 'specif':20 'standard':30 'stdin/stdout':49 'system':44 'thing':39,50 'use':29 'usual':4 'would':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/6619197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701032112 {#1730
    date: 2023-11-26 21:55:12.0 +01:00
  }
  +"title": 167885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2005 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
  +title: "Best lesser-known distribution/DE for low-end machines?"
  +url: null
  +body: """
    I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
    \n
    Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699943363 {#1988
    date: 2023-11-14 07:29:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#2004 …}
  +reports: Doctrine\ORM\PersistentCollection {#1989 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
  +badges: Doctrine\ORM\PersistentCollection {#1991 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699734240 {#1558
        date: 2023-11-11 21:24:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mfat@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1613 …}
      +nested: Doctrine\ORM\PersistentCollection {#1596 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
      -id: 107777
      -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5955668"
      +editedAt: DateTimeImmutable @1699704407 {#1556
        date: 2023-11-11 13:06:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628040 {#1557
        date: 2023-11-10 15:54:00.0 +01:00
      }
      +"title": 107777
    }
  ]
  -id: 11743
  -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
  -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699712378
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3073642"
  +editedAt: DateTimeImmutable @1699709750 {#2254
    date: 2023-11-11 14:35:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699625978 {#2225
    date: 2023-11-10 15:19:38.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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2005 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
  +title: "Best lesser-known distribution/DE for low-end machines?"
  +url: null
  +body: """
    I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
    \n
    Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699943363 {#1988
    date: 2023-11-14 07:29:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#2004 …}
  +reports: Doctrine\ORM\PersistentCollection {#1989 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
  +badges: Doctrine\ORM\PersistentCollection {#1991 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699734240 {#1558
        date: 2023-11-11 21:24:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mfat@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1613 …}
      +nested: Doctrine\ORM\PersistentCollection {#1596 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
      -id: 107777
      -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5955668"
      +editedAt: DateTimeImmutable @1699704407 {#1556
        date: 2023-11-11 13:06:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628040 {#1557
        date: 2023-11-10 15:54:00.0 +01:00
      }
      +"title": 107777
    }
  ]
  -id: 11743
  -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
  -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699712378
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3073642"
  +editedAt: DateTimeImmutable @1699709750 {#2254
    date: 2023-11-11 14:35:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699625978 {#2225
    date: 2023-11-10 15:19:38.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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2005 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
  +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
  +title: "Best lesser-known distribution/DE for low-end machines?"
  +url: null
  +body: """
    I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
    \n
    Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699943363 {#1988
    date: 2023-11-14 07:29:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2006 …}
  +votes: Doctrine\ORM\PersistentCollection {#2004 …}
  +reports: Doctrine\ORM\PersistentCollection {#1989 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
  +badges: Doctrine\ORM\PersistentCollection {#1991 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699734240 {#1558
        date: 2023-11-11 21:24:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mfat@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1613 …}
      +nested: Doctrine\ORM\PersistentCollection {#1596 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1683 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
      -id: 107777
      -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/5955668"
      +editedAt: DateTimeImmutable @1699704407 {#1556
        date: 2023-11-11 13:06:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699628040 {#1557
        date: 2023-11-10 15:54:00.0 +01:00
      }
      +"title": 107777
    }
  ]
  -id: 11743
  -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
  -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699712378
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/3073642"
  +editedAt: DateTimeImmutable @1699709750 {#2254
    date: 2023-11-11 14:35:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699625978 {#2225
    date: 2023-11-10 15:19:38.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
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
    +title: "Best lesser-known distribution/DE for low-end machines?"
    +url: null
    +body: """
      I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
      \n
      Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699943363 {#1988
      date: 2023-11-14 07:29:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2006 …}
    +votes: Doctrine\ORM\PersistentCollection {#2004 …}
    +reports: Doctrine\ORM\PersistentCollection {#1989 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
    +badges: Doctrine\ORM\PersistentCollection {#1991 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 11743
    -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
    -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699712378
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3073642"
    +editedAt: DateTimeImmutable @1699709750 {#2254
      date: 2023-11-11 14:35:50.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699625978 {#2225
      date: 2023-11-10 15:19:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699734240 {#1558
    date: 2023-11-11 21:24:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mfat@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1613 …}
  +nested: Doctrine\ORM\PersistentCollection {#1596 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
  -id: 107777
  -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5955668"
  +editedAt: DateTimeImmutable @1699704407 {#1556
    date: 2023-11-11 13:06:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628040 {#1557
    date: 2023-11-10 15:54:00.0 +01:00
  }
  +"title": 107777
}
"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
31 DENIED edit
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
    +title: "Best lesser-known distribution/DE for low-end machines?"
    +url: null
    +body: """
      I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
      \n
      Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699943363 {#1988
      date: 2023-11-14 07:29:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2006 …}
    +votes: Doctrine\ORM\PersistentCollection {#2004 …}
    +reports: Doctrine\ORM\PersistentCollection {#1989 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
    +badges: Doctrine\ORM\PersistentCollection {#1991 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 11743
    -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
    -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699712378
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3073642"
    +editedAt: DateTimeImmutable @1699709750 {#2254
      date: 2023-11-11 14:35:50.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699625978 {#2225
      date: 2023-11-10 15:19:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699734240 {#1558
    date: 2023-11-11 21:24:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mfat@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1613 …}
  +nested: Doctrine\ORM\PersistentCollection {#1596 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
  -id: 107777
  -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5955668"
  +editedAt: DateTimeImmutable @1699704407 {#1556
    date: 2023-11-11 13:06:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628040 {#1557
    date: 2023-11-10 15:54:00.0 +01:00
  }
  +"title": 107777
}
"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
32 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2005 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2034 …}
    +slug: "Best-lesser-known-distribution-DE-for-low-end-machines"
    +title: "Best lesser-known distribution/DE for low-end machines?"
    +url: null
    +body: """
      I know Debian and others can breathe life into older machines. But i wonder if there are any distros with serious optimizations that I haven’t heard of. I’ve already tried MX Linux on an old Thinkpad SL400, and didn’t see any difference from plain Debian.\n
      \n
      Update: thanks for the great suggestions. Forgot to say many distros feel zippy and fast until you open a web browser. Appreciate your thoughts on which web browser to use too. So far I’ve had a positive experience with [Thorium](https://thorium.rocks/) and Chromium.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699943363 {#1988
      date: 2023-11-14 07:29:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2006 …}
    +votes: Doctrine\ORM\PersistentCollection {#2004 …}
    +reports: Doctrine\ORM\PersistentCollection {#1989 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2009 …}
    +badges: Doctrine\ORM\PersistentCollection {#1991 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 11743
    -titleTs: "'best':1 'distribution/de':5 'end':9 'known':4 'lesser':3 'lesser-known':2 'low':8 'low-end':7 'machin':10"
    -bodyTs: "'/)':92 'alreadi':31 'appreci':70 'breath':7 'browser':69,76 'chromium':94 'debian':3,48 'didn':41 'differ':45 'distro':19,59 'experi':87 'far':81 'fast':63 'feel':60 'forgot':55 'great':53 'haven':25 'heard':27 'know':2 'life':8 'linux':34 'machin':11 'mani':58 'mx':33 'old':37 'older':10 'open':66 'optim':22 'other':5 'plain':47 'posit':86 'say':57 'see':43 'serious':21 'sl400':39 'suggest':54 'thank':50 'thinkpad':38 'thorium':89 'thorium.rocks':91 'thorium.rocks/)':90 'thought':72 'tri':32 'updat':49 'use':78 've':30,83 'web':68,75 'wonder':14 'zippi':61"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699712378
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/3073642"
    +editedAt: DateTimeImmutable @1699709750 {#2254
      date: 2023-11-11 14:35:50.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699625978 {#2225
      date: 2023-11-10 15:19:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699734240 {#1558
    date: 2023-11-11 21:24:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mfat@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1613 …}
  +nested: Doctrine\ORM\PersistentCollection {#1596 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1680 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1686 …}
  -id: 107777
  -bodyTs: "'also':57 'artix':65 'browser':29 'choic':10,54 'configur':49 'des':27 'devuan':66 'differ':19 'distribut':21 'distro':61 'dwm':42 'etc':68 'everyth':50 'gentoo':7,67 'i3':40 'kind':34 'lightweight':36 'like':39 'lxde/lxqt':56 'manag':38 'matter':24,73 'much':75 'optim':5 'realli':23 'recommend':32 'serious':4,12,18 'systemd':63 'use':60 'void':64 'want':3,47 'window':37 'without':62 'won':14 'would':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/5955668"
  +editedAt: DateTimeImmutable @1699704407 {#1556
    date: 2023-11-11 13:06:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699628040 {#1557
    date: 2023-11-10 15:54:00.0 +01:00
  }
  +"title": 107777
}
"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
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#1350 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2015
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
  +badges: Doctrine\ORM\PersistentCollection {#1357 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Thank you for your work, but why not just use ff2mpv?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1697288652 {#1666
        date: 2023-10-14 15:04:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 48320
      -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4857141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697284566 {#1561
        date: 2023-10-14 13:56:06.0 +02:00
      }
      +"title": 48320
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#1997
    date: 2023-10-14 01:14:01.0 +02: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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#1350 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2015
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
  +badges: Doctrine\ORM\PersistentCollection {#1357 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Thank you for your work, but why not just use ff2mpv?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1697288652 {#1666
        date: 2023-10-14 15:04:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 48320
      -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4857141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697284566 {#1561
        date: 2023-10-14 13:56:06.0 +02:00
      }
      +"title": 48320
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#1997
    date: 2023-10-14 01:14:01.0 +02: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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#1350 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2015
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
  +badges: Doctrine\ORM\PersistentCollection {#1357 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Thank you for your work, but why not just use ff2mpv?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1697288652 {#1666
        date: 2023-10-14 15:04:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1568 …}
      +nested: Doctrine\ORM\PersistentCollection {#1567 …}
      +votes: Doctrine\ORM\PersistentCollection {#1559 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 48320
      -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4857141"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697284566 {#1561
        date: 2023-10-14 13:56:06.0 +02:00
      }
      +"title": 48320
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#1997
    date: 2023-10-14 01:14:01.0 +02: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
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#1350 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2015
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1354 …}
    +reports: Doctrine\ORM\PersistentCollection {#1349 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
    +badges: Doctrine\ORM\PersistentCollection {#1357 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#1997
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Thank you for your work, but why not just use ff2mpv?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1697288652 {#1666
    date: 2023-10-14 15:04:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 48320
  -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4857141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697284566 {#1561
    date: 2023-10-14 13:56:06.0 +02:00
  }
  +"title": 48320
}
"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
39 DENIED edit
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#1350 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2015
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1354 …}
    +reports: Doctrine\ORM\PersistentCollection {#1349 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
    +badges: Doctrine\ORM\PersistentCollection {#1357 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#1997
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Thank you for your work, but why not just use ff2mpv?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1697288652 {#1666
    date: 2023-10-14 15:04:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 48320
  -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4857141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697284566 {#1561
    date: 2023-10-14 13:56:06.0 +02:00
  }
  +"title": 48320
}
"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
40 DENIED moderate
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2394 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#1350 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1348 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2015
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1354 …}
    +reports: Doctrine\ORM\PersistentCollection {#1349 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1356 …}
    +badges: Doctrine\ORM\PersistentCollection {#1357 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#1997
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Thank you for your work, but why not just use ff2mpv?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1697288652 {#1666
    date: 2023-10-14 15:04:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1568 …}
  +nested: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 48320
  -bodyTs: "'ff2mpv':11 'thank':1 'use':10 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4857141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697284566 {#1561
    date: 2023-10-14 13:56:06.0 +02:00
  }
  +"title": 48320
}
"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
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
  +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
  +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
  +body: """
    I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
    \n
    Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
    \n
    Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
    \n
    > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
    > \n
    > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
    > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
    > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
    > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
    > \n
    > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
    > \n
    > Restarting your browser afterwards may help too.\n
    > \n
    > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
    > \n
    > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
    \n
    **May the force uBlock Origin be with you!**\n
    \n
    Update\n
    ======\n
    \n
    Just wanted to mention a few things that have been pointed out in the comments:\n
    \n
    - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
    - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
    - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 192
  +favouriteCount: 392
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728990770 {#2492
    date: 2024-10-15 13:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  +badges: Doctrine\ORM\PersistentCollection {#2511 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1698634052 {#1430
        date: 2023-10-30 03:47:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Flatworm7591@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 45293
      -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4766671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697091972 {#1429
        date: 2023-10-12 08:26:12.0 +02:00
      }
      +"title": 45293
    }
  ]
  -id: 4915
  -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
  -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697153937
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6089078"
  +editedAt: DateTimeImmutable @1697241135 {#1983
    date: 2023-10-14 01:52:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697067537 {#1992
    date: 2023-10-12 01:38:57.0 +02: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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
  +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
  +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
  +body: """
    I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
    \n
    Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
    \n
    Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
    \n
    > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
    > \n
    > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
    > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
    > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
    > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
    > \n
    > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
    > \n
    > Restarting your browser afterwards may help too.\n
    > \n
    > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
    > \n
    > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
    \n
    **May the force uBlock Origin be with you!**\n
    \n
    Update\n
    ======\n
    \n
    Just wanted to mention a few things that have been pointed out in the comments:\n
    \n
    - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
    - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
    - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 192
  +favouriteCount: 392
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728990770 {#2492
    date: 2024-10-15 13:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  +badges: Doctrine\ORM\PersistentCollection {#2511 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1698634052 {#1430
        date: 2023-10-30 03:47:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Flatworm7591@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 45293
      -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4766671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697091972 {#1429
        date: 2023-10-12 08:26:12.0 +02:00
      }
      +"title": 45293
    }
  ]
  -id: 4915
  -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
  -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697153937
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6089078"
  +editedAt: DateTimeImmutable @1697241135 {#1983
    date: 2023-10-14 01:52:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697067537 {#1992
    date: 2023-10-12 01:38:57.0 +02: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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
  +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
  +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
  +body: """
    I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
    \n
    Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
    \n
    Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
    \n
    > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
    > \n
    > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
    > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
    > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
    > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
    > \n
    > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
    > \n
    > Restarting your browser afterwards may help too.\n
    > \n
    > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
    > \n
    > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
    \n
    **May the force uBlock Origin be with you!**\n
    \n
    Update\n
    ======\n
    \n
    Just wanted to mention a few things that have been pointed out in the comments:\n
    \n
    - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
    - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
    - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 192
  +favouriteCount: 392
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728990770 {#2492
    date: 2024-10-15 13:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  +badges: Doctrine\ORM\PersistentCollection {#2511 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1698634052 {#1430
        date: 2023-10-30 03:47:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Flatworm7591@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1574 …}
      +nested: Doctrine\ORM\PersistentCollection {#1588 …}
      +votes: Doctrine\ORM\PersistentCollection {#1584 …}
      +reports: Doctrine\ORM\PersistentCollection {#1580 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
      -id: 45293
      -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/4766671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697091972 {#1429
        date: 2023-10-12 08:26:12.0 +02:00
      }
      +"title": 45293
    }
  ]
  -id: 4915
  -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
  -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697153937
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6089078"
  +editedAt: DateTimeImmutable @1697241135 {#1983
    date: 2023-10-14 01:52:15.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697067537 {#1992
    date: 2023-10-12 01:38:57.0 +02: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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2497 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2499 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
    +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
    +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
    +body: """
      I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
      \n
      Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
      \n
      Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
      \n
      > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
      > \n
      > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
      > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
      > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
      > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
      > \n
      > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
      > \n
      > Restarting your browser afterwards may help too.\n
      > \n
      > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
      > \n
      > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
      \n
      **May the force uBlock Origin be with you!**\n
      \n
      Update\n
      ======\n
      \n
      Just wanted to mention a few things that have been pointed out in the comments:\n
      \n
      - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
      - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
      - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 192
    +favouriteCount: 392
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728990770 {#2492
      date: 2024-10-15 13:12:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2501 …}
    +votes: Doctrine\ORM\PersistentCollection {#2503 …}
    +reports: Doctrine\ORM\PersistentCollection {#2505 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
    +badges: Doctrine\ORM\PersistentCollection {#2511 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 4915
    -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
    -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697153937
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6089078"
    +editedAt: DateTimeImmutable @1697241135 {#1983
      date: 2023-10-14 01:52:15.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697067537 {#1992
      date: 2023-10-12 01:38:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1698634052 {#1430
    date: 2023-10-30 03:47:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 45293
  -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4766671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697091972 {#1429
    date: 2023-10-12 08:26:12.0 +02:00
  }
  +"title": 45293
}
"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
47 DENIED edit
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2497 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2499 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
    +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
    +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
    +body: """
      I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
      \n
      Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
      \n
      Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
      \n
      > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
      > \n
      > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
      > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
      > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
      > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
      > \n
      > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
      > \n
      > Restarting your browser afterwards may help too.\n
      > \n
      > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
      > \n
      > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
      \n
      **May the force uBlock Origin be with you!**\n
      \n
      Update\n
      ======\n
      \n
      Just wanted to mention a few things that have been pointed out in the comments:\n
      \n
      - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
      - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
      - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 192
    +favouriteCount: 392
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728990770 {#2492
      date: 2024-10-15 13:12:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2501 …}
    +votes: Doctrine\ORM\PersistentCollection {#2503 …}
    +reports: Doctrine\ORM\PersistentCollection {#2505 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
    +badges: Doctrine\ORM\PersistentCollection {#2511 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 4915
    -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
    -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697153937
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6089078"
    +editedAt: DateTimeImmutable @1697241135 {#1983
      date: 2023-10-14 01:52:15.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697067537 {#1992
      date: 2023-10-12 01:38:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1698634052 {#1430
    date: 2023-10-30 03:47:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 45293
  -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4766671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697091972 {#1429
    date: 2023-10-12 08:26:12.0 +02:00
  }
  +"title": 45293
}
"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
48 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2497 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2499 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "YouTube-s-anti-adblock-rollout-has-finally-arrived-for-Firefox-users"
    +title: "YouTube's anti-adblock rollout has finally arrived for Firefox users"
    +url: "https://lemmy.dbzer0.com/pictrs/image/5b6bd1b6-0f46-441c-b2fd-e9a0ed0f89a2.jpeg"
    +body: """
      I’m sure many of you are already aware that YouTube has been rolling out anti-adblock detection for Chrome users for a few weeks now.\n
      \n
      Today, as a long time Firefox user with the fantastic [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) extension installed, I got my first anti-adblock popup on the platform. Note that this may not happen to you personally for a while, but it is inevitably coming for everyone.\n
      \n
      Thankfully, the fine folks at uBlock Origin have already advised a simple workaround ([on Reddit](https://www.reddit.com/r/uBlockOrigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/), yuck!) which I will duplicate in a simplified form below for your convenience. I have tested it on Firefox and it is working fine for me (so far).\n
      \n
      > PLEASE READ AND FOLLOW ALL OF THE INSTRUCTIONS IN THIS POST.\n
      > \n
      > 1. Update uBO to the latest version (1.52.0+) . <== The extension itself, for technical improvements. You do this in your browser.\n
      > 2. Remove your custom config / reset to defaults. <== This means removing your custom filters (or disabling My filters) and disabling ALL additional lists you’ve enabled. It might be quicker to make a backup of your config and restore to defaults instead.\n
      > 3. Force an update of your Filter Lists. <== This is within the extension. Lists are what determine what’s blocked or not. How to update Filter lists: Click 🛡️ uBO’s icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 Purge all caches button > the 🔃 Update now button.\n
      > 4. Disable all other extensions AND your browser’s built-in blockers. <== No need to uninstall, just disable them. They might interfere with our solutions.\n
      > \n
      > Make sure you follow all 4 points above. If you’re seeing the message, it’s likely due to your custom config (either additional lists or separate filters in My filters).\n
      > \n
      > Restarting your browser afterwards may help too.\n
      > \n
      > Once you’ve gotten rid of the issue on default settings, you can slowly start restoring your config (if you really need it). Do it gradually, to easier find out what was causing the issue in the first place. Once you find the culprit, simply skip it in your config.\n
      > \n
      > If you want to use Enhancer for YouTube*, you have to* disable its adblocking*.*\n
      \n
      **May the force uBlock Origin be with you!**\n
      \n
      Update\n
      ======\n
      \n
      Just wanted to mention a few things that have been pointed out in the comments:\n
      \n
      - There are quite a few projects that provide an alternative ad-free front end to YouTube. These include [Invidious](https://docs.invidious.io/instances/), [FreeTube](https://freetubeapp.io/), [LibreTube](https://github.com/libre-tube/LibreTube), [Newpipe](https://newpipe.net/), [Revanced](https://revanced.io/YouTube/), and I’m sure there are several more options I’ve missed. I don’t have any particular preference really but I routinely use NewPipe on my cellphone just because I tried it once and couldn’t be bothered trying all the others.\n
      - In step 4 listed above, to clarify, afaik you only need to remove adblocker extensions (if you have more than one installed) that might conflict with the uBlock Origin rules and trigger the anti-adblock, not all extensions.\n
      - If you hate non-stop ads but want to support your favorite content creators then be sure to give them some love on Patreon or whatever alternative options they provide. Creators typically make only a tiny, tiny fraction of what YouTube makes in ad revenue, assuming YouTube doesn’t just outright steal the lot, and it’s a shitty business model that’s ruining the internet. Even if you watch the ads, you’re only supporting YouTube most of the time, not the creators.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 192
    +favouriteCount: 392
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728990770 {#2492
      date: 2024-10-15 13:12:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2501 …}
    +votes: Doctrine\ORM\PersistentCollection {#2503 …}
    +reports: Doctrine\ORM\PersistentCollection {#2505 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
    +badges: Doctrine\ORM\PersistentCollection {#2511 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 4915
    -titleTs: "'adblock':5 'anti':4 'anti-adblock':3 'arriv':9 'final':8 'firefox':11 'rollout':6 'user':12 'youtub':1"
    -bodyTs: "'/),':419,427 '/en-us/firefox/addon/ublock-origin/)':42 '/instances/),':415 '/libre-tube/libretube),':423 '/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':92 '/youtube/),':431 '1':132 '1.52.0':139 '2':152 '3':194 '4':241,272,477 'ad':404,520,558,586 'ad-fre':403 'adblock':18,51,368,488,510 'addit':173,290 'addons.mozilla.org':41 'addons.mozilla.org/en-us/firefox/addon/ublock-origin/)':40 'advis':84 'afaik':482 'afterward':301 'alreadi':8,83 'altern':402,541 'anti':17,50,509 'anti-adblock':16,49,508 'assum':560 'awar':9 'backup':185 'block':213 'blocker':253 'bother':470 'browser':151,248,300 'built':251 'built-in':250 'busi':574 'button':227,236,240 'cach':235 'caus':337 'cellphon':459 'chrome':21 'clarifi':481 'click':221 'come':72 'comment':392 'config':156,188,288,322,354 'conflict':499 'content':527 'conveni':105 'couldn':467 'creator':528,545,598 'culprit':348 'custom':155,164,287 'dashboard':226 'default':159,192,314 'detect':19 'determin':210 'disabl':167,171,242,259,366 'docs.invidious.io':414 'docs.invidious.io/instances/),':413 'doesn':562 'due':284 'duplic':97 'easier':332 'either':289 'enabl':177 'end':407 'enhanc':360 'even':581 'everyon':74 'extens':43,141,206,245,489,513 'fantast':37 'far':120 'favorit':526 'filter':165,169,200,219,229,294,297 'find':333,346 'fine':77,116 'firefox':33,111 'first':48,342 'folk':78 'follow':124,270 'forc':195,371 'form':101 'fraction':552 'free':405 'freetub':416 'freetubeapp.io':418 'freetubeapp.io/),':417 'front':406 'github.com':422 'github.com/libre-tube/libretube),':421 'give':533 'got':46 'gotten':308 'gradual':330 'happen':61 'hate':516 'help':303 'icon':224 'improv':145 'includ':411 'inevit':71 'instal':44,496 'instead':193 'instruct':128 'interfer':263 'internet':580 'invidi':412 'issu':312,339 'latest':137 'libretub':420 'like':283 'list':174,201,207,220,230,291,478 'long':31 'lot':568 'love':536 'm':2,434 'make':183,267,547,556 'mani':4 'may':59,302,369 'mean':161 'mention':381 'messag':280 'might':179,262,498 'miss':443 'model':575 'need':255,326,485 'newpip':424,456 'newpipe.net':426 'newpipe.net/),':425 'non':518 'non-stop':517 'note':56 'one':495 'option':440,542 'origin':39,81,373,503 'other':474 'outright':565 'pane':231 'particular':449 'patreon':538 'person':64 'place':343 'platform':55 'pleas':121 'point':273,388 'popup':52 'post':131 'prefer':450 'project':398 'provid':400,544 'purg':233 'quicker':181 'quit':395 're':277,588 'read':122 'realli':325,451 'reddit':89 'remov':153,162,487 'reset':157 'restart':298 'restor':190,320 'revanc':428 'revanced.io':430 'revanced.io/youtube/),':429 'revenu':559 'rid':309 'roll':14 'routin':454 'ruin':578 'rule':504 'see':278 'separ':293 'set':315 'sever':438 'shitti':573 'simpl':86 'simpli':349 'simplifi':100 'skip':350 'slowli':318 'solut':266 'start':319 'steal':566 'step':476 'stop':519 'support':524,590 'sure':3,268,435,531 'technic':144 'test':108 'thank':75 'thing':384 'time':32,595 'tini':550,551 'today':28 'tri':463,471 'trigger':506 'typic':546 'ublock':38,80,372,502 'ubo':134,222 'uninstal':257 'updat':133,197,218,238,377 'use':359,455 'user':22,34 've':176,307,442 'version':138 'want':357,379,522 'watch':584 'week':26 'whatev':540 'within':204 'work':115 'workaround':87 'www.reddit.com':91 'www.reddit.com/r/ublockorigin/comments/173jmog/youtube_antiadblock_and_ads_october_09_2023/),':90 'youtub':11,362,409,555,561,591 'yuck':93"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697153937
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6089078"
    +editedAt: DateTimeImmutable @1697241135 {#1983
      date: 2023-10-14 01:52:15.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697067537 {#1992
      date: 2023-10-12 01:38:57.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "Alternative solution: Since YouTube disabled all ads in Russia, you can just use russian vpn/proxy for the most effective YouTube adblocking possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1698634052 {#1430
    date: 2023-10-30 03:47:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Flatworm7591@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1574 …}
  +nested: Doctrine\ORM\PersistentCollection {#1588 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  -id: 45293
  -bodyTs: "'ad':7 'adblock':21 'altern':1 'disabl':5 'effect':19 'possibl':22 'russia':9 'russian':14 'sinc':3 'solut':2 'use':13 'vpn/proxy':15 'youtub':4,20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/4766671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697091972 {#1429
    date: 2023-10-12 08:26:12.0 +02:00
  }
  +"title": 45293
}
"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
49 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
50 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