GET https://kbin.spritesserver.nl/u/@abuttandahalf@lemmy.ml/threads/newest/%E2%88%9E/all

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
2.33 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.06 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 {#1585
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#1680 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1725 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#1588
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2455 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1635
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1575
    date: 2023-11-27 11:48:05.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 {#1585
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#1680 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1725 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#1588
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2455 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1635
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1575
    date: 2023-11-27 11:48:05.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 {#1585
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#1680 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1725 …}
  +slug: "I-Made-Screen-Brightness-Control-on-Gnome-Much-Better"
  +title: "I Made Screen Brightness Control on Gnome Much Better"
  +url: "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340"
  +body: """
    Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception.\n
    \n
    I’ve [improved the brightness control](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/340) of the Gnome settings daemon, using a bezier curve based brightness curve. I’ve also written all the appropriate tests which it passes. With this implementation, the change in brightness between each step should be perceptually identical, providing more nuance at low brightness and faster control at high brightness.\n
    \n
    Would you all like to see this become a part of Gnome? The MR is about 4 weeks old now and the maintainers haven’t looked at it yet so I’m looking to gauge public interest and see if users want to see it merged.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 213
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701468392 {#1588
    date: 2023-12-01 23:06:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2455 …}
  +children: []
  -id: 17243
  -titleTs: "'better':9 'bright':4 'control':5 'gnome':7 'made':2 'much':8 'screen':3"
  -bodyTs: "'/gnome/gnome-settings-daemon/-/merge_requests/340)':54 '4':120 'adjust':7 'almost':31 'also':69 'anyon':1 'apart':24 'appropri':73 'base':64 'becom':111 'better':42 'bezier':62 'bright':8,28,39,50,65,84,97,103 'chang':82 'control':51,100 'curv':40,63,66 'daemon':59 'end':17 'everi':33 'far':23 'faster':99 'gaug':138 'gitlab.gnome.org':53 'gitlab.gnome.org/gnome/gnome-settings-daemon/-/merge_requests/340)':52 'gnome':10,57,115 'haven':127 'high':27,102 'human':44 'ident':91 'impercept':32 'implement':80 'improv':48 'interest':140 'light':13 'like':107 'look':129,136 'low':12,16,96 'm':135 'maintain':126 'match':43 'merg':149 'mr':117 'nuanc':94 'old':122 'oper':35 'part':113 'pass':77 'percept':45 'perceptu':90 'provid':92 'public':139 're':30 'see':109,142,147 'set':58 'step':19,87 'struggl':3 'system':36 'test':74 'tri':5 'use':37,60 'user':144 've':47,68 'want':145 'way':21 'week':121 'would':104 'written':70 'yet':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701168485
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8535853"
  +editedAt: DateTimeImmutable @1701915425 {#1635
    date: 2023-12-07 03:17:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701082085 {#1575
    date: 2023-11-27 11:48:05.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 {#2471
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "I-want-ease-of-use-polish-and-the-i3-workflow"
  +title: "I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?"
  +url: null
  +body: """
    I’m currently using Manjaro with i3 and no desktop environment. The problems with Manjaro as well as the lack of cohesiveness and missing features from not having a DE are prompting me to switch distributions. This isn’t the point of the post but I want to keep the i3 workflow but achieve DE level (gnome level ideally) of polish and ease of use. If you have any recommendations for doing this shoot them my way.\n
    \n
    Anyway, the two options I’m thinking of are fedora and nix. Fedora is a safe choice I think, I know what I’m going to get. Nix is really tempting. The idea that I can reproduce my system with one file is very tantalizing considering I already keep track of my dot files with git. My concerns about nix are regarding ease of use, learning curve, and polish. Is it wise to invest the time into learning something so niche like how to configure everything with nix, a skill that isn’t portable to any other distro? I’m not quite sure.\n
    \n
    Also if anyone has tips for making switching distros easier I’d appreciate it.\n
    \n
    Edit: I ended up choosing fedora. I added the pop shell for tiling and [this](https://extensions.gnome.org/extension/5090/space-bar/) workspace indicator extension. I only set it up yesterday but I’m very excited it seems like an incredible system.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689423771 {#2452
    date: 2023-07-15 14:22:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 22977
  -titleTs: "'eas':3 'fedora':14 'i3':9 'nix':16 'os':17 'polish':6 'use':5,13 'want':2 'workflow':10"
  -bodyTs: "'/extension/5090/space-bar/)':212 'achiev':54 'ad':202 'alreadi':125 'also':181 'anyon':183 'anyway':78 'appreci':193 'choic':94 'choos':199 'cohes':22 'concern':135 'configur':162 'consid':123 'current':3 'curv':144 'd':192 'de':30,55 'desktop':10 'distribut':36 'distro':175,189 'dot':130 'eas':63,140 'easier':190 'edit':195 'end':197 'environ':11 'everyth':163 'excit':226 'extens':215 'extensions.gnome.org':211 'extensions.gnome.org/extension/5090/space-bar/)':210 'featur':25 'fedora':87,90,200 'file':119,131 'get':104 'git':133 'gnome':57 'go':102 'i3':7,51 'idea':110 'ideal':59 'incred':231 'indic':214 'invest':151 'isn':38,169 'keep':49,126 'know':98 'lack':20 'learn':143,155 'level':56,58 'like':159,229 'm':2,83,101,177,224 'make':187 'manjaro':5,15 'miss':24 'nich':158 'nix':89,105,137,165 'one':118 'option':81 'point':41 'polish':61,146 'pop':204 'portabl':171 'post':44 'problem':13 'prompt':32 'quit':179 'realli':107 'recommend':70 'regard':139 'reproduc':114 'safe':93 'seem':228 'set':218 'shell':205 'shoot':74 'skill':167 'someth':156 'sure':180 'switch':35,188 'system':116,232 'tantal':122 'tempt':108 'think':84,96 'tile':207 'time':153 'tip':185 'track':127 'two':80 'use':4,65,142 'want':47 'way':77 'well':17 'wise':149 'workflow':52 'workspac':213 'yesterday':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689423771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2072373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689423771 {#2456
    date: 2023-07-15 14:22:51.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
7 DENIED edit
App\Entity\Entry {#2471
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "I-want-ease-of-use-polish-and-the-i3-workflow"
  +title: "I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?"
  +url: null
  +body: """
    I’m currently using Manjaro with i3 and no desktop environment. The problems with Manjaro as well as the lack of cohesiveness and missing features from not having a DE are prompting me to switch distributions. This isn’t the point of the post but I want to keep the i3 workflow but achieve DE level (gnome level ideally) of polish and ease of use. If you have any recommendations for doing this shoot them my way.\n
    \n
    Anyway, the two options I’m thinking of are fedora and nix. Fedora is a safe choice I think, I know what I’m going to get. Nix is really tempting. The idea that I can reproduce my system with one file is very tantalizing considering I already keep track of my dot files with git. My concerns about nix are regarding ease of use, learning curve, and polish. Is it wise to invest the time into learning something so niche like how to configure everything with nix, a skill that isn’t portable to any other distro? I’m not quite sure.\n
    \n
    Also if anyone has tips for making switching distros easier I’d appreciate it.\n
    \n
    Edit: I ended up choosing fedora. I added the pop shell for tiling and [this](https://extensions.gnome.org/extension/5090/space-bar/) workspace indicator extension. I only set it up yesterday but I’m very excited it seems like an incredible system.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689423771 {#2452
    date: 2023-07-15 14:22:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 22977
  -titleTs: "'eas':3 'fedora':14 'i3':9 'nix':16 'os':17 'polish':6 'use':5,13 'want':2 'workflow':10"
  -bodyTs: "'/extension/5090/space-bar/)':212 'achiev':54 'ad':202 'alreadi':125 'also':181 'anyon':183 'anyway':78 'appreci':193 'choic':94 'choos':199 'cohes':22 'concern':135 'configur':162 'consid':123 'current':3 'curv':144 'd':192 'de':30,55 'desktop':10 'distribut':36 'distro':175,189 'dot':130 'eas':63,140 'easier':190 'edit':195 'end':197 'environ':11 'everyth':163 'excit':226 'extens':215 'extensions.gnome.org':211 'extensions.gnome.org/extension/5090/space-bar/)':210 'featur':25 'fedora':87,90,200 'file':119,131 'get':104 'git':133 'gnome':57 'go':102 'i3':7,51 'idea':110 'ideal':59 'incred':231 'indic':214 'invest':151 'isn':38,169 'keep':49,126 'know':98 'lack':20 'learn':143,155 'level':56,58 'like':159,229 'm':2,83,101,177,224 'make':187 'manjaro':5,15 'miss':24 'nich':158 'nix':89,105,137,165 'one':118 'option':81 'point':41 'polish':61,146 'pop':204 'portabl':171 'post':44 'problem':13 'prompt':32 'quit':179 'realli':107 'recommend':70 'regard':139 'reproduc':114 'safe':93 'seem':228 'set':218 'shell':205 'shoot':74 'skill':167 'someth':156 'sure':180 'switch':35,188 'system':116,232 'tantal':122 'tempt':108 'think':84,96 'tile':207 'time':153 'tip':185 'track':127 'two':80 'use':4,65,142 'want':47 'way':77 'well':17 'wise':149 'workflow':52 'workspac':213 'yesterday':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689423771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2072373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689423771 {#2456
    date: 2023-07-15 14:22:51.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
8 DENIED moderate
App\Entity\Entry {#2471
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "I-want-ease-of-use-polish-and-the-i3-workflow"
  +title: "I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?"
  +url: null
  +body: """
    I’m currently using Manjaro with i3 and no desktop environment. The problems with Manjaro as well as the lack of cohesiveness and missing features from not having a DE are prompting me to switch distributions. This isn’t the point of the post but I want to keep the i3 workflow but achieve DE level (gnome level ideally) of polish and ease of use. If you have any recommendations for doing this shoot them my way.\n
    \n
    Anyway, the two options I’m thinking of are fedora and nix. Fedora is a safe choice I think, I know what I’m going to get. Nix is really tempting. The idea that I can reproduce my system with one file is very tantalizing considering I already keep track of my dot files with git. My concerns about nix are regarding ease of use, learning curve, and polish. Is it wise to invest the time into learning something so niche like how to configure everything with nix, a skill that isn’t portable to any other distro? I’m not quite sure.\n
    \n
    Also if anyone has tips for making switching distros easier I’d appreciate it.\n
    \n
    Edit: I ended up choosing fedora. I added the pop shell for tiling and [this](https://extensions.gnome.org/extension/5090/space-bar/) workspace indicator extension. I only set it up yesterday but I’m very excited it seems like an incredible system.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689423771 {#2452
    date: 2023-07-15 14:22:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 22977
  -titleTs: "'eas':3 'fedora':14 'i3':9 'nix':16 'os':17 'polish':6 'use':5,13 'want':2 'workflow':10"
  -bodyTs: "'/extension/5090/space-bar/)':212 'achiev':54 'ad':202 'alreadi':125 'also':181 'anyon':183 'anyway':78 'appreci':193 'choic':94 'choos':199 'cohes':22 'concern':135 'configur':162 'consid':123 'current':3 'curv':144 'd':192 'de':30,55 'desktop':10 'distribut':36 'distro':175,189 'dot':130 'eas':63,140 'easier':190 'edit':195 'end':197 'environ':11 'everyth':163 'excit':226 'extens':215 'extensions.gnome.org':211 'extensions.gnome.org/extension/5090/space-bar/)':210 'featur':25 'fedora':87,90,200 'file':119,131 'get':104 'git':133 'gnome':57 'go':102 'i3':7,51 'idea':110 'ideal':59 'incred':231 'indic':214 'invest':151 'isn':38,169 'keep':49,126 'know':98 'lack':20 'learn':143,155 'level':56,58 'like':159,229 'm':2,83,101,177,224 'make':187 'manjaro':5,15 'miss':24 'nich':158 'nix':89,105,137,165 'one':118 'option':81 'point':41 'polish':61,146 'pop':204 'portabl':171 'post':44 'problem':13 'prompt':32 'quit':179 'realli':107 'recommend':70 'regard':139 'reproduc':114 'safe':93 'seem':228 'set':218 'shell':205 'shoot':74 'skill':167 'someth':156 'sure':180 'switch':35,188 'system':116,232 'tantal':122 'tempt':108 'think':84,96 'tile':207 'time':153 'tip':185 'track':127 'two':80 'use':4,65,142 'want':47 'way':77 'well':17 'wise':149 'workflow':52 'workspac':213 'yesterday':221"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689423771
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/2072373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689423771 {#2456
    date: 2023-07-15 14:22:51.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