GET https://kbin.spritesserver.nl/d/ubuntu.com

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.40 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
App\Entity\Entry {#1827
  +user: Proxies\__CG__\App\Entity\User {#1891 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Performance-engineering-on-Ubuntu-leaps-forward-with-frame-pointers-by"
  +title: "Performance engineering on Ubuntu leaps forward with frame pointers by default in Ubuntu 24.04 LTS"
  +url: "https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default"
  +body: """
    > In collaboration with Polar Signals we have committed that beginning with Ubuntu 24.04 LTS, our GNU Compiler Collection (GCC) package will enable frame pointers by default for 64-bit platforms. All packages in Ubuntu, with very few exceptions, will be rebuilt with frame pointers enabled, making them easier to profile and subsequently optimise.\n
    \n
    > There is a small performance penalty associated with the change, but in cases where the impact is high (such as the Python interpreter), we’ll continue to omit frame pointers until this is addressed. Our analysis suggests that the penalty on 64-bit architectures is between 1-2% in most cases. We will not make this change on 32-bit architectures where the penalty is higher.\n
    \n
    > Canonical, and the Ubuntu community, can make use of this improved debugging information to diagnose and target performance issues that are orders of magnitude more impactful than the 1-2% upfront cost.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703267398 {#1664
    date: 2023-12-22 18:49:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1601 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 22071
  -titleTs: "'24.04':14 'default':11 'engin':2 'forward':6 'frame':8 'leap':5 'lts':15 'perform':1 'pointer':9 'ubuntu':4,13"
  -bodyTs: "'-2':101,149 '1':100,148 '24.04':13 '32':112 '64':28,95 'address':87 'analysi':89 'architectur':97,114 'associ':60 'begin':10 'bit':29,96,113 'canon':120 'case':66,104 'chang':63,110 'collabor':2 'collect':18 'commit':8 'communiti':124 'compil':17 'continu':79 'cost':151 'debug':131 'default':26 'diagnos':134 'easier':48 'enabl':22,45 'except':38 'frame':23,43,82 'gcc':19 'gnu':16 'high':71 'higher':119 'impact':69,145 'improv':130 'inform':132 'interpret':76 'issu':138 'll':78 'lts':14 'magnitud':143 'make':46,108,126 'omit':81 'optimis':53 'order':141 'packag':20,32 'penalti':59,93,117 'perform':58,137 'platform':30 'pointer':24,44,83 'polar':4 'profil':50 'python':75 'rebuilt':41 'signal':5 'small':57 'subsequ':52 'suggest':90 'target':136 'ubuntu':12,34,123 'upfront':150 'use':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702555912
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/474056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702486412 {#1793
    date: 2023-12-13 17:53:32.0 +01:00
  }
}
"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
App\Entity\Entry {#1827
  +user: Proxies\__CG__\App\Entity\User {#1891 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Performance-engineering-on-Ubuntu-leaps-forward-with-frame-pointers-by"
  +title: "Performance engineering on Ubuntu leaps forward with frame pointers by default in Ubuntu 24.04 LTS"
  +url: "https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default"
  +body: """
    > In collaboration with Polar Signals we have committed that beginning with Ubuntu 24.04 LTS, our GNU Compiler Collection (GCC) package will enable frame pointers by default for 64-bit platforms. All packages in Ubuntu, with very few exceptions, will be rebuilt with frame pointers enabled, making them easier to profile and subsequently optimise.\n
    \n
    > There is a small performance penalty associated with the change, but in cases where the impact is high (such as the Python interpreter), we’ll continue to omit frame pointers until this is addressed. Our analysis suggests that the penalty on 64-bit architectures is between 1-2% in most cases. We will not make this change on 32-bit architectures where the penalty is higher.\n
    \n
    > Canonical, and the Ubuntu community, can make use of this improved debugging information to diagnose and target performance issues that are orders of magnitude more impactful than the 1-2% upfront cost.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703267398 {#1664
    date: 2023-12-22 18:49:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1601 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 22071
  -titleTs: "'24.04':14 'default':11 'engin':2 'forward':6 'frame':8 'leap':5 'lts':15 'perform':1 'pointer':9 'ubuntu':4,13"
  -bodyTs: "'-2':101,149 '1':100,148 '24.04':13 '32':112 '64':28,95 'address':87 'analysi':89 'architectur':97,114 'associ':60 'begin':10 'bit':29,96,113 'canon':120 'case':66,104 'chang':63,110 'collabor':2 'collect':18 'commit':8 'communiti':124 'compil':17 'continu':79 'cost':151 'debug':131 'default':26 'diagnos':134 'easier':48 'enabl':22,45 'except':38 'frame':23,43,82 'gcc':19 'gnu':16 'high':71 'higher':119 'impact':69,145 'improv':130 'inform':132 'interpret':76 'issu':138 'll':78 'lts':14 'magnitud':143 'make':46,108,126 'omit':81 'optimis':53 'order':141 'packag':20,32 'penalti':59,93,117 'perform':58,137 'platform':30 'pointer':24,44,83 'polar':4 'profil':50 'python':75 'rebuilt':41 'signal':5 'small':57 'subsequ':52 'suggest':90 'target':136 'ubuntu':12,34,123 'upfront':150 'use':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702555912
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/474056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702486412 {#1793
    date: 2023-12-13 17:53:32.0 +01:00
  }
}
"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
App\Entity\Entry {#1827
  +user: Proxies\__CG__\App\Entity\User {#1891 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Performance-engineering-on-Ubuntu-leaps-forward-with-frame-pointers-by"
  +title: "Performance engineering on Ubuntu leaps forward with frame pointers by default in Ubuntu 24.04 LTS"
  +url: "https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default"
  +body: """
    > In collaboration with Polar Signals we have committed that beginning with Ubuntu 24.04 LTS, our GNU Compiler Collection (GCC) package will enable frame pointers by default for 64-bit platforms. All packages in Ubuntu, with very few exceptions, will be rebuilt with frame pointers enabled, making them easier to profile and subsequently optimise.\n
    \n
    > There is a small performance penalty associated with the change, but in cases where the impact is high (such as the Python interpreter), we’ll continue to omit frame pointers until this is addressed. Our analysis suggests that the penalty on 64-bit architectures is between 1-2% in most cases. We will not make this change on 32-bit architectures where the penalty is higher.\n
    \n
    > Canonical, and the Ubuntu community, can make use of this improved debugging information to diagnose and target performance issues that are orders of magnitude more impactful than the 1-2% upfront cost.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703267398 {#1664
    date: 2023-12-22 18:49:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1601 …}
  +votes: Doctrine\ORM\PersistentCollection {#1897 …}
  +reports: Doctrine\ORM\PersistentCollection {#1502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 22071
  -titleTs: "'24.04':14 'default':11 'engin':2 'forward':6 'frame':8 'leap':5 'lts':15 'perform':1 'pointer':9 'ubuntu':4,13"
  -bodyTs: "'-2':101,149 '1':100,148 '24.04':13 '32':112 '64':28,95 'address':87 'analysi':89 'architectur':97,114 'associ':60 'begin':10 'bit':29,96,113 'canon':120 'case':66,104 'chang':63,110 'collabor':2 'collect':18 'commit':8 'communiti':124 'compil':17 'continu':79 'cost':151 'debug':131 'default':26 'diagnos':134 'easier':48 'enabl':22,45 'except':38 'frame':23,43,82 'gcc':19 'gnu':16 'high':71 'higher':119 'impact':69,145 'improv':130 'inform':132 'interpret':76 'issu':138 'll':78 'lts':14 'magnitud':143 'make':46,108,126 'omit':81 'optimis':53 'order':141 'packag':20,32 'penalti':59,93,117 'perform':58,137 'platform':30 'pointer':24,44,83 'polar':4 'profil':50 'python':75 'rebuilt':41 'signal':5 'small':57 'subsequ':52 'suggest':90 'target':136 'ubuntu':12,34,123 'upfront':150 'use':127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702555912
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/474056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702486412 {#1793
    date: 2023-12-13 17:53:32.0 +01:00
  }
}
"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\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#1659 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Optimising-Ubuntu-performance-on-amd64-architecture"
  +title: "Optimising Ubuntu performance on amd64 architecture"
  +url: "https://ubuntu.com/blog/optimising-ubuntu-performance-on-amd64-architecture"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702473419 {#1623
    date: 2023-12-13 14:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 21963
  -titleTs: "'amd64':5 'architectur':6 'optimis':1 'perform':3 'ubuntu':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702510419
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7704141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702424019 {#1519
    date: 2023-12-13 00:33:39.0 +01:00
  }
}
"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
7 DENIED edit
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#1659 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Optimising-Ubuntu-performance-on-amd64-architecture"
  +title: "Optimising Ubuntu performance on amd64 architecture"
  +url: "https://ubuntu.com/blog/optimising-ubuntu-performance-on-amd64-architecture"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702473419 {#1623
    date: 2023-12-13 14:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 21963
  -titleTs: "'amd64':5 'architectur':6 'optimis':1 'perform':3 'ubuntu':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702510419
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7704141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702424019 {#1519
    date: 2023-12-13 00:33:39.0 +01:00
  }
}
"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
8 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: Proxies\__CG__\App\Entity\Image {#1659 …}
  +domain: App\Entity\Domain {#282 …}
  +slug: "Optimising-Ubuntu-performance-on-amd64-architecture"
  +title: "Optimising Ubuntu performance on amd64 architecture"
  +url: "https://ubuntu.com/blog/optimising-ubuntu-performance-on-amd64-architecture"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702473419 {#1623
    date: 2023-12-13 14:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 21963
  -titleTs: "'amd64':5 'architectur':6 'optimis':1 'perform':3 'ubuntu':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702510419
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7704141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702424019 {#1519
    date: 2023-12-13 00:33:39.0 +01:00
  }
}
"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
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\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Why-aren-t-linux-hardware-shops-on-Ubuntu-s-certified-hardware-list"
  +title: "Why aren't linux hardware shops on Ubuntu's certified hardware list?"
  +url: "https://ubuntu.com/certified"
  +body: "Where are Purism, System76, Tuxedo Computers, Starlabs, SlimbookES, and others? Instead there’s Dell, HP, ASUS, and Fujitsu…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699641798 {#1470
    date: 2023-11-10 19:43:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 11257
  -titleTs: "'aren':2 'certifi':10 'hardwar':5,11 'linux':4 'list':12 'shop':6 'ubuntu':8"
  -bodyTs: "'asus':16 'comput':6 'dell':14 'fujitsu':18 'hp':15 'instead':11 'other':10 'purism':3 'slimbook':8 'starlab':7 'system76':4 'tuxedo':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699570533
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5602457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699484133 {#1469
    date: 2023-11-08 23:55:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Why-aren-t-linux-hardware-shops-on-Ubuntu-s-certified-hardware-list"
  +title: "Why aren't linux hardware shops on Ubuntu's certified hardware list?"
  +url: "https://ubuntu.com/certified"
  +body: "Where are Purism, System76, Tuxedo Computers, Starlabs, SlimbookES, and others? Instead there’s Dell, HP, ASUS, and Fujitsu…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699641798 {#1470
    date: 2023-11-10 19:43:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 11257
  -titleTs: "'aren':2 'certifi':10 'hardwar':5,11 'linux':4 'list':12 'shop':6 'ubuntu':8"
  -bodyTs: "'asus':16 'comput':6 'dell':14 'fujitsu':18 'hp':15 'instead':11 'other':10 'purism':3 'slimbook':8 'starlab':7 'system76':4 'tuxedo':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699570533
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5602457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699484133 {#1469
    date: 2023-11-08 23:55:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Why-aren-t-linux-hardware-shops-on-Ubuntu-s-certified-hardware-list"
  +title: "Why aren't linux hardware shops on Ubuntu's certified hardware list?"
  +url: "https://ubuntu.com/certified"
  +body: "Where are Purism, System76, Tuxedo Computers, Starlabs, SlimbookES, and others? Instead there’s Dell, HP, ASUS, and Fujitsu…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699641798 {#1470
    date: 2023-11-10 19:43:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 11257
  -titleTs: "'aren':2 'certifi':10 'hardwar':5,11 'linux':4 'list':12 'shop':6 'ubuntu':8"
  -bodyTs: "'asus':16 'comput':6 'dell':14 'fujitsu':18 'hp':15 'instead':11 'other':10 'purism':3 'slimbook':8 'starlab':7 'system76':4 'tuxedo':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699570533
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5602457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699484133 {#1469
    date: 2023-11-08 23:55:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Ubuntu-23-10-is-out"
  +title: "Ubuntu 23.10 is out"
  +url: "https://ubuntu.com/download/desktop"
  +body: """
    [Release notes](https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):\n
    \n
    New features in 23.10 Updated Packages\n
    \n
    ```\n
    \n
    <span style="color:#323232;">add-apt-repository now adds PPAs as deb822 .sources files (Improvements to PPA management in 23.10 116).\n
    </span>\n
    ```\n
    \n
    Linux kernel :penguin:\n
    \n
    Ubuntu 23.10 includes the new 6.5 Linux kernel that brings many new features.\n
    \n
    Notable upstream changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Intel’s “Topology Aware Register and PM Capsule Interface” (interface that provides better power-management features).\n
    </span><span style="color:#323232;">arm64 permission-indirection extension (technology to set special memory permissions).\n
    </span><span style="color:#323232;">RISC-V now supports ACPI.\n
    </span><span style="color:#323232;">The Loongarch architecture now supports simultaneous multi-threading (SMT).\n
    </span><span style="color:#323232;">Support for unaccepted memory (protocol by which secure guest systems accept memory allocated by the host - Seeking an acceptable unaccepted memory policy 5.\n
    </span><span style="color:#323232;">The io_uring subsystem can now store the rings and submission queue in user-space memory.\n
    </span><span style="color:#323232;">Ability to mount a file system underneath an existing mount on the same mount point; useful in container scenarios (Merge tag ‘v6.5/vfs.mount’ of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs 5).\n
    </span><span style="color:#323232;">New cachestat() system call (query the page-cache state of files and directories).\n
    </span><span style="color:#323232;">Usual set of changes to support new hardware.\n
    </span>\n
    ```\n
    \n
    Notable Ubuntu-specific changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">zstd compressed modules (LP: #2028568 11) to shorten boot time.\n
    </span><span style="color:#323232;">New Apparmor/Stacking LSM patch set.\n
    </span><span style="color:#323232;">Updated shiftfs patch set.\n
    </span><span style="color:#323232;">Enabled multi-gen LRU page reclaiming by default (LP: #2023629 1).\n
    </span><span style="color:#323232;">.config tuning of the low-latency kernel for desktop-oriented tasks (LP: #2028568 6).\n
    </span><span style="color:#323232;">New zfs 2.2.0~rc3.\n
    </span><span style="color:#323232;">Ceph support for idmapped mounts.\n
    </span>\n
    ```\n
    \n
    systemd v253.5\n
    \n
    The init system was updated to systemd v253.5. See the upstream changelog 6 for more information about individual features. Netplan v0.107\n
    \n
    The network stack was updated to Netplan v0.107 3, introducing support for dummy and veth devices in addition to providing Python bindings to libnetplan in the python3-netplan package. Toolchain Upgrades :hammer_and_wrench:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">GCC was updated to the 13.2.0 release, binutils to 2.41, and glibc to 2.38.\n
    </span><span style="color:#323232;">Python :snake: now defaults to version 3.11.6, and 3.12.0 is available in the archive.\n
    </span><span style="color:#323232;">Perl :camel: at version 5.36.0.\n
    </span><span style="color:#323232;">LLVM now defaults to version 16, and 17 is available in the archive.\n
    </span><span style="color:#323232;">Rust :crab: toolchain defaults to version 1.71.\n
    </span>\n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697152809 {#1493
    date: 2023-10-13 01:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 9157
  -titleTs: "'23.10':2 'ubuntu':1"
  -bodyTs: "'/pub/scm/linux/kernel/git/vfs/vfs':158 '/t/mantic-minotaur-release-notes/35534):':5 '1':217 '1.71':353 '11':192 '116':29 '13.2.0':306 '16':339 '17':341 '2.2.0':236 '2.38':314 '2.41':310 '2023629':216 '2028568':191,232 '23.10':9,28,34 '3':274 '3.11.6':321 '3.12.0':323 '5':115,159 '5.36.0':333 '6':233,257 '6.5':38 'abil':133 'accept':103,111 'acpi':82 'add':13,17 'add-apt-repositori':12 'addit':283 'alloc':105 'apparmor/stacking':198 'apt':14 'architectur':85 'archiv':328,346 'arm64':66 'avail':325,343 'awar':52 'better':61 'bind':287 'binutil':308 'boot':195 'bring':42 'cach':168 'cachestat':161 'call':163 'camel':330 'capsul':56 'ceph':238 'chang':48,177,186 'changelog':256 'compress':188 'config':218 'contain':150 'crab':348 'deb822':20 'default':214,318,336,350 'desktop':228 'desktop-ori':227 'devic':281 'directori':173 'discourse.ubuntu.com':4 'discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):':3 'dummi':278 'enabl':206 'exist':141 'extens':70 'featur':7,45,65,263 'file':22,137,171 'gcc':301 'gen':209 'git.kernel.org':157 'git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs':156 'glibc':312 'guest':101 'hammer':298 'hardwar':181 'host':108 'idmap':241 'improv':23 'includ':35 'indirect':69 'individu':262 'inform':260 'init':246 'intel':49 'interfac':57,58 'introduc':275 'io':117 'kernel':31,40,225 'latenc':224 'libnetplan':289 'linux':30,39 'llvm':334 'loongarch':84 'low':223 'low-lat':222 'lp':190,215,231 'lru':210 'lsm':199 'manag':26,64 'mani':43 'memori':75,96,104,113,132 'merg':152 'modul':189 'mount':135,142,146,242 'multi':90,208 'multi-gen':207 'multi-thread':89 'netplan':264,272,294 'network':267 'new':6,37,44,160,180,197,234 'notabl':46,182 'note':2 'orient':229 'packag':11,295 'page':167,211 'page-cach':166 'patch':200,204 'penguin':32 'perl':329 'permiss':68,76 'permission-indirect':67 'pm':55 'point':147 'polici':114 'power':63 'power-manag':62 'ppa':25 'ppas':18 'protocol':97 'provid':60,285 'python':286,315 'python3':293 'python3-netplan':292 'queri':164 'queue':127 'reclaim':212 'regist':53 'releas':1,307 'repositori':15 'ring':124 'risc':78 'risc-v':77 'rust':347 'scenario':151 'secur':100 'see':253 'seek':109 'set':73,175,201,205 'shiftf':203 'shorten':194 'simultan':88 'smt':92 'snake':316 'sourc':21 'space':131 'special':74 'specif':185 'stack':268 'state':169 'store':122 'submiss':126 'subsystem':119 'support':81,87,93,179,239,276 'system':102,138,162,247 'systemd':243,251 'tag':153 'task':230 'technolog':71 'thread':91 'time':196 'toolchain':296,349 'topolog':51 'tune':219 'ubuntu':33,184 'ubuntu-specif':183 'unaccept':95,112 'underneath':139 'updat':10,202,249,270,303 'upgrad':297 'upstream':47,255 'ure':118 'use':148 'user':130 'user-spac':129 'usual':174 'v':79 'v0.107':265,273 'v253.5':244,252 'v6.5/vfs.mount':154 'version':320,332,338,352 'veth':280 'wrench':300 'zfs':235 'zstd':187 '~rc3':237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697143679
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6391654"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697129179 {#1495
    date: 2023-10-12 18:46:19.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Ubuntu-23-10-is-out"
  +title: "Ubuntu 23.10 is out"
  +url: "https://ubuntu.com/download/desktop"
  +body: """
    [Release notes](https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):\n
    \n
    New features in 23.10 Updated Packages\n
    \n
    ```\n
    \n
    <span style="color:#323232;">add-apt-repository now adds PPAs as deb822 .sources files (Improvements to PPA management in 23.10 116).\n
    </span>\n
    ```\n
    \n
    Linux kernel :penguin:\n
    \n
    Ubuntu 23.10 includes the new 6.5 Linux kernel that brings many new features.\n
    \n
    Notable upstream changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Intel’s “Topology Aware Register and PM Capsule Interface” (interface that provides better power-management features).\n
    </span><span style="color:#323232;">arm64 permission-indirection extension (technology to set special memory permissions).\n
    </span><span style="color:#323232;">RISC-V now supports ACPI.\n
    </span><span style="color:#323232;">The Loongarch architecture now supports simultaneous multi-threading (SMT).\n
    </span><span style="color:#323232;">Support for unaccepted memory (protocol by which secure guest systems accept memory allocated by the host - Seeking an acceptable unaccepted memory policy 5.\n
    </span><span style="color:#323232;">The io_uring subsystem can now store the rings and submission queue in user-space memory.\n
    </span><span style="color:#323232;">Ability to mount a file system underneath an existing mount on the same mount point; useful in container scenarios (Merge tag ‘v6.5/vfs.mount’ of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs 5).\n
    </span><span style="color:#323232;">New cachestat() system call (query the page-cache state of files and directories).\n
    </span><span style="color:#323232;">Usual set of changes to support new hardware.\n
    </span>\n
    ```\n
    \n
    Notable Ubuntu-specific changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">zstd compressed modules (LP: #2028568 11) to shorten boot time.\n
    </span><span style="color:#323232;">New Apparmor/Stacking LSM patch set.\n
    </span><span style="color:#323232;">Updated shiftfs patch set.\n
    </span><span style="color:#323232;">Enabled multi-gen LRU page reclaiming by default (LP: #2023629 1).\n
    </span><span style="color:#323232;">.config tuning of the low-latency kernel for desktop-oriented tasks (LP: #2028568 6).\n
    </span><span style="color:#323232;">New zfs 2.2.0~rc3.\n
    </span><span style="color:#323232;">Ceph support for idmapped mounts.\n
    </span>\n
    ```\n
    \n
    systemd v253.5\n
    \n
    The init system was updated to systemd v253.5. See the upstream changelog 6 for more information about individual features. Netplan v0.107\n
    \n
    The network stack was updated to Netplan v0.107 3, introducing support for dummy and veth devices in addition to providing Python bindings to libnetplan in the python3-netplan package. Toolchain Upgrades :hammer_and_wrench:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">GCC was updated to the 13.2.0 release, binutils to 2.41, and glibc to 2.38.\n
    </span><span style="color:#323232;">Python :snake: now defaults to version 3.11.6, and 3.12.0 is available in the archive.\n
    </span><span style="color:#323232;">Perl :camel: at version 5.36.0.\n
    </span><span style="color:#323232;">LLVM now defaults to version 16, and 17 is available in the archive.\n
    </span><span style="color:#323232;">Rust :crab: toolchain defaults to version 1.71.\n
    </span>\n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697152809 {#1493
    date: 2023-10-13 01:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 9157
  -titleTs: "'23.10':2 'ubuntu':1"
  -bodyTs: "'/pub/scm/linux/kernel/git/vfs/vfs':158 '/t/mantic-minotaur-release-notes/35534):':5 '1':217 '1.71':353 '11':192 '116':29 '13.2.0':306 '16':339 '17':341 '2.2.0':236 '2.38':314 '2.41':310 '2023629':216 '2028568':191,232 '23.10':9,28,34 '3':274 '3.11.6':321 '3.12.0':323 '5':115,159 '5.36.0':333 '6':233,257 '6.5':38 'abil':133 'accept':103,111 'acpi':82 'add':13,17 'add-apt-repositori':12 'addit':283 'alloc':105 'apparmor/stacking':198 'apt':14 'architectur':85 'archiv':328,346 'arm64':66 'avail':325,343 'awar':52 'better':61 'bind':287 'binutil':308 'boot':195 'bring':42 'cach':168 'cachestat':161 'call':163 'camel':330 'capsul':56 'ceph':238 'chang':48,177,186 'changelog':256 'compress':188 'config':218 'contain':150 'crab':348 'deb822':20 'default':214,318,336,350 'desktop':228 'desktop-ori':227 'devic':281 'directori':173 'discourse.ubuntu.com':4 'discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):':3 'dummi':278 'enabl':206 'exist':141 'extens':70 'featur':7,45,65,263 'file':22,137,171 'gcc':301 'gen':209 'git.kernel.org':157 'git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs':156 'glibc':312 'guest':101 'hammer':298 'hardwar':181 'host':108 'idmap':241 'improv':23 'includ':35 'indirect':69 'individu':262 'inform':260 'init':246 'intel':49 'interfac':57,58 'introduc':275 'io':117 'kernel':31,40,225 'latenc':224 'libnetplan':289 'linux':30,39 'llvm':334 'loongarch':84 'low':223 'low-lat':222 'lp':190,215,231 'lru':210 'lsm':199 'manag':26,64 'mani':43 'memori':75,96,104,113,132 'merg':152 'modul':189 'mount':135,142,146,242 'multi':90,208 'multi-gen':207 'multi-thread':89 'netplan':264,272,294 'network':267 'new':6,37,44,160,180,197,234 'notabl':46,182 'note':2 'orient':229 'packag':11,295 'page':167,211 'page-cach':166 'patch':200,204 'penguin':32 'perl':329 'permiss':68,76 'permission-indirect':67 'pm':55 'point':147 'polici':114 'power':63 'power-manag':62 'ppa':25 'ppas':18 'protocol':97 'provid':60,285 'python':286,315 'python3':293 'python3-netplan':292 'queri':164 'queue':127 'reclaim':212 'regist':53 'releas':1,307 'repositori':15 'ring':124 'risc':78 'risc-v':77 'rust':347 'scenario':151 'secur':100 'see':253 'seek':109 'set':73,175,201,205 'shiftf':203 'shorten':194 'simultan':88 'smt':92 'snake':316 'sourc':21 'space':131 'special':74 'specif':185 'stack':268 'state':169 'store':122 'submiss':126 'subsystem':119 'support':81,87,93,179,239,276 'system':102,138,162,247 'systemd':243,251 'tag':153 'task':230 'technolog':71 'thread':91 'time':196 'toolchain':296,349 'topolog':51 'tune':219 'ubuntu':33,184 'ubuntu-specif':183 'unaccept':95,112 'underneath':139 'updat':10,202,249,270,303 'upgrad':297 'upstream':47,255 'ure':118 'use':148 'user':130 'user-spac':129 'usual':174 'v':79 'v0.107':265,273 'v253.5':244,252 'v6.5/vfs.mount':154 'version':320,332,338,352 'veth':280 'wrench':300 'zfs':235 'zstd':187 '~rc3':237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697143679
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6391654"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697129179 {#1495
    date: 2023-10-12 18:46:19.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1872 …}
  +image: null
  +domain: App\Entity\Domain {#282 …}
  +slug: "Ubuntu-23-10-is-out"
  +title: "Ubuntu 23.10 is out"
  +url: "https://ubuntu.com/download/desktop"
  +body: """
    [Release notes](https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):\n
    \n
    New features in 23.10 Updated Packages\n
    \n
    ```\n
    \n
    <span style="color:#323232;">add-apt-repository now adds PPAs as deb822 .sources files (Improvements to PPA management in 23.10 116).\n
    </span>\n
    ```\n
    \n
    Linux kernel :penguin:\n
    \n
    Ubuntu 23.10 includes the new 6.5 Linux kernel that brings many new features.\n
    \n
    Notable upstream changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Intel’s “Topology Aware Register and PM Capsule Interface” (interface that provides better power-management features).\n
    </span><span style="color:#323232;">arm64 permission-indirection extension (technology to set special memory permissions).\n
    </span><span style="color:#323232;">RISC-V now supports ACPI.\n
    </span><span style="color:#323232;">The Loongarch architecture now supports simultaneous multi-threading (SMT).\n
    </span><span style="color:#323232;">Support for unaccepted memory (protocol by which secure guest systems accept memory allocated by the host - Seeking an acceptable unaccepted memory policy 5.\n
    </span><span style="color:#323232;">The io_uring subsystem can now store the rings and submission queue in user-space memory.\n
    </span><span style="color:#323232;">Ability to mount a file system underneath an existing mount on the same mount point; useful in container scenarios (Merge tag ‘v6.5/vfs.mount’ of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs 5).\n
    </span><span style="color:#323232;">New cachestat() system call (query the page-cache state of files and directories).\n
    </span><span style="color:#323232;">Usual set of changes to support new hardware.\n
    </span>\n
    ```\n
    \n
    Notable Ubuntu-specific changes:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">zstd compressed modules (LP: #2028568 11) to shorten boot time.\n
    </span><span style="color:#323232;">New Apparmor/Stacking LSM patch set.\n
    </span><span style="color:#323232;">Updated shiftfs patch set.\n
    </span><span style="color:#323232;">Enabled multi-gen LRU page reclaiming by default (LP: #2023629 1).\n
    </span><span style="color:#323232;">.config tuning of the low-latency kernel for desktop-oriented tasks (LP: #2028568 6).\n
    </span><span style="color:#323232;">New zfs 2.2.0~rc3.\n
    </span><span style="color:#323232;">Ceph support for idmapped mounts.\n
    </span>\n
    ```\n
    \n
    systemd v253.5\n
    \n
    The init system was updated to systemd v253.5. See the upstream changelog 6 for more information about individual features. Netplan v0.107\n
    \n
    The network stack was updated to Netplan v0.107 3, introducing support for dummy and veth devices in addition to providing Python bindings to libnetplan in the python3-netplan package. Toolchain Upgrades :hammer_and_wrench:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">GCC was updated to the 13.2.0 release, binutils to 2.41, and glibc to 2.38.\n
    </span><span style="color:#323232;">Python :snake: now defaults to version 3.11.6, and 3.12.0 is available in the archive.\n
    </span><span style="color:#323232;">Perl :camel: at version 5.36.0.\n
    </span><span style="color:#323232;">LLVM now defaults to version 16, and 17 is available in the archive.\n
    </span><span style="color:#323232;">Rust :crab: toolchain defaults to version 1.71.\n
    </span>\n
    ```
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697152809 {#1493
    date: 2023-10-13 01:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 9157
  -titleTs: "'23.10':2 'ubuntu':1"
  -bodyTs: "'/pub/scm/linux/kernel/git/vfs/vfs':158 '/t/mantic-minotaur-release-notes/35534):':5 '1':217 '1.71':353 '11':192 '116':29 '13.2.0':306 '16':339 '17':341 '2.2.0':236 '2.38':314 '2.41':310 '2023629':216 '2028568':191,232 '23.10':9,28,34 '3':274 '3.11.6':321 '3.12.0':323 '5':115,159 '5.36.0':333 '6':233,257 '6.5':38 'abil':133 'accept':103,111 'acpi':82 'add':13,17 'add-apt-repositori':12 'addit':283 'alloc':105 'apparmor/stacking':198 'apt':14 'architectur':85 'archiv':328,346 'arm64':66 'avail':325,343 'awar':52 'better':61 'bind':287 'binutil':308 'boot':195 'bring':42 'cach':168 'cachestat':161 'call':163 'camel':330 'capsul':56 'ceph':238 'chang':48,177,186 'changelog':256 'compress':188 'config':218 'contain':150 'crab':348 'deb822':20 'default':214,318,336,350 'desktop':228 'desktop-ori':227 'devic':281 'directori':173 'discourse.ubuntu.com':4 'discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534):':3 'dummi':278 'enabl':206 'exist':141 'extens':70 'featur':7,45,65,263 'file':22,137,171 'gcc':301 'gen':209 'git.kernel.org':157 'git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs':156 'glibc':312 'guest':101 'hammer':298 'hardwar':181 'host':108 'idmap':241 'improv':23 'includ':35 'indirect':69 'individu':262 'inform':260 'init':246 'intel':49 'interfac':57,58 'introduc':275 'io':117 'kernel':31,40,225 'latenc':224 'libnetplan':289 'linux':30,39 'llvm':334 'loongarch':84 'low':223 'low-lat':222 'lp':190,215,231 'lru':210 'lsm':199 'manag':26,64 'mani':43 'memori':75,96,104,113,132 'merg':152 'modul':189 'mount':135,142,146,242 'multi':90,208 'multi-gen':207 'multi-thread':89 'netplan':264,272,294 'network':267 'new':6,37,44,160,180,197,234 'notabl':46,182 'note':2 'orient':229 'packag':11,295 'page':167,211 'page-cach':166 'patch':200,204 'penguin':32 'perl':329 'permiss':68,76 'permission-indirect':67 'pm':55 'point':147 'polici':114 'power':63 'power-manag':62 'ppa':25 'ppas':18 'protocol':97 'provid':60,285 'python':286,315 'python3':293 'python3-netplan':292 'queri':164 'queue':127 'reclaim':212 'regist':53 'releas':1,307 'repositori':15 'ring':124 'risc':78 'risc-v':77 'rust':347 'scenario':151 'secur':100 'see':253 'seek':109 'set':73,175,201,205 'shiftf':203 'shorten':194 'simultan':88 'smt':92 'snake':316 'sourc':21 'space':131 'special':74 'specif':185 'stack':268 'state':169 'store':122 'submiss':126 'subsystem':119 'support':81,87,93,179,239,276 'system':102,138,162,247 'systemd':243,251 'tag':153 'task':230 'technolog':71 'thread':91 'time':196 'toolchain':296,349 'topolog':51 'tune':219 'ubuntu':33,184 'ubuntu-specif':183 'unaccept':95,112 'underneath':139 'updat':10,202,249,270,303 'upgrad':297 'upstream':47,255 'ure':118 'use':148 'user':130 'user-spac':129 'usual':174 'v':79 'v0.107':265,273 'v253.5':244,252 'v6.5/vfs.mount':154 'version':320,332,338,352 'veth':280 'wrench':300 'zfs':235 'zstd':187 '~rc3':237"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697143679
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6391654"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697129179 {#1495
    date: 2023-10-12 18:46:19.0 +02:00
  }
}
"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