GET https://kbin.spritesserver.nl/u/@AzzyDev@beehaw.org/top

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.32 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
Proxies\__CG__\App\Entity\Entry {#2012
  +user: Proxies\__CG__\App\Entity\User {#2276 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "Problems-seeding-new-torrent"
  +title: "Problems seeding new torrent"
  +url: null
  +body: """
    I’m trying to fill a new ebook request on MaM. So far I’ve:\n
    \n
    1. Removed the DRM from the ebook.\n
    2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
    3. Uploaded the torrent file to MaM\n
    \n
    However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
    \n
    How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
    \n
    I know this is noob stuff but I can’t seem to figure this out.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697150074 {#2254
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2156 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2152 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
  +badges: Doctrine\ORM\PersistentCollection {#2180 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2012 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697150074 {#2379
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dampfnudel@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 45213
      -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1376975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697150074 {#2381
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +"title": 45213
    }
  ]
  -id: 4919
  -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
  -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697184269
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/4031290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697146769 {#2267
    date: 2023-10-12 23:39:29.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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2012
  +user: Proxies\__CG__\App\Entity\User {#2276 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "Problems-seeding-new-torrent"
  +title: "Problems seeding new torrent"
  +url: null
  +body: """
    I’m trying to fill a new ebook request on MaM. So far I’ve:\n
    \n
    1. Removed the DRM from the ebook.\n
    2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
    3. Uploaded the torrent file to MaM\n
    \n
    However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
    \n
    How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
    \n
    I know this is noob stuff but I can’t seem to figure this out.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697150074 {#2254
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2156 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2152 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
  +badges: Doctrine\ORM\PersistentCollection {#2180 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2012 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697150074 {#2379
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dampfnudel@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 45213
      -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1376975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697150074 {#2381
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +"title": 45213
    }
  ]
  -id: 4919
  -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
  -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697184269
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/4031290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697146769 {#2267
    date: 2023-10-12 23:39:29.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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2012
  +user: Proxies\__CG__\App\Entity\User {#2276 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "Problems-seeding-new-torrent"
  +title: "Problems seeding new torrent"
  +url: null
  +body: """
    I’m trying to fill a new ebook request on MaM. So far I’ve:\n
    \n
    1. Removed the DRM from the ebook.\n
    2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
    3. Uploaded the torrent file to MaM\n
    \n
    However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
    \n
    How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
    \n
    I know this is noob stuff but I can’t seem to figure this out.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697150074 {#2254
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2156 …}
  +votes: Doctrine\ORM\PersistentCollection {#2145 …}
  +reports: Doctrine\ORM\PersistentCollection {#2152 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
  +badges: Doctrine\ORM\PersistentCollection {#2180 …}
  +children: [
    App\Entity\EntryComment {#2383
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2012 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697150074 {#2379
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dampfnudel@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 45213
      -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1376975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697150074 {#2381
        date: 2023-10-13 00:34:34.0 +02:00
      }
      +"title": 45213
    }
  ]
  -id: 4919
  -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
  -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697184269
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/4031290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697146769 {#2267
    date: 2023-10-12 23:39:29.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
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 {#2383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2012
    +user: Proxies\__CG__\App\Entity\User {#2276 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "Problems-seeding-new-torrent"
    +title: "Problems seeding new torrent"
    +url: null
    +body: """
      I’m trying to fill a new ebook request on MaM. So far I’ve:\n
      \n
      1. Removed the DRM from the ebook.\n
      2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
      3. Uploaded the torrent file to MaM\n
      \n
      However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
      \n
      How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
      \n
      I know this is noob stuff but I can’t seem to figure this out.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697150074 {#2254
      date: 2023-10-13 00:34:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2156 …}
    +votes: Doctrine\ORM\PersistentCollection {#2145 …}
    +reports: Doctrine\ORM\PersistentCollection {#2152 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
    +badges: Doctrine\ORM\PersistentCollection {#2180 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 4919
    -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
    -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697184269
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/4031290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697146769 {#2267
      date: 2023-10-12 23:39:29.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697150074 {#2379
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dampfnudel@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 45213
  -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1376975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697150074 {#2381
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +"title": 45213
}
"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 {#2383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2012
    +user: Proxies\__CG__\App\Entity\User {#2276 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "Problems-seeding-new-torrent"
    +title: "Problems seeding new torrent"
    +url: null
    +body: """
      I’m trying to fill a new ebook request on MaM. So far I’ve:\n
      \n
      1. Removed the DRM from the ebook.\n
      2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
      3. Uploaded the torrent file to MaM\n
      \n
      However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
      \n
      How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
      \n
      I know this is noob stuff but I can’t seem to figure this out.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697150074 {#2254
      date: 2023-10-13 00:34:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2156 …}
    +votes: Doctrine\ORM\PersistentCollection {#2145 …}
    +reports: Doctrine\ORM\PersistentCollection {#2152 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
    +badges: Doctrine\ORM\PersistentCollection {#2180 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 4919
    -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
    -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697184269
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/4031290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697146769 {#2267
      date: 2023-10-12 23:39:29.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697150074 {#2379
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dampfnudel@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 45213
  -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1376975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697150074 {#2381
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +"title": 45213
}
"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 {#2383
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2012
    +user: Proxies\__CG__\App\Entity\User {#2276 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "Problems-seeding-new-torrent"
    +title: "Problems seeding new torrent"
    +url: null
    +body: """
      I’m trying to fill a new ebook request on MaM. So far I’ve:\n
      \n
      1. Removed the DRM from the ebook.\n
      2. Created the torrent using mktorrent (the docker version of qBit doesn’t allow you to create a new torrent, so I used mktorrent)\n
      3. Uploaded the torrent file to MaM\n
      \n
      However, I can’t figure out how the heck to get my dockerized qbittorrent to seed the file. I tried going to `File` → `Add torrent file` but then qBittorrent just looks to download the torrent (the same one I’m actually just trying to seed).\n
      \n
      How do I do this? Is this another shortcoming of the containerized qBittorrent? If so, what other program can I use?\n
      \n
      I know this is noob stuff but I can’t seem to figure this out.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697150074 {#2254
      date: 2023-10-13 00:34:34.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2156 …}
    +votes: Doctrine\ORM\PersistentCollection {#2145 …}
    +reports: Doctrine\ORM\PersistentCollection {#2152 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2148 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2146 …}
    +badges: Doctrine\ORM\PersistentCollection {#2180 …}
    +children: [
      App\Entity\EntryComment {#2383}
    ]
    -id: 4919
    -titleTs: "'new':3 'problem':1 'seed':2 'torrent':4"
    -bodyTs: "'1':16 '2':23 '3':47 'actual':94 'add':77 'allow':36 'anoth':106 'container':110 'creat':24,39 'docker':30,66 'doesn':34 'download':86 'drm':19 'ebook':8,22 'far':13 'figur':58,132 'file':51,71,76,79 'fill':5 'get':64 'go':74 'heck':62 'howev':54 'know':121 'look':84 'm':2,93 'mam':11,53 'mktorrent':28,46 'new':7,41 'noob':124 'one':91 'program':116 'qbit':33 'qbittorr':67,82,111 'remov':17 'request':9 'seed':69,98 'seem':130 'shortcom':107 'stuff':125 'torrent':26,42,50,78,88 'tri':3,73,96 'upload':48 'use':27,45,119 've':15 'version':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697184269
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/4031290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697146769 {#2267
      date: 2023-10-12 23:39:29.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2029 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can move the ebook file to where qbittorrent is trying to download it to, and then recheck. It’ll then recognize that the file is there, and should work as a seed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697150074 {#2379
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dampfnudel@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 45213
  -bodyTs: "'download':13 'ebook':5 'file':6,25 'll':20 'move':3 'qbittorr':9 'recheck':18 'recogn':22 'seed':33 'tri':11 'work':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1376975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697150074 {#2381
    date: 2023-10-13 00:34:34.0 +02:00
  }
  +"title": 45213
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1363
  +user: Proxies\__CG__\App\Entity\User {#2312 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: Proxies\__CG__\App\Entity\Image {#2205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
  +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
  +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
  +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697323617 {#2305
    date: 2023-10-15 00:46:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2203 …}
  +reports: Doctrine\ORM\PersistentCollection {#2206 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  +badges: Doctrine\ORM\PersistentCollection {#2209 …}
  +children: [
    1 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697288174 {#1403
        date: 2023-10-14 14:56:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 47583
      -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1387286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697249362 {#1362
        date: 2023-10-14 04:09:22.0 +02:00
      }
      +"title": 47583
    }
    0 => App\Entity\EntryComment {#2389
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1361}
      +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697288172 {#2387
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
        "@AzzyDev@beehaw.org"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1926 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 48413
      -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1389235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697288172 {#2369
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +"title": 48413
    }
  ]
  -id: 5162
  -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697323482
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2247284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697237082 {#2321
    date: 2023-10-14 00:44:42.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1363
  +user: Proxies\__CG__\App\Entity\User {#2312 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: Proxies\__CG__\App\Entity\Image {#2205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
  +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
  +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
  +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697323617 {#2305
    date: 2023-10-15 00:46:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2203 …}
  +reports: Doctrine\ORM\PersistentCollection {#2206 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  +badges: Doctrine\ORM\PersistentCollection {#2209 …}
  +children: [
    1 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697288174 {#1403
        date: 2023-10-14 14:56:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 47583
      -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1387286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697249362 {#1362
        date: 2023-10-14 04:09:22.0 +02:00
      }
      +"title": 47583
    }
    0 => App\Entity\EntryComment {#2389
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1361}
      +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697288172 {#2387
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
        "@AzzyDev@beehaw.org"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1926 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 48413
      -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1389235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697288172 {#2369
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +"title": 48413
    }
  ]
  -id: 5162
  -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697323482
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2247284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697237082 {#2321
    date: 2023-10-14 00:44:42.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1363
  +user: Proxies\__CG__\App\Entity\User {#2312 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: Proxies\__CG__\App\Entity\Image {#2205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
  +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
  +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
  +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697323617 {#2305
    date: 2023-10-15 00:46:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2203 …}
  +reports: Doctrine\ORM\PersistentCollection {#2206 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  +badges: Doctrine\ORM\PersistentCollection {#2209 …}
  +children: [
    1 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1697288174 {#1403
        date: 2023-10-14 14:56:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 47583
      -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1387286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697249362 {#1362
        date: 2023-10-14 04:09:22.0 +02:00
      }
      +"title": 47583
    }
    0 => App\Entity\EntryComment {#2389
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1361}
      +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697288172 {#2387
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
        "@AzzyDev@beehaw.org"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1926 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
      -id: 48413
      -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1389235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697288172 {#2369
        date: 2023-10-14 14:56:12.0 +02:00
      }
      +"title": 48413
    }
  ]
  -id: 5162
  -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697323482
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2247284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697237082 {#2321
    date: 2023-10-14 00:44:42.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
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 {#1361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361}
      0 => App\Entity\EntryComment {#2389
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1361}
        +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697288172 {#2387
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
          "@AzzyDev@beehaw.org"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1874 …}
        +reports: Doctrine\ORM\PersistentCollection {#1926 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 48413
        -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1389235"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697288172 {#2369
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +"title": 48413
      }
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697288174 {#1403
    date: 2023-10-14 14:56:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 47583
  -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1387286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697249362 {#1362
    date: 2023-10-14 04:09:22.0 +02:00
  }
  +"title": 47583
}
"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 {#1361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361}
      0 => App\Entity\EntryComment {#2389
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1361}
        +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697288172 {#2387
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
          "@AzzyDev@beehaw.org"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1874 …}
        +reports: Doctrine\ORM\PersistentCollection {#1926 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 48413
        -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1389235"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697288172 {#2369
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +"title": 48413
      }
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697288174 {#1403
    date: 2023-10-14 14:56:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 47583
  -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1387286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697249362 {#1362
    date: 2023-10-14 04:09:22.0 +02:00
  }
  +"title": 47583
}
"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 {#1361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361}
      0 => App\Entity\EntryComment {#2389
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1361}
        +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697288172 {#2387
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
          "@AzzyDev@beehaw.org"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1874 …}
        +reports: Doctrine\ORM\PersistentCollection {#1926 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
        -id: 48413
        -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1389235"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697288172 {#2369
          date: 2023-10-14 14:56:12.0 +02:00
        }
        +"title": 48413
      }
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1697288174 {#1403
    date: 2023-10-14 14:56:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 47583
  -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1387286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697249362 {#1362
    date: 2023-10-14 04:09:22.0 +02:00
  }
  +"title": 47583
}
"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 {#2389
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: null
        +root: null
        +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1697288174 {#1403
          date: 2023-10-14 14:56:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 47583
        -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1387286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697249362 {#1362
          date: 2023-10-14 04:09:22.0 +02:00
        }
        +"title": 47583
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1361}
  +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697288172 {#2387
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
    "@AzzyDev@beehaw.org"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1926 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 48413
  -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1389235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697288172 {#2369
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +"title": 48413
}
"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 {#2389
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: null
        +root: null
        +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1697288174 {#1403
          date: 2023-10-14 14:56:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 47583
        -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1387286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697249362 {#1362
          date: 2023-10-14 04:09:22.0 +02:00
        }
        +"title": 47583
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1361}
  +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697288172 {#2387
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
    "@AzzyDev@beehaw.org"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1926 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 48413
  -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1389235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697288172 {#2369
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +"title": 48413
}
"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 {#2389
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1363
    +user: Proxies\__CG__\App\Entity\User {#2312 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: Proxies\__CG__\App\Entity\Image {#2205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2197 …}
    +slug: "Chat-Control-2-0-EU-governments-set-to-approve-the-end"
    +title: "Chat Control 2.0: EU governments set to approve the end of private messaging and secure encryption"
    +url: "https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 26
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697323617 {#2305
      date: 2023-10-15 00:46:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#2203 …}
    +reports: Doctrine\ORM\PersistentCollection {#2206 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
    +badges: Doctrine\ORM\PersistentCollection {#2209 …}
    +children: [
      1 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1363 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
        +image: null
        +parent: null
        +root: null
        +body: "What’s stopping someone from just sending public keys or something through Signal and encrypting their messages that way? There’s no way to enforce this with such simple loopholes present. We shouldn’t be focusing on breaking privacy and instead invest in helping existing victims in ways that actually matter."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1697288174 {#1403
          date: 2023-10-14 14:56:14.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@governorkeagan@lemdro.id"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 47583
        -bodyTs: "'actual':50 'break':38 'encrypt':15 'enforc':25 'exist':45 'focus':36 'help':44 'instead':41 'invest':42 'key':9 'loophol':30 'matter':51 'messag':17 'present':31 'privaci':39 'public':8 'send':7 'shouldn':33 'signal':13 'simpl':29 'someon':4 'someth':11 'stop':3 'victim':46 'way':19,23,48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1387286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697249362 {#1362
          date: 2023-10-14 04:09:22.0 +02:00
        }
        +"title": 47583
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 5162
    -titleTs: "'2.0':3 'approv':8 'chat':1 'control':2 'encrypt':16 'end':10 'eu':4 'govern':5 'messag':13 'privat':12 'secur':15 'set':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697323482
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2247284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697237082 {#2321
      date: 2023-10-14 00:44:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1361}
  +body: "I suppose you’re right, but forging that kind of thing would be difficult, also considering the PKI already in place. If someone has their own email server and they sign/encrypt their email, and host their public key on a key server somewhere, it’s highly unlikely that all three would be compromised. and even if that fails, you could just meet up with them and exchange flash drives with keys."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697288172 {#2387
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
    "@AzzyDev@beehaw.org"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1926 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2011 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2020 …}
  -id: 48413
  -bodyTs: "'alreadi':19 'also':15 'compromis':53 'consid':16 'could':60 'difficult':14 'drive':69 'email':27,33 'even':55 'exchang':67 'fail':58 'flash':68 'forg':7 'high':46 'host':35 'key':38,41,71 'kind':9 'meet':62 'pki':18 'place':21 'public':37 're':4 'right':5 'server':28,42 'sign/encrypt':31 'someon':23 'somewher':43 'suppos':2 'thing':11 'three':50 'unlik':47 'would':12,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1389235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697288172 {#2369
    date: 2023-10-14 14:56:12.0 +02:00
  }
  +"title": 48413
}
"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
Proxies\__CG__\App\Entity\Post {#2230
  +user: Proxies\__CG__\App\Entity\User {#2315 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
  +body: """
    Quick question about DNS and DoH that I thought about after reading this post:\n
    \n
    <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
    \n
    Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
    \n
    A) Cloudflare doesn't know who made what request due to not knowing the origin\n
    \n
    B) Firefox doesn't know who made what request due to TLS\n
    \n
    #Infosec #Privacy  \n
    CC: @privacyguides@lemmy.one
    """
  +lang: "en"
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394342 {#2200
    date: 2023-10-15 20:25:42.0 +02:00
  }
  +ip: null
  +tags: [
    "infosec"
    "privacy"
  ]
  +mentions: [
    "@privacyguides@lemmy.one"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
  +children: [
    App\Entity\PostComment {#2084
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +image: null
      +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697384862 {#2054
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacyguides@lemmy.one"
        "@Wander@packmates.org"
        "@FeelzGoodMan420@eviltoast.org"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 431
      -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1401923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697384862 {#2105
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +"title": 431
    }
  ]
  -id: 167
  -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696459971
  +visibility: "visible             "
  +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696430971 {#2261
    date: 2023-10-04 16:49:31.0 +02:00
  }
  +__isInitialized__: true
  +"title": 167
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Post {#2230
  +user: Proxies\__CG__\App\Entity\User {#2315 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
  +body: """
    Quick question about DNS and DoH that I thought about after reading this post:\n
    \n
    <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
    \n
    Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
    \n
    A) Cloudflare doesn't know who made what request due to not knowing the origin\n
    \n
    B) Firefox doesn't know who made what request due to TLS\n
    \n
    #Infosec #Privacy  \n
    CC: @privacyguides@lemmy.one
    """
  +lang: "en"
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394342 {#2200
    date: 2023-10-15 20:25:42.0 +02:00
  }
  +ip: null
  +tags: [
    "infosec"
    "privacy"
  ]
  +mentions: [
    "@privacyguides@lemmy.one"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
  +children: [
    App\Entity\PostComment {#2084
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +image: null
      +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697384862 {#2054
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacyguides@lemmy.one"
        "@Wander@packmates.org"
        "@FeelzGoodMan420@eviltoast.org"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 431
      -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1401923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697384862 {#2105
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +"title": 431
    }
  ]
  -id: 167
  -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696459971
  +visibility: "visible             "
  +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696430971 {#2261
    date: 2023-10-04 16:49:31.0 +02:00
  }
  +__isInitialized__: true
  +"title": 167
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2230
  +user: Proxies\__CG__\App\Entity\User {#2315 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +image: null
  +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
  +body: """
    Quick question about DNS and DoH that I thought about after reading this post:\n
    \n
    <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
    \n
    Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
    \n
    A) Cloudflare doesn't know who made what request due to not knowing the origin\n
    \n
    B) Firefox doesn't know who made what request due to TLS\n
    \n
    #Infosec #Privacy  \n
    CC: @privacyguides@lemmy.one
    """
  +lang: "en"
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394342 {#2200
    date: 2023-10-15 20:25:42.0 +02:00
  }
  +ip: null
  +tags: [
    "infosec"
    "privacy"
  ]
  +mentions: [
    "@privacyguides@lemmy.one"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
  +children: [
    App\Entity\PostComment {#2084
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2230 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
      +image: null
      +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697384862 {#2054
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacyguides@lemmy.one"
        "@Wander@packmates.org"
        "@FeelzGoodMan420@eviltoast.org"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2103 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 431
      -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1401923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697384862 {#2105
        date: 2023-10-15 17:47:42.0 +02:00
      }
      +"title": 431
    }
  ]
  -id: 167
  -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696459971
  +visibility: "visible             "
  +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696430971 {#2261
    date: 2023-10-04 16:49:31.0 +02:00
  }
  +__isInitialized__: true
  +"title": 167
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\PostComment {#2084
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2230
    +user: Proxies\__CG__\App\Entity\User {#2315 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: null
    +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
    +body: """
      Quick question about DNS and DoH that I thought about after reading this post:\n
      \n
      <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
      \n
      Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
      \n
      A) Cloudflare doesn't know who made what request due to not knowing the origin\n
      \n
      B) Firefox doesn't know who made what request due to TLS\n
      \n
      #Infosec #Privacy  \n
      CC: @privacyguides@lemmy.one
      """
    +lang: "en"
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697394342 {#2200
      date: 2023-10-15 20:25:42.0 +02:00
    }
    +ip: null
    +tags: [
      "infosec"
      "privacy"
    ]
    +mentions: [
      "@privacyguides@lemmy.one"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2268 …}
    +votes: Doctrine\ORM\PersistentCollection {#2271 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
    +children: [
      App\Entity\PostComment {#2084}
    ]
    -id: 167
    -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696459971
    +visibility: "visible             "
    +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696430971 {#2261
      date: 2023-10-04 16:49:31.0 +02:00
    }
    +__isInitialized__: true
    +"title": 167
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +image: null
  +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697384862 {#2054
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacyguides@lemmy.one"
    "@Wander@packmates.org"
    "@FeelzGoodMan420@eviltoast.org"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 431
  -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1401923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697384862 {#2105
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +"title": 431
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\PostComment {#2084
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2230
    +user: Proxies\__CG__\App\Entity\User {#2315 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: null
    +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
    +body: """
      Quick question about DNS and DoH that I thought about after reading this post:\n
      \n
      <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
      \n
      Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
      \n
      A) Cloudflare doesn't know who made what request due to not knowing the origin\n
      \n
      B) Firefox doesn't know who made what request due to TLS\n
      \n
      #Infosec #Privacy  \n
      CC: @privacyguides@lemmy.one
      """
    +lang: "en"
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697394342 {#2200
      date: 2023-10-15 20:25:42.0 +02:00
    }
    +ip: null
    +tags: [
      "infosec"
      "privacy"
    ]
    +mentions: [
      "@privacyguides@lemmy.one"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2268 …}
    +votes: Doctrine\ORM\PersistentCollection {#2271 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
    +children: [
      App\Entity\PostComment {#2084}
    ]
    -id: 167
    -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696459971
    +visibility: "visible             "
    +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696430971 {#2261
      date: 2023-10-04 16:49:31.0 +02:00
    }
    +__isInitialized__: true
    +"title": 167
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +image: null
  +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697384862 {#2054
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacyguides@lemmy.one"
    "@Wander@packmates.org"
    "@FeelzGoodMan420@eviltoast.org"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 431
  -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1401923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697384862 {#2105
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +"title": 431
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\PostComment {#2084
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2230
    +user: Proxies\__CG__\App\Entity\User {#2315 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
    +image: null
    +slug: "Quick-question-about-DNS-and-DoH-that-I-thought-about"
    +body: """
      Quick question about DNS and DoH that I thought about after reading this post:\n
      \n
      <https://packmates.org/@silvereagle@furry.engineer/111176886781705659>\n
      \n
      Wouldn't it make sense for Firefox or another third party to bundle and transparently forward all DoH requests to cloudflare so that:\n
      \n
      A) Cloudflare doesn't know who made what request due to not knowing the origin\n
      \n
      B) Firefox doesn't know who made what request due to TLS\n
      \n
      #Infosec #Privacy  \n
      CC: @privacyguides@lemmy.one
      """
    +lang: "en"
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697394342 {#2200
      date: 2023-10-15 20:25:42.0 +02:00
    }
    +ip: null
    +tags: [
      "infosec"
      "privacy"
    ]
    +mentions: [
      "@privacyguides@lemmy.one"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2268 …}
    +votes: Doctrine\ORM\PersistentCollection {#2271 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2284 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2247 …}
    +children: [
      App\Entity\PostComment {#2084}
    ]
    -id: 167
    -bodyTs: "'/@silvereagle@furry.engineer/111176886781705659':17 'anoth':26 'b':56 'bundl':30 'cc':70 'cloudflar':38,42 'dns':4 'doesn':43,58 'doh':6,35 'due':50,65 'firefox':24,57 'forward':33 'infosec':68 'know':45,53,60 'made':47,62 'make':21 'origin':55 'packmates.org':16 'packmates.org/@silvereagle@furry.engineer/111176886781705659':15 'parti':28 'post':14 'privaci':69 'privacyguides@lemmy.one':71 'question':2 'quick':1 'read':12 'request':36,49,64 'sens':22 'third':27 'thought':9 'tls':67 'transpar':32 'wouldn':18"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696459971
    +visibility: "visible             "
    +apId: "https://packmates.org/users/Wander/statuses/111177300119130735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696430971 {#2261
      date: 2023-10-04 16:49:31.0 +02:00
    }
    +__isInitialized__: true
    +"title": 167
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1404 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2109 …}
  +image: null
  +body: "Is it possible for devices to ask the pihole without doh, and the pi-hole to forward the request *with* doh if the domain isn’t in the cache?"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697384862 {#2054
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacyguides@lemmy.one"
    "@Wander@packmates.org"
    "@FeelzGoodMan420@eviltoast.org"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2103 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2252 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 431
  -bodyTs: "'ask':7 'cach':30 'devic':5 'doh':11,22 'domain':25 'forward':18 'hole':16 'isn':26 'pi':15 'pi-hol':14 'pihol':9 'possibl':3 'request':20 'without':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1401923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697384862 {#2105
    date: 2023-10-15 17:47:42.0 +02:00
  }
  +"title": 431
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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\Entry {#1439
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "How-should-I-get-started"
  +title: "How should I get started?"
  +url: null
  +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697164401 {#1765
    date: 2023-10-13 04:33:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: [
    3 => App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
        \n
        I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
        \n
        I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
        \n
        I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696704368 {#1549
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 36225
      -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1340324"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696704368 {#1586
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +"title": 36225
    }
    1 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697028532 {#2422
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 41362
      -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1365544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697028532 {#2462
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +"title": 41362
    }
    2 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1696781086 {#1596
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1715 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 37600
      -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1348813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696781086 {#1716
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +"title": 37600
    }
    0 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: """
        Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
        \n
        [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
        \n
        After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697151969 {#2471
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 44225
      -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1377286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697151969 {#2371
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +"title": 44225
    }
  ]
  -id: 3339
  -titleTs: "'get':4 'start':5"
  -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696733445
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8528495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696647045 {#1444
    date: 2023-10-07 04:50:45.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
31 DENIED edit
App\Entity\Entry {#1439
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "How-should-I-get-started"
  +title: "How should I get started?"
  +url: null
  +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697164401 {#1765
    date: 2023-10-13 04:33:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: [
    3 => App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
        \n
        I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
        \n
        I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
        \n
        I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696704368 {#1549
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 36225
      -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1340324"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696704368 {#1586
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +"title": 36225
    }
    1 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697028532 {#2422
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 41362
      -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1365544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697028532 {#2462
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +"title": 41362
    }
    2 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1696781086 {#1596
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1715 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 37600
      -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1348813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696781086 {#1716
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +"title": 37600
    }
    0 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: """
        Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
        \n
        [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
        \n
        After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697151969 {#2471
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 44225
      -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1377286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697151969 {#2371
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +"title": 44225
    }
  ]
  -id: 3339
  -titleTs: "'get':4 'start':5"
  -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696733445
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8528495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696647045 {#1444
    date: 2023-10-07 04:50:45.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
32 DENIED moderate
App\Entity\Entry {#1439
  +user: App\Entity\User {#265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
  +slug: "How-should-I-get-started"
  +title: "How should I get started?"
  +url: null
  +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697164401 {#1765
    date: 2023-10-13 04:33:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: [
    3 => App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
        \n
        I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
        \n
        I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
        \n
        I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696704368 {#1549
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
      -id: 36225
      -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1340324"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696704368 {#1586
        date: 2023-10-07 20:46:08.0 +02:00
      }
      +"title": 36225
    }
    1 => App\Entity\EntryComment {#2458
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697028532 {#2422
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2456 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2457 …}
      +reports: Doctrine\ORM\PersistentCollection {#2455 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
      -id: 41362
      -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1365544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697028532 {#2462
        date: 2023-10-11 14:48:52.0 +02:00
      }
      +"title": 41362
    }
    2 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1696781086 {#1596
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@l_b_i@yiffit.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1715 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 37600
      -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1348813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696781086 {#1716
        date: 2023-10-08 18:04:46.0 +02:00
      }
      +"title": 37600
    }
    0 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: App\Entity\Entry {#1439}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
      +body: """
        Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
        \n
        [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
        \n
        After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697151969 {#2471
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AzzyDev@beehaw.org"
        "@Saigonauticon@voltage.vn"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2377 …}
      +nested: Doctrine\ORM\PersistentCollection {#2359 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2380 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
      -id: 44225
      -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1377286"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697151969 {#2371
        date: 2023-10-13 01:06:09.0 +02:00
      }
      +"title": 44225
    }
  ]
  -id: 3339
  -titleTs: "'get':4 'start':5"
  -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696733445
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8528495"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696647045 {#1444
    date: 2023-10-07 04:50:45.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
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
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562}
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
    \n
    I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
    \n
    I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
    \n
    I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696704368 {#1549
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 36225
  -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1340324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696704368 {#1586
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +"title": 36225
}
"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
35 DENIED edit
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562}
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
    \n
    I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
    \n
    I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
    \n
    I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696704368 {#1549
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 36225
  -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1340324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696704368 {#1586
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +"title": 36225
}
"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
36 DENIED moderate
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562}
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
    \n
    I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
    \n
    I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
    \n
    I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696704368 {#1549
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
  -id: 36225
  -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1340324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696704368 {#1586
    date: 2023-10-07 20:46:08.0 +02:00
  }
  +"title": 36225
}
"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
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 {#2458
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458}
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697028532 {#2422
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 41362
  -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1365544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697028532 {#2462
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +"title": 41362
}
"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 {#2458
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458}
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697028532 {#2422
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 41362
  -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1365544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697028532 {#2462
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +"title": 41362
}
"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 {#2458
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458}
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697028532 {#2422
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2456 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2457 …}
  +reports: Doctrine\ORM\PersistentCollection {#2455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
  -id: 41362
  -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1365544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697028532 {#2462
    date: 2023-10-11 14:48:52.0 +02:00
  }
  +"title": 41362
}
"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
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1696781086 {#1596
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1715 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 37600
  -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1348813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696781086 {#1716
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +"title": 37600
}
"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
43 DENIED edit
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1696781086 {#1596
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1715 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 37600
  -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1348813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696781086 {#1716
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +"title": 37600
}
"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
44 DENIED moderate
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717}
      0 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: """
          Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
          \n
          [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
          \n
          After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697151969 {#2471
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2377 …}
        +nested: Doctrine\ORM\PersistentCollection {#2359 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2380 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -id: 44225
        -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1377286"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697151969 {#2371
          date: 2023-10-13 01:06:09.0 +02:00
        }
        +"title": 44225
      }
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1696781086 {#1596
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@l_b_i@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1715 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 37600
  -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1348813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696781086 {#1716
    date: 2023-10-08 18:04:46.0 +02:00
  }
  +"title": 37600
}
"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
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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363}
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: """
    Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
    \n
    [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
    \n
    After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697151969 {#2471
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 44225
  -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1377286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697151969 {#2371
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +"title": 44225
}
"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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363}
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: """
    Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
    \n
    [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
    \n
    After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697151969 {#2471
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 44225
  -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1377286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697151969 {#2371
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +"title": 44225
}
"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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: App\Entity\Entry {#1439
    +user: App\Entity\User {#265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1743 …}
    +slug: "How-should-I-get-started"
    +title: "How should I get started?"
    +url: null
    +body: "Hello y’all! I’ve always been interested in computers and programming for as long as i can remember, but recently i’ve decided to try to get into some of the deeper stuff behind that, into the wonderful world of electronics. Where should I start? What courses or books or youtube series should I consume? What are some high-quality forums, communities, blogs, etc. to learn from?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 16
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697164401 {#1765
      date: 2023-10-13 04:33:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1752 …}
    +votes: Doctrine\ORM\PersistentCollection {#1639 …}
    +reports: Doctrine\ORM\PersistentCollection {#1645 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1552 …}
    +badges: Doctrine\ORM\PersistentCollection {#1574 …}
    +children: [
      3 => App\Entity\EntryComment {#1562
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: """
          Probably stuff like microcontrollers/embedded applications! (I’d like to think) I already know much of the higher-level concepts of computers and how they work, I’ve messed around with programming in Rust or C#, I’ve been daily-driving linux for a few years, I’ve wrote software to do basic tasks for me, but my end goal is to apply my experiences to the physical world. I know very little about the basics of electronics, the physics of it, why PCBs are designed the way they are, etc.\n
          \n
          I guess I’d like resources for the lowest-of-the-low-level stuff? Like “How electricity in general works”, “Use-cases for resistors”, “Why you sometimes see capacitors in weird places”, etc.\n
          \n
          I’m just now realizing how vague my original question was? i’m sorry about that haha.\n
          \n
          I don’t have a particular goal in mind though, i just think this stuff is cool, and I’d like to at some point be able to sit down and make something wacky or useful with KiCad/similar.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1696704368 {#1549
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1722 …}
        +nested: Doctrine\ORM\PersistentCollection {#1731 …}
        +votes: Doctrine\ORM\PersistentCollection {#1597 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1732 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1736 …}
        -id: 36225
        -bodyTs: "'abl':171 'alreadi':12 'appli':64 'applic':5 'around':30 'basic':54,77 'c':36 'capacitor':123 'case':116 'comput':22 'concept':20 'cool':161 'd':7,96,164 'daili':41 'daily-driv':40 'design':87 'drive':42 'electr':110 'electron':79 'end':60 'etc':92,127 'experi':66 'general':112 'goal':61,151 'guess':94 'haha':144 'higher':18 'higher-level':17 'kicad/similar':182 'know':13,72 'level':19,106 'like':3,8,97,108,165 'linux':43 'littl':74 'low':105 'lowest':102 'lowest-of-the-low-level':101 'm':129,140 'make':176 'mess':29 'microcontrollers/embedded':4 'mind':153 'much':14 'origin':136 'particular':150 'pcbs':85 'physic':69,81 'place':126 'point':169 'probabl':1 'program':32 'question':137 'realiz':132 'resistor':118 'resourc':98 'rust':34 'see':122 'sit':173 'softwar':51 'someth':177 'sometim':121 'sorri':141 'stuff':2,107,159 'task':55 'think':10,157 'though':154 'use':115,180 'use-cas':114 'vagu':134 've':28,38,49 'wacki':178 'way':89 'weird':125 'work':26,113 'world':70 'wrote':50 'year':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1340324"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696704368 {#1586
          date: 2023-10-07 20:46:08.0 +02:00
        }
        +"title": 36225
      }
      1 => App\Entity\EntryComment {#2458
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
        +body: "Oh wow! this is a lot of great detail! is Rust at all useful for embedded applications, or am i essentially restricted to C/C++? Is Adafruit also a good resource or not as much as the others? Also, besides the obvious differences in form factor and ease of use, what’s the objective difference between the RP2040 *chip,* and, for example, Sparkfun’s “Pro Micro” or “Thing Plus”, or is the ease-of-use *by itself* the main selling point?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1697028532 {#2422
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@Saigonauticon@voltage.vn"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2456 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2457 …}
        +reports: Doctrine\ORM\PersistentCollection {#2455 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2468 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2469 …}
        -id: 41362
        -bodyTs: "'adafruit':26 'also':27,38 'applic':17 'besid':39 'c/c':24 'chip':58 'detail':9 'differ':42,54 'eas':47,73 'ease-of-us':72 'embed':16 'essenti':21 'exampl':61 'factor':45 'form':44 'good':29 'great':8 'lot':6 'main':79 'micro':65 'much':34 'object':53 'obvious':41 'oh':1 'other':37 'plus':68 'point':81 'pro':64 'resourc':30 'restrict':22 'rp2040':57 'rust':11 'sell':80 'sparkfun':62 'thing':67 'use':14,49,75 'wow':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1365544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697028532 {#2462
          date: 2023-10-11 14:48:52.0 +02:00
        }
        +"title": 41362
      }
      2 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#265 …}
        +entry: App\Entity\Entry {#1439}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
        +body: "EEVblog looks great! lots of material there! glibg10b mentioned the book “The Art of Electronics”, is this a good source too?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1696781086 {#1596
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@AzzyDev@beehaw.org"
          "@l_b_i@yiffit.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1715 …}
        +nested: Doctrine\ORM\PersistentCollection {#1739 …}
        +votes: Doctrine\ORM\PersistentCollection {#1740 …}
        +reports: Doctrine\ORM\PersistentCollection {#2465 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
        -id: 37600
        -bodyTs: "'art':13 'book':11 'eevblog':1 'electron':15 'glibg10b':8 'good':19 'great':3 'look':2 'lot':4 'materi':6 'mention':9 'sourc':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1348813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1696781086 {#1716
          date: 2023-10-08 18:04:46.0 +02:00
        }
        +"title": 37600
      }
      0 => App\Entity\EntryComment {#2363}
    ]
    -id: 3339
    -titleTs: "'get':4 'start':5"
    -bodyTs: "'alway':6 'behind':35 'blog':65 'book':50 'communiti':64 'comput':10 'consum':56 'cours':48 'decid':24 'deeper':33 'electron':42 'etc':66 'forum':63 'get':28 'hello':1 'high':61 'high-qual':60 'interest':8 'learn':68 'long':15 'program':12 'qualiti':62 'recent':21 'rememb':19 'seri':53 'start':46 'stuff':34 'tri':26 've':5,23 'wonder':39 'world':40 'y':2 'youtub':52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696733445
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/8528495"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696647045 {#1444
      date: 2023-10-07 04:50:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1650 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2370 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2461 …}
  +body: """
    Holy shit (sorry)! You really know your stuff, or at the very least, I don’t know my stuff! I’ll keep in mind the stuff you said about the ESP32 and the ATMEGA, but I was more so referring to the editions of those dev boards that use the RP2040!\n
    \n
    [www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)\n
    \n
    After reading a bit more, it seems that *pretty much* the only difference is the IO and other supporting hardware besides just the chips. If someone (me) were working on a project where solutions like these particularly-powerful microcontrollers are required, when would it make more sense to use one of these pre-made boards for computing rather than making your own PCB designs including the chip? Is it mostly for projects where extremely compact form factors (and/or other shenanigans) aren’t necessary?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697151969 {#2471
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AzzyDev@beehaw.org"
    "@Saigonauticon@voltage.vn"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -id: 44225
  -bodyTs: "'/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':54 'and/or':134 'aren':137 'atmega':34 'besid':75 'bit':58 'board':47,111 'chip':78,123 'compact':131 'comput':113 'design':120 'dev':46 'differ':67 'edit':43 'esp32':31 'extrem':130 'factor':133 'form':132 'hardwar':74 'holi':1 'includ':121 'io':70 'keep':22 'know':6,17 'least':13 'like':89 'll':21 'made':110 'make':100,116 'microcontrol':94 'mind':24 'most':126 'much':64 'necessari':139 'one':105 'particular':92 'particularly-pow':91 'pcb':119 'power':93 'pre':109 'pre-mad':108 'pretti':63 'project':86,128 'rather':114 'read':56 'realli':5 'refer':40 'requir':96 'rp2040':51 'said':28 'seem':61 'sens':102 'shenanigan':136 'shit':2 'solut':88 'someon':80 'sorri':3 'stuff':8,19,26 'support':73 'use':49,104 'work':83 'would':98 'www.sparkfun.com':53 'www.sparkfun.com/products/18288](https://www.sparkfun.com/products/18288)[www.sparkfun.com/products/17745](https://www.sparkfun.com/products/17745)':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1377286"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697151969 {#2371
    date: 2023-10-13 01:06:09.0 +02:00
  }
  +"title": 44225
}
"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