GET https://kbin.spritesserver.nl/u/@claycle@lemmy.world

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#2328
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2238 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  +badges: Doctrine\ORM\PersistentCollection {#2181 …}
  +children: [
    5 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
        \n
        Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
        \n
        Here is a good video explaining the idea in detail, worth 30m of your time.\n
        \n
        [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689202408 {#1709
        date: 2023-07-13 00:53:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1568 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
      -id: 13182
      -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1165481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689167478 {#1614
        date: 2023-07-12 15:11:18.0 +02:00
      }
      +"title": 13182
    }
    4 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > That’s quite the claim.\n
        \n
        **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
        \n
        [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
        \n
        The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
        \n
        The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689172108 {#1553
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1725 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 13272
      -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1168345"
      +editedAt: DateTimeImmutable @1689172649 {#1621
        date: 2023-07-12 16:37:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689172108 {#1620
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +"title": 13272
    }
    3 => App\Entity\EntryComment {#1611
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You’ve committed *reductio ad absurdum*.\n
        \n
        Yes, most people are *probably* acting immorally and they are not even aware of it.\n
        \n
        That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689176102 {#1630
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 13333
      -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1170694"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689176102 {#1598
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +"title": 13333
    }
    2 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You are (deliberately?) skipping over the part of *awareness*.\n
        \n
        Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
        \n
        *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689177631 {#1619
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 13400
      -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1171725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689177631 {#1596
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +"title": 13400
    }
    1 => App\Entity\EntryComment {#1718
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > I probably did a dozen immoral things before breakfast this morning.\n
        \n
        Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689178769 {#1715
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +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: 13435
      -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1172969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178769 {#1714
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +"title": 13435
    }
    0 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
        \n
        You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
        \n
        Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689185319 {#2422
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@simon574@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 13644
      -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1177404"
      +editedAt: DateTimeImmutable @1689185541 {#2462
        date: 2023-07-12 20:12:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689185319 {#2458
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +"title": 13644
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1641
    date: 2023-07-12 04:11:39.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 {#1551
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#2328
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2238 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  +badges: Doctrine\ORM\PersistentCollection {#2181 …}
  +children: [
    5 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
        \n
        Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
        \n
        Here is a good video explaining the idea in detail, worth 30m of your time.\n
        \n
        [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689202408 {#1709
        date: 2023-07-13 00:53:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1568 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
      -id: 13182
      -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1165481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689167478 {#1614
        date: 2023-07-12 15:11:18.0 +02:00
      }
      +"title": 13182
    }
    4 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > That’s quite the claim.\n
        \n
        **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
        \n
        [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
        \n
        The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
        \n
        The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689172108 {#1553
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1725 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 13272
      -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1168345"
      +editedAt: DateTimeImmutable @1689172649 {#1621
        date: 2023-07-12 16:37:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689172108 {#1620
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +"title": 13272
    }
    3 => App\Entity\EntryComment {#1611
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You’ve committed *reductio ad absurdum*.\n
        \n
        Yes, most people are *probably* acting immorally and they are not even aware of it.\n
        \n
        That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689176102 {#1630
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 13333
      -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1170694"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689176102 {#1598
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +"title": 13333
    }
    2 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You are (deliberately?) skipping over the part of *awareness*.\n
        \n
        Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
        \n
        *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689177631 {#1619
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 13400
      -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1171725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689177631 {#1596
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +"title": 13400
    }
    1 => App\Entity\EntryComment {#1718
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > I probably did a dozen immoral things before breakfast this morning.\n
        \n
        Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689178769 {#1715
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +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: 13435
      -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1172969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178769 {#1714
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +"title": 13435
    }
    0 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
        \n
        You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
        \n
        Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689185319 {#2422
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@simon574@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 13644
      -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1177404"
      +editedAt: DateTimeImmutable @1689185541 {#2462
        date: 2023-07-12 20:12:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689185319 {#2458
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +"title": 13644
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1641
    date: 2023-07-12 04:11:39.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 {#1551
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#2328
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2238 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  +badges: Doctrine\ORM\PersistentCollection {#2181 …}
  +children: [
    5 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
        \n
        Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
        \n
        Here is a good video explaining the idea in detail, worth 30m of your time.\n
        \n
        [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1689202408 {#1709
        date: 2023-07-13 00:53:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1561 …}
      +votes: Doctrine\ORM\PersistentCollection {#1528 …}
      +reports: Doctrine\ORM\PersistentCollection {#1568 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
      -id: 13182
      -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1165481"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689167478 {#1614
        date: 2023-07-12 15:11:18.0 +02:00
      }
      +"title": 13182
    }
    4 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > That’s quite the claim.\n
        \n
        **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
        \n
        [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
        \n
        The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
        \n
        The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689172108 {#1553
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1725 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 13272
      -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1168345"
      +editedAt: DateTimeImmutable @1689172649 {#1621
        date: 2023-07-12 16:37:29.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689172108 {#1620
        date: 2023-07-12 16:28:28.0 +02:00
      }
      +"title": 13272
    }
    3 => App\Entity\EntryComment {#1611
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You’ve committed *reductio ad absurdum*.\n
        \n
        Yes, most people are *probably* acting immorally and they are not even aware of it.\n
        \n
        That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689176102 {#1630
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 13333
      -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1170694"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689176102 {#1598
        date: 2023-07-12 17:35:02.0 +02:00
      }
      +"title": 13333
    }
    2 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        You are (deliberately?) skipping over the part of *awareness*.\n
        \n
        Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
        \n
        *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689177631 {#1619
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 13400
      -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1171725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689177631 {#1596
        date: 2023-07-12 18:00:31.0 +02:00
      }
      +"title": 13400
    }
    1 => App\Entity\EntryComment {#1718
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        > I probably did a dozen immoral things before breakfast this morning.\n
        \n
        Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689178769 {#1715
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@prole@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +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: 13435
      -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1172969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689178769 {#1714
        date: 2023-07-12 18:19:29.0 +02:00
      }
      +"title": 13435
    }
    0 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: App\Entity\EntryComment {#1648}
      +body: """
        I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
        \n
        You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
        \n
        Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1689185319 {#2422
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
        "@claycle@lemmy.world"
        "@simon574@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 13644
      -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/1177404"
      +editedAt: DateTimeImmutable @1689185541 {#2462
        date: 2023-07-12 20:12:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689185319 {#2458
        date: 2023-07-12 20:08:39.0 +02:00
      }
      +"title": 13644
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1641
    date: 2023-07-12 04:11:39.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 {#1648
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648}
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
    \n
    Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
    \n
    Here is a good video explaining the idea in detail, worth 30m of your time.\n
    \n
    [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689202408 {#1709
    date: 2023-07-13 00:53:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  -id: 13182
  -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1165481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689167478 {#1614
    date: 2023-07-12 15:11:18.0 +02:00
  }
  +"title": 13182
}
"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 {#1648
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648}
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
    \n
    Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
    \n
    Here is a good video explaining the idea in detail, worth 30m of your time.\n
    \n
    [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689202408 {#1709
    date: 2023-07-13 00:53:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  -id: 13182
  -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1165481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689167478 {#1614
    date: 2023-07-12 15:11:18.0 +02:00
  }
  +"title": 13182
}
"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 {#1648
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648}
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
    \n
    Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
    \n
    Here is a good video explaining the idea in detail, worth 30m of your time.\n
    \n
    [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1689202408 {#1709
    date: 2023-07-13 00:53:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1561 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  -id: 13182
  -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1165481"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689167478 {#1614
    date: 2023-07-12 15:11:18.0 +02:00
  }
  +"title": 13182
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555}
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > That’s quite the claim.\n
    \n
    **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
    \n
    [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
    \n
    The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
    \n
    The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689172108 {#1553
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 13272
  -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1168345"
  +editedAt: DateTimeImmutable @1689172649 {#1621
    date: 2023-07-12 16:37:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689172108 {#1620
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +"title": 13272
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555}
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > That’s quite the claim.\n
    \n
    **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
    \n
    [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
    \n
    The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
    \n
    The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689172108 {#1553
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 13272
  -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1168345"
  +editedAt: DateTimeImmutable @1689172649 {#1621
    date: 2023-07-12 16:37:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689172108 {#1620
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +"title": 13272
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555}
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > That’s quite the claim.\n
    \n
    **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
    \n
    [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
    \n
    The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
    \n
    The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689172108 {#1553
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 13272
  -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1168345"
  +editedAt: DateTimeImmutable @1689172649 {#1621
    date: 2023-07-12 16:37:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689172108 {#1620
    date: 2023-07-12 16:28:28.0 +02:00
  }
  +"title": 13272
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611}
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You’ve committed *reductio ad absurdum*.\n
    \n
    Yes, most people are *probably* acting immorally and they are not even aware of it.\n
    \n
    That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689176102 {#1630
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 13333
  -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1170694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689176102 {#1598
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +"title": 13333
}
"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 {#1611
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611}
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You’ve committed *reductio ad absurdum*.\n
    \n
    Yes, most people are *probably* acting immorally and they are not even aware of it.\n
    \n
    That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689176102 {#1630
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 13333
  -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1170694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689176102 {#1598
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +"title": 13333
}
"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 {#1611
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611}
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You’ve committed *reductio ad absurdum*.\n
    \n
    Yes, most people are *probably* acting immorally and they are not even aware of it.\n
    \n
    That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689176102 {#1630
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 13333
  -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1170694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689176102 {#1598
    date: 2023-07-12 17:35:02.0 +02:00
  }
  +"title": 13333
}
"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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604}
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You are (deliberately?) skipping over the part of *awareness*.\n
    \n
    Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
    \n
    *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689177631 {#1619
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 13400
  -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1171725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689177631 {#1596
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +"title": 13400
}
"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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604}
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You are (deliberately?) skipping over the part of *awareness*.\n
    \n
    Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
    \n
    *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689177631 {#1619
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 13400
  -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1171725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689177631 {#1596
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +"title": 13400
}
"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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604}
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    You are (deliberately?) skipping over the part of *awareness*.\n
    \n
    Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
    \n
    *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689177631 {#1619
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 13400
  -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1171725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689177631 {#1596
    date: 2023-07-12 18:00:31.0 +02:00
  }
  +"title": 13400
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718}
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > I probably did a dozen immoral things before breakfast this morning.\n
    \n
    Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689178769 {#1715
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +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: 13435
  -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1172969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178769 {#1714
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +"title": 13435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718}
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > I probably did a dozen immoral things before breakfast this morning.\n
    \n
    Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689178769 {#1715
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +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: 13435
  -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1172969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178769 {#1714
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +"title": 13435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718}
      0 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
          \n
          You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
          \n
          Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689185319 {#2422
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@simon574@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 13644
        -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1177404"
        +editedAt: DateTimeImmutable @1689185541 {#2462
          date: 2023-07-12 20:12:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689185319 {#2458
          date: 2023-07-12 20:08:39.0 +02:00
        }
        +"title": 13644
      }
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    > I probably did a dozen immoral things before breakfast this morning.\n
    \n
    Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689178769 {#1715
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@prole@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +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: 13435
  -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1172969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689178769 {#1714
    date: 2023-07-12 18:19:29.0 +02:00
  }
  +"title": 13435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
    \n
    You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
    \n
    Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689185319 {#2422
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@simon574@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 13644
  -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1177404"
  +editedAt: DateTimeImmutable @1689185541 {#2462
    date: 2023-07-12 20:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689185319 {#2458
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +"title": 13644
}
"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
27 DENIED edit
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
    \n
    You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
    \n
    Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689185319 {#2422
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@simon574@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 13644
  -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1177404"
  +editedAt: DateTimeImmutable @1689185541 {#2462
    date: 2023-07-12 20:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689185319 {#2458
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +"title": 13644
}
"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
28 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2237 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#2328
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2238 …}
    +votes: Doctrine\ORM\PersistentCollection {#2226 …}
    +reports: Doctrine\ORM\PersistentCollection {#2240 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2157 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
    +badges: Doctrine\ORM\PersistentCollection {#2181 …}
    +children: [
      5 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I am focusing on the “blow my mind” part, rather than the “beautiful” part of your question, but I am certain many philosophically-minded people would consider the following “beautiful”.\n
          \n
          Peter Singer’s argument in “Famine, Affluence, and Morality (1972)” that *you and most everyone you know* are probably *immoral or evil* and you don’t even realize it. It really affected my ideas of how to *strive* to live.\n
          \n
          Here is a good video explaining the idea in detail, worth 30m of your time.\n
          \n
          [Peter Singer - ordinary people are evil](https://youtu.be/KVl5kMXz1vA)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 15
        +score: 0
        +lastActive: DateTime @1689202408 {#1709
          date: 2023-07-13 00:53:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1561 …}
        +votes: Doctrine\ORM\PersistentCollection {#1528 …}
        +reports: Doctrine\ORM\PersistentCollection {#1568 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
        -id: 13182
        -bodyTs: "'/kvl5kmxz1va)':95 '1972':41 '30m':83 'affect':63 'affluenc':38 'argument':35 'beauti':13,31 'blow':6 'certain':21 'consid':28 'detail':81 'even':58 'everyon':46 'evil':53,92 'explain':77 'famin':37 'focus':3 'follow':30 'good':75 'idea':65,79 'immor':51 'know':48 'live':71 'mani':22 'mind':8,25 'moral':40 'ordinari':89 'part':9,14 'peopl':26,90 'peter':32,87 'philosoph':24 'philosophically-mind':23 'probabl':50 'question':17 'rather':10 'realiz':59 'realli':62 'singer':33,88 'strive':69 'time':86 'video':76 'worth':82 'would':27 'youtu.be':94 'youtu.be/kvl5kmxz1va)':93"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1165481"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689167478 {#1614
          date: 2023-07-12 15:11:18.0 +02:00
        }
        +"title": 13182
      }
      4 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > That’s quite the claim.\n
          \n
          **Yes**, it is, and as explained in the video the original author (and also the person explaining it) *admit* it is quite a claim, then proceed to demonstrate the veracity of the claim. I suggest you grab a cup of jo, settle in, and watch it. It addresses the points you bring up *directly*.\n
          \n
          [EDIT: Re: Quite a Claim: Yes, and thus fitting the OP’s “mind-blowing” criteria for the thread :-)]\n
          \n
          The *very* short answer to “are you immoral for purchasing a cell phone” is “*probably* yes”.\n
          \n
          The proposition is not an easy one (it accepts it is extreme), but it is hard to deny when you march down the logic.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689172108 {#1553
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1721 …}
        +nested: Doctrine\ORM\PersistentCollection {#1725 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
        -id: 13272
        -bodyTs: "'accept':103 'address':53 'admit':24 'also':19 'answer':82 'author':17 'blow':74 'bring':57 'cell':90 'claim':5,29,38,64 'criteria':75 'cup':44 'demonstr':33 'deni':112 'direct':59 'easi':100 'edit':60 'explain':11,22 'extrem':106 'fit':68 'grab':42 'hard':110 'immor':86 'jo':46 'logic':118 'march':115 'mind':73 'mind-blow':72 'one':101 'op':70 'origin':16 'person':21 'phone':91 'point':55 'probabl':93 'proceed':31 'proposit':96 'purchas':88 'quit':3,27,62 're':61 'settl':47 'short':81 'suggest':40 'thread':78 'thus':67 'verac':35 'video':14 'watch':50 'yes':6,65,94"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1168345"
        +editedAt: DateTimeImmutable @1689172649 {#1621
          date: 2023-07-12 16:37:29.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689172108 {#1620
          date: 2023-07-12 16:28:28.0 +02:00
        }
        +"title": 13272
      }
      3 => App\Entity\EntryComment {#1611
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You’ve committed *reductio ad absurdum*.\n
          \n
          Yes, most people are *probably* acting immorally and they are not even aware of it.\n
          \n
          That doesn’t mean it is *a pointless exercise* to identify the immoral behavior and *strive* to reduce or eliminate it, even if it is impossible to completely do so.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1689176102 {#1630
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1711 …}
        +nested: Doctrine\ORM\PersistentCollection {#1795 …}
        +votes: Doctrine\ORM\PersistentCollection {#1691 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
        -id: 13333
        -bodyTs: "'absurdum':6 'act':12 'ad':5 'awar':19 'behavior':35 'commit':3 'complet':49 'doesn':23 'elimin':41 'even':18,43 'exercis':30 'identifi':32 'immor':13,34 'imposs':47 'mean':25 'peopl':9 'pointless':29 'probabl':11 'reduc':39 'reductio':4 'strive':37 've':2 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1170694"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689176102 {#1598
          date: 2023-07-12 17:35:02.0 +02:00
        }
        +"title": 13333
      }
      2 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          You are (deliberately?) skipping over the part of *awareness*.\n
          \n
          Take for example a person who is aware that they cannot act morally when making seemingly normal, banal decisions. For example, they may be aware that when they choose to buy a shiny new cell phone when they have an older-but-still-perfectly-working model, they *very likely* doing something immoral. Because they are aware of the moral implications of their choice, they can choose hold-off buying a new phone for as long as possible (a morally-positive choice) and *perhaps* - going a step further - even using that money they would have spent on a new phone to help another person in need directly.\n
          \n
          *Most* people probably don’t contemplate the moral implications of the purchase of a new phone, *this is true* and I accept your position this. But it is clearly not “literally every person” as you have said, since it only takes a single person with awareness to disprove your statement. I am certain *at least* one such person exists (even if anecdotally), so I rely on the word “most” rather than “literally every”.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1689177631 {#1619
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1728 …}
        +nested: Doctrine\ORM\PersistentCollection {#1730 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1727 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 13400
        -bodyTs: "'accept':140 'act':21 'anecdot':180 'anoth':114 'awar':9,17,34,66,164 'banal':27 'buy':40,80 'cannot':20 'cell':44 'certain':171 'choic':73,93 'choos':38,76 'clear':147 'contempl':124 'decis':28 'deliber':3 'direct':118 'disprov':166 'even':100,178 'everi':150,191 'exampl':12,30 'exist':177 'go':96 'help':113 'hold':78 'hold-off':77 'immor':62 'implic':70,127 'least':173 'like':59 'liter':149,190 'long':86 'make':24 'may':32 'model':56 'money':103 'moral':22,69,91,126 'morally-posit':90 'need':117 'new':43,82,110,133 'normal':26 'older':51 'older-but-still-perfectly-work':50 'one':174 'part':7 'peopl':120 'perfect':54 'perhap':95 'person':14,115,151,162,176 'phone':45,83,111,134 'posit':92,142 'possibl':88 'probabl':121 'purchas':130 'rather':188 'reli':183 'said':155 'seem':25 'shini':42 'sinc':156 'singl':161 'skip':4 'someth':61 'spent':107 'statement':168 'step':98 'still':53 'take':10,159 'true':137 'use':101 'word':186 'work':55 'would':105"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1171725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689177631 {#1596
          date: 2023-07-12 18:00:31.0 +02:00
        }
        +"title": 13400
      }
      1 => App\Entity\EntryComment {#1718
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: App\Entity\EntryComment {#1648}
        +body: """
          > I probably did a dozen immoral things before breakfast this morning.\n
          \n
          Sure, certainly, yes, I’ll accept your admission at face value, **but** could you have done fewer?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689178769 {#1715
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@aCosmicWave@lemm.ee"
          "@claycle@lemmy.world"
          "@prole@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1716 …}
        +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: 13435
        -bodyTs: "'accept':17 'admiss':19 'breakfast':9 'certain':13 'could':24 'done':27 'dozen':5 'face':21 'fewer':28 'immor':6 'll':16 'morn':11 'probabl':2 'sure':12 'thing':7 'valu':22 'yes':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/1172969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689178769 {#1714
          date: 2023-07-12 18:19:29.0 +02:00
        }
        +"title": 13435
      }
      0 => App\Entity\EntryComment {#2461}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1641
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: App\Entity\EntryComment {#1648}
  +body: """
    I do not take issue with anything you said (your opinion is as valid as mine) - up until your last sentence, which piqued my interest.\n
    \n
    You seem to be implying that Mr Singer’s “radical ideas” are weak, invalid, or beneath consideration because our society hasn’t embedded them yet. I would like to respond that I think the value of a radical idea cannot, and probably should not, be measured by how well society accepts it. For example, there are a some pretty famous, radical ideas from this rabbi a couple thousand years ago that have totally failed to be embedded in our society, yet his radical ideas arguably still have significant merit. I am thinking specifically of the radical idea of kindness and peace expressed in “turning the other cheek”, an idea we, as a society, have for all intents and purposes rejected.\n
    \n
    Otherwise, I would also like to remind you that the OP just asked for ideas that blew our minds. Mr Singer’s idea, when I heard it for the first time, blew mine and I thought it fit the brief.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1689185319 {#2422
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
    "@claycle@lemmy.world"
    "@simon574@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 13644
  -bodyTs: "'accept':76 'ago':95 'also':149 'anyth':7 'arguabl':110 'ask':158 'beneath':41 'blew':162,177 'brief':185 'cannot':65 'cheek':132 'consider':42 'coupl':92 'embed':48,102 'exampl':79 'express':127 'fail':99 'famous':85 'first':175 'fit':183 'hasn':46 'heard':171 'idea':36,64,87,109,122,134,160,168 'impli':30 'intent':142 'interest':25 'invalid':39 'issu':5 'kind':124 'last':20 'like':53,150 'measur':71 'merit':114 'mind':164 'mine':16,178 'mr':32,165 'op':156 'opinion':11 'otherwis':146 'peac':126 'piqu':23 'pretti':84 'probabl':67 'purpos':144 'rabbi':90 'radic':35,63,86,108,121 'reject':145 'remind':152 'respond':55 'said':9 'seem':27 'sentenc':21 'signific':113 'singer':33,166 'societi':45,75,105,138 'specif':118 'still':111 'take':4 'think':58,117 'thought':181 'thousand':93 'time':176 'total':98 'turn':129 'valid':14 'valu':60 'weak':38 'well':74 'would':52,148 'year':94 'yet':50,106"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/1177404"
  +editedAt: DateTimeImmutable @1689185541 {#2462
    date: 2023-07-12 20:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689185319 {#2458
    date: 2023-07-12 20:08:39.0 +02:00
  }
  +"title": 13644
}
"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
29 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
30 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