GET https://kbin.spritesserver.nl/commented/1y/articles?p=70

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "My-customisable-solar-hot-water-system-controller-project-in-progress"
  +title: "My customisable solar hot water system controller (project in progress)"
  +url: null
  +body: """
    Hi all,\n
    \n
    In an effort to liven up this community, I’ll post this project I’m working on.\n
    \n
    I’m building a solar hot water controller for my house. The collector is on the roof of a three-storey building, it is linked to a storage tank on the ground floor. A circulating pump passes water from the tank to the collectors and back again when a temperature sensor on the outlet of the collector registers a warm enough temperature.\n
    \n
    The current controller does not understand that there is 15 metres of copper piping to pump water through and cycles the circulating pump in short bursts, resulting in the hot water at the collector cooling considerably by the time it reaches the tank (even though the pipes are insulated). The goal of my project is to read the sensor and drive the pump in a way to minimise these heat losses. Basically instead of trying to maintain a consistent collector output temp with slow constant pulsed operation of the pump, I’ll first try pumping the entire volume of moderately hot water from the top half of the collector in one go back to the tank and then waiting until the temperature rises again.\n
    \n
    I am using an Adafruit PyPortal Titano as the controller, running circuitpython. For I/O I am using a generic ebay PCF8591 board, which provides 4 analog input and a single analog output over an I2C bus. This is inserted into a motherboard that provides pullup resistors for the analog inputs and an optocoupled zero crossing SCR driver + SCR to drive the (thankfully low power) circulating pump. Board design is my own, design is rather critical as mains supply in my country is 240V.\n
    \n
    The original sensors are simple NTC thermistors, one at the bottom of the tank, and one at the top of the collector. I have also added 4 other Dallas 1-wire sensors to measure temperatures at the top of tank, ambient, tank inlet and collector pump inlet which is 1/3rd of the way up the tank. I have a duplicate of the onewire sensors already on the hot water tank using a different adafruit board and circuitpython. Their readings are currently uploaded to my own IOT server and I can plot the current system’s performance, and I intend to do the same thing with this board.\n
    \n
    The current performance is fairly dismal, a very small bump of perhaps 0.5 - 1 deg C in the normally 55 degree C tank temperature around 12pm to 1pm, and this is in Australia in hot spring weather of 28-32 degrees C.(There’s some inaccuracy of the tank temperatures, the sensors aren’t really bonded to the tank in any meaningful way, so tank temp is probably a little warmer than this. But I’m looking for relative temperature increases anyway)\n
    \n
    Right now , the hardware is all together and functional, and is driving a 13W LED downlight as a test, and I can read the onewire temp sensors, read an analog voltage on the PCF8591 board (which will go to the NTC sensors), and I’m pulsing the pump output proportionally from 0-100 percent drive on a 30 second duty cycle, so that a pump drive function can simply say “run the pump at 70 percent” and you’ll get 21 seconds on, 9 seconds off. Duty cycle time is adjustable, so I might lower it a bit to 15 or 10 seconds.\n
    \n
    The next step is to try it on the circulating pump (which is quite an inductive load, even if it is only 20 watts), and start working on an algorithm that reads the sensors and maximises water temperature back to the tank. There are a few safety features that I’ll put in there, such as a “fault mode” to drive the pump at a fixed rate if there is a sensor failure, and a “night cool” mode if the hot water tank is severely over temperature to circulate hot water to the collector at night to cool it. There are the usual overtemp/overpressure relief valves in the system already.\n
    \n
    All this is going in a case with a clear hinged cover on the front so I can open it and poke the Titano’s touchscreen to do some things.\n
    \n
    Right now I am away from home from work, so my replies might be a bit sporadic, but I’ll try to get back to any questions soon-ish.\n
    \n
    A few photos for your viewing pleasure:\n
    \n
    The I/O and mainboard plus a 5V power supply mounted up: ![](https://aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)\n
    \n
    The front of the panel, showing the Pyportal: ![](https://aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)\n
    \n
    Thingsboard display showing readings from the current system: ![](https://aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)\n
    \n
    Mainboard PCB design and construction via EasyEDA: ![](https://aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)\n
    \n
    ![](https://aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698884219 {#158
    date: 2023-11-02 01:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 8890
  -titleTs: "'control':7 'customis':2 'hot':4 'progress':10 'project':8 'solar':3 'system':6 'water':5"
  -bodyTs: "'-100':531 '-32':436 '/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':772 '/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':783 '/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':807 '/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':794 '/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':804 '0':530 '0.5':409 '1':319,410 '1/3rd':339 '10':580 '12pm':422 '13w':492 '15':92,578 '1pm':424 '20':604 '21':559 '240v':289 '28':435 '30':536 '4':231,316 '55':416 '5v':765 '70':553 '9':562 'ad':315 'adafruit':211,363 'adjust':569 'algorithm':611 'alreadi':354,691 'also':314 'ambient':330 'analog':232,237,255,508 'anyway':478 'aren':449 'around':421 'aussie.zone':771,782,793,803,806 'aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':770 'aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':781 'aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':805 'aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':792 'aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':802 'australia':429 'away':726 'back':66,195,620,745 'basic':154 'bit':576,737 'board':228,273,364,396,513 'bond':452 'bottom':300 'build':22,42 'bump':406 'burst':108 'bus':242 'c':412,418,438 'case':698 'circuitpython':218,366 'circul':55,104,271,591,670 'clear':701 'collector':32,64,77,116,162,191,311,334,675 'communiti':10 'consider':118 'consist':161 'constant':167 'construct':799 'control':27,85,216 'cool':117,658,679 'copper':95 'countri':287 'cover':703 'critic':281 'cross':261 'current':84,370,382,398,790 'cycl':102,539,566 'dalla':318 'deg':411 'degre':417,437 'design':274,278,797 'differ':362 'dismal':402 'display':785 'downlight':494 'drive':143,266,490,533,544,642 'driver':263 'duplic':349 'duti':538,565 'easyeda':801 'ebay':226 'effort':5 'enough':81 'entir':179 'even':126,599 'failur':654 'fair':401 'fault':639 'featur':629 'first':175 'fix':647 'floor':53 'front':706,774 'function':487,545 'generic':225 'get':558,744 'go':194,516,695 'goal':133 'ground':52 'half':188 'hardwar':482 'heat':152 'hi':1 'hing':702 'home':728 'hot':25,112,183,357,431,662,671 'hous':30 'i/o':220,760 'i2c':241 'inaccuraci':442 'increas':477 'induct':597 'inlet':332,336 'input':233,256 'insert':245 'instead':155 'insul':131 'intend':388 'iot':375 'ish':751 'led':493 'link':45 'littl':466 'liven':7 'll':12,174,557,632,741 'load':598 'look':473 'loss':153 'low':269 'lower':573 'm':17,21,472,523 'main':283 'mainboard':762,795 'maintain':159 'maximis':617 'meaning':458 'measur':323 'metr':93 'might':572,734 'minimis':150 'mode':640,659 'moder':182 'motherboard':248 'mount':768 'next':583 'night':657,677 'normal':415 'ntc':295,519 'one':193,297,305 'onewir':352,503 'open':710 'oper':169 'optocoupl':259 'origin':291 'outlet':74 'output':163,238,527 'overtemp/overpressure':685 'panel':777 'pass':57 'pcb':796 'pcf8591':227,512 'percent':532,554 'perform':385,399 'perhap':408 'photo':754 'pipe':96,129 'pleasur':758 'plot':380 'plus':763 'poke':713 'post':13 'power':270,766 'probabl':464 'project':15,136 'proport':528 'provid':230,250 'pullup':251 'puls':168,524 'pump':56,98,105,145,172,177,272,335,526,543,551,592,644 'put':633 'pyport':212,780 'question':748 'quit':595 'rate':648 'rather':280 'reach':123 'read':139,368,501,506,613,787 'realli':451 'regist':78 'relat':475 'relief':686 'repli':733 'resistor':252 'result':109 'right':479,722 'rise':205 'roof':36 'run':217,549 'safeti':628 'say':548 'scr':262,264 'second':537,560,563,581 'sensor':71,141,292,321,353,448,505,520,615,653 'server':376 'sever':666 'short':107 'show':778,786 'simpl':294 'simpli':547 'singl':236 'slow':166 'small':405 'solar':24 'soon':750 'soon-ish':749 'sporad':738 'spring':432 'start':607 'step':584 'storag':48 'storey':41 'suppli':284,767 'system':383,690,791 'tank':49,61,125,198,303,329,331,345,359,419,445,455,461,623,664 'temp':164,462,504 'temperatur':70,82,204,324,420,446,476,619,668 'test':497 'thank':268 'thermistor':296 'thing':393,721 'thingsboard':784 'though':127 'three':40 'three-storey':39 'time':121,567 'titano':213,715 'togeth':485 'top':187,308,327 'touchscreen':717 'tri':157,176,587,742 'understand':88 'upload':371 'use':209,223,360 'usual':684 'valv':687 'via':800 'view':757 'voltag':509 'volum':180 'wait':201 'warm':80 'warmer':467 'water':26,58,99,113,184,358,618,663,672 'watt':605 'way':148,342,459 'weather':433 'wire':320 'work':18,608,730 'zero':260"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698902815
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/3581301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698827815 {#241
    date: 2023-11-01 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "My-customisable-solar-hot-water-system-controller-project-in-progress"
  +title: "My customisable solar hot water system controller (project in progress)"
  +url: null
  +body: """
    Hi all,\n
    \n
    In an effort to liven up this community, I’ll post this project I’m working on.\n
    \n
    I’m building a solar hot water controller for my house. The collector is on the roof of a three-storey building, it is linked to a storage tank on the ground floor. A circulating pump passes water from the tank to the collectors and back again when a temperature sensor on the outlet of the collector registers a warm enough temperature.\n
    \n
    The current controller does not understand that there is 15 metres of copper piping to pump water through and cycles the circulating pump in short bursts, resulting in the hot water at the collector cooling considerably by the time it reaches the tank (even though the pipes are insulated). The goal of my project is to read the sensor and drive the pump in a way to minimise these heat losses. Basically instead of trying to maintain a consistent collector output temp with slow constant pulsed operation of the pump, I’ll first try pumping the entire volume of moderately hot water from the top half of the collector in one go back to the tank and then waiting until the temperature rises again.\n
    \n
    I am using an Adafruit PyPortal Titano as the controller, running circuitpython. For I/O I am using a generic ebay PCF8591 board, which provides 4 analog input and a single analog output over an I2C bus. This is inserted into a motherboard that provides pullup resistors for the analog inputs and an optocoupled zero crossing SCR driver + SCR to drive the (thankfully low power) circulating pump. Board design is my own, design is rather critical as mains supply in my country is 240V.\n
    \n
    The original sensors are simple NTC thermistors, one at the bottom of the tank, and one at the top of the collector. I have also added 4 other Dallas 1-wire sensors to measure temperatures at the top of tank, ambient, tank inlet and collector pump inlet which is 1/3rd of the way up the tank. I have a duplicate of the onewire sensors already on the hot water tank using a different adafruit board and circuitpython. Their readings are currently uploaded to my own IOT server and I can plot the current system’s performance, and I intend to do the same thing with this board.\n
    \n
    The current performance is fairly dismal, a very small bump of perhaps 0.5 - 1 deg C in the normally 55 degree C tank temperature around 12pm to 1pm, and this is in Australia in hot spring weather of 28-32 degrees C.(There’s some inaccuracy of the tank temperatures, the sensors aren’t really bonded to the tank in any meaningful way, so tank temp is probably a little warmer than this. But I’m looking for relative temperature increases anyway)\n
    \n
    Right now , the hardware is all together and functional, and is driving a 13W LED downlight as a test, and I can read the onewire temp sensors, read an analog voltage on the PCF8591 board (which will go to the NTC sensors), and I’m pulsing the pump output proportionally from 0-100 percent drive on a 30 second duty cycle, so that a pump drive function can simply say “run the pump at 70 percent” and you’ll get 21 seconds on, 9 seconds off. Duty cycle time is adjustable, so I might lower it a bit to 15 or 10 seconds.\n
    \n
    The next step is to try it on the circulating pump (which is quite an inductive load, even if it is only 20 watts), and start working on an algorithm that reads the sensors and maximises water temperature back to the tank. There are a few safety features that I’ll put in there, such as a “fault mode” to drive the pump at a fixed rate if there is a sensor failure, and a “night cool” mode if the hot water tank is severely over temperature to circulate hot water to the collector at night to cool it. There are the usual overtemp/overpressure relief valves in the system already.\n
    \n
    All this is going in a case with a clear hinged cover on the front so I can open it and poke the Titano’s touchscreen to do some things.\n
    \n
    Right now I am away from home from work, so my replies might be a bit sporadic, but I’ll try to get back to any questions soon-ish.\n
    \n
    A few photos for your viewing pleasure:\n
    \n
    The I/O and mainboard plus a 5V power supply mounted up: ![](https://aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)\n
    \n
    The front of the panel, showing the Pyportal: ![](https://aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)\n
    \n
    Thingsboard display showing readings from the current system: ![](https://aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)\n
    \n
    Mainboard PCB design and construction via EasyEDA: ![](https://aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)\n
    \n
    ![](https://aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698884219 {#158
    date: 2023-11-02 01:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 8890
  -titleTs: "'control':7 'customis':2 'hot':4 'progress':10 'project':8 'solar':3 'system':6 'water':5"
  -bodyTs: "'-100':531 '-32':436 '/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':772 '/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':783 '/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':807 '/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':794 '/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':804 '0':530 '0.5':409 '1':319,410 '1/3rd':339 '10':580 '12pm':422 '13w':492 '15':92,578 '1pm':424 '20':604 '21':559 '240v':289 '28':435 '30':536 '4':231,316 '55':416 '5v':765 '70':553 '9':562 'ad':315 'adafruit':211,363 'adjust':569 'algorithm':611 'alreadi':354,691 'also':314 'ambient':330 'analog':232,237,255,508 'anyway':478 'aren':449 'around':421 'aussie.zone':771,782,793,803,806 'aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':770 'aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':781 'aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':805 'aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':792 'aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':802 'australia':429 'away':726 'back':66,195,620,745 'basic':154 'bit':576,737 'board':228,273,364,396,513 'bond':452 'bottom':300 'build':22,42 'bump':406 'burst':108 'bus':242 'c':412,418,438 'case':698 'circuitpython':218,366 'circul':55,104,271,591,670 'clear':701 'collector':32,64,77,116,162,191,311,334,675 'communiti':10 'consider':118 'consist':161 'constant':167 'construct':799 'control':27,85,216 'cool':117,658,679 'copper':95 'countri':287 'cover':703 'critic':281 'cross':261 'current':84,370,382,398,790 'cycl':102,539,566 'dalla':318 'deg':411 'degre':417,437 'design':274,278,797 'differ':362 'dismal':402 'display':785 'downlight':494 'drive':143,266,490,533,544,642 'driver':263 'duplic':349 'duti':538,565 'easyeda':801 'ebay':226 'effort':5 'enough':81 'entir':179 'even':126,599 'failur':654 'fair':401 'fault':639 'featur':629 'first':175 'fix':647 'floor':53 'front':706,774 'function':487,545 'generic':225 'get':558,744 'go':194,516,695 'goal':133 'ground':52 'half':188 'hardwar':482 'heat':152 'hi':1 'hing':702 'home':728 'hot':25,112,183,357,431,662,671 'hous':30 'i/o':220,760 'i2c':241 'inaccuraci':442 'increas':477 'induct':597 'inlet':332,336 'input':233,256 'insert':245 'instead':155 'insul':131 'intend':388 'iot':375 'ish':751 'led':493 'link':45 'littl':466 'liven':7 'll':12,174,557,632,741 'load':598 'look':473 'loss':153 'low':269 'lower':573 'm':17,21,472,523 'main':283 'mainboard':762,795 'maintain':159 'maximis':617 'meaning':458 'measur':323 'metr':93 'might':572,734 'minimis':150 'mode':640,659 'moder':182 'motherboard':248 'mount':768 'next':583 'night':657,677 'normal':415 'ntc':295,519 'one':193,297,305 'onewir':352,503 'open':710 'oper':169 'optocoupl':259 'origin':291 'outlet':74 'output':163,238,527 'overtemp/overpressure':685 'panel':777 'pass':57 'pcb':796 'pcf8591':227,512 'percent':532,554 'perform':385,399 'perhap':408 'photo':754 'pipe':96,129 'pleasur':758 'plot':380 'plus':763 'poke':713 'post':13 'power':270,766 'probabl':464 'project':15,136 'proport':528 'provid':230,250 'pullup':251 'puls':168,524 'pump':56,98,105,145,172,177,272,335,526,543,551,592,644 'put':633 'pyport':212,780 'question':748 'quit':595 'rate':648 'rather':280 'reach':123 'read':139,368,501,506,613,787 'realli':451 'regist':78 'relat':475 'relief':686 'repli':733 'resistor':252 'result':109 'right':479,722 'rise':205 'roof':36 'run':217,549 'safeti':628 'say':548 'scr':262,264 'second':537,560,563,581 'sensor':71,141,292,321,353,448,505,520,615,653 'server':376 'sever':666 'short':107 'show':778,786 'simpl':294 'simpli':547 'singl':236 'slow':166 'small':405 'solar':24 'soon':750 'soon-ish':749 'sporad':738 'spring':432 'start':607 'step':584 'storag':48 'storey':41 'suppli':284,767 'system':383,690,791 'tank':49,61,125,198,303,329,331,345,359,419,445,455,461,623,664 'temp':164,462,504 'temperatur':70,82,204,324,420,446,476,619,668 'test':497 'thank':268 'thermistor':296 'thing':393,721 'thingsboard':784 'though':127 'three':40 'three-storey':39 'time':121,567 'titano':213,715 'togeth':485 'top':187,308,327 'touchscreen':717 'tri':157,176,587,742 'understand':88 'upload':371 'use':209,223,360 'usual':684 'valv':687 'via':800 'view':757 'voltag':509 'volum':180 'wait':201 'warm':80 'warmer':467 'water':26,58,99,113,184,358,618,663,672 'watt':605 'way':148,342,459 'weather':433 'wire':320 'work':18,608,730 'zero':260"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698902815
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/3581301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698827815 {#241
    date: 2023-11-01 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "My-customisable-solar-hot-water-system-controller-project-in-progress"
  +title: "My customisable solar hot water system controller (project in progress)"
  +url: null
  +body: """
    Hi all,\n
    \n
    In an effort to liven up this community, I’ll post this project I’m working on.\n
    \n
    I’m building a solar hot water controller for my house. The collector is on the roof of a three-storey building, it is linked to a storage tank on the ground floor. A circulating pump passes water from the tank to the collectors and back again when a temperature sensor on the outlet of the collector registers a warm enough temperature.\n
    \n
    The current controller does not understand that there is 15 metres of copper piping to pump water through and cycles the circulating pump in short bursts, resulting in the hot water at the collector cooling considerably by the time it reaches the tank (even though the pipes are insulated). The goal of my project is to read the sensor and drive the pump in a way to minimise these heat losses. Basically instead of trying to maintain a consistent collector output temp with slow constant pulsed operation of the pump, I’ll first try pumping the entire volume of moderately hot water from the top half of the collector in one go back to the tank and then waiting until the temperature rises again.\n
    \n
    I am using an Adafruit PyPortal Titano as the controller, running circuitpython. For I/O I am using a generic ebay PCF8591 board, which provides 4 analog input and a single analog output over an I2C bus. This is inserted into a motherboard that provides pullup resistors for the analog inputs and an optocoupled zero crossing SCR driver + SCR to drive the (thankfully low power) circulating pump. Board design is my own, design is rather critical as mains supply in my country is 240V.\n
    \n
    The original sensors are simple NTC thermistors, one at the bottom of the tank, and one at the top of the collector. I have also added 4 other Dallas 1-wire sensors to measure temperatures at the top of tank, ambient, tank inlet and collector pump inlet which is 1/3rd of the way up the tank. I have a duplicate of the onewire sensors already on the hot water tank using a different adafruit board and circuitpython. Their readings are currently uploaded to my own IOT server and I can plot the current system’s performance, and I intend to do the same thing with this board.\n
    \n
    The current performance is fairly dismal, a very small bump of perhaps 0.5 - 1 deg C in the normally 55 degree C tank temperature around 12pm to 1pm, and this is in Australia in hot spring weather of 28-32 degrees C.(There’s some inaccuracy of the tank temperatures, the sensors aren’t really bonded to the tank in any meaningful way, so tank temp is probably a little warmer than this. But I’m looking for relative temperature increases anyway)\n
    \n
    Right now , the hardware is all together and functional, and is driving a 13W LED downlight as a test, and I can read the onewire temp sensors, read an analog voltage on the PCF8591 board (which will go to the NTC sensors), and I’m pulsing the pump output proportionally from 0-100 percent drive on a 30 second duty cycle, so that a pump drive function can simply say “run the pump at 70 percent” and you’ll get 21 seconds on, 9 seconds off. Duty cycle time is adjustable, so I might lower it a bit to 15 or 10 seconds.\n
    \n
    The next step is to try it on the circulating pump (which is quite an inductive load, even if it is only 20 watts), and start working on an algorithm that reads the sensors and maximises water temperature back to the tank. There are a few safety features that I’ll put in there, such as a “fault mode” to drive the pump at a fixed rate if there is a sensor failure, and a “night cool” mode if the hot water tank is severely over temperature to circulate hot water to the collector at night to cool it. There are the usual overtemp/overpressure relief valves in the system already.\n
    \n
    All this is going in a case with a clear hinged cover on the front so I can open it and poke the Titano’s touchscreen to do some things.\n
    \n
    Right now I am away from home from work, so my replies might be a bit sporadic, but I’ll try to get back to any questions soon-ish.\n
    \n
    A few photos for your viewing pleasure:\n
    \n
    The I/O and mainboard plus a 5V power supply mounted up: ![](https://aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)\n
    \n
    The front of the panel, showing the Pyportal: ![](https://aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)\n
    \n
    Thingsboard display showing readings from the current system: ![](https://aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)\n
    \n
    Mainboard PCB design and construction via EasyEDA: ![](https://aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)\n
    \n
    ![](https://aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698884219 {#158
    date: 2023-11-02 01:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 8890
  -titleTs: "'control':7 'customis':2 'hot':4 'progress':10 'project':8 'solar':3 'system':6 'water':5"
  -bodyTs: "'-100':531 '-32':436 '/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':772 '/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':783 '/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':807 '/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':794 '/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':804 '0':530 '0.5':409 '1':319,410 '1/3rd':339 '10':580 '12pm':422 '13w':492 '15':92,578 '1pm':424 '20':604 '21':559 '240v':289 '28':435 '30':536 '4':231,316 '55':416 '5v':765 '70':553 '9':562 'ad':315 'adafruit':211,363 'adjust':569 'algorithm':611 'alreadi':354,691 'also':314 'ambient':330 'analog':232,237,255,508 'anyway':478 'aren':449 'around':421 'aussie.zone':771,782,793,803,806 'aussie.zone/pictrs/image/2faecb8f-30f2-4b38-8dc1-0db0f3a93c19.jpeg)':770 'aussie.zone/pictrs/image/3f5873cc-f094-457f-a8ab-b07a8569ed1a.jpeg)':781 'aussie.zone/pictrs/image/428f1622-230d-4a9f-85ef-9383439d290e.jpeg)':805 'aussie.zone/pictrs/image/b61f62a8-cfef-4003-b79a-74e97c1a86a0.jpeg)':792 'aussie.zone/pictrs/image/eb771e34-8deb-42ba-a550-3ee02fe9f85c.jpeg)':802 'australia':429 'away':726 'back':66,195,620,745 'basic':154 'bit':576,737 'board':228,273,364,396,513 'bond':452 'bottom':300 'build':22,42 'bump':406 'burst':108 'bus':242 'c':412,418,438 'case':698 'circuitpython':218,366 'circul':55,104,271,591,670 'clear':701 'collector':32,64,77,116,162,191,311,334,675 'communiti':10 'consider':118 'consist':161 'constant':167 'construct':799 'control':27,85,216 'cool':117,658,679 'copper':95 'countri':287 'cover':703 'critic':281 'cross':261 'current':84,370,382,398,790 'cycl':102,539,566 'dalla':318 'deg':411 'degre':417,437 'design':274,278,797 'differ':362 'dismal':402 'display':785 'downlight':494 'drive':143,266,490,533,544,642 'driver':263 'duplic':349 'duti':538,565 'easyeda':801 'ebay':226 'effort':5 'enough':81 'entir':179 'even':126,599 'failur':654 'fair':401 'fault':639 'featur':629 'first':175 'fix':647 'floor':53 'front':706,774 'function':487,545 'generic':225 'get':558,744 'go':194,516,695 'goal':133 'ground':52 'half':188 'hardwar':482 'heat':152 'hi':1 'hing':702 'home':728 'hot':25,112,183,357,431,662,671 'hous':30 'i/o':220,760 'i2c':241 'inaccuraci':442 'increas':477 'induct':597 'inlet':332,336 'input':233,256 'insert':245 'instead':155 'insul':131 'intend':388 'iot':375 'ish':751 'led':493 'link':45 'littl':466 'liven':7 'll':12,174,557,632,741 'load':598 'look':473 'loss':153 'low':269 'lower':573 'm':17,21,472,523 'main':283 'mainboard':762,795 'maintain':159 'maximis':617 'meaning':458 'measur':323 'metr':93 'might':572,734 'minimis':150 'mode':640,659 'moder':182 'motherboard':248 'mount':768 'next':583 'night':657,677 'normal':415 'ntc':295,519 'one':193,297,305 'onewir':352,503 'open':710 'oper':169 'optocoupl':259 'origin':291 'outlet':74 'output':163,238,527 'overtemp/overpressure':685 'panel':777 'pass':57 'pcb':796 'pcf8591':227,512 'percent':532,554 'perform':385,399 'perhap':408 'photo':754 'pipe':96,129 'pleasur':758 'plot':380 'plus':763 'poke':713 'post':13 'power':270,766 'probabl':464 'project':15,136 'proport':528 'provid':230,250 'pullup':251 'puls':168,524 'pump':56,98,105,145,172,177,272,335,526,543,551,592,644 'put':633 'pyport':212,780 'question':748 'quit':595 'rate':648 'rather':280 'reach':123 'read':139,368,501,506,613,787 'realli':451 'regist':78 'relat':475 'relief':686 'repli':733 'resistor':252 'result':109 'right':479,722 'rise':205 'roof':36 'run':217,549 'safeti':628 'say':548 'scr':262,264 'second':537,560,563,581 'sensor':71,141,292,321,353,448,505,520,615,653 'server':376 'sever':666 'short':107 'show':778,786 'simpl':294 'simpli':547 'singl':236 'slow':166 'small':405 'solar':24 'soon':750 'soon-ish':749 'sporad':738 'spring':432 'start':607 'step':584 'storag':48 'storey':41 'suppli':284,767 'system':383,690,791 'tank':49,61,125,198,303,329,331,345,359,419,445,455,461,623,664 'temp':164,462,504 'temperatur':70,82,204,324,420,446,476,619,668 'test':497 'thank':268 'thermistor':296 'thing':393,721 'thingsboard':784 'though':127 'three':40 'three-storey':39 'time':121,567 'titano':213,715 'togeth':485 'top':187,308,327 'touchscreen':717 'tri':157,176,587,742 'understand':88 'upload':371 'use':209,223,360 'usual':684 'valv':687 'via':800 'view':757 'voltag':509 'volum':180 'wait':201 'warm':80 'warmer':467 'water':26,58,99,113,184,358,618,663,672 'watt':605 'way':148,342,459 'weather':433 'wire':320 'work':18,608,730 'zero':260"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698902815
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/3581301"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698827815 {#241
    date: 2023-11-01 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Open-Course-Lectures-A-place-to-find-and-post-full"
  +title: "Open Course Lectures - A place to find and post full length university lectures"
  +url: null
  +body: """
    This is a place to post freely available full-length lectures and courses of the sort available through MIT OCW.\n
    \n
    [Open Course Lectures](/c/opencourselectures@slrpnk.net)  \n
    !opencourselectures@slrpnk.net  \n
    slrpnk.net/c/opencourselectures
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698660005 {#1905
    date: 2023-10-30 11:00:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 8413
  -titleTs: "'cours':2 'find':7 'full':10 'lectur':3,13 'length':11 'open':1 'place':5 'post':9 'univers':12"
  -bodyTs: "'/c/opencourselectures':25,30 'avail':8,18 'cours':14,23 'freeli':7 'full':10 'full-length':9 'lectur':12,24 'length':11 'mit':20 'ocw':21 'open':22 'opencourselectures@slrpnk.net':27 'place':4 'post':6 'slrpnk.net':26,29 'slrpnk.net/c/opencourselectures':28 'sort':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698695007
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3532789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698608607 {#1866
    date: 2023-10-29 20:43:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Open-Course-Lectures-A-place-to-find-and-post-full"
  +title: "Open Course Lectures - A place to find and post full length university lectures"
  +url: null
  +body: """
    This is a place to post freely available full-length lectures and courses of the sort available through MIT OCW.\n
    \n
    [Open Course Lectures](/c/opencourselectures@slrpnk.net)  \n
    !opencourselectures@slrpnk.net  \n
    slrpnk.net/c/opencourselectures
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698660005 {#1905
    date: 2023-10-30 11:00:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 8413
  -titleTs: "'cours':2 'find':7 'full':10 'lectur':3,13 'length':11 'open':1 'place':5 'post':9 'univers':12"
  -bodyTs: "'/c/opencourselectures':25,30 'avail':8,18 'cours':14,23 'freeli':7 'full':10 'full-length':9 'lectur':12,24 'length':11 'mit':20 'ocw':21 'open':22 'opencourselectures@slrpnk.net':27 'place':4 'post':6 'slrpnk.net':26,29 'slrpnk.net/c/opencourselectures':28 'sort':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698695007
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3532789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698608607 {#1866
    date: 2023-10-29 20:43:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Open-Course-Lectures-A-place-to-find-and-post-full"
  +title: "Open Course Lectures - A place to find and post full length university lectures"
  +url: null
  +body: """
    This is a place to post freely available full-length lectures and courses of the sort available through MIT OCW.\n
    \n
    [Open Course Lectures](/c/opencourselectures@slrpnk.net)  \n
    !opencourselectures@slrpnk.net  \n
    slrpnk.net/c/opencourselectures
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698660005 {#1905
    date: 2023-10-30 11:00:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 8413
  -titleTs: "'cours':2 'find':7 'full':10 'lectur':3,13 'length':11 'open':1 'place':5 'post':9 'univers':12"
  -bodyTs: "'/c/opencourselectures':25,30 'avail':8,18 'cours':14,23 'freeli':7 'full':10 'full-length':9 'lectur':12,24 'length':11 'mit':20 'ocw':21 'open':22 'opencourselectures@slrpnk.net':27 'place':4 'post':6 'slrpnk.net':26,29 'slrpnk.net/c/opencourselectures':28 'sort':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698695007
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3532789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698608607 {#1866
    date: 2023-10-29 20:43:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-to-know-an-instance-is-gone"
  +title: "how to know an instance is gone?"
  +url: null
  +body: """
    I have been posting to a community on lemmy.fmhy.ml for a while now. Someone notified me that since it’s down no one else will see my posts. I assume that only people on my instance can see them. Connect app won’t let me post there but doesn’t tell me why, and I’ve asked about that in its community. The web page lets me post there but doesn’t tell me that the instance is gone. I would never have known if someone didn’t tell me. How am I supposed to know this?\n
    \n
    Edit - it was Imaginarymechas@lemmy.fmhy.ml  \n
    Edit2 - I think if you’re on the same instance as me, lemm.ee, then you can see my stuff but no one else can.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698592421 {#1944
    date: 2023-10-29 16:13:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 8353
  -titleTs: "'gone':7 'instanc':5 'know':3"
  -bodyTs: "'app':41 'ask':57 'assum':30 'communiti':7,62 'connect':40 'didn':87 'doesn':49,71 'edit':98 'edit2':102 'els':24,124 'gone':79 'imaginarymechas@lemmy.fmhy.ml':101 'instanc':36,77,111 'know':96 'known':84 'lemm.ee':114 'lemmy.fmhy.ml':9 'let':44,66 'never':82 'notifi':15 'one':23,123 'page':65 'peopl':33 'post':4,28,46,68 're':107 'see':26,38,118 'sinc':18 'someon':14,86 'stuff':120 'suppos':94 'tell':51,73,89 'think':104 've':56 'web':64 'won':42 'would':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698660128
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13149458"
  +editedAt: DateTimeImmutable @1698592402 {#1954
    date: 2023-10-29 16:13:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698589128 {#1960
    date: 2023-10-29 15:18:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-to-know-an-instance-is-gone"
  +title: "how to know an instance is gone?"
  +url: null
  +body: """
    I have been posting to a community on lemmy.fmhy.ml for a while now. Someone notified me that since it’s down no one else will see my posts. I assume that only people on my instance can see them. Connect app won’t let me post there but doesn’t tell me why, and I’ve asked about that in its community. The web page lets me post there but doesn’t tell me that the instance is gone. I would never have known if someone didn’t tell me. How am I supposed to know this?\n
    \n
    Edit - it was Imaginarymechas@lemmy.fmhy.ml  \n
    Edit2 - I think if you’re on the same instance as me, lemm.ee, then you can see my stuff but no one else can.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698592421 {#1944
    date: 2023-10-29 16:13:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 8353
  -titleTs: "'gone':7 'instanc':5 'know':3"
  -bodyTs: "'app':41 'ask':57 'assum':30 'communiti':7,62 'connect':40 'didn':87 'doesn':49,71 'edit':98 'edit2':102 'els':24,124 'gone':79 'imaginarymechas@lemmy.fmhy.ml':101 'instanc':36,77,111 'know':96 'known':84 'lemm.ee':114 'lemmy.fmhy.ml':9 'let':44,66 'never':82 'notifi':15 'one':23,123 'page':65 'peopl':33 'post':4,28,46,68 're':107 'see':26,38,118 'sinc':18 'someon':14,86 'stuff':120 'suppos':94 'tell':51,73,89 'think':104 've':56 'web':64 'won':42 'would':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698660128
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13149458"
  +editedAt: DateTimeImmutable @1698592402 {#1954
    date: 2023-10-29 16:13:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698589128 {#1960
    date: 2023-10-29 15:18:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-to-know-an-instance-is-gone"
  +title: "how to know an instance is gone?"
  +url: null
  +body: """
    I have been posting to a community on lemmy.fmhy.ml for a while now. Someone notified me that since it’s down no one else will see my posts. I assume that only people on my instance can see them. Connect app won’t let me post there but doesn’t tell me why, and I’ve asked about that in its community. The web page lets me post there but doesn’t tell me that the instance is gone. I would never have known if someone didn’t tell me. How am I supposed to know this?\n
    \n
    Edit - it was Imaginarymechas@lemmy.fmhy.ml  \n
    Edit2 - I think if you’re on the same instance as me, lemm.ee, then you can see my stuff but no one else can.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698592421 {#1944
    date: 2023-10-29 16:13:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 8353
  -titleTs: "'gone':7 'instanc':5 'know':3"
  -bodyTs: "'app':41 'ask':57 'assum':30 'communiti':7,62 'connect':40 'didn':87 'doesn':49,71 'edit':98 'edit2':102 'els':24,124 'gone':79 'imaginarymechas@lemmy.fmhy.ml':101 'instanc':36,77,111 'know':96 'known':84 'lemm.ee':114 'lemmy.fmhy.ml':9 'let':44,66 'never':82 'notifi':15 'one':23,123 'page':65 'peopl':33 'post':4,28,46,68 're':107 'see':26,38,118 'sinc':18 'someon':14,86 'stuff':120 'suppos':94 'tell':51,73,89 'think':104 've':56 'web':64 'won':42 'would':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698660128
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13149458"
  +editedAt: DateTimeImmutable @1698592402 {#1954
    date: 2023-10-29 16:13:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698589128 {#1960
    date: 2023-10-29 15:18:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Found-this-gem-while-looking-up-an-old-meme"
  +title: "Found this gem while looking up an old meme"
  +url: null
  +body: """
    ![Google results showing funny disinformation around the existence of Marshmallow Farms](https://lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)\n
    \n
    [Here it is,](https://youtu.be/yflTu150QZw) in case you haven’t seen it. Fun fact: That failed harvest of marshmallows resulted in a dip in the population of [house hippos.](https://www.youtube.com/watch?v=NBfi8OEz0rA)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698590594 {#1932
    date: 2023-10-29 15:43:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 8157
  -titleTs: "'found':1 'gem':3 'look':5 'meme':9 'old':8"
  -bodyTs: "'/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':14 '/watch?v=nbfi8oez0ra)':47 '/yfltu150qzw)':20 'around':6 'case':22 'dip':38 'disinform':5 'exist':8 'fact':29 'fail':31 'farm':11 'fun':28 'funni':4 'googl':1 'harvest':32 'haven':24 'hippo':44 'hous':43 'lemmy.ml':13 'lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':12 'marshmallow':10,34 'popul':41 'result':2,35 'seen':26 'show':3 'www.youtube.com':46 'www.youtube.com/watch?v=nbfi8oez0ra)':45 'youtu.be':19 'youtu.be/yfltu150qzw)':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698579683
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7142888"
  +editedAt: DateTimeImmutable @1698493554 {#1930
    date: 2023-10-28 13:45:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698493283 {#1933
    date: 2023-10-28 13:41:23.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Found-this-gem-while-looking-up-an-old-meme"
  +title: "Found this gem while looking up an old meme"
  +url: null
  +body: """
    ![Google results showing funny disinformation around the existence of Marshmallow Farms](https://lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)\n
    \n
    [Here it is,](https://youtu.be/yflTu150QZw) in case you haven’t seen it. Fun fact: That failed harvest of marshmallows resulted in a dip in the population of [house hippos.](https://www.youtube.com/watch?v=NBfi8OEz0rA)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698590594 {#1932
    date: 2023-10-29 15:43:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 8157
  -titleTs: "'found':1 'gem':3 'look':5 'meme':9 'old':8"
  -bodyTs: "'/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':14 '/watch?v=nbfi8oez0ra)':47 '/yfltu150qzw)':20 'around':6 'case':22 'dip':38 'disinform':5 'exist':8 'fact':29 'fail':31 'farm':11 'fun':28 'funni':4 'googl':1 'harvest':32 'haven':24 'hippo':44 'hous':43 'lemmy.ml':13 'lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':12 'marshmallow':10,34 'popul':41 'result':2,35 'seen':26 'show':3 'www.youtube.com':46 'www.youtube.com/watch?v=nbfi8oez0ra)':45 'youtu.be':19 'youtu.be/yfltu150qzw)':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698579683
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7142888"
  +editedAt: DateTimeImmutable @1698493554 {#1930
    date: 2023-10-28 13:45:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698493283 {#1933
    date: 2023-10-28 13:41:23.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Found-this-gem-while-looking-up-an-old-meme"
  +title: "Found this gem while looking up an old meme"
  +url: null
  +body: """
    ![Google results showing funny disinformation around the existence of Marshmallow Farms](https://lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)\n
    \n
    [Here it is,](https://youtu.be/yflTu150QZw) in case you haven’t seen it. Fun fact: That failed harvest of marshmallows resulted in a dip in the population of [house hippos.](https://www.youtube.com/watch?v=NBfi8OEz0rA)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698590594 {#1932
    date: 2023-10-29 15:43:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 8157
  -titleTs: "'found':1 'gem':3 'look':5 'meme':9 'old':8"
  -bodyTs: "'/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':14 '/watch?v=nbfi8oez0ra)':47 '/yfltu150qzw)':20 'around':6 'case':22 'dip':38 'disinform':5 'exist':8 'fact':29 'fail':31 'farm':11 'fun':28 'funni':4 'googl':1 'harvest':32 'haven':24 'hippo':44 'hous':43 'lemmy.ml':13 'lemmy.ml/pictrs/image/a7555f89-c2ef-4a0f-8d60-880e12b75b12.png)':12 'marshmallow':10,34 'popul':41 'result':2,35 'seen':26 'show':3 'www.youtube.com':46 'www.youtube.com/watch?v=nbfi8oez0ra)':45 'youtu.be':19 'youtu.be/yfltu150qzw)':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698579683
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7142888"
  +editedAt: DateTimeImmutable @1698493554 {#1930
    date: 2023-10-28 13:45:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698493283 {#1933
    date: 2023-10-28 13:41:23.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-in-store-pickup-sales-tracked-for-revenue"
  +title: "How are in-store pickup sales tracked for revenue?"
  +url: null
  +body: "So, obviously, if you go to a brick-n-mortar store and buy something there, it counts as a sale for the store, with stores that don’t get enough sales often closing. But if I order something online from, say, Best Buy and pick it up in store, how is that tracked? Does it count as a sale for the store, even though I didn’t actually buy it there? If not, do companies use a separate metric (ie this store doesn’t get as many sales, but people still come in to pick up stuff, so we’ll keep it open)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412879 {#1389
    date: 2023-10-27 15:21:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 7973
  -titleTs: "'in-stor':3 'pickup':6 'revenu':10 'sale':7 'store':5 'track':8"
  -bodyTs: "'actual':69 'best':43 'brick':9 'brick-n-mortar':8 'buy':14,44,70 'close':34 'come':93 'compani':76 'count':18,57 'didn':67 'doesn':84 'enough':31 'even':64 'get':30,86 'go':5 'ie':81 'keep':102 'll':101 'mani':88 'metric':80 'mortar':11 'n':10 'obvious':2 'often':33 'onlin':40 'open':104 'order':38 'peopl':91 'pick':46,96 'sale':21,32,60,89 'say':42 'separ':79 'someth':15,39 'still':92 'store':12,24,26,50,63,83 'stuff':98 'though':65 'track':54 'use':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698467178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7389849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380778 {#1936
    date: 2023-10-27 06:26:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-in-store-pickup-sales-tracked-for-revenue"
  +title: "How are in-store pickup sales tracked for revenue?"
  +url: null
  +body: "So, obviously, if you go to a brick-n-mortar store and buy something there, it counts as a sale for the store, with stores that don’t get enough sales often closing. But if I order something online from, say, Best Buy and pick it up in store, how is that tracked? Does it count as a sale for the store, even though I didn’t actually buy it there? If not, do companies use a separate metric (ie this store doesn’t get as many sales, but people still come in to pick up stuff, so we’ll keep it open)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412879 {#1389
    date: 2023-10-27 15:21:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 7973
  -titleTs: "'in-stor':3 'pickup':6 'revenu':10 'sale':7 'store':5 'track':8"
  -bodyTs: "'actual':69 'best':43 'brick':9 'brick-n-mortar':8 'buy':14,44,70 'close':34 'come':93 'compani':76 'count':18,57 'didn':67 'doesn':84 'enough':31 'even':64 'get':30,86 'go':5 'ie':81 'keep':102 'll':101 'mani':88 'metric':80 'mortar':11 'n':10 'obvious':2 'often':33 'onlin':40 'open':104 'order':38 'peopl':91 'pick':46,96 'sale':21,32,60,89 'say':42 'separ':79 'someth':15,39 'still':92 'store':12,24,26,50,63,83 'stuff':98 'though':65 'track':54 'use':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698467178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7389849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380778 {#1936
    date: 2023-10-27 06:26:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-in-store-pickup-sales-tracked-for-revenue"
  +title: "How are in-store pickup sales tracked for revenue?"
  +url: null
  +body: "So, obviously, if you go to a brick-n-mortar store and buy something there, it counts as a sale for the store, with stores that don’t get enough sales often closing. But if I order something online from, say, Best Buy and pick it up in store, how is that tracked? Does it count as a sale for the store, even though I didn’t actually buy it there? If not, do companies use a separate metric (ie this store doesn’t get as many sales, but people still come in to pick up stuff, so we’ll keep it open)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412879 {#1389
    date: 2023-10-27 15:21:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 7973
  -titleTs: "'in-stor':3 'pickup':6 'revenu':10 'sale':7 'store':5 'track':8"
  -bodyTs: "'actual':69 'best':43 'brick':9 'brick-n-mortar':8 'buy':14,44,70 'close':34 'come':93 'compani':76 'count':18,57 'didn':67 'doesn':84 'enough':31 'even':64 'get':30,86 'go':5 'ie':81 'keep':102 'll':101 'mani':88 'metric':80 'mortar':11 'n':10 'obvious':2 'often':33 'onlin':40 'open':104 'order':38 'peopl':91 'pick':46,96 'sale':21,32,60,89 'say':42 'separ':79 'someth':15,39 'still':92 'store':12,24,26,50,63,83 'stuff':98 'though':65 'track':54 'use':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698467178
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7389849"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380778 {#1936
    date: 2023-10-27 06:26:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-Dimension-a-Power-Supply-for-an-Audio-Amplifier"
  +title: "How to Dimension a Power Supply for an Audio Amplifier ?"
  +url: null
  +body: """
    Hi,\n
    \n
    I recently bought a few pre-made amplifier modules for an 8-channel amplifier project (for a sound installation).\n
    \n
    The amp is based on the TDA7294 chip and is rated 85W nominal. Now I’m looking for a power supply, but I’m a bit lost (this isn’t really my strongest field, to put it mildly).\n
    \n
    Do I just need to add up the output power, 8*85W = 680W, or could I get away with using something smaller, like a 300W or 300VA?\n
    \n
    Also, the seller said that you need to use CV power supplies, CC won’t work and kill the circuit. Does that mean a switching supply can’t be used?\n
    \n
    It looks like the module has a rectifier and smoothing caps integrated, so I could potentially just use a transformer, right?\n
    \n
    Best, N
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698276158 {#1365
    date: 2023-10-26 01:22:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 7620
  -titleTs: "'amplifi':10 'audio':9 'dimens':3 'power':5 'suppli':6"
  -bodyTs: "'300va':86 '300w':84 '680w':72 '8':14,70 '85w':33,71 'add':65 'also':87 'amp':23 'amplifi':10,16 'away':77 'base':25 'best':138 'bit':47 'bought':4 'cap':127 'cc':99 'channel':15 'chip':29 'circuit':106 'could':74,131 'cv':96 'field':55 'get':76 'hi':1 'instal':21 'integr':128 'isn':50 'kill':104 'like':82,119 'look':38,118 'lost':48 'm':37,45 'made':9 'mean':109 'mild':59 'modul':11,121 'n':139 'need':63,93 'nomin':34 'output':68 'potenti':132 'power':41,69,97 'pre':8 'pre-mad':7 'project':17 'put':57 'rate':32 'realli':52 'recent':3 'rectifi':124 'right':137 'said':90 'seller':89 'smaller':81 'smooth':126 'someth':80 'sound':20 'strongest':54 'suppli':42,98,112 'switch':111 'tda7294':28 'transform':136 'use':79,95,116,134 'won':100 'work':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698255466
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5265073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698215466 {#1369
    date: 2023-10-25 08:31:06.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-Dimension-a-Power-Supply-for-an-Audio-Amplifier"
  +title: "How to Dimension a Power Supply for an Audio Amplifier ?"
  +url: null
  +body: """
    Hi,\n
    \n
    I recently bought a few pre-made amplifier modules for an 8-channel amplifier project (for a sound installation).\n
    \n
    The amp is based on the TDA7294 chip and is rated 85W nominal. Now I’m looking for a power supply, but I’m a bit lost (this isn’t really my strongest field, to put it mildly).\n
    \n
    Do I just need to add up the output power, 8*85W = 680W, or could I get away with using something smaller, like a 300W or 300VA?\n
    \n
    Also, the seller said that you need to use CV power supplies, CC won’t work and kill the circuit. Does that mean a switching supply can’t be used?\n
    \n
    It looks like the module has a rectifier and smoothing caps integrated, so I could potentially just use a transformer, right?\n
    \n
    Best, N
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698276158 {#1365
    date: 2023-10-26 01:22:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 7620
  -titleTs: "'amplifi':10 'audio':9 'dimens':3 'power':5 'suppli':6"
  -bodyTs: "'300va':86 '300w':84 '680w':72 '8':14,70 '85w':33,71 'add':65 'also':87 'amp':23 'amplifi':10,16 'away':77 'base':25 'best':138 'bit':47 'bought':4 'cap':127 'cc':99 'channel':15 'chip':29 'circuit':106 'could':74,131 'cv':96 'field':55 'get':76 'hi':1 'instal':21 'integr':128 'isn':50 'kill':104 'like':82,119 'look':38,118 'lost':48 'm':37,45 'made':9 'mean':109 'mild':59 'modul':11,121 'n':139 'need':63,93 'nomin':34 'output':68 'potenti':132 'power':41,69,97 'pre':8 'pre-mad':7 'project':17 'put':57 'rate':32 'realli':52 'recent':3 'rectifi':124 'right':137 'said':90 'seller':89 'smaller':81 'smooth':126 'someth':80 'sound':20 'strongest':54 'suppli':42,98,112 'switch':111 'tda7294':28 'transform':136 'use':79,95,116,134 'won':100 'work':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698255466
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5265073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698215466 {#1369
    date: 2023-10-25 08:31:06.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1371 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-Dimension-a-Power-Supply-for-an-Audio-Amplifier"
  +title: "How to Dimension a Power Supply for an Audio Amplifier ?"
  +url: null
  +body: """
    Hi,\n
    \n
    I recently bought a few pre-made amplifier modules for an 8-channel amplifier project (for a sound installation).\n
    \n
    The amp is based on the TDA7294 chip and is rated 85W nominal. Now I’m looking for a power supply, but I’m a bit lost (this isn’t really my strongest field, to put it mildly).\n
    \n
    Do I just need to add up the output power, 8*85W = 680W, or could I get away with using something smaller, like a 300W or 300VA?\n
    \n
    Also, the seller said that you need to use CV power supplies, CC won’t work and kill the circuit. Does that mean a switching supply can’t be used?\n
    \n
    It looks like the module has a rectifier and smoothing caps integrated, so I could potentially just use a transformer, right?\n
    \n
    Best, N
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698276158 {#1365
    date: 2023-10-26 01:22:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 7620
  -titleTs: "'amplifi':10 'audio':9 'dimens':3 'power':5 'suppli':6"
  -bodyTs: "'300va':86 '300w':84 '680w':72 '8':14,70 '85w':33,71 'add':65 'also':87 'amp':23 'amplifi':10,16 'away':77 'base':25 'best':138 'bit':47 'bought':4 'cap':127 'cc':99 'channel':15 'chip':29 'circuit':106 'could':74,131 'cv':96 'field':55 'get':76 'hi':1 'instal':21 'integr':128 'isn':50 'kill':104 'like':82,119 'look':38,118 'lost':48 'm':37,45 'made':9 'mean':109 'mild':59 'modul':11,121 'n':139 'need':63,93 'nomin':34 'output':68 'potenti':132 'power':41,69,97 'pre':8 'pre-mad':7 'project':17 'put':57 'rate':32 'realli':52 'recent':3 'rectifi':124 'right':137 'said':90 'seller':89 'smaller':81 'smooth':126 'someth':80 'sound':20 'strongest':54 'suppli':42,98,112 'switch':111 'tda7294':28 'transform':136 'use':79,95,116,134 'won':100 'work':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698255466
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5265073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698215466 {#1369
    date: 2023-10-25 08:31:06.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Bluez-trying-to-connect-to-my-PC"
  +title: "Bluez trying to connect to my PC?"
  +url: null
  +body: "I’m using Windows and only asking here because Google says it’s a Linux thing, but my question is what is a Bluez and why was it trying to connect to my computer at 5AM this morning?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698404300 {#2429
    date: 2023-10-27 12:58:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 9076
  -titleTs: "'bluez':1 'connect':4 'pc':7 'tri':2"
  -bodyTs: "'5am':36 'ask':7 'bluez':24 'comput':34 'connect':31 'googl':10 'linux':15 'm':2 'morn':38 'question':19 'say':11 'thing':16 'tri':29 'use':3 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698184324
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12606944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698158824 {#2427
    date: 2023-10-24 16:47:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Bluez-trying-to-connect-to-my-PC"
  +title: "Bluez trying to connect to my PC?"
  +url: null
  +body: "I’m using Windows and only asking here because Google says it’s a Linux thing, but my question is what is a Bluez and why was it trying to connect to my computer at 5AM this morning?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698404300 {#2429
    date: 2023-10-27 12:58:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 9076
  -titleTs: "'bluez':1 'connect':4 'pc':7 'tri':2"
  -bodyTs: "'5am':36 'ask':7 'bluez':24 'comput':34 'connect':31 'googl':10 'linux':15 'm':2 'morn':38 'question':19 'say':11 'thing':16 'tri':29 'use':3 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698184324
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12606944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698158824 {#2427
    date: 2023-10-24 16:47:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2424
  +user: Proxies\__CG__\App\Entity\User {#2446 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Bluez-trying-to-connect-to-my-PC"
  +title: "Bluez trying to connect to my PC?"
  +url: null
  +body: "I’m using Windows and only asking here because Google says it’s a Linux thing, but my question is what is a Bluez and why was it trying to connect to my computer at 5AM this morning?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698404300 {#2429
    date: 2023-10-27 12:58:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2444 …}
  +votes: Doctrine\ORM\PersistentCollection {#2432 …}
  +reports: Doctrine\ORM\PersistentCollection {#2442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2436 …}
  +badges: Doctrine\ORM\PersistentCollection {#2166 …}
  +children: []
  -id: 9076
  -titleTs: "'bluez':1 'connect':4 'pc':7 'tri':2"
  -bodyTs: "'5am':36 'ask':7 'bluez':24 'comput':34 'connect':31 'googl':10 'linux':15 'm':2 'morn':38 'question':19 'say':11 'thing':16 'tri':29 'use':3 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698184324
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12606944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698158824 {#2427
    date: 2023-10-24 16:47:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-get-into-the-habit-of-cooking-1-portions"
  +title: "How to get into the habit of cooking >1 portions?"
  +url: null
  +body: "I always cook for myself alone which means I’m used to cooking just one portion, or 2 portions which I end up eating in one sitting anyway. I usually improvise my meals and my brain just seems hardwired to measure quantities for a single portion meal. Does anyone have any tips for scailing your cooking up to cook for groups?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698162773 {#2288
    date: 2023-10-24 17:52:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 7321
  -titleTs: "'1':9 'cook':8 'get':3 'habit':6 'portion':10"
  -bodyTs: "'2':18 'alon':6 'alway':2 'anyon':49 'anyway':28 'brain':36 'cook':3,13,56,59 'eat':24 'end':22 'group':61 'hardwir':39 'improvis':31 'm':10 'meal':33,47 'mean':8 'measur':41 'one':15,26 'portion':16,19,46 'quantiti':42 'scail':54 'seem':38 'singl':45 'sit':27 'tip':52 'use':11 'usual':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698177384
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6928625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698095884 {#2355
    date: 2023-10-23 23:18:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-get-into-the-habit-of-cooking-1-portions"
  +title: "How to get into the habit of cooking >1 portions?"
  +url: null
  +body: "I always cook for myself alone which means I’m used to cooking just one portion, or 2 portions which I end up eating in one sitting anyway. I usually improvise my meals and my brain just seems hardwired to measure quantities for a single portion meal. Does anyone have any tips for scailing your cooking up to cook for groups?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698162773 {#2288
    date: 2023-10-24 17:52:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 7321
  -titleTs: "'1':9 'cook':8 'get':3 'habit':6 'portion':10"
  -bodyTs: "'2':18 'alon':6 'alway':2 'anyon':49 'anyway':28 'brain':36 'cook':3,13,56,59 'eat':24 'end':22 'group':61 'hardwir':39 'improvis':31 'm':10 'meal':33,47 'mean':8 'measur':41 'one':15,26 'portion':16,19,46 'quantiti':42 'scail':54 'seem':38 'singl':45 'sit':27 'tip':52 'use':11 'usual':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698177384
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6928625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698095884 {#2355
    date: 2023-10-23 23:18:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2356 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-get-into-the-habit-of-cooking-1-portions"
  +title: "How to get into the habit of cooking >1 portions?"
  +url: null
  +body: "I always cook for myself alone which means I’m used to cooking just one portion, or 2 portions which I end up eating in one sitting anyway. I usually improvise my meals and my brain just seems hardwired to measure quantities for a single portion meal. Does anyone have any tips for scailing your cooking up to cook for groups?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698162773 {#2288
    date: 2023-10-24 17:52:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2451 …}
  +votes: Doctrine\ORM\PersistentCollection {#2475 …}
  +reports: Doctrine\ORM\PersistentCollection {#2450 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2354 …}
  +badges: Doctrine\ORM\PersistentCollection {#2487 …}
  +children: []
  -id: 7321
  -titleTs: "'1':9 'cook':8 'get':3 'habit':6 'portion':10"
  -bodyTs: "'2':18 'alon':6 'alway':2 'anyon':49 'anyway':28 'brain':36 'cook':3,13,56,59 'eat':24 'end':22 'group':61 'hardwir':39 'improvis':31 'm':10 'meal':33,47 'mean':8 'measur':41 'one':15,26 'portion':16,19,46 'quantiti':42 'scail':54 'seem':38 'singl':45 'sit':27 'tip':52 'use':11 'usual':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698177384
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6928625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698095884 {#2355
    date: 2023-10-23 23:18:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "AIBI-For-throwing-away-my-human-coworker-s-lunch"
  +title: "AIBI For throwing away my human coworker's lunch?"
  +url: null
  +body: """
    Hello, I work with numerous humans. Navigating their emotionality is quite haphazardous at times, and today I have seemingly transgressed on my colleague “Mike”.\n
    \n
    I have observed for numerous months that Mike appeared to be attempting a science experiment of sorts. It was a lacto-bacilli fermentation but I was unsure to what end. Mike had repurposed many parts of his meals and placed them into a sealed container to make something called “Kombucha”. I am familiar with many fermented human foods, however I was unsure that Mike would achieve a favorable result. When asked why he didn’t use the replicator for his “kombucha”, he said it’s not the same. I am still attempting to understand his logic as it quite literally would be the same.\n
    \n
    Nevertheless, I have kept a careful eye on the fermentation, and as it’s entered it’s third month I noticed signs of bacterial and fungal contamination. Believing the dish to be clearly compromised, I safely discarded of it with the proper biohazard precautions. However, Mike is now irate, saying I ruined his lunch and that he likes it, “chunky but soft”. I do not follow his logic. AIBI?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729338355 {#1841
    date: 2024-10-19 13:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 33776
  -titleTs: "'aibi':1 'away':4 'cowork':7 'human':6 'lunch':9 'throw':3"
  -bodyTs: "'achiev':91 'aibi':198 'appear':33 'ask':96 'attempt':36,117 'bacilli':47 'bacteri':153 'believ':157 'biohazard':172 'call':74 'care':135 'chunki':189 'clear':162 'colleagu':23 'compromis':163 'contain':70 'contamin':156 'didn':99 'discard':166 'dish':159 'emot':9 'end':55 'enter':144 'experi':39 'eye':136 'familiar':78 'favor':93 'ferment':48,81,139 'follow':195 'food':83 'fungal':155 'haphazard':12 'hello':1 'howev':84,174 'human':6,82 'irat':178 'kept':133 'kombucha':75,106 'lacto':46 'lacto-bacilli':45 'like':187 'liter':125 'logic':121,197 'lunch':183 'make':72 'mani':59,80 'meal':63 'mike':24,32,56,89,175 'month':30,148 'navig':7 'nevertheless':130 'notic':150 'numer':5,29 'observ':27 'part':60 'place':65 'precaut':173 'proper':171 'quit':11,124 'replic':103 'repurpos':58 'result':94 'ruin':181 'safe':165 'said':108 'say':179 'scienc':38 'seal':69 'seem':19 'sign':151 'soft':191 'someth':73 'sort':41 'still':116 'third':147 'time':14 'today':16 'transgress':20 'understand':119 'unsur':52,87 'use':101 'work':3 'would':90,126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706594853
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11318080"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706511353 {#2409
    date: 2024-01-29 07:55:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "AIBI-For-throwing-away-my-human-coworker-s-lunch"
  +title: "AIBI For throwing away my human coworker's lunch?"
  +url: null
  +body: """
    Hello, I work with numerous humans. Navigating their emotionality is quite haphazardous at times, and today I have seemingly transgressed on my colleague “Mike”.\n
    \n
    I have observed for numerous months that Mike appeared to be attempting a science experiment of sorts. It was a lacto-bacilli fermentation but I was unsure to what end. Mike had repurposed many parts of his meals and placed them into a sealed container to make something called “Kombucha”. I am familiar with many fermented human foods, however I was unsure that Mike would achieve a favorable result. When asked why he didn’t use the replicator for his “kombucha”, he said it’s not the same. I am still attempting to understand his logic as it quite literally would be the same.\n
    \n
    Nevertheless, I have kept a careful eye on the fermentation, and as it’s entered it’s third month I noticed signs of bacterial and fungal contamination. Believing the dish to be clearly compromised, I safely discarded of it with the proper biohazard precautions. However, Mike is now irate, saying I ruined his lunch and that he likes it, “chunky but soft”. I do not follow his logic. AIBI?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729338355 {#1841
    date: 2024-10-19 13:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 33776
  -titleTs: "'aibi':1 'away':4 'cowork':7 'human':6 'lunch':9 'throw':3"
  -bodyTs: "'achiev':91 'aibi':198 'appear':33 'ask':96 'attempt':36,117 'bacilli':47 'bacteri':153 'believ':157 'biohazard':172 'call':74 'care':135 'chunki':189 'clear':162 'colleagu':23 'compromis':163 'contain':70 'contamin':156 'didn':99 'discard':166 'dish':159 'emot':9 'end':55 'enter':144 'experi':39 'eye':136 'familiar':78 'favor':93 'ferment':48,81,139 'follow':195 'food':83 'fungal':155 'haphazard':12 'hello':1 'howev':84,174 'human':6,82 'irat':178 'kept':133 'kombucha':75,106 'lacto':46 'lacto-bacilli':45 'like':187 'liter':125 'logic':121,197 'lunch':183 'make':72 'mani':59,80 'meal':63 'mike':24,32,56,89,175 'month':30,148 'navig':7 'nevertheless':130 'notic':150 'numer':5,29 'observ':27 'part':60 'place':65 'precaut':173 'proper':171 'quit':11,124 'replic':103 'repurpos':58 'result':94 'ruin':181 'safe':165 'said':108 'say':179 'scienc':38 'seal':69 'seem':19 'sign':151 'soft':191 'someth':73 'sort':41 'still':116 'third':147 'time':14 'today':16 'transgress':20 'understand':119 'unsur':52,87 'use':101 'work':3 'would':90,126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706594853
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11318080"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706511353 {#2409
    date: 2024-01-29 07:55:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "AIBI-For-throwing-away-my-human-coworker-s-lunch"
  +title: "AIBI For throwing away my human coworker's lunch?"
  +url: null
  +body: """
    Hello, I work with numerous humans. Navigating their emotionality is quite haphazardous at times, and today I have seemingly transgressed on my colleague “Mike”.\n
    \n
    I have observed for numerous months that Mike appeared to be attempting a science experiment of sorts. It was a lacto-bacilli fermentation but I was unsure to what end. Mike had repurposed many parts of his meals and placed them into a sealed container to make something called “Kombucha”. I am familiar with many fermented human foods, however I was unsure that Mike would achieve a favorable result. When asked why he didn’t use the replicator for his “kombucha”, he said it’s not the same. I am still attempting to understand his logic as it quite literally would be the same.\n
    \n
    Nevertheless, I have kept a careful eye on the fermentation, and as it’s entered it’s third month I noticed signs of bacterial and fungal contamination. Believing the dish to be clearly compromised, I safely discarded of it with the proper biohazard precautions. However, Mike is now irate, saying I ruined his lunch and that he likes it, “chunky but soft”. I do not follow his logic. AIBI?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729338355 {#1841
    date: 2024-10-19 13:45:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2490 …}
  +votes: Doctrine\ORM\PersistentCollection {#2473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1923 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1391 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1512 …}
  +badges: Doctrine\ORM\PersistentCollection {#1524 …}
  +children: []
  -id: 33776
  -titleTs: "'aibi':1 'away':4 'cowork':7 'human':6 'lunch':9 'throw':3"
  -bodyTs: "'achiev':91 'aibi':198 'appear':33 'ask':96 'attempt':36,117 'bacilli':47 'bacteri':153 'believ':157 'biohazard':172 'call':74 'care':135 'chunki':189 'clear':162 'colleagu':23 'compromis':163 'contain':70 'contamin':156 'didn':99 'discard':166 'dish':159 'emot':9 'end':55 'enter':144 'experi':39 'eye':136 'familiar':78 'favor':93 'ferment':48,81,139 'follow':195 'food':83 'fungal':155 'haphazard':12 'hello':1 'howev':84,174 'human':6,82 'irat':178 'kept':133 'kombucha':75,106 'lacto':46 'lacto-bacilli':45 'like':187 'liter':125 'logic':121,197 'lunch':183 'make':72 'mani':59,80 'meal':63 'mike':24,32,56,89,175 'month':30,148 'navig':7 'nevertheless':130 'notic':150 'numer':5,29 'observ':27 'part':60 'place':65 'precaut':173 'proper':171 'quit':11,124 'replic':103 'repurpos':58 'result':94 'ruin':181 'safe':165 'said':108 'say':179 'scienc':38 'seal':69 'seem':19 'sign':151 'soft':191 'someth':73 'sort':41 'still':116 'third':147 'time':14 'today':16 'transgress':20 'understand':119 'unsur':52,87 'use':101 'work':3 'would':90,126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706594853
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11318080"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706511353 {#2409
    date: 2024-01-29 07:55:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Firewall-preventing-Printing-Scanning-on-OpenSUSE-Tumbleweed"
  +title: "Firewall preventing Printing/Scanning on OpenSUSE Tumbleweed"
  +url: null
  +body: """
    Hello, I’m trying to use my Epson XP-200 printer/scanner with OpenSUSE Tumblweed.\n
    \n
    - /etc/sane.d/dll.conf has the “epson2” line uncommented.\n
    - /etc/sane.d/epson2.conf has “net autodiscovery” as its last line\n
    - My user is part of the “lp” group, which seems to be required for finding printers/scanners\n
    \n
    If I disable the firewall completely (using YaST2 firewall program), it works – the Skanlite software detects my scanner and connects to it. With the firewall enabled, however, Skanlite says SANE cannot find any scanners. I have tried allowing TCP and UDP ports 8610, 8612 (based on suggestions from [wiki.debian.org/SaneOverNetwork](https://wiki.debian.org/SaneOverNetwork)), and 631 (for CUPS) in the “public” zone, and added the “sane” service to “Allowed” services (didn’t see a “cups” service option), but Skanlite still says SANE cannot find the scanner.\n
    \n
    Is there a way for “net autodiscovery” to work without completely disabling my firewall? What ports/services should I allow? It seems the alternative is to manually specify the printer’s IP address in /etc/sane.d/epson2.conf instead of “net autodiscovery”, but I would prefer to not hardcode this.\n
    \n
    Thank you in advance for any suggestions!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729336684 {#1500
    date: 2024-10-19 13:18:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 33772
  -titleTs: "'firewal':1 'opensus':5 'prevent':2 'printing/scanning':3 'tumblewe':6"
  -bodyTs: "'-200':10 '/etc/sane.d/dll.conf':15 '/etc/sane.d/epson2.conf':21,161 '/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':95 '631':97 '8610':87 '8612':88 'ad':105 'address':159 'advanc':177 'allow':82,110,146 'altern':150 'autodiscoveri':24,134,165 'base':89 'cannot':75,124 'complet':50,138 'connect':64 'cup':99,116 'detect':60 'didn':112 'disabl':47,139 'enabl':70 'epson':8 'epson2':18 'find':43,76,125 'firewal':49,53,69,141 'group':36 'hardcod':172 'hello':1 'howev':71 'instead':162 'ip':158 'last':27 'line':19,28 'lp':35 'm':3 'manual':153 'net':23,133,164 'opensus':13 'option':118 'part':32 'port':86 'ports/services':143 'prefer':169 'printer':156 'printer/scanner':11 'printers/scanners':44 'program':54 'public':102 'requir':41 'sane':74,107,123 'say':73,122 'scanner':62,78,127 'see':114 'seem':38,148 'servic':108,111,117 'skanlit':58,72,120 'softwar':59 'specifi':154 'still':121 'suggest':91,180 'tcp':83 'thank':174 'tri':4,81 'tumblwe':14 'udp':85 'uncom':20 'use':6,51 'user':30 'way':131 'wiki.debian.org':94 'wiki.debian.org/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':93 'without':137 'work':56,136 'would':168 'xp':9 'yast2':52 'zone':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11317523"
  +editedAt: DateTimeImmutable @1729316039 {#1521
    date: 2024-10-19 07:33:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706509984 {#1514
    date: 2024-01-29 07:33:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Firewall-preventing-Printing-Scanning-on-OpenSUSE-Tumbleweed"
  +title: "Firewall preventing Printing/Scanning on OpenSUSE Tumbleweed"
  +url: null
  +body: """
    Hello, I’m trying to use my Epson XP-200 printer/scanner with OpenSUSE Tumblweed.\n
    \n
    - /etc/sane.d/dll.conf has the “epson2” line uncommented.\n
    - /etc/sane.d/epson2.conf has “net autodiscovery” as its last line\n
    - My user is part of the “lp” group, which seems to be required for finding printers/scanners\n
    \n
    If I disable the firewall completely (using YaST2 firewall program), it works – the Skanlite software detects my scanner and connects to it. With the firewall enabled, however, Skanlite says SANE cannot find any scanners. I have tried allowing TCP and UDP ports 8610, 8612 (based on suggestions from [wiki.debian.org/SaneOverNetwork](https://wiki.debian.org/SaneOverNetwork)), and 631 (for CUPS) in the “public” zone, and added the “sane” service to “Allowed” services (didn’t see a “cups” service option), but Skanlite still says SANE cannot find the scanner.\n
    \n
    Is there a way for “net autodiscovery” to work without completely disabling my firewall? What ports/services should I allow? It seems the alternative is to manually specify the printer’s IP address in /etc/sane.d/epson2.conf instead of “net autodiscovery”, but I would prefer to not hardcode this.\n
    \n
    Thank you in advance for any suggestions!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729336684 {#1500
    date: 2024-10-19 13:18:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 33772
  -titleTs: "'firewal':1 'opensus':5 'prevent':2 'printing/scanning':3 'tumblewe':6"
  -bodyTs: "'-200':10 '/etc/sane.d/dll.conf':15 '/etc/sane.d/epson2.conf':21,161 '/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':95 '631':97 '8610':87 '8612':88 'ad':105 'address':159 'advanc':177 'allow':82,110,146 'altern':150 'autodiscoveri':24,134,165 'base':89 'cannot':75,124 'complet':50,138 'connect':64 'cup':99,116 'detect':60 'didn':112 'disabl':47,139 'enabl':70 'epson':8 'epson2':18 'find':43,76,125 'firewal':49,53,69,141 'group':36 'hardcod':172 'hello':1 'howev':71 'instead':162 'ip':158 'last':27 'line':19,28 'lp':35 'm':3 'manual':153 'net':23,133,164 'opensus':13 'option':118 'part':32 'port':86 'ports/services':143 'prefer':169 'printer':156 'printer/scanner':11 'printers/scanners':44 'program':54 'public':102 'requir':41 'sane':74,107,123 'say':73,122 'scanner':62,78,127 'see':114 'seem':38,148 'servic':108,111,117 'skanlit':58,72,120 'softwar':59 'specifi':154 'still':121 'suggest':91,180 'tcp':83 'thank':174 'tri':4,81 'tumblwe':14 'udp':85 'uncom':20 'use':6,51 'user':30 'way':131 'wiki.debian.org':94 'wiki.debian.org/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':93 'without':137 'work':56,136 'would':168 'xp':9 'yast2':52 'zone':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11317523"
  +editedAt: DateTimeImmutable @1729316039 {#1521
    date: 2024-10-19 07:33:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706509984 {#1514
    date: 2024-01-29 07:33:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Firewall-preventing-Printing-Scanning-on-OpenSUSE-Tumbleweed"
  +title: "Firewall preventing Printing/Scanning on OpenSUSE Tumbleweed"
  +url: null
  +body: """
    Hello, I’m trying to use my Epson XP-200 printer/scanner with OpenSUSE Tumblweed.\n
    \n
    - /etc/sane.d/dll.conf has the “epson2” line uncommented.\n
    - /etc/sane.d/epson2.conf has “net autodiscovery” as its last line\n
    - My user is part of the “lp” group, which seems to be required for finding printers/scanners\n
    \n
    If I disable the firewall completely (using YaST2 firewall program), it works – the Skanlite software detects my scanner and connects to it. With the firewall enabled, however, Skanlite says SANE cannot find any scanners. I have tried allowing TCP and UDP ports 8610, 8612 (based on suggestions from [wiki.debian.org/SaneOverNetwork](https://wiki.debian.org/SaneOverNetwork)), and 631 (for CUPS) in the “public” zone, and added the “sane” service to “Allowed” services (didn’t see a “cups” service option), but Skanlite still says SANE cannot find the scanner.\n
    \n
    Is there a way for “net autodiscovery” to work without completely disabling my firewall? What ports/services should I allow? It seems the alternative is to manually specify the printer’s IP address in /etc/sane.d/epson2.conf instead of “net autodiscovery”, but I would prefer to not hardcode this.\n
    \n
    Thank you in advance for any suggestions!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729336684 {#1500
    date: 2024-10-19 13:18:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1546 …}
  +votes: Doctrine\ORM\PersistentCollection {#1545 …}
  +reports: Doctrine\ORM\PersistentCollection {#1481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1480 …}
  +badges: Doctrine\ORM\PersistentCollection {#1510 …}
  +children: []
  -id: 33772
  -titleTs: "'firewal':1 'opensus':5 'prevent':2 'printing/scanning':3 'tumblewe':6"
  -bodyTs: "'-200':10 '/etc/sane.d/dll.conf':15 '/etc/sane.d/epson2.conf':21,161 '/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':95 '631':97 '8610':87 '8612':88 'ad':105 'address':159 'advanc':177 'allow':82,110,146 'altern':150 'autodiscoveri':24,134,165 'base':89 'cannot':75,124 'complet':50,138 'connect':64 'cup':99,116 'detect':60 'didn':112 'disabl':47,139 'enabl':70 'epson':8 'epson2':18 'find':43,76,125 'firewal':49,53,69,141 'group':36 'hardcod':172 'hello':1 'howev':71 'instead':162 'ip':158 'last':27 'line':19,28 'lp':35 'm':3 'manual':153 'net':23,133,164 'opensus':13 'option':118 'part':32 'port':86 'ports/services':143 'prefer':169 'printer':156 'printer/scanner':11 'printers/scanners':44 'program':54 'public':102 'requir':41 'sane':74,107,123 'say':73,122 'scanner':62,78,127 'see':114 'seem':38,148 'servic':108,111,117 'skanlit':58,72,120 'softwar':59 'specifi':154 'still':121 'suggest':91,180 'tcp':83 'thank':174 'tri':4,81 'tumblwe':14 'udp':85 'uncom':20 'use':6,51 'user':30 'way':131 'wiki.debian.org':94 'wiki.debian.org/saneovernetwork](https://wiki.debian.org/saneovernetwork)),':93 'without':137 'work':56,136 'would':168 'xp':9 'yast2':52 'zone':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706556984
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11317523"
  +editedAt: DateTimeImmutable @1729316039 {#1521
    date: 2024-10-19 07:33:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706509984 {#1514
    date: 2024-01-29 07:33:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Software-Developers-and-amp-Tech-Lemmings-I-Am-A-Returning-Student"
  +title: "Software Developers & Tech Lemmings - I Am A Returning Student Looking to Crowdsource Opinions on What College Program to Undertake"
  +url: null
  +body: """
    Greetings fellow Lemmings,\n
    \n
    I know this is a community that has a strong backbone in the Software and Technology space. I am a returning student in my mid-30’s that is returning to college as a way to pursue a career change. I am looking to crowdsource opinions from experienced tech professionals so I can make good quality, informed decisions about how I move forward with my educational and career goals.\n
    \n
    With that being said my question is how would you proceed between the programs I have linked below? I am starting at a STEM focused community college (***Bellevue College***) in the Pacific Northwest. My long term goal is to either transfer to another four year institution (like ***UW Bothell***) grade permitting, or perhaps finish a four year degree from this institution. This is where your advice comes in, and where I believe I need better outside perspective to make a good decision.\n
    \n
    **Option #1 (Software Development - Application Development Track)**This is where I have been leaning because it seems to afford me the largest number of future options with the direction I take my education. Most importantly I think it sets me up in the best position to make the potential transition to the University of Washington Bothell’s Computer Science & Software Engineering program. The Application Development track has a stronger focus on C# & .NET framework programming languages, which seems to provide a better foundation for more potential job opportunities at the moment.\n
    \n
    **Option #2 (Software Development - Artificial Intelligence Track)**Artificial Intelligence is obviously the buzzword of the moment. However, I am wondering if I am robbing myself of options by over-specializing this early in the process, and I also have concerns about focusing my learning process so heavily on Python when that seems to be something that is not used as a standard backbone language for more enterprise level businesses. I also don’t have any interest in the robotics area of this degree, as I don’t see that as being something I would look to pursue in my career. I do want to be conscientious about learning whatever is going to provide me the most future utility, therefore, I am wondering if this is the way to go for that reason.\n
    \n
    [Link to Program Information](https://catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)\n
    \n
    Ultimately, I am open to any and all advice, recommendations, and wisdom that my fellow Lemmings have to provide. My previous background was in a completely unrelated field, but I have always had a passion for technology and I am a quick learner with a lean lifestyle and no external distractions. Completing this process and securing employment will be my focus 100% for the next 3-4 years. With that in mind, tell me what you think.\n
    \n
    - Where should I go with my education?\n
    - What pitfalls should I avoid?\n
    - When should I specialize?\n
    - Am I crazy for doing this later in life?\n
    \n
    **Hit me with anything you’ve got Lemmy, it is all appreciated!**\n
    \n
    **Edit:** I’m watching the NFC Championship Game, but I will respond to all of you as soon as it is over. Really appreciate all the responses so far!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729330566 {#1503
    date: 2024-10-19 11:36:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 33731
  -titleTs: "'colleg':16 'crowdsourc':12 'develop':2 'lem':4 'look':10 'opinion':13 'program':17 'return':8 'softwar':1 'student':9 'tech':3 'undertak':19"
  -bodyTs: "'-30':29 '-4':452 '/preview_program.php?catoid=12&poid=2932&returnto=594)':385 '1':156 '100':447 '2':247 '3':451 'advic':138,394 'afford':173 'also':284,317 'alway':417 'anoth':115 'anyth':491 'applic':159,218 'appreci':499,523 'area':326 'artifici':250,253 'avoid':474 'backbon':14,309 'background':407 'believ':144 'bellevu':100 'best':198 'better':147,236 'bothel':121,210 'busi':315 'buzzword':258 'c':226 'career':42,71,346 'catalog.bellevuecollege.edu':384 'catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)':383 'championship':506 'chang':43 'colleg':35,99,101 'come':139 'communiti':9,98 'complet':411,437 'comput':212 'concern':286 'conscienti':352 'crazi':481 'crowdsourc':48 'decis':61,154 'degre':130,329 'develop':158,160,219,249 'direct':183 'distract':436 'earli':278 'edit':500 'educ':69,187,469 'either':112 'employ':442 'engin':215 'enterpris':313 'experienc':51 'extern':435 'far':528 'fellow':2,400 'field':413 'finish':126 'focus':97,224,288,446 'forward':66 'foundat':237 'four':116,128 'framework':228 'futur':179,363 'game':507 'go':357,375,466 'goal':72,109 'good':58,153 'got':494 'grade':122 'greet':1 'heavili':293 'hit':488 'howev':262 'import':189 'inform':60,382 'institut':118,133 'intellig':251,254 'interest':322 'job':241 'know':5 'languag':230,310 'largest':176 'later':485 'lean':168,431 'learn':290,354 'learner':428 'lem':3,401 'lemmi':495 'level':314 'life':487 'lifestyl':432 'like':119 'link':89,379 'long':107 'look':46,341 'm':502 'make':57,151,201 'mid':28 'mind':457 'moment':245,261 'move':65 'need':146 'net':227 'next':450 'nfc':505 'northwest':105 'number':177 'obvious':256 'open':389 'opinion':49 'opportun':242 'option':155,180,246,272 'outsid':148 'over-speci':274 'pacif':104 'passion':420 'perhap':125 'permit':123 'perspect':149 'pitfal':471 'posit':199 'potenti':203,240 'previous':406 'proceed':83 'process':281,291,439 'profession':53 'program':86,216,229,381 'provid':234,359,404 'pursu':40,343 'python':295 'qualiti':59 'question':78 'quick':427 'realli':522 'reason':378 'recommend':395 'respond':511 'respons':526 'return':24,33 'rob':269 'robot':325 'said':76 'scienc':213 'secur':441 'see':334 'seem':171,232,298 'set':193 'softwar':17,157,214,248 'someth':301,338 'soon':517 'space':20 'special':276,478 'standard':308 'start':93 'stem':96 'strong':13 'stronger':223 'student':25 'take':185 'tech':52 'technolog':19,422 'tell':458 'term':108 'therefor':365 'think':191,462 'track':161,220,252 'transfer':113 'transit':204 'ultim':386 'univers':207 'unrel':412 'use':305 'util':364 'uw':120 've':493 'want':349 'washington':209 'watch':503 'way':38,373 'whatev':355 'wisdom':397 'wonder':265,368 'would':81,340 'year':117,129,453"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706572105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11308191"
  +editedAt: DateTimeImmutable @1729264008 {#1504
    date: 2024-10-18 17:06:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706485705 {#1507
    date: 2024-01-29 00:48:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Software-Developers-and-amp-Tech-Lemmings-I-Am-A-Returning-Student"
  +title: "Software Developers & Tech Lemmings - I Am A Returning Student Looking to Crowdsource Opinions on What College Program to Undertake"
  +url: null
  +body: """
    Greetings fellow Lemmings,\n
    \n
    I know this is a community that has a strong backbone in the Software and Technology space. I am a returning student in my mid-30’s that is returning to college as a way to pursue a career change. I am looking to crowdsource opinions from experienced tech professionals so I can make good quality, informed decisions about how I move forward with my educational and career goals.\n
    \n
    With that being said my question is how would you proceed between the programs I have linked below? I am starting at a STEM focused community college (***Bellevue College***) in the Pacific Northwest. My long term goal is to either transfer to another four year institution (like ***UW Bothell***) grade permitting, or perhaps finish a four year degree from this institution. This is where your advice comes in, and where I believe I need better outside perspective to make a good decision.\n
    \n
    **Option #1 (Software Development - Application Development Track)**This is where I have been leaning because it seems to afford me the largest number of future options with the direction I take my education. Most importantly I think it sets me up in the best position to make the potential transition to the University of Washington Bothell’s Computer Science & Software Engineering program. The Application Development track has a stronger focus on C# & .NET framework programming languages, which seems to provide a better foundation for more potential job opportunities at the moment.\n
    \n
    **Option #2 (Software Development - Artificial Intelligence Track)**Artificial Intelligence is obviously the buzzword of the moment. However, I am wondering if I am robbing myself of options by over-specializing this early in the process, and I also have concerns about focusing my learning process so heavily on Python when that seems to be something that is not used as a standard backbone language for more enterprise level businesses. I also don’t have any interest in the robotics area of this degree, as I don’t see that as being something I would look to pursue in my career. I do want to be conscientious about learning whatever is going to provide me the most future utility, therefore, I am wondering if this is the way to go for that reason.\n
    \n
    [Link to Program Information](https://catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)\n
    \n
    Ultimately, I am open to any and all advice, recommendations, and wisdom that my fellow Lemmings have to provide. My previous background was in a completely unrelated field, but I have always had a passion for technology and I am a quick learner with a lean lifestyle and no external distractions. Completing this process and securing employment will be my focus 100% for the next 3-4 years. With that in mind, tell me what you think.\n
    \n
    - Where should I go with my education?\n
    - What pitfalls should I avoid?\n
    - When should I specialize?\n
    - Am I crazy for doing this later in life?\n
    \n
    **Hit me with anything you’ve got Lemmy, it is all appreciated!**\n
    \n
    **Edit:** I’m watching the NFC Championship Game, but I will respond to all of you as soon as it is over. Really appreciate all the responses so far!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729330566 {#1503
    date: 2024-10-19 11:36:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 33731
  -titleTs: "'colleg':16 'crowdsourc':12 'develop':2 'lem':4 'look':10 'opinion':13 'program':17 'return':8 'softwar':1 'student':9 'tech':3 'undertak':19"
  -bodyTs: "'-30':29 '-4':452 '/preview_program.php?catoid=12&poid=2932&returnto=594)':385 '1':156 '100':447 '2':247 '3':451 'advic':138,394 'afford':173 'also':284,317 'alway':417 'anoth':115 'anyth':491 'applic':159,218 'appreci':499,523 'area':326 'artifici':250,253 'avoid':474 'backbon':14,309 'background':407 'believ':144 'bellevu':100 'best':198 'better':147,236 'bothel':121,210 'busi':315 'buzzword':258 'c':226 'career':42,71,346 'catalog.bellevuecollege.edu':384 'catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)':383 'championship':506 'chang':43 'colleg':35,99,101 'come':139 'communiti':9,98 'complet':411,437 'comput':212 'concern':286 'conscienti':352 'crazi':481 'crowdsourc':48 'decis':61,154 'degre':130,329 'develop':158,160,219,249 'direct':183 'distract':436 'earli':278 'edit':500 'educ':69,187,469 'either':112 'employ':442 'engin':215 'enterpris':313 'experienc':51 'extern':435 'far':528 'fellow':2,400 'field':413 'finish':126 'focus':97,224,288,446 'forward':66 'foundat':237 'four':116,128 'framework':228 'futur':179,363 'game':507 'go':357,375,466 'goal':72,109 'good':58,153 'got':494 'grade':122 'greet':1 'heavili':293 'hit':488 'howev':262 'import':189 'inform':60,382 'institut':118,133 'intellig':251,254 'interest':322 'job':241 'know':5 'languag':230,310 'largest':176 'later':485 'lean':168,431 'learn':290,354 'learner':428 'lem':3,401 'lemmi':495 'level':314 'life':487 'lifestyl':432 'like':119 'link':89,379 'long':107 'look':46,341 'm':502 'make':57,151,201 'mid':28 'mind':457 'moment':245,261 'move':65 'need':146 'net':227 'next':450 'nfc':505 'northwest':105 'number':177 'obvious':256 'open':389 'opinion':49 'opportun':242 'option':155,180,246,272 'outsid':148 'over-speci':274 'pacif':104 'passion':420 'perhap':125 'permit':123 'perspect':149 'pitfal':471 'posit':199 'potenti':203,240 'previous':406 'proceed':83 'process':281,291,439 'profession':53 'program':86,216,229,381 'provid':234,359,404 'pursu':40,343 'python':295 'qualiti':59 'question':78 'quick':427 'realli':522 'reason':378 'recommend':395 'respond':511 'respons':526 'return':24,33 'rob':269 'robot':325 'said':76 'scienc':213 'secur':441 'see':334 'seem':171,232,298 'set':193 'softwar':17,157,214,248 'someth':301,338 'soon':517 'space':20 'special':276,478 'standard':308 'start':93 'stem':96 'strong':13 'stronger':223 'student':25 'take':185 'tech':52 'technolog':19,422 'tell':458 'term':108 'therefor':365 'think':191,462 'track':161,220,252 'transfer':113 'transit':204 'ultim':386 'univers':207 'unrel':412 'use':305 'util':364 'uw':120 've':493 'want':349 'washington':209 'watch':503 'way':38,373 'whatev':355 'wisdom':397 'wonder':265,368 'would':81,340 'year':117,129,453"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706572105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11308191"
  +editedAt: DateTimeImmutable @1729264008 {#1504
    date: 2024-10-18 17:06:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706485705 {#1507
    date: 2024-01-29 00:48:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Software-Developers-and-amp-Tech-Lemmings-I-Am-A-Returning-Student"
  +title: "Software Developers & Tech Lemmings - I Am A Returning Student Looking to Crowdsource Opinions on What College Program to Undertake"
  +url: null
  +body: """
    Greetings fellow Lemmings,\n
    \n
    I know this is a community that has a strong backbone in the Software and Technology space. I am a returning student in my mid-30’s that is returning to college as a way to pursue a career change. I am looking to crowdsource opinions from experienced tech professionals so I can make good quality, informed decisions about how I move forward with my educational and career goals.\n
    \n
    With that being said my question is how would you proceed between the programs I have linked below? I am starting at a STEM focused community college (***Bellevue College***) in the Pacific Northwest. My long term goal is to either transfer to another four year institution (like ***UW Bothell***) grade permitting, or perhaps finish a four year degree from this institution. This is where your advice comes in, and where I believe I need better outside perspective to make a good decision.\n
    \n
    **Option #1 (Software Development - Application Development Track)**This is where I have been leaning because it seems to afford me the largest number of future options with the direction I take my education. Most importantly I think it sets me up in the best position to make the potential transition to the University of Washington Bothell’s Computer Science & Software Engineering program. The Application Development track has a stronger focus on C# & .NET framework programming languages, which seems to provide a better foundation for more potential job opportunities at the moment.\n
    \n
    **Option #2 (Software Development - Artificial Intelligence Track)**Artificial Intelligence is obviously the buzzword of the moment. However, I am wondering if I am robbing myself of options by over-specializing this early in the process, and I also have concerns about focusing my learning process so heavily on Python when that seems to be something that is not used as a standard backbone language for more enterprise level businesses. I also don’t have any interest in the robotics area of this degree, as I don’t see that as being something I would look to pursue in my career. I do want to be conscientious about learning whatever is going to provide me the most future utility, therefore, I am wondering if this is the way to go for that reason.\n
    \n
    [Link to Program Information](https://catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)\n
    \n
    Ultimately, I am open to any and all advice, recommendations, and wisdom that my fellow Lemmings have to provide. My previous background was in a completely unrelated field, but I have always had a passion for technology and I am a quick learner with a lean lifestyle and no external distractions. Completing this process and securing employment will be my focus 100% for the next 3-4 years. With that in mind, tell me what you think.\n
    \n
    - Where should I go with my education?\n
    - What pitfalls should I avoid?\n
    - When should I specialize?\n
    - Am I crazy for doing this later in life?\n
    \n
    **Hit me with anything you’ve got Lemmy, it is all appreciated!**\n
    \n
    **Edit:** I’m watching the NFC Championship Game, but I will respond to all of you as soon as it is over. Really appreciate all the responses so far!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729330566 {#1503
    date: 2024-10-19 11:36:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 33731
  -titleTs: "'colleg':16 'crowdsourc':12 'develop':2 'lem':4 'look':10 'opinion':13 'program':17 'return':8 'softwar':1 'student':9 'tech':3 'undertak':19"
  -bodyTs: "'-30':29 '-4':452 '/preview_program.php?catoid=12&poid=2932&returnto=594)':385 '1':156 '100':447 '2':247 '3':451 'advic':138,394 'afford':173 'also':284,317 'alway':417 'anoth':115 'anyth':491 'applic':159,218 'appreci':499,523 'area':326 'artifici':250,253 'avoid':474 'backbon':14,309 'background':407 'believ':144 'bellevu':100 'best':198 'better':147,236 'bothel':121,210 'busi':315 'buzzword':258 'c':226 'career':42,71,346 'catalog.bellevuecollege.edu':384 'catalog.bellevuecollege.edu/preview_program.php?catoid=12&poid=2932&returnto=594)':383 'championship':506 'chang':43 'colleg':35,99,101 'come':139 'communiti':9,98 'complet':411,437 'comput':212 'concern':286 'conscienti':352 'crazi':481 'crowdsourc':48 'decis':61,154 'degre':130,329 'develop':158,160,219,249 'direct':183 'distract':436 'earli':278 'edit':500 'educ':69,187,469 'either':112 'employ':442 'engin':215 'enterpris':313 'experienc':51 'extern':435 'far':528 'fellow':2,400 'field':413 'finish':126 'focus':97,224,288,446 'forward':66 'foundat':237 'four':116,128 'framework':228 'futur':179,363 'game':507 'go':357,375,466 'goal':72,109 'good':58,153 'got':494 'grade':122 'greet':1 'heavili':293 'hit':488 'howev':262 'import':189 'inform':60,382 'institut':118,133 'intellig':251,254 'interest':322 'job':241 'know':5 'languag':230,310 'largest':176 'later':485 'lean':168,431 'learn':290,354 'learner':428 'lem':3,401 'lemmi':495 'level':314 'life':487 'lifestyl':432 'like':119 'link':89,379 'long':107 'look':46,341 'm':502 'make':57,151,201 'mid':28 'mind':457 'moment':245,261 'move':65 'need':146 'net':227 'next':450 'nfc':505 'northwest':105 'number':177 'obvious':256 'open':389 'opinion':49 'opportun':242 'option':155,180,246,272 'outsid':148 'over-speci':274 'pacif':104 'passion':420 'perhap':125 'permit':123 'perspect':149 'pitfal':471 'posit':199 'potenti':203,240 'previous':406 'proceed':83 'process':281,291,439 'profession':53 'program':86,216,229,381 'provid':234,359,404 'pursu':40,343 'python':295 'qualiti':59 'question':78 'quick':427 'realli':522 'reason':378 'recommend':395 'respond':511 'respons':526 'return':24,33 'rob':269 'robot':325 'said':76 'scienc':213 'secur':441 'see':334 'seem':171,232,298 'set':193 'softwar':17,157,214,248 'someth':301,338 'soon':517 'space':20 'special':276,478 'standard':308 'start':93 'stem':96 'strong':13 'stronger':223 'student':25 'take':185 'tech':52 'technolog':19,422 'tell':458 'term':108 'therefor':365 'think':191,462 'track':161,220,252 'transfer':113 'transit':204 'ultim':386 'univers':207 'unrel':412 'use':305 'util':364 'uw':120 've':493 'want':349 'washington':209 'watch':503 'way':38,373 'whatev':355 'wisdom':397 'wonder':265,368 'would':81,340 'year':117,129,453"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706572105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11308191"
  +editedAt: DateTimeImmutable @1729264008 {#1504
    date: 2024-10-18 17:06:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706485705 {#1507
    date: 2024-01-29 00:48:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Possible-to-have-different-desktop-folders-for-different-workspaces"
  +title: "Possible to have different desktop folders for different workspaces?"
  +url: null
  +body: """
    I am a “messy desk” person and like to have a big open visual space for all the pseudo-temporary files belonging to whatever project I’m working on at a given time. It would be nice to have a workspace specifically dedicated for “work” and still be able to create a fresh one when needed, without having to “put all the work stuff away” first. I’ve found GNOME extensions that allow different wallpapers, which is great, but I would love to have an actual separate desktop, not just windows.\n
    \n
    Bonus points if I could change the dock applications and GTK theme too.\n
    \n
    Running Ubuntu 22.04, btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728769528 {#1537
    date: 2024-10-12 23:45:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32849
  -titleTs: "'desktop':5 'differ':4,8 'folder':6 'possibl':1 'workspac':9"
  -bodyTs: "'22.04':108 'abl':50 'actual':87 'allow':74 'applic':101 'away':66 'belong':23 'big':12 'bonus':93 'btw':109 'chang':98 'could':97 'creat':52 'dedic':44 'desk':5 'desktop':89 'differ':75 'dock':100 'extens':72 'file':22 'first':67 'found':70 'fresh':54 'given':33 'gnome':71 'great':79 'gtk':103 'like':8 'love':83 'm':28 'messi':4 'need':57 'nice':38 'one':55 'open':13 'person':6 'point':94 'project':26 'pseudo':20 'pseudo-temporari':19 'put':61 'run':106 'separ':88 'space':15 'specif':43 'still':48 'stuff':65 'temporari':21 'theme':104 'time':34 'ubuntu':107 've':69 'visual':14 'wallpap':76 'whatev':25 'window':92 'without':58 'work':29,46,64 'workspac':42 'would':36,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204891
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6035809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118491 {#1536
    date: 2024-01-24 18:48:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Possible-to-have-different-desktop-folders-for-different-workspaces"
  +title: "Possible to have different desktop folders for different workspaces?"
  +url: null
  +body: """
    I am a “messy desk” person and like to have a big open visual space for all the pseudo-temporary files belonging to whatever project I’m working on at a given time. It would be nice to have a workspace specifically dedicated for “work” and still be able to create a fresh one when needed, without having to “put all the work stuff away” first. I’ve found GNOME extensions that allow different wallpapers, which is great, but I would love to have an actual separate desktop, not just windows.\n
    \n
    Bonus points if I could change the dock applications and GTK theme too.\n
    \n
    Running Ubuntu 22.04, btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728769528 {#1537
    date: 2024-10-12 23:45:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32849
  -titleTs: "'desktop':5 'differ':4,8 'folder':6 'possibl':1 'workspac':9"
  -bodyTs: "'22.04':108 'abl':50 'actual':87 'allow':74 'applic':101 'away':66 'belong':23 'big':12 'bonus':93 'btw':109 'chang':98 'could':97 'creat':52 'dedic':44 'desk':5 'desktop':89 'differ':75 'dock':100 'extens':72 'file':22 'first':67 'found':70 'fresh':54 'given':33 'gnome':71 'great':79 'gtk':103 'like':8 'love':83 'm':28 'messi':4 'need':57 'nice':38 'one':55 'open':13 'person':6 'point':94 'project':26 'pseudo':20 'pseudo-temporari':19 'put':61 'run':106 'separ':88 'space':15 'specif':43 'still':48 'stuff':65 'temporari':21 'theme':104 'time':34 'ubuntu':107 've':69 'visual':14 'wallpap':76 'whatev':25 'window':92 'without':58 'work':29,46,64 'workspac':42 'would':36,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204891
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6035809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118491 {#1536
    date: 2024-01-24 18:48:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Possible-to-have-different-desktop-folders-for-different-workspaces"
  +title: "Possible to have different desktop folders for different workspaces?"
  +url: null
  +body: """
    I am a “messy desk” person and like to have a big open visual space for all the pseudo-temporary files belonging to whatever project I’m working on at a given time. It would be nice to have a workspace specifically dedicated for “work” and still be able to create a fresh one when needed, without having to “put all the work stuff away” first. I’ve found GNOME extensions that allow different wallpapers, which is great, but I would love to have an actual separate desktop, not just windows.\n
    \n
    Bonus points if I could change the dock applications and GTK theme too.\n
    \n
    Running Ubuntu 22.04, btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728769528 {#1537
    date: 2024-10-12 23:45:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 32849
  -titleTs: "'desktop':5 'differ':4,8 'folder':6 'possibl':1 'workspac':9"
  -bodyTs: "'22.04':108 'abl':50 'actual':87 'allow':74 'applic':101 'away':66 'belong':23 'big':12 'bonus':93 'btw':109 'chang':98 'could':97 'creat':52 'dedic':44 'desk':5 'desktop':89 'differ':75 'dock':100 'extens':72 'file':22 'first':67 'found':70 'fresh':54 'given':33 'gnome':71 'great':79 'gtk':103 'like':8 'love':83 'm':28 'messi':4 'need':57 'nice':38 'one':55 'open':13 'person':6 'point':94 'project':26 'pseudo':20 'pseudo-temporari':19 'put':61 'run':106 'separ':88 'space':15 'specif':43 'still':48 'stuff':65 'temporari':21 'theme':104 'time':34 'ubuntu':107 've':69 'visual':14 'wallpap':76 'whatev':25 'window':92 'without':58 'work':29,46,64 'workspac':42 'would':36,82"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204891
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6035809"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118491 {#1536
    date: 2024-01-24 18:48:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 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
50 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "politics-at-reddit-world-i-mean-lemmy-world"
  +title: "politics@reddit,world - i mean lemmy.world"
  +url: null
  +body: "Stupid mods, well one of them, refuse to even look at a dictionary definition of the word troglodyte and prefers to stick to the idiotic method of using Wikipedia as an encyclopedia. End result is that I was banned for calling living humans troglodytes even though there are communities in Tunesia and China (and I supplied links, which were of course deleted as was the link to Cambridge dictionary). Damn censorship. I thought Lemmy was founded to get away from those type of shenanigans that happened all to often on reddit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728397585 {#1706
    date: 2024-10-08 16:26:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32820
  -titleTs: "'lemmy.world':6 'mean':5 'polit':1 'reddit':2 'world':3"
  -bodyTs: "'away':79 'ban':39 'call':41 'cambridg':68 'censorship':71 'china':53 'communiti':49 'cours':61 'damn':70 'definit':14 'delet':62 'dictionari':13,69 'encyclopedia':32 'end':33 'even':9,45 'found':76 'get':78 'happen':86 'human':43 'idiot':25 'lemmi':74 'link':57,66 'live':42 'look':10 'method':26 'mod':2 'often':89 'one':4 'prefer':20 'reddit':91 'refus':7 'result':34 'shenanigan':84 'stick':22 'stupid':1 'suppli':56 'though':46 'thought':73 'troglodyt':18,44 'tunesia':51 'type':82 'use':28 'well':3 'wikipedia':29 'word':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706156023
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8896092"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113523 {#1742
    date: 2024-01-24 17:25:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "politics-at-reddit-world-i-mean-lemmy-world"
  +title: "politics@reddit,world - i mean lemmy.world"
  +url: null
  +body: "Stupid mods, well one of them, refuse to even look at a dictionary definition of the word troglodyte and prefers to stick to the idiotic method of using Wikipedia as an encyclopedia. End result is that I was banned for calling living humans troglodytes even though there are communities in Tunesia and China (and I supplied links, which were of course deleted as was the link to Cambridge dictionary). Damn censorship. I thought Lemmy was founded to get away from those type of shenanigans that happened all to often on reddit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728397585 {#1706
    date: 2024-10-08 16:26:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32820
  -titleTs: "'lemmy.world':6 'mean':5 'polit':1 'reddit':2 'world':3"
  -bodyTs: "'away':79 'ban':39 'call':41 'cambridg':68 'censorship':71 'china':53 'communiti':49 'cours':61 'damn':70 'definit':14 'delet':62 'dictionari':13,69 'encyclopedia':32 'end':33 'even':9,45 'found':76 'get':78 'happen':86 'human':43 'idiot':25 'lemmi':74 'link':57,66 'live':42 'look':10 'method':26 'mod':2 'often':89 'one':4 'prefer':20 'reddit':91 'refus':7 'result':34 'shenanigan':84 'stick':22 'stupid':1 'suppli':56 'though':46 'thought':73 'troglodyt':18,44 'tunesia':51 'type':82 'use':28 'well':3 'wikipedia':29 'word':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706156023
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8896092"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113523 {#1742
    date: 2024-01-24 17:25:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "politics-at-reddit-world-i-mean-lemmy-world"
  +title: "politics@reddit,world - i mean lemmy.world"
  +url: null
  +body: "Stupid mods, well one of them, refuse to even look at a dictionary definition of the word troglodyte and prefers to stick to the idiotic method of using Wikipedia as an encyclopedia. End result is that I was banned for calling living humans troglodytes even though there are communities in Tunesia and China (and I supplied links, which were of course deleted as was the link to Cambridge dictionary). Damn censorship. I thought Lemmy was founded to get away from those type of shenanigans that happened all to often on reddit?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728397585 {#1706
    date: 2024-10-08 16:26:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1747 …}
  +votes: Doctrine\ORM\PersistentCollection {#1753 …}
  +reports: Doctrine\ORM\PersistentCollection {#1749 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1748 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1474 …}
  +badges: Doctrine\ORM\PersistentCollection {#1471 …}
  +children: []
  -id: 32820
  -titleTs: "'lemmy.world':6 'mean':5 'polit':1 'reddit':2 'world':3"
  -bodyTs: "'away':79 'ban':39 'call':41 'cambridg':68 'censorship':71 'china':53 'communiti':49 'cours':61 'damn':70 'definit':14 'delet':62 'dictionari':13,69 'encyclopedia':32 'end':33 'even':9,45 'found':76 'get':78 'happen':86 'human':43 'idiot':25 'lemmi':74 'link':57,66 'live':42 'look':10 'method':26 'mod':2 'often':89 'one':4 'prefer':20 'reddit':91 'refus':7 'result':34 'shenanigan':84 'stick':22 'stupid':1 'suppli':56 'though':46 'thought':73 'troglodyt':18,44 'tunesia':51 'type':82 'use':28 'well':3 'wikipedia':29 'word':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706156023
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8896092"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113523 {#1742
    date: 2024-01-24 17:25:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 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
54 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Moving-of-communities-The-Office-dundermifflin-at-lemm-ee"
  +title: "Moving of communities - The Office - !dundermifflin@lemm.ee"
  +url: null
  +body: """
    Moving the community to [!dundermifflin@lemm.ee](https://lemm.ee/c/dundermifflin)\n
    \n
    Feel free to join to share content about the Office
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729222768 {#1470
    date: 2024-10-18 05:39:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 32761
  -titleTs: "'communiti':3 'dundermifflin@lemm.ee':6 'move':1 'offic':5"
  -bodyTs: "'/c/dundermifflin)':8 'communiti':3 'content':15 'dundermifflin@lemm.ee':5 'feel':9 'free':10 'join':12 'lemm.ee':7 'lemm.ee/c/dundermifflin)':6 'move':1 'offic':18 'share':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706173673
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4594148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706094673 {#1469
    date: 2024-01-24 12:11:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Moving-of-communities-The-Office-dundermifflin-at-lemm-ee"
  +title: "Moving of communities - The Office - !dundermifflin@lemm.ee"
  +url: null
  +body: """
    Moving the community to [!dundermifflin@lemm.ee](https://lemm.ee/c/dundermifflin)\n
    \n
    Feel free to join to share content about the Office
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729222768 {#1470
    date: 2024-10-18 05:39:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 32761
  -titleTs: "'communiti':3 'dundermifflin@lemm.ee':6 'move':1 'offic':5"
  -bodyTs: "'/c/dundermifflin)':8 'communiti':3 'content':15 'dundermifflin@lemm.ee':5 'feel':9 'free':10 'join':12 'lemm.ee':7 'lemm.ee/c/dundermifflin)':6 'move':1 'offic':18 'share':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706173673
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4594148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706094673 {#1469
    date: 2024-01-24 12:11:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1473
  +user: Proxies\__CG__\App\Entity\User {#1498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Moving-of-communities-The-Office-dundermifflin-at-lemm-ee"
  +title: "Moving of communities - The Office - !dundermifflin@lemm.ee"
  +url: null
  +body: """
    Moving the community to [!dundermifflin@lemm.ee](https://lemm.ee/c/dundermifflin)\n
    \n
    Feel free to join to share content about the Office
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729222768 {#1470
    date: 2024-10-18 05:39:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1483 …}
  +votes: Doctrine\ORM\PersistentCollection {#1484 …}
  +reports: Doctrine\ORM\PersistentCollection {#1488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1496 …}
  +badges: Doctrine\ORM\PersistentCollection {#1490 …}
  +children: []
  -id: 32761
  -titleTs: "'communiti':3 'dundermifflin@lemm.ee':6 'move':1 'offic':5"
  -bodyTs: "'/c/dundermifflin)':8 'communiti':3 'content':15 'dundermifflin@lemm.ee':5 'feel':9 'free':10 'join':12 'lemm.ee':7 'lemm.ee/c/dundermifflin)':6 'move':1 'offic':18 'share':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706173673
  +visibility: "visible             "
  +apId: "https://discuss.online/post/4594148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706094673 {#1469
    date: 2024-01-24 12:11:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 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
58 DENIED moderate
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Do-U-know-about-any-AI-Web-Search-Engine"
  +title: "Do U know about any AI Web Search Engine?"
  +url: null
  +body: """
    Is there any open source privacy respecting AI search engine which gives me reslts from Web.\n
    \n
    I got one but I can’t remember.It had a webUI and Simple chat Interface with greyish blue background (I guess).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728692427 {#1493
    date: 2024-10-12 02:20:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32741
  -titleTs: "'ai':6 'engin':9 'know':3 'search':8 'u':2 'web':7"
  -bodyTs: "'ai':8 'background':35 'blue':34 'chat':30 'engin':10 'give':12 'got':18 'greyish':33 'guess':37 'interfac':31 'one':19 'open':4 'privaci':6 'remember.it':24 'reslt':14 'respect':7 'search':9 'simpl':29 'sourc':5 'web':16 'webui':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154286
  +visibility: "visible             "
  +apId: "https://programming.dev/post/9032443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706079286 {#1495
    date: 2024-01-24 07:54:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Do-U-know-about-any-AI-Web-Search-Engine"
  +title: "Do U know about any AI Web Search Engine?"
  +url: null
  +body: """
    Is there any open source privacy respecting AI search engine which gives me reslts from Web.\n
    \n
    I got one but I can’t remember.It had a webUI and Simple chat Interface with greyish blue background (I guess).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728692427 {#1493
    date: 2024-10-12 02:20:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32741
  -titleTs: "'ai':6 'engin':9 'know':3 'search':8 'u':2 'web':7"
  -bodyTs: "'ai':8 'background':35 'blue':34 'chat':30 'engin':10 'give':12 'got':18 'greyish':33 'guess':37 'interfac':31 'one':19 'open':4 'privaci':6 'remember.it':24 'reslt':14 'respect':7 'search':9 'simpl':29 'sourc':5 'web':16 'webui':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154286
  +visibility: "visible             "
  +apId: "https://programming.dev/post/9032443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706079286 {#1495
    date: 2024-01-24 07:54:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Do-U-know-about-any-AI-Web-Search-Engine"
  +title: "Do U know about any AI Web Search Engine?"
  +url: null
  +body: """
    Is there any open source privacy respecting AI search engine which gives me reslts from Web.\n
    \n
    I got one but I can’t remember.It had a webUI and Simple chat Interface with greyish blue background (I guess).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728692427 {#1493
    date: 2024-10-12 02:20:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1476 …}
  +votes: Doctrine\ORM\PersistentCollection {#1758 …}
  +reports: Doctrine\ORM\PersistentCollection {#1755 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1757 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1756 …}
  +badges: Doctrine\ORM\PersistentCollection {#1759 …}
  +children: []
  -id: 32741
  -titleTs: "'ai':6 'engin':9 'know':3 'search':8 'u':2 'web':7"
  -bodyTs: "'ai':8 'background':35 'blue':34 'chat':30 'engin':10 'give':12 'got':18 'greyish':33 'guess':37 'interfac':31 'one':19 'open':4 'privaci':6 'remember.it':24 'reslt':14 'respect':7 'search':9 'simpl':29 'sourc':5 'web':16 'webui':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706154286
  +visibility: "visible             "
  +apId: "https://programming.dev/post/9032443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706079286 {#1495
    date: 2024-01-24 07:54:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 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
62 DENIED moderate
App\Entity\Entry {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Managed-to-set-up-an-instance-using-Lemmy-Easy-Deploy-but-federation"
  +title: "Managed to set up an instance using Lemmy-Easy-Deploy but federation is being a bit weird"
  +url: null
  +body: "Is it always weird on new instances, I’m seeing posts from a random amount of days ago, no votes and no comments. Also, is it possible to federate with communities automatically or do I have to search for them all one at a time to add them to my instance?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728066387 {#1751
    date: 2024-10-04 20:26:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1787 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1775 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1783 …}
  +badges: Doctrine\ORM\PersistentCollection {#1784 …}
  +children: []
  -id: 32640
  -titleTs: "'bit':17 'deploy':11 'easi':10 'feder':13 'instanc':6 'lemmi':9 'lemmy-easy-deploy':8 'manag':1 'set':3 'use':7 'weird':18"
  -bodyTs: "'add':47 'ago':18 'also':24 'alway':3 'amount':15 'automat':32 'comment':23 'communiti':31 'day':17 'feder':29 'instanc':7,51 'm':9 'new':6 'one':42 'possibl':27 'post':11 'random':14 'search':38 'see':10 'time':45 'vote':20 'weird':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706088830
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13342603"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706028330 {#1788
    date: 2024-01-23 17:45:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Managed-to-set-up-an-instance-using-Lemmy-Easy-Deploy-but-federation"
  +title: "Managed to set up an instance using Lemmy-Easy-Deploy but federation is being a bit weird"
  +url: null
  +body: "Is it always weird on new instances, I’m seeing posts from a random amount of days ago, no votes and no comments. Also, is it possible to federate with communities automatically or do I have to search for them all one at a time to add them to my instance?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728066387 {#1751
    date: 2024-10-04 20:26:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1787 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1775 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1783 …}
  +badges: Doctrine\ORM\PersistentCollection {#1784 …}
  +children: []
  -id: 32640
  -titleTs: "'bit':17 'deploy':11 'easi':10 'feder':13 'instanc':6 'lemmi':9 'lemmy-easy-deploy':8 'manag':1 'set':3 'use':7 'weird':18"
  -bodyTs: "'add':47 'ago':18 'also':24 'alway':3 'amount':15 'automat':32 'comment':23 'communiti':31 'day':17 'feder':29 'instanc':7,51 'm':9 'new':6 'one':42 'possibl':27 'post':11 'random':14 'search':38 'see':10 'time':45 'vote':20 'weird':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706088830
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13342603"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706028330 {#1788
    date: 2024-01-23 17:45:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1772
  +user: Proxies\__CG__\App\Entity\User {#1779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Managed-to-set-up-an-instance-using-Lemmy-Easy-Deploy-but-federation"
  +title: "Managed to set up an instance using Lemmy-Easy-Deploy but federation is being a bit weird"
  +url: null
  +body: "Is it always weird on new instances, I’m seeing posts from a random amount of days ago, no votes and no comments. Also, is it possible to federate with communities automatically or do I have to search for them all one at a time to add them to my instance?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728066387 {#1751
    date: 2024-10-04 20:26:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1787 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1775 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1783 …}
  +badges: Doctrine\ORM\PersistentCollection {#1784 …}
  +children: []
  -id: 32640
  -titleTs: "'bit':17 'deploy':11 'easi':10 'feder':13 'instanc':6 'lemmi':9 'lemmy-easy-deploy':8 'manag':1 'set':3 'use':7 'weird':18"
  -bodyTs: "'add':47 'ago':18 'also':24 'alway':3 'amount':15 'automat':32 'comment':23 'communiti':31 'day':17 'feder':29 'instanc':7,51 'm':9 'new':6 'one':42 'possibl':27 'post':11 'random':14 'search':38 'see':10 'time':45 'vote':20 'weird':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706088830
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13342603"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706028330 {#1788
    date: 2024-01-23 17:45:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 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
66 DENIED moderate
App\Entity\Entry {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Subspace-Real-Space-Warp-Bubbles-and-a-proposal-as-to"
  +title: "Subspace, Real Space, Warp Bubbles and a proposal as to how *Star Trek* Warp Drive might work"
  +url: null
  +body: """
    In this post I’ll be proposing a model to understanding how *Star Trek* warp drive works. In doing so, I’ll be attempting to reconcile the way the *TNG Technical Manual* describes warp drive with the idea that warp drive somehow takes advantages of shortcuts through real space by warping space around the craft, yet still experiences inertial effects.\n
    \n
    I want to point out at the outset that I am not proposing anything analogous to the Alcubierre drive that many fans seem keen on equating with *Star Trek* warp drive. [My objections to conflating the two are laid out here.](https://www.reddit.com/r/DaystromInstitute/s/pZJYYEOv7k) Ultimately, this model involves the ship actually moving at FTL speeds although spacetime distortion is involved.\n
    \n
    I also fully admit I’m not a physicist, so I may - probably - have gotten many things wrong, even with the made-up science I’m going to talk about. I’d appreciate any discussions and suggestions to refine this model, even ones that outright say it’s rubbish and implausible (as long as you be constructive and explain why, so I can learn).\n
    \n
    So let’s begin.\n
    \n
    **How Warp Drive deals with Relativity**\n
    \n
    To recap: the basic obstacle to superluminal or faster-than-light travel is Einstein’s Theory of Special Relativity. Special Relativity says that as the velocity of an object with mass accelerates towards the speed of light (*c*), the mass of that object increases, requiring more and more energy to accelerate it, until at *c*, that object has infinite mass, requiring infinite energy to push it past *c*. In fact, Special Relativity says that nothing with mass can reach *c* - photons are massless and can only travel at *c*.\n
    \n
    The first publicly available description of how *Star Trek* warp drive gets around this came from the licensed *Star Trek: The Next Generation Technical Manual* (1991). At page 65:\n
    \n
    > **WARP PROPULSION**\n
    \n
    > The propulsive effect is achieved by a number of factors working in concert. First, the field formation is controllable in a fore-to-aft direction. As the plasma injectors fire sequentially, the warp field layers build according to the pulse frequency in the plasma, and press upon each other as previously discussed. The cumulative field layer forces reduce the apparent mass of the vehicle and impart the required velocities. The critical transition point occurs when the spacecraft appears to an outside observer to be travelling faster than *c*. As the warp field energy reaches 1000 millicochranes, the ship appears driven across the *c* boundary in less than Planck time, 1.3 x 10^-43 sec, warp physics insuring that the ship will never be precisely at *c*. The three forward coils of each nacelle operate with a slight frequency offset to reinforce the field ahead of the Bussard ramscoop and envelop the Saucer Module. This helps create the field asymmetry required to drive the ship forward.\n
    \n
    As we read here, *Star Trek* gets around Special Relativity by using a warp field to distort spacetime around the ship and lower its inertial mass so that the shaping of the warp fields and layers around the ship can push and accelerate the ship itself towards *c* with reasonable energy requirements. We see warp fields lower mass in TNG: “Deja Q” and DS9: “Emissary”.\n
    \n
    Note that while ships are equipped with impulse drives, impulse operations are purely sublight in nature. In fact, the Tech Manual says that impulse doesn’t even enter into it at all when a ship goes to warp. It is the increasing strength of the warp field, shaped by the asymmetrical firing of the warp nacelles that produce it, that ultimately propels the ship without the need for impulse or reaction engines being involved. However, the ship still experiences inertial forces through this propulsion, necessitating inertial dampening fields (VOY: “Tattoo”, *ST 2009*).\n
    \n
    As field strength (measured in units of millicochranes) increases, the lower the inertial mass gets and it becomes easier to accelerate towards warp (*TMP*). When the field hits a strength of 1000 millicochranes, the ship hits *c*, or Warp 1. Or rather, it straddles the boundary between 0.999*c* and 1.001*c*, spending no more than 1.3 * 10^-43 seconds at either velocity, so that it can apparently maintain velocity at *c* without the infinite energy requirements otherwise needed.\n
    \n
    This is in contrast to sublight impulse engines which work *in tandem* with a warp field to take advantage of its mass-lowering effect. In the 23rd Century, it is implied the nacelles assist with impulse operations (SNW: “Memento Mori”), and in the 24th Century, impulse engines have driver coils built in which create a sub-1000 millicochrane warp field (*TNG Tech Manual*). In the 22nd Century, the NX-01’s impulse engines also had driver coils installed, but for the opposite reason - to *increase* the apparent mass of the ejected propellant as it exited the engines so it could provide greater thrust (*USS Enterprise Haynes Manual*).\n
    \n
    **What about subspace?**\n
    \n
    Now, to be fair, the idea of using a warp field to distort spacetime around the ship to propel the ship does sound an awfully lot like Alcubierre. But where warp drive differs is that unlike Alcubierre, the ship still feels inertial effects and is able to interact with objects outside of the warp field. In other words, the ship is still firmly moving through real space, not completely insulated and stationary within the warp bubble while space moves around it. Alcubierre’s bubble also doesn’t have a mass-lowering effect.\n
    \n
    We know from the show that subspace is its own realm, with its own layers and domains (TNG: “Remember Me”) where even life can exist (TNG: “Schisms”). That has led to a suggestion that when a ship enters warp, it enters subspace which serves like a sort of hyperspace shortcut or wormhole. However, this has its difficulties in that it doesn’t explain why a ship in warp can still interact with objects outside of subspace as if it were in real space.\n
    \n
    It is clear, though, that subspace has its own physical laws and its own special frame of reference, one of which is that you can exceed the speed of light in it: for example, the use of subspace radio which transmits at, in TNG times, Warp 9.997 (approximately 79,000*c*). In *Star Trek*, they generate subspace fields like we generate electromagnetic fields - in fact, the warp field *is* a subspace field.\n
    \n
    But how does this relate to warp drive? Allow me a little sidestep into another franchise to draw a rough analogy.\n
    \n
    **Domain amplification and subspace**\n
    \n
    In the manga/anime series *Jujutsu Kaisen*, one of the magical techniques that the most powerful sorcerers use to battle each other is called “domain expansion”. This creates a closed area centered on the sorcerer enclosing their target, an area in which the sorcerer sets the rules, akin to a zone in which they receive a power buff. Inside it, if the domain is not countered, the sorcerer’s strikes will always hit the target. The sorcerer’s abilities are enhanced and various other things can happen depending on the rules that the sorcerer has preset into the domain.\n
    \n
    Another use of domains is called “domain amplification”. This is not a full domain expansion, but surrounds the attacking sorcerer with a skin or bubble that has domain effects. It doesn’t use as much power as a full expansion, but is used to nullify any defensive techniques the target sorcerer might have, by imposing the attacking domain’s own rules against the technique. This still allows the attacking sorcerer to interact with things outside this domain bubble while taking advantage of some of its effects.\n
    \n
    (All this will make sense, I promise)\n
    \n
    Let’s imagine that real space is a domain that follows the rules that we associate with an Einstein/Newtonian universe, where relativity holds sway. Then we have another domain - subspace - where relativity can be ignored or at least circumvented.\n
    \n
    So what if generating a warp field is like domain amplification, creating a bubble of a subspace domain that encloses the ship? This subspace or warp bubble is then shaped by the nacelles, which distorts space locally, allowing the bubble and the ship to be propelled along at FTL speed. This is because while inside the bubble, the rules of subspace apply, not the relativistic rules of real space. It therefore becomes possible to exceed *c* in that special frame of reference. And yet, the bubble is still strongly connected to real space, so the ship can interact with objects outside the bubble. This explains the existence of Newtonian forces like inertia, acceleration and momentum still acting on the ship, and the continuing need for inertial dampers at warp.\n
    \n
    This tight coupling to real space is also why we can see “stars” streaking by while in warp (more likely dust particles in real space being accelerated as they are caught in the ship’s warp bubble). The visual change in post-DIS *Trek* where the outside of the ship looks more like a *Stargate*-ish tunnel can be explained away as what the interior of the warp bubble looks like stretched out, as the ship speeds along within it like a canoe on a river, being propelled by layers of warp energy within the bubble and also carried along by the current within the bubble itself as it cruises along.\n
    \n
    **Subspace and spacetime shortcuts**\n
    \n
    The existence of subspace as a separate dimensional realm also provides us with a possible solution for the disparity between what the TNG Tech Manual gives us as absolute *c* values for various warp factors and the speed of plot that we see on screen. Often, the time taken between star systems and sectors is much shorter than what we would expect given the warp factors quoted, if the ship did indeed travel at the *c* values given by the Tech Manual.\n
    \n
    My suggestion is that subspace is not a one-to-one correspondence with real space, but exists in a “higher” dimensional plane where distances in subspace are much shorter compared to their real space counterparts. For example, what would take 200 light years to traverse in real space would be, say only be equivalent to 20 light years travel distance in subspace.\n
    \n
    (I’m just tossing out figures here - I don’t obviously mean this as an exact ratio, and for all we know depending on the architecture of subspace the exact correspondence can vary widely, which again helps fit the speed of plot.)\n
    \n
    So this further suggests that the TNG Tech Manual *c* values are meant to reflect speeds in subspace, or rather the ship’s velocity within the warp bubble, which translates to faster velocities and thus further distances travelled in real space. In effect the ship, by surrounding itself with a subspace domain, creates its own shortcut/wormhole through real space.\n
    \n
    **Conclusion**\n
    \n
    So, TL;dr: *Star Trek* warp drive works by surrounding the ship with a warp field, a bubble of subspace which both lowers the inertial mass of the ship and removes it from the relativistic requirements of real space. Propulsion is achieved by shaping the field, but within the subspace bubble the ship still moves and can act on real space as well as experience inertial forces. Additionally, the warped relationship of subspace to real space means that distances travelled in subspace move the ship much further in real space, and that warp factor velocities reflect the speed at which the ship moves in subspace rather than real space.\n
    \n
    Thank you for your attention.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177035 {#1780
    date: 2024-10-06 03:10:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1444 …}
  +votes: Doctrine\ORM\PersistentCollection {#1452 …}
  +reports: Doctrine\ORM\PersistentCollection {#1465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1637 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1644 …}
  +badges: Doctrine\ORM\PersistentCollection {#1622 …}
  +children: []
  -id: 32605
  -titleTs: "'bubbl':5 'drive':15 'might':16 'propos':8 'real':2 'space':3 'star':12 'subspac':1 'trek':13 'warp':4,14 'work':17"
  -bodyTs: "'-01':789 '-1000':776 '-43':430,698 '/r/daystrominstitute/s/pzjyyeov7k)':104 '0.999':687 '000':1055 '1':679 '1.001':690 '1.3':427,696 '10':429,697 '1000':412,671 '1991':311 '20':1716 '200':1701 '2009':639 '22nd':785 '23rd':746 '24th':763 '65':314 '79':1054 '9.997':1052 'abil':1180 'abl':875 'absolut':1606 'acceler':228,247,525,660,1445,1488 'accord':354 'achiev':321,1866 'across':418 'act':1449,1882 'actual':111 'addit':1892 'admit':124 'advantag':44,737,1281 'aft':341 'ahead':461 'akin':1149 'alcubierr':78,857,866,911 'allow':1086,1267,1370 'along':1379,1540,1562,1573 'also':122,793,914,1469,1560,1587 'although':116 'alway':1173 'amplif':1100,1208,1343 'analog':75,1098 'anoth':1092,1201,1321 'anyth':74 'appar':377,707,806 'appear':395,416 'appli':1394 'appreci':154 'approxim':1053 'architectur':1748 'area':1132,1141 'around':53,298,490,501,519,844,909 'assist':753 'associ':1309 'asymmetr':598 'asymmetri':476 'attack':1219,1257,1269 'attempt':24 'attent':1938 'avail':289 'aw':854 'away':1523 'basic':199 'battl':1121 'becom':657,1404 'begin':189 'boundari':421,685 'bubbl':905,913,1225,1278,1346,1359,1372,1389,1418,1435,1498,1531,1558,1568,1792,1842,1875 'buff':1159 'build':353 'built':770 'bussard':464 'c':234,251,264,276,285,405,420,443,530,676,688,691,711,1056,1408,1607,1653,1774 'call':1125,1206 'came':300 'cano':1545 'carri':1561 'caught':1492 'center':1133 'centuri':747,764,786 'chang':1501 'circumv':1332 'clear':1008 'close':1131 'coil':447,769,796 'compar':1690 'complet':898 'concert':329 'conclus':1824 'conflat':95 'connect':1422 'construct':178 'continu':1455 'contrast':722 'control':335 'correspond':1672,1753 'could':819 'counter':1167 'counterpart':1695 'coupl':1464 'craft':55 'creat':473,773,1129,1344,1817 'critic':388 'cruis':1572 'cumul':371 'current':1565 'd':153 'dampen':634 'damper':1459 'deal':193 'defens':1247 'deja':543 'depend':1189,1745 'describ':33 'descript':290 'differ':862 'difficulti':979 'dimension':1585,1681 'direct':342 'dis':1505 'discuss':156,369 'dispar':1596 'distanc':1684,1720,1801,1903 'distort':118,499,842,1367 'doesn':572,915,983,1231 'domain':939,1099,1126,1164,1200,1204,1207,1214,1228,1258,1277,1302,1322,1342,1350,1816 'dr':1827 'draw':1095 'drive':16,35,41,79,91,192,296,479,556,861,1085,1831 'driven':417 'driver':768,795 'ds9':546 'dust':1482 'easier':658 'effect':60,319,743,872,922,1229,1286,1807 'einstein':210 'einstein/newtonian':1312 'either':701 'eject':810 'electromagnet':1067 'emissari':547 'enclos':1137,1352 'energi':245,259,410,533,715,1555 'engin':619,726,766,792,816 'enhanc':1182 'enter':575,960,963 'enterpris':824 'envelop':467 'equat':86 'equip':553 'equival':1714 'even':139,163,574,944 'exact':1738,1752 'exampl':1039,1697 'exceed':1031,1407 'exist':947,1439,1579,1677 'exit':814 'expans':1127,1215,1240 'expect':1639 'experi':58,626,1889 'explain':180,985,1437,1522 'fact':266,565,1070 'factor':326,1612,1643,1918 'fair':833 'fan':82 'faster':205,403,1796 'faster-than-light':204 'feel':870 'field':332,351,372,409,460,475,497,516,538,594,635,641,666,734,779,840,884,1063,1068,1073,1077,1339,1840,1870 'figur':1728 'fire':347,599 'firm':892 'first':287,330 'fit':1760 'follow':1304 'forc':374,628,1442,1891 'fore':339 'fore-to-aft':338 'format':333 'forward':446,482 'frame':1021,1412 'franchis':1093 'frequenc':358,455 'ftl':114,1381 'full':1213,1239 'fulli':123 'generat':308,1061,1066,1336 'get':297,489,654 'give':1603 'given':1640,1655 'go':148 'goe':583 'gotten':135 'greater':821 'happen':1188 'hayn':825 'help':472,1759 'higher':1680 'hit':667,675,1174 'hold':1316 'howev':622,975 'hyperspac':971 'idea':38,835 'ignor':1328 'imagin':1296 'impart':383 'implaus':172 'impli':750 'impos':1255 'impuls':555,557,571,616,725,755,765,791 'increas':240,589,648,804 'inde':1649 'inerti':59,507,627,633,652,871,1458,1849,1890 'inertia':1444 'infinit':255,258,714 'injector':346 'insid':1160,1387 'instal':797 'insul':899 'insur':434 'interact':877,993,1272,1430 'interior':1527 'involv':108,120,621 'ish':1518 'jujutsu':1107 'kaisen':1108 'keen':84 'know':924,1744 'laid':99 'law':1016 'layer':352,373,518,937,1552 'learn':185 'least':1331 'led':952 'less':423 'let':187,1294 'licens':303 'life':945 'light':207,233,1035,1702,1717 'like':856,967,1064,1341,1443,1481,1515,1533,1543 'littl':1089 'll':5,22 'local':1369 'long':174 'look':1513,1532 'lot':855 'lower':505,539,650,742,921,1847 'm':126,147,1724 'made':143 'made-up':142 'magic':1112 'maintain':708 'make':1290 'manga/anime':1105 'mani':81,136 'manual':32,310,568,782,826,1602,1659,1773 'mass':227,236,256,273,378,508,540,653,741,807,920,1850 'mass-low':740,919 'massless':279 'may':132 'mean':1734,1901 'meant':1777 'measur':643 'memento':758 'might':1252 'millicochran':413,647,672,777 'model':9,107,162 'modul':470 'momentum':1447 'mori':759 'move':112,893,908,1879,1907,1927 'much':1235,1633,1688,1910 'nacell':450,603,752,1365 'natur':563 'necessit':632 'need':614,718,1456 'never':439 'newtonian':1441 'next':307 'note':548 'noth':271 'nullifi':1245 'number':324 'nx':788 'object':93,225,239,253,879,995,1432 'observ':399 'obstacl':200 'obvious':1733 'occur':391 'offset':456 'often':1623 'one':164,1024,1109,1669,1671 'one-to-on':1668 'oper':451,558,756 'opposit':801 'otherwis':717 'outright':166 'outset':68 'outsid':398,880,996,1275,1433,1509 'page':313 'particl':1483 'past':263 'photon':277 'physic':433,1015 'physicist':129 'planck':425 'plane':1682 'plasma':345,361 'plot':1617,1764 'point':64,390 'possibl':1405,1592 'post':3,1504 'post-di':1503 'power':1117,1158,1236 'precis':441 'preset':1197 'press':363 'previous':368 'probabl':133 'produc':605 'promis':1293 'propel':609,811,848,1378,1550 'propos':7,73 'propuls':316,318,631,1864 'provid':820,1588 'public':288 'puls':357 'pure':560 'push':261,523 'q':544 'quot':1644 'radio':1044 'ramscoop':465 'rather':681,1784,1930 'ratio':1739 'reach':275,411 'reaction':618 'read':485 'real':48,895,1004,1298,1400,1424,1466,1485,1674,1693,1707,1804,1822,1862,1884,1899,1913,1932 'realm':933,1586 'reason':532,802 'recap':197 'receiv':1156 'reconcil':26 'reduc':375 'refer':1023,1414 'refin':160 'reflect':1779,1920 'reinforc':458 'relat':195,215,217,268,492,1082,1315,1325 'relationship':1895 'relativist':1397,1859 'rememb':941 'remov':1855 'requir':241,257,385,477,534,716,1860 'river':1548 'rough':1097 'rubbish':170 'rule':1148,1192,1261,1306,1391,1398 'saucer':469 'say':167,218,269,569,1711 'schism':949 'scienc':145 'screen':1622 'sec':431 'second':699 'sector':1631 'see':536,1473,1620 'seem':83 'sens':1291 'separ':1584 'sequenti':348 'seri':1106 'serv':966 'set':1146 'shape':512,595,1362,1868 'ship':110,415,437,481,503,521,527,551,582,611,624,674,846,850,868,889,959,988,1354,1375,1428,1452,1495,1512,1538,1647,1786,1809,1836,1853,1877,1909,1926 'shortcut':46,972,1577 'shortcut/wormhole':1820 'shorter':1634,1689 'show':927 'sidestep':1090 'skin':1223 'slight':454 'snw':757 'solut':1593 'somehow':42 'sorcer':1118,1136,1145,1169,1178,1195,1220,1251,1270 'sort':969 'sound':852 'space':49,52,896,907,1005,1299,1368,1401,1425,1467,1486,1675,1694,1708,1805,1823,1863,1885,1900,1914,1933 'spacecraft':394 'spacetim':117,500,843,1576 'special':214,216,267,491,1020,1411 'speed':115,231,1033,1382,1539,1615,1762,1780,1922 'spend':692 'st':638 'star':13,88,293,304,487,1058,1474,1628,1828 'stargat':1517 'stationari':901 'still':57,625,869,891,992,1266,1420,1448,1878 'straddl':683 'streak':1475 'strength':590,642,669 'stretch':1534 'strike':1171 'strong':1421 'sub':775 'sublight':561,724 'subspac':829,929,964,998,1011,1043,1062,1076,1102,1323,1349,1356,1393,1574,1581,1664,1686,1722,1750,1782,1815,1844,1874,1897,1906,1929 'suggest':158,955,1661,1768 'superlumin':202 'surround':1217,1811,1834 'sway':1317 'system':1629 'take':43,736,1280,1700 'taken':1626 'talk':150 'tandem':730 'target':1139,1176,1250 'tattoo':637 'tech':567,781,1601,1658,1772 'technic':31,309 'techniqu':1113,1248,1264 'thank':1934 'theori':212 'therefor':1403 'thing':137,1186,1274 'though':1009 'three':445 'thrust':822 'thus':1799 'tight':1463 'time':426,1050,1625 'tl':1826 'tmp':663 'tng':30,542,780,940,948,1049,1600,1771 'toss':1726 'toward':229,529,661 'transit':389 'translat':1794 'transmit':1046 'travel':208,283,402,1650,1719,1802,1904 'travers':1705 'trek':14,89,294,305,488,1059,1506,1829 'tunnel':1519 'two':97 'ultim':105,608 'understand':11 'unit':645 'univers':1313 'unlik':865 'upon':364 'us':1589,1604 'use':494,837,1041,1119,1202,1233,1243 'uss':823 'valu':1608,1654,1775 'vari':1755 'various':1184,1610 'vehicl':381 'veloc':222,386,702,709,1788,1797,1919 'visual':1500 'voy':636 'want':62 'warp':15,34,40,51,90,191,295,315,350,408,432,496,515,537,585,593,602,662,678,733,778,839,860,883,904,961,990,1051,1072,1084,1338,1358,1461,1479,1497,1530,1554,1611,1642,1791,1830,1839,1894,1917 'way':28 'well':1887 'wide':1756 'within':902,1541,1556,1566,1789,1872 'without':612,712 'word':887 'work':17,327,728,1832 'wormhol':974 'would':1638,1699,1709 'wrong':138 'www.reddit.com':103 'www.reddit.com/r/daystrominstitute/s/pzjyyeov7k)':102 'x':428 'year':1703,1718 'yet':56,1416 'zone':1152"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706108053
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5991348"
  +editedAt: DateTimeImmutable @1727983128 {#1764
    date: 2024-10-03 21:18:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706021653 {#1765
    date: 2024-01-23 15:54:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Subspace-Real-Space-Warp-Bubbles-and-a-proposal-as-to"
  +title: "Subspace, Real Space, Warp Bubbles and a proposal as to how *Star Trek* Warp Drive might work"
  +url: null
  +body: """
    In this post I’ll be proposing a model to understanding how *Star Trek* warp drive works. In doing so, I’ll be attempting to reconcile the way the *TNG Technical Manual* describes warp drive with the idea that warp drive somehow takes advantages of shortcuts through real space by warping space around the craft, yet still experiences inertial effects.\n
    \n
    I want to point out at the outset that I am not proposing anything analogous to the Alcubierre drive that many fans seem keen on equating with *Star Trek* warp drive. [My objections to conflating the two are laid out here.](https://www.reddit.com/r/DaystromInstitute/s/pZJYYEOv7k) Ultimately, this model involves the ship actually moving at FTL speeds although spacetime distortion is involved.\n
    \n
    I also fully admit I’m not a physicist, so I may - probably - have gotten many things wrong, even with the made-up science I’m going to talk about. I’d appreciate any discussions and suggestions to refine this model, even ones that outright say it’s rubbish and implausible (as long as you be constructive and explain why, so I can learn).\n
    \n
    So let’s begin.\n
    \n
    **How Warp Drive deals with Relativity**\n
    \n
    To recap: the basic obstacle to superluminal or faster-than-light travel is Einstein’s Theory of Special Relativity. Special Relativity says that as the velocity of an object with mass accelerates towards the speed of light (*c*), the mass of that object increases, requiring more and more energy to accelerate it, until at *c*, that object has infinite mass, requiring infinite energy to push it past *c*. In fact, Special Relativity says that nothing with mass can reach *c* - photons are massless and can only travel at *c*.\n
    \n
    The first publicly available description of how *Star Trek* warp drive gets around this came from the licensed *Star Trek: The Next Generation Technical Manual* (1991). At page 65:\n
    \n
    > **WARP PROPULSION**\n
    \n
    > The propulsive effect is achieved by a number of factors working in concert. First, the field formation is controllable in a fore-to-aft direction. As the plasma injectors fire sequentially, the warp field layers build according to the pulse frequency in the plasma, and press upon each other as previously discussed. The cumulative field layer forces reduce the apparent mass of the vehicle and impart the required velocities. The critical transition point occurs when the spacecraft appears to an outside observer to be travelling faster than *c*. As the warp field energy reaches 1000 millicochranes, the ship appears driven across the *c* boundary in less than Planck time, 1.3 x 10^-43 sec, warp physics insuring that the ship will never be precisely at *c*. The three forward coils of each nacelle operate with a slight frequency offset to reinforce the field ahead of the Bussard ramscoop and envelop the Saucer Module. This helps create the field asymmetry required to drive the ship forward.\n
    \n
    As we read here, *Star Trek* gets around Special Relativity by using a warp field to distort spacetime around the ship and lower its inertial mass so that the shaping of the warp fields and layers around the ship can push and accelerate the ship itself towards *c* with reasonable energy requirements. We see warp fields lower mass in TNG: “Deja Q” and DS9: “Emissary”.\n
    \n
    Note that while ships are equipped with impulse drives, impulse operations are purely sublight in nature. In fact, the Tech Manual says that impulse doesn’t even enter into it at all when a ship goes to warp. It is the increasing strength of the warp field, shaped by the asymmetrical firing of the warp nacelles that produce it, that ultimately propels the ship without the need for impulse or reaction engines being involved. However, the ship still experiences inertial forces through this propulsion, necessitating inertial dampening fields (VOY: “Tattoo”, *ST 2009*).\n
    \n
    As field strength (measured in units of millicochranes) increases, the lower the inertial mass gets and it becomes easier to accelerate towards warp (*TMP*). When the field hits a strength of 1000 millicochranes, the ship hits *c*, or Warp 1. Or rather, it straddles the boundary between 0.999*c* and 1.001*c*, spending no more than 1.3 * 10^-43 seconds at either velocity, so that it can apparently maintain velocity at *c* without the infinite energy requirements otherwise needed.\n
    \n
    This is in contrast to sublight impulse engines which work *in tandem* with a warp field to take advantage of its mass-lowering effect. In the 23rd Century, it is implied the nacelles assist with impulse operations (SNW: “Memento Mori”), and in the 24th Century, impulse engines have driver coils built in which create a sub-1000 millicochrane warp field (*TNG Tech Manual*). In the 22nd Century, the NX-01’s impulse engines also had driver coils installed, but for the opposite reason - to *increase* the apparent mass of the ejected propellant as it exited the engines so it could provide greater thrust (*USS Enterprise Haynes Manual*).\n
    \n
    **What about subspace?**\n
    \n
    Now, to be fair, the idea of using a warp field to distort spacetime around the ship to propel the ship does sound an awfully lot like Alcubierre. But where warp drive differs is that unlike Alcubierre, the ship still feels inertial effects and is able to interact with objects outside of the warp field. In other words, the ship is still firmly moving through real space, not completely insulated and stationary within the warp bubble while space moves around it. Alcubierre’s bubble also doesn’t have a mass-lowering effect.\n
    \n
    We know from the show that subspace is its own realm, with its own layers and domains (TNG: “Remember Me”) where even life can exist (TNG: “Schisms”). That has led to a suggestion that when a ship enters warp, it enters subspace which serves like a sort of hyperspace shortcut or wormhole. However, this has its difficulties in that it doesn’t explain why a ship in warp can still interact with objects outside of subspace as if it were in real space.\n
    \n
    It is clear, though, that subspace has its own physical laws and its own special frame of reference, one of which is that you can exceed the speed of light in it: for example, the use of subspace radio which transmits at, in TNG times, Warp 9.997 (approximately 79,000*c*). In *Star Trek*, they generate subspace fields like we generate electromagnetic fields - in fact, the warp field *is* a subspace field.\n
    \n
    But how does this relate to warp drive? Allow me a little sidestep into another franchise to draw a rough analogy.\n
    \n
    **Domain amplification and subspace**\n
    \n
    In the manga/anime series *Jujutsu Kaisen*, one of the magical techniques that the most powerful sorcerers use to battle each other is called “domain expansion”. This creates a closed area centered on the sorcerer enclosing their target, an area in which the sorcerer sets the rules, akin to a zone in which they receive a power buff. Inside it, if the domain is not countered, the sorcerer’s strikes will always hit the target. The sorcerer’s abilities are enhanced and various other things can happen depending on the rules that the sorcerer has preset into the domain.\n
    \n
    Another use of domains is called “domain amplification”. This is not a full domain expansion, but surrounds the attacking sorcerer with a skin or bubble that has domain effects. It doesn’t use as much power as a full expansion, but is used to nullify any defensive techniques the target sorcerer might have, by imposing the attacking domain’s own rules against the technique. This still allows the attacking sorcerer to interact with things outside this domain bubble while taking advantage of some of its effects.\n
    \n
    (All this will make sense, I promise)\n
    \n
    Let’s imagine that real space is a domain that follows the rules that we associate with an Einstein/Newtonian universe, where relativity holds sway. Then we have another domain - subspace - where relativity can be ignored or at least circumvented.\n
    \n
    So what if generating a warp field is like domain amplification, creating a bubble of a subspace domain that encloses the ship? This subspace or warp bubble is then shaped by the nacelles, which distorts space locally, allowing the bubble and the ship to be propelled along at FTL speed. This is because while inside the bubble, the rules of subspace apply, not the relativistic rules of real space. It therefore becomes possible to exceed *c* in that special frame of reference. And yet, the bubble is still strongly connected to real space, so the ship can interact with objects outside the bubble. This explains the existence of Newtonian forces like inertia, acceleration and momentum still acting on the ship, and the continuing need for inertial dampers at warp.\n
    \n
    This tight coupling to real space is also why we can see “stars” streaking by while in warp (more likely dust particles in real space being accelerated as they are caught in the ship’s warp bubble). The visual change in post-DIS *Trek* where the outside of the ship looks more like a *Stargate*-ish tunnel can be explained away as what the interior of the warp bubble looks like stretched out, as the ship speeds along within it like a canoe on a river, being propelled by layers of warp energy within the bubble and also carried along by the current within the bubble itself as it cruises along.\n
    \n
    **Subspace and spacetime shortcuts**\n
    \n
    The existence of subspace as a separate dimensional realm also provides us with a possible solution for the disparity between what the TNG Tech Manual gives us as absolute *c* values for various warp factors and the speed of plot that we see on screen. Often, the time taken between star systems and sectors is much shorter than what we would expect given the warp factors quoted, if the ship did indeed travel at the *c* values given by the Tech Manual.\n
    \n
    My suggestion is that subspace is not a one-to-one correspondence with real space, but exists in a “higher” dimensional plane where distances in subspace are much shorter compared to their real space counterparts. For example, what would take 200 light years to traverse in real space would be, say only be equivalent to 20 light years travel distance in subspace.\n
    \n
    (I’m just tossing out figures here - I don’t obviously mean this as an exact ratio, and for all we know depending on the architecture of subspace the exact correspondence can vary widely, which again helps fit the speed of plot.)\n
    \n
    So this further suggests that the TNG Tech Manual *c* values are meant to reflect speeds in subspace, or rather the ship’s velocity within the warp bubble, which translates to faster velocities and thus further distances travelled in real space. In effect the ship, by surrounding itself with a subspace domain, creates its own shortcut/wormhole through real space.\n
    \n
    **Conclusion**\n
    \n
    So, TL;dr: *Star Trek* warp drive works by surrounding the ship with a warp field, a bubble of subspace which both lowers the inertial mass of the ship and removes it from the relativistic requirements of real space. Propulsion is achieved by shaping the field, but within the subspace bubble the ship still moves and can act on real space as well as experience inertial forces. Additionally, the warped relationship of subspace to real space means that distances travelled in subspace move the ship much further in real space, and that warp factor velocities reflect the speed at which the ship moves in subspace rather than real space.\n
    \n
    Thank you for your attention.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177035 {#1780
    date: 2024-10-06 03:10:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1444 …}
  +votes: Doctrine\ORM\PersistentCollection {#1452 …}
  +reports: Doctrine\ORM\PersistentCollection {#1465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1637 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1644 …}
  +badges: Doctrine\ORM\PersistentCollection {#1622 …}
  +children: []
  -id: 32605
  -titleTs: "'bubbl':5 'drive':15 'might':16 'propos':8 'real':2 'space':3 'star':12 'subspac':1 'trek':13 'warp':4,14 'work':17"
  -bodyTs: "'-01':789 '-1000':776 '-43':430,698 '/r/daystrominstitute/s/pzjyyeov7k)':104 '0.999':687 '000':1055 '1':679 '1.001':690 '1.3':427,696 '10':429,697 '1000':412,671 '1991':311 '20':1716 '200':1701 '2009':639 '22nd':785 '23rd':746 '24th':763 '65':314 '79':1054 '9.997':1052 'abil':1180 'abl':875 'absolut':1606 'acceler':228,247,525,660,1445,1488 'accord':354 'achiev':321,1866 'across':418 'act':1449,1882 'actual':111 'addit':1892 'admit':124 'advantag':44,737,1281 'aft':341 'ahead':461 'akin':1149 'alcubierr':78,857,866,911 'allow':1086,1267,1370 'along':1379,1540,1562,1573 'also':122,793,914,1469,1560,1587 'although':116 'alway':1173 'amplif':1100,1208,1343 'analog':75,1098 'anoth':1092,1201,1321 'anyth':74 'appar':377,707,806 'appear':395,416 'appli':1394 'appreci':154 'approxim':1053 'architectur':1748 'area':1132,1141 'around':53,298,490,501,519,844,909 'assist':753 'associ':1309 'asymmetr':598 'asymmetri':476 'attack':1219,1257,1269 'attempt':24 'attent':1938 'avail':289 'aw':854 'away':1523 'basic':199 'battl':1121 'becom':657,1404 'begin':189 'boundari':421,685 'bubbl':905,913,1225,1278,1346,1359,1372,1389,1418,1435,1498,1531,1558,1568,1792,1842,1875 'buff':1159 'build':353 'built':770 'bussard':464 'c':234,251,264,276,285,405,420,443,530,676,688,691,711,1056,1408,1607,1653,1774 'call':1125,1206 'came':300 'cano':1545 'carri':1561 'caught':1492 'center':1133 'centuri':747,764,786 'chang':1501 'circumv':1332 'clear':1008 'close':1131 'coil':447,769,796 'compar':1690 'complet':898 'concert':329 'conclus':1824 'conflat':95 'connect':1422 'construct':178 'continu':1455 'contrast':722 'control':335 'correspond':1672,1753 'could':819 'counter':1167 'counterpart':1695 'coupl':1464 'craft':55 'creat':473,773,1129,1344,1817 'critic':388 'cruis':1572 'cumul':371 'current':1565 'd':153 'dampen':634 'damper':1459 'deal':193 'defens':1247 'deja':543 'depend':1189,1745 'describ':33 'descript':290 'differ':862 'difficulti':979 'dimension':1585,1681 'direct':342 'dis':1505 'discuss':156,369 'dispar':1596 'distanc':1684,1720,1801,1903 'distort':118,499,842,1367 'doesn':572,915,983,1231 'domain':939,1099,1126,1164,1200,1204,1207,1214,1228,1258,1277,1302,1322,1342,1350,1816 'dr':1827 'draw':1095 'drive':16,35,41,79,91,192,296,479,556,861,1085,1831 'driven':417 'driver':768,795 'ds9':546 'dust':1482 'easier':658 'effect':60,319,743,872,922,1229,1286,1807 'einstein':210 'einstein/newtonian':1312 'either':701 'eject':810 'electromagnet':1067 'emissari':547 'enclos':1137,1352 'energi':245,259,410,533,715,1555 'engin':619,726,766,792,816 'enhanc':1182 'enter':575,960,963 'enterpris':824 'envelop':467 'equat':86 'equip':553 'equival':1714 'even':139,163,574,944 'exact':1738,1752 'exampl':1039,1697 'exceed':1031,1407 'exist':947,1439,1579,1677 'exit':814 'expans':1127,1215,1240 'expect':1639 'experi':58,626,1889 'explain':180,985,1437,1522 'fact':266,565,1070 'factor':326,1612,1643,1918 'fair':833 'fan':82 'faster':205,403,1796 'faster-than-light':204 'feel':870 'field':332,351,372,409,460,475,497,516,538,594,635,641,666,734,779,840,884,1063,1068,1073,1077,1339,1840,1870 'figur':1728 'fire':347,599 'firm':892 'first':287,330 'fit':1760 'follow':1304 'forc':374,628,1442,1891 'fore':339 'fore-to-aft':338 'format':333 'forward':446,482 'frame':1021,1412 'franchis':1093 'frequenc':358,455 'ftl':114,1381 'full':1213,1239 'fulli':123 'generat':308,1061,1066,1336 'get':297,489,654 'give':1603 'given':1640,1655 'go':148 'goe':583 'gotten':135 'greater':821 'happen':1188 'hayn':825 'help':472,1759 'higher':1680 'hit':667,675,1174 'hold':1316 'howev':622,975 'hyperspac':971 'idea':38,835 'ignor':1328 'imagin':1296 'impart':383 'implaus':172 'impli':750 'impos':1255 'impuls':555,557,571,616,725,755,765,791 'increas':240,589,648,804 'inde':1649 'inerti':59,507,627,633,652,871,1458,1849,1890 'inertia':1444 'infinit':255,258,714 'injector':346 'insid':1160,1387 'instal':797 'insul':899 'insur':434 'interact':877,993,1272,1430 'interior':1527 'involv':108,120,621 'ish':1518 'jujutsu':1107 'kaisen':1108 'keen':84 'know':924,1744 'laid':99 'law':1016 'layer':352,373,518,937,1552 'learn':185 'least':1331 'led':952 'less':423 'let':187,1294 'licens':303 'life':945 'light':207,233,1035,1702,1717 'like':856,967,1064,1341,1443,1481,1515,1533,1543 'littl':1089 'll':5,22 'local':1369 'long':174 'look':1513,1532 'lot':855 'lower':505,539,650,742,921,1847 'm':126,147,1724 'made':143 'made-up':142 'magic':1112 'maintain':708 'make':1290 'manga/anime':1105 'mani':81,136 'manual':32,310,568,782,826,1602,1659,1773 'mass':227,236,256,273,378,508,540,653,741,807,920,1850 'mass-low':740,919 'massless':279 'may':132 'mean':1734,1901 'meant':1777 'measur':643 'memento':758 'might':1252 'millicochran':413,647,672,777 'model':9,107,162 'modul':470 'momentum':1447 'mori':759 'move':112,893,908,1879,1907,1927 'much':1235,1633,1688,1910 'nacell':450,603,752,1365 'natur':563 'necessit':632 'need':614,718,1456 'never':439 'newtonian':1441 'next':307 'note':548 'noth':271 'nullifi':1245 'number':324 'nx':788 'object':93,225,239,253,879,995,1432 'observ':399 'obstacl':200 'obvious':1733 'occur':391 'offset':456 'often':1623 'one':164,1024,1109,1669,1671 'one-to-on':1668 'oper':451,558,756 'opposit':801 'otherwis':717 'outright':166 'outset':68 'outsid':398,880,996,1275,1433,1509 'page':313 'particl':1483 'past':263 'photon':277 'physic':433,1015 'physicist':129 'planck':425 'plane':1682 'plasma':345,361 'plot':1617,1764 'point':64,390 'possibl':1405,1592 'post':3,1504 'post-di':1503 'power':1117,1158,1236 'precis':441 'preset':1197 'press':363 'previous':368 'probabl':133 'produc':605 'promis':1293 'propel':609,811,848,1378,1550 'propos':7,73 'propuls':316,318,631,1864 'provid':820,1588 'public':288 'puls':357 'pure':560 'push':261,523 'q':544 'quot':1644 'radio':1044 'ramscoop':465 'rather':681,1784,1930 'ratio':1739 'reach':275,411 'reaction':618 'read':485 'real':48,895,1004,1298,1400,1424,1466,1485,1674,1693,1707,1804,1822,1862,1884,1899,1913,1932 'realm':933,1586 'reason':532,802 'recap':197 'receiv':1156 'reconcil':26 'reduc':375 'refer':1023,1414 'refin':160 'reflect':1779,1920 'reinforc':458 'relat':195,215,217,268,492,1082,1315,1325 'relationship':1895 'relativist':1397,1859 'rememb':941 'remov':1855 'requir':241,257,385,477,534,716,1860 'river':1548 'rough':1097 'rubbish':170 'rule':1148,1192,1261,1306,1391,1398 'saucer':469 'say':167,218,269,569,1711 'schism':949 'scienc':145 'screen':1622 'sec':431 'second':699 'sector':1631 'see':536,1473,1620 'seem':83 'sens':1291 'separ':1584 'sequenti':348 'seri':1106 'serv':966 'set':1146 'shape':512,595,1362,1868 'ship':110,415,437,481,503,521,527,551,582,611,624,674,846,850,868,889,959,988,1354,1375,1428,1452,1495,1512,1538,1647,1786,1809,1836,1853,1877,1909,1926 'shortcut':46,972,1577 'shortcut/wormhole':1820 'shorter':1634,1689 'show':927 'sidestep':1090 'skin':1223 'slight':454 'snw':757 'solut':1593 'somehow':42 'sorcer':1118,1136,1145,1169,1178,1195,1220,1251,1270 'sort':969 'sound':852 'space':49,52,896,907,1005,1299,1368,1401,1425,1467,1486,1675,1694,1708,1805,1823,1863,1885,1900,1914,1933 'spacecraft':394 'spacetim':117,500,843,1576 'special':214,216,267,491,1020,1411 'speed':115,231,1033,1382,1539,1615,1762,1780,1922 'spend':692 'st':638 'star':13,88,293,304,487,1058,1474,1628,1828 'stargat':1517 'stationari':901 'still':57,625,869,891,992,1266,1420,1448,1878 'straddl':683 'streak':1475 'strength':590,642,669 'stretch':1534 'strike':1171 'strong':1421 'sub':775 'sublight':561,724 'subspac':829,929,964,998,1011,1043,1062,1076,1102,1323,1349,1356,1393,1574,1581,1664,1686,1722,1750,1782,1815,1844,1874,1897,1906,1929 'suggest':158,955,1661,1768 'superlumin':202 'surround':1217,1811,1834 'sway':1317 'system':1629 'take':43,736,1280,1700 'taken':1626 'talk':150 'tandem':730 'target':1139,1176,1250 'tattoo':637 'tech':567,781,1601,1658,1772 'technic':31,309 'techniqu':1113,1248,1264 'thank':1934 'theori':212 'therefor':1403 'thing':137,1186,1274 'though':1009 'three':445 'thrust':822 'thus':1799 'tight':1463 'time':426,1050,1625 'tl':1826 'tmp':663 'tng':30,542,780,940,948,1049,1600,1771 'toss':1726 'toward':229,529,661 'transit':389 'translat':1794 'transmit':1046 'travel':208,283,402,1650,1719,1802,1904 'travers':1705 'trek':14,89,294,305,488,1059,1506,1829 'tunnel':1519 'two':97 'ultim':105,608 'understand':11 'unit':645 'univers':1313 'unlik':865 'upon':364 'us':1589,1604 'use':494,837,1041,1119,1202,1233,1243 'uss':823 'valu':1608,1654,1775 'vari':1755 'various':1184,1610 'vehicl':381 'veloc':222,386,702,709,1788,1797,1919 'visual':1500 'voy':636 'want':62 'warp':15,34,40,51,90,191,295,315,350,408,432,496,515,537,585,593,602,662,678,733,778,839,860,883,904,961,990,1051,1072,1084,1338,1358,1461,1479,1497,1530,1554,1611,1642,1791,1830,1839,1894,1917 'way':28 'well':1887 'wide':1756 'within':902,1541,1556,1566,1789,1872 'without':612,712 'word':887 'work':17,327,728,1832 'wormhol':974 'would':1638,1699,1709 'wrong':138 'www.reddit.com':103 'www.reddit.com/r/daystrominstitute/s/pzjyyeov7k)':102 'x':428 'year':1703,1718 'yet':56,1416 'zone':1152"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706108053
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5991348"
  +editedAt: DateTimeImmutable @1727983128 {#1764
    date: 2024-10-03 21:18:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706021653 {#1765
    date: 2024-01-23 15:54:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1766
  +user: Proxies\__CG__\App\Entity\User {#1682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1681 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Subspace-Real-Space-Warp-Bubbles-and-a-proposal-as-to"
  +title: "Subspace, Real Space, Warp Bubbles and a proposal as to how *Star Trek* Warp Drive might work"
  +url: null
  +body: """
    In this post I’ll be proposing a model to understanding how *Star Trek* warp drive works. In doing so, I’ll be attempting to reconcile the way the *TNG Technical Manual* describes warp drive with the idea that warp drive somehow takes advantages of shortcuts through real space by warping space around the craft, yet still experiences inertial effects.\n
    \n
    I want to point out at the outset that I am not proposing anything analogous to the Alcubierre drive that many fans seem keen on equating with *Star Trek* warp drive. [My objections to conflating the two are laid out here.](https://www.reddit.com/r/DaystromInstitute/s/pZJYYEOv7k) Ultimately, this model involves the ship actually moving at FTL speeds although spacetime distortion is involved.\n
    \n
    I also fully admit I’m not a physicist, so I may - probably - have gotten many things wrong, even with the made-up science I’m going to talk about. I’d appreciate any discussions and suggestions to refine this model, even ones that outright say it’s rubbish and implausible (as long as you be constructive and explain why, so I can learn).\n
    \n
    So let’s begin.\n
    \n
    **How Warp Drive deals with Relativity**\n
    \n
    To recap: the basic obstacle to superluminal or faster-than-light travel is Einstein’s Theory of Special Relativity. Special Relativity says that as the velocity of an object with mass accelerates towards the speed of light (*c*), the mass of that object increases, requiring more and more energy to accelerate it, until at *c*, that object has infinite mass, requiring infinite energy to push it past *c*. In fact, Special Relativity says that nothing with mass can reach *c* - photons are massless and can only travel at *c*.\n
    \n
    The first publicly available description of how *Star Trek* warp drive gets around this came from the licensed *Star Trek: The Next Generation Technical Manual* (1991). At page 65:\n
    \n
    > **WARP PROPULSION**\n
    \n
    > The propulsive effect is achieved by a number of factors working in concert. First, the field formation is controllable in a fore-to-aft direction. As the plasma injectors fire sequentially, the warp field layers build according to the pulse frequency in the plasma, and press upon each other as previously discussed. The cumulative field layer forces reduce the apparent mass of the vehicle and impart the required velocities. The critical transition point occurs when the spacecraft appears to an outside observer to be travelling faster than *c*. As the warp field energy reaches 1000 millicochranes, the ship appears driven across the *c* boundary in less than Planck time, 1.3 x 10^-43 sec, warp physics insuring that the ship will never be precisely at *c*. The three forward coils of each nacelle operate with a slight frequency offset to reinforce the field ahead of the Bussard ramscoop and envelop the Saucer Module. This helps create the field asymmetry required to drive the ship forward.\n
    \n
    As we read here, *Star Trek* gets around Special Relativity by using a warp field to distort spacetime around the ship and lower its inertial mass so that the shaping of the warp fields and layers around the ship can push and accelerate the ship itself towards *c* with reasonable energy requirements. We see warp fields lower mass in TNG: “Deja Q” and DS9: “Emissary”.\n
    \n
    Note that while ships are equipped with impulse drives, impulse operations are purely sublight in nature. In fact, the Tech Manual says that impulse doesn’t even enter into it at all when a ship goes to warp. It is the increasing strength of the warp field, shaped by the asymmetrical firing of the warp nacelles that produce it, that ultimately propels the ship without the need for impulse or reaction engines being involved. However, the ship still experiences inertial forces through this propulsion, necessitating inertial dampening fields (VOY: “Tattoo”, *ST 2009*).\n
    \n
    As field strength (measured in units of millicochranes) increases, the lower the inertial mass gets and it becomes easier to accelerate towards warp (*TMP*). When the field hits a strength of 1000 millicochranes, the ship hits *c*, or Warp 1. Or rather, it straddles the boundary between 0.999*c* and 1.001*c*, spending no more than 1.3 * 10^-43 seconds at either velocity, so that it can apparently maintain velocity at *c* without the infinite energy requirements otherwise needed.\n
    \n
    This is in contrast to sublight impulse engines which work *in tandem* with a warp field to take advantage of its mass-lowering effect. In the 23rd Century, it is implied the nacelles assist with impulse operations (SNW: “Memento Mori”), and in the 24th Century, impulse engines have driver coils built in which create a sub-1000 millicochrane warp field (*TNG Tech Manual*). In the 22nd Century, the NX-01’s impulse engines also had driver coils installed, but for the opposite reason - to *increase* the apparent mass of the ejected propellant as it exited the engines so it could provide greater thrust (*USS Enterprise Haynes Manual*).\n
    \n
    **What about subspace?**\n
    \n
    Now, to be fair, the idea of using a warp field to distort spacetime around the ship to propel the ship does sound an awfully lot like Alcubierre. But where warp drive differs is that unlike Alcubierre, the ship still feels inertial effects and is able to interact with objects outside of the warp field. In other words, the ship is still firmly moving through real space, not completely insulated and stationary within the warp bubble while space moves around it. Alcubierre’s bubble also doesn’t have a mass-lowering effect.\n
    \n
    We know from the show that subspace is its own realm, with its own layers and domains (TNG: “Remember Me”) where even life can exist (TNG: “Schisms”). That has led to a suggestion that when a ship enters warp, it enters subspace which serves like a sort of hyperspace shortcut or wormhole. However, this has its difficulties in that it doesn’t explain why a ship in warp can still interact with objects outside of subspace as if it were in real space.\n
    \n
    It is clear, though, that subspace has its own physical laws and its own special frame of reference, one of which is that you can exceed the speed of light in it: for example, the use of subspace radio which transmits at, in TNG times, Warp 9.997 (approximately 79,000*c*). In *Star Trek*, they generate subspace fields like we generate electromagnetic fields - in fact, the warp field *is* a subspace field.\n
    \n
    But how does this relate to warp drive? Allow me a little sidestep into another franchise to draw a rough analogy.\n
    \n
    **Domain amplification and subspace**\n
    \n
    In the manga/anime series *Jujutsu Kaisen*, one of the magical techniques that the most powerful sorcerers use to battle each other is called “domain expansion”. This creates a closed area centered on the sorcerer enclosing their target, an area in which the sorcerer sets the rules, akin to a zone in which they receive a power buff. Inside it, if the domain is not countered, the sorcerer’s strikes will always hit the target. The sorcerer’s abilities are enhanced and various other things can happen depending on the rules that the sorcerer has preset into the domain.\n
    \n
    Another use of domains is called “domain amplification”. This is not a full domain expansion, but surrounds the attacking sorcerer with a skin or bubble that has domain effects. It doesn’t use as much power as a full expansion, but is used to nullify any defensive techniques the target sorcerer might have, by imposing the attacking domain’s own rules against the technique. This still allows the attacking sorcerer to interact with things outside this domain bubble while taking advantage of some of its effects.\n
    \n
    (All this will make sense, I promise)\n
    \n
    Let’s imagine that real space is a domain that follows the rules that we associate with an Einstein/Newtonian universe, where relativity holds sway. Then we have another domain - subspace - where relativity can be ignored or at least circumvented.\n
    \n
    So what if generating a warp field is like domain amplification, creating a bubble of a subspace domain that encloses the ship? This subspace or warp bubble is then shaped by the nacelles, which distorts space locally, allowing the bubble and the ship to be propelled along at FTL speed. This is because while inside the bubble, the rules of subspace apply, not the relativistic rules of real space. It therefore becomes possible to exceed *c* in that special frame of reference. And yet, the bubble is still strongly connected to real space, so the ship can interact with objects outside the bubble. This explains the existence of Newtonian forces like inertia, acceleration and momentum still acting on the ship, and the continuing need for inertial dampers at warp.\n
    \n
    This tight coupling to real space is also why we can see “stars” streaking by while in warp (more likely dust particles in real space being accelerated as they are caught in the ship’s warp bubble). The visual change in post-DIS *Trek* where the outside of the ship looks more like a *Stargate*-ish tunnel can be explained away as what the interior of the warp bubble looks like stretched out, as the ship speeds along within it like a canoe on a river, being propelled by layers of warp energy within the bubble and also carried along by the current within the bubble itself as it cruises along.\n
    \n
    **Subspace and spacetime shortcuts**\n
    \n
    The existence of subspace as a separate dimensional realm also provides us with a possible solution for the disparity between what the TNG Tech Manual gives us as absolute *c* values for various warp factors and the speed of plot that we see on screen. Often, the time taken between star systems and sectors is much shorter than what we would expect given the warp factors quoted, if the ship did indeed travel at the *c* values given by the Tech Manual.\n
    \n
    My suggestion is that subspace is not a one-to-one correspondence with real space, but exists in a “higher” dimensional plane where distances in subspace are much shorter compared to their real space counterparts. For example, what would take 200 light years to traverse in real space would be, say only be equivalent to 20 light years travel distance in subspace.\n
    \n
    (I’m just tossing out figures here - I don’t obviously mean this as an exact ratio, and for all we know depending on the architecture of subspace the exact correspondence can vary widely, which again helps fit the speed of plot.)\n
    \n
    So this further suggests that the TNG Tech Manual *c* values are meant to reflect speeds in subspace, or rather the ship’s velocity within the warp bubble, which translates to faster velocities and thus further distances travelled in real space. In effect the ship, by surrounding itself with a subspace domain, creates its own shortcut/wormhole through real space.\n
    \n
    **Conclusion**\n
    \n
    So, TL;dr: *Star Trek* warp drive works by surrounding the ship with a warp field, a bubble of subspace which both lowers the inertial mass of the ship and removes it from the relativistic requirements of real space. Propulsion is achieved by shaping the field, but within the subspace bubble the ship still moves and can act on real space as well as experience inertial forces. Additionally, the warped relationship of subspace to real space means that distances travelled in subspace move the ship much further in real space, and that warp factor velocities reflect the speed at which the ship moves in subspace rather than real space.\n
    \n
    Thank you for your attention.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728177035 {#1780
    date: 2024-10-06 03:10:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1444 …}
  +votes: Doctrine\ORM\PersistentCollection {#1452 …}
  +reports: Doctrine\ORM\PersistentCollection {#1465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1637 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1644 …}
  +badges: Doctrine\ORM\PersistentCollection {#1622 …}
  +children: []
  -id: 32605
  -titleTs: "'bubbl':5 'drive':15 'might':16 'propos':8 'real':2 'space':3 'star':12 'subspac':1 'trek':13 'warp':4,14 'work':17"
  -bodyTs: "'-01':789 '-1000':776 '-43':430,698 '/r/daystrominstitute/s/pzjyyeov7k)':104 '0.999':687 '000':1055 '1':679 '1.001':690 '1.3':427,696 '10':429,697 '1000':412,671 '1991':311 '20':1716 '200':1701 '2009':639 '22nd':785 '23rd':746 '24th':763 '65':314 '79':1054 '9.997':1052 'abil':1180 'abl':875 'absolut':1606 'acceler':228,247,525,660,1445,1488 'accord':354 'achiev':321,1866 'across':418 'act':1449,1882 'actual':111 'addit':1892 'admit':124 'advantag':44,737,1281 'aft':341 'ahead':461 'akin':1149 'alcubierr':78,857,866,911 'allow':1086,1267,1370 'along':1379,1540,1562,1573 'also':122,793,914,1469,1560,1587 'although':116 'alway':1173 'amplif':1100,1208,1343 'analog':75,1098 'anoth':1092,1201,1321 'anyth':74 'appar':377,707,806 'appear':395,416 'appli':1394 'appreci':154 'approxim':1053 'architectur':1748 'area':1132,1141 'around':53,298,490,501,519,844,909 'assist':753 'associ':1309 'asymmetr':598 'asymmetri':476 'attack':1219,1257,1269 'attempt':24 'attent':1938 'avail':289 'aw':854 'away':1523 'basic':199 'battl':1121 'becom':657,1404 'begin':189 'boundari':421,685 'bubbl':905,913,1225,1278,1346,1359,1372,1389,1418,1435,1498,1531,1558,1568,1792,1842,1875 'buff':1159 'build':353 'built':770 'bussard':464 'c':234,251,264,276,285,405,420,443,530,676,688,691,711,1056,1408,1607,1653,1774 'call':1125,1206 'came':300 'cano':1545 'carri':1561 'caught':1492 'center':1133 'centuri':747,764,786 'chang':1501 'circumv':1332 'clear':1008 'close':1131 'coil':447,769,796 'compar':1690 'complet':898 'concert':329 'conclus':1824 'conflat':95 'connect':1422 'construct':178 'continu':1455 'contrast':722 'control':335 'correspond':1672,1753 'could':819 'counter':1167 'counterpart':1695 'coupl':1464 'craft':55 'creat':473,773,1129,1344,1817 'critic':388 'cruis':1572 'cumul':371 'current':1565 'd':153 'dampen':634 'damper':1459 'deal':193 'defens':1247 'deja':543 'depend':1189,1745 'describ':33 'descript':290 'differ':862 'difficulti':979 'dimension':1585,1681 'direct':342 'dis':1505 'discuss':156,369 'dispar':1596 'distanc':1684,1720,1801,1903 'distort':118,499,842,1367 'doesn':572,915,983,1231 'domain':939,1099,1126,1164,1200,1204,1207,1214,1228,1258,1277,1302,1322,1342,1350,1816 'dr':1827 'draw':1095 'drive':16,35,41,79,91,192,296,479,556,861,1085,1831 'driven':417 'driver':768,795 'ds9':546 'dust':1482 'easier':658 'effect':60,319,743,872,922,1229,1286,1807 'einstein':210 'einstein/newtonian':1312 'either':701 'eject':810 'electromagnet':1067 'emissari':547 'enclos':1137,1352 'energi':245,259,410,533,715,1555 'engin':619,726,766,792,816 'enhanc':1182 'enter':575,960,963 'enterpris':824 'envelop':467 'equat':86 'equip':553 'equival':1714 'even':139,163,574,944 'exact':1738,1752 'exampl':1039,1697 'exceed':1031,1407 'exist':947,1439,1579,1677 'exit':814 'expans':1127,1215,1240 'expect':1639 'experi':58,626,1889 'explain':180,985,1437,1522 'fact':266,565,1070 'factor':326,1612,1643,1918 'fair':833 'fan':82 'faster':205,403,1796 'faster-than-light':204 'feel':870 'field':332,351,372,409,460,475,497,516,538,594,635,641,666,734,779,840,884,1063,1068,1073,1077,1339,1840,1870 'figur':1728 'fire':347,599 'firm':892 'first':287,330 'fit':1760 'follow':1304 'forc':374,628,1442,1891 'fore':339 'fore-to-aft':338 'format':333 'forward':446,482 'frame':1021,1412 'franchis':1093 'frequenc':358,455 'ftl':114,1381 'full':1213,1239 'fulli':123 'generat':308,1061,1066,1336 'get':297,489,654 'give':1603 'given':1640,1655 'go':148 'goe':583 'gotten':135 'greater':821 'happen':1188 'hayn':825 'help':472,1759 'higher':1680 'hit':667,675,1174 'hold':1316 'howev':622,975 'hyperspac':971 'idea':38,835 'ignor':1328 'imagin':1296 'impart':383 'implaus':172 'impli':750 'impos':1255 'impuls':555,557,571,616,725,755,765,791 'increas':240,589,648,804 'inde':1649 'inerti':59,507,627,633,652,871,1458,1849,1890 'inertia':1444 'infinit':255,258,714 'injector':346 'insid':1160,1387 'instal':797 'insul':899 'insur':434 'interact':877,993,1272,1430 'interior':1527 'involv':108,120,621 'ish':1518 'jujutsu':1107 'kaisen':1108 'keen':84 'know':924,1744 'laid':99 'law':1016 'layer':352,373,518,937,1552 'learn':185 'least':1331 'led':952 'less':423 'let':187,1294 'licens':303 'life':945 'light':207,233,1035,1702,1717 'like':856,967,1064,1341,1443,1481,1515,1533,1543 'littl':1089 'll':5,22 'local':1369 'long':174 'look':1513,1532 'lot':855 'lower':505,539,650,742,921,1847 'm':126,147,1724 'made':143 'made-up':142 'magic':1112 'maintain':708 'make':1290 'manga/anime':1105 'mani':81,136 'manual':32,310,568,782,826,1602,1659,1773 'mass':227,236,256,273,378,508,540,653,741,807,920,1850 'mass-low':740,919 'massless':279 'may':132 'mean':1734,1901 'meant':1777 'measur':643 'memento':758 'might':1252 'millicochran':413,647,672,777 'model':9,107,162 'modul':470 'momentum':1447 'mori':759 'move':112,893,908,1879,1907,1927 'much':1235,1633,1688,1910 'nacell':450,603,752,1365 'natur':563 'necessit':632 'need':614,718,1456 'never':439 'newtonian':1441 'next':307 'note':548 'noth':271 'nullifi':1245 'number':324 'nx':788 'object':93,225,239,253,879,995,1432 'observ':399 'obstacl':200 'obvious':1733 'occur':391 'offset':456 'often':1623 'one':164,1024,1109,1669,1671 'one-to-on':1668 'oper':451,558,756 'opposit':801 'otherwis':717 'outright':166 'outset':68 'outsid':398,880,996,1275,1433,1509 'page':313 'particl':1483 'past':263 'photon':277 'physic':433,1015 'physicist':129 'planck':425 'plane':1682 'plasma':345,361 'plot':1617,1764 'point':64,390 'possibl':1405,1592 'post':3,1504 'post-di':1503 'power':1117,1158,1236 'precis':441 'preset':1197 'press':363 'previous':368 'probabl':133 'produc':605 'promis':1293 'propel':609,811,848,1378,1550 'propos':7,73 'propuls':316,318,631,1864 'provid':820,1588 'public':288 'puls':357 'pure':560 'push':261,523 'q':544 'quot':1644 'radio':1044 'ramscoop':465 'rather':681,1784,1930 'ratio':1739 'reach':275,411 'reaction':618 'read':485 'real':48,895,1004,1298,1400,1424,1466,1485,1674,1693,1707,1804,1822,1862,1884,1899,1913,1932 'realm':933,1586 'reason':532,802 'recap':197 'receiv':1156 'reconcil':26 'reduc':375 'refer':1023,1414 'refin':160 'reflect':1779,1920 'reinforc':458 'relat':195,215,217,268,492,1082,1315,1325 'relationship':1895 'relativist':1397,1859 'rememb':941 'remov':1855 'requir':241,257,385,477,534,716,1860 'river':1548 'rough':1097 'rubbish':170 'rule':1148,1192,1261,1306,1391,1398 'saucer':469 'say':167,218,269,569,1711 'schism':949 'scienc':145 'screen':1622 'sec':431 'second':699 'sector':1631 'see':536,1473,1620 'seem':83 'sens':1291 'separ':1584 'sequenti':348 'seri':1106 'serv':966 'set':1146 'shape':512,595,1362,1868 'ship':110,415,437,481,503,521,527,551,582,611,624,674,846,850,868,889,959,988,1354,1375,1428,1452,1495,1512,1538,1647,1786,1809,1836,1853,1877,1909,1926 'shortcut':46,972,1577 'shortcut/wormhole':1820 'shorter':1634,1689 'show':927 'sidestep':1090 'skin':1223 'slight':454 'snw':757 'solut':1593 'somehow':42 'sorcer':1118,1136,1145,1169,1178,1195,1220,1251,1270 'sort':969 'sound':852 'space':49,52,896,907,1005,1299,1368,1401,1425,1467,1486,1675,1694,1708,1805,1823,1863,1885,1900,1914,1933 'spacecraft':394 'spacetim':117,500,843,1576 'special':214,216,267,491,1020,1411 'speed':115,231,1033,1382,1539,1615,1762,1780,1922 'spend':692 'st':638 'star':13,88,293,304,487,1058,1474,1628,1828 'stargat':1517 'stationari':901 'still':57,625,869,891,992,1266,1420,1448,1878 'straddl':683 'streak':1475 'strength':590,642,669 'stretch':1534 'strike':1171 'strong':1421 'sub':775 'sublight':561,724 'subspac':829,929,964,998,1011,1043,1062,1076,1102,1323,1349,1356,1393,1574,1581,1664,1686,1722,1750,1782,1815,1844,1874,1897,1906,1929 'suggest':158,955,1661,1768 'superlumin':202 'surround':1217,1811,1834 'sway':1317 'system':1629 'take':43,736,1280,1700 'taken':1626 'talk':150 'tandem':730 'target':1139,1176,1250 'tattoo':637 'tech':567,781,1601,1658,1772 'technic':31,309 'techniqu':1113,1248,1264 'thank':1934 'theori':212 'therefor':1403 'thing':137,1186,1274 'though':1009 'three':445 'thrust':822 'thus':1799 'tight':1463 'time':426,1050,1625 'tl':1826 'tmp':663 'tng':30,542,780,940,948,1049,1600,1771 'toss':1726 'toward':229,529,661 'transit':389 'translat':1794 'transmit':1046 'travel':208,283,402,1650,1719,1802,1904 'travers':1705 'trek':14,89,294,305,488,1059,1506,1829 'tunnel':1519 'two':97 'ultim':105,608 'understand':11 'unit':645 'univers':1313 'unlik':865 'upon':364 'us':1589,1604 'use':494,837,1041,1119,1202,1233,1243 'uss':823 'valu':1608,1654,1775 'vari':1755 'various':1184,1610 'vehicl':381 'veloc':222,386,702,709,1788,1797,1919 'visual':1500 'voy':636 'want':62 'warp':15,34,40,51,90,191,295,315,350,408,432,496,515,537,585,593,602,662,678,733,778,839,860,883,904,961,990,1051,1072,1084,1338,1358,1461,1479,1497,1530,1554,1611,1642,1791,1830,1839,1894,1917 'way':28 'well':1887 'wide':1756 'within':902,1541,1556,1566,1789,1872 'without':612,712 'word':887 'work':17,327,728,1832 'wormhol':974 'would':1638,1699,1709 'wrong':138 'www.reddit.com':103 'www.reddit.com/r/daystrominstitute/s/pzjyyeov7k)':102 'x':428 'year':1703,1718 'yet':56,1416 'zone':1152"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706108053
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5991348"
  +editedAt: DateTimeImmutable @1727983128 {#1764
    date: 2024-10-03 21:18:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706021653 {#1765
    date: 2024-01-23 15:54:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 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
70 DENIED moderate
App\Entity\Entry {#1634
  +user: Proxies\__CG__\App\Entity\User {#1636 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Install-HAOS-on-Linux-machine-that-has-Debian-11-currently"
  +title: "Install HAOS on Linux machine that has Debian 11 currently"
  +url: null
  +body: """
    Hi everyone. I am trying to repurpose an old Vero 4K+ that i have laying around. It is a Linux machine running Debian 11 bullseye, but I might need some help i am afraid.\n
    \n
    Out of the HA versions, OS seemed like the one I want, for keeping the option for add ons. I went ahead and used the Installation method on generic x86/x64 Option 2. As such i created a bootable usb through Balena Etcher on my Mac, it seems to have succeeded.\n
    \n
    After inserting the usb on the target device, it doesn’t let me boot from it. I read in the tutorial usually one would configure the bios on EFI and secure boot, as far as i am aware, the OSMC doesn’t have that. I assumed it would be able to boot from the USB as that is the exact way OSMC is installed.\n
    \n
    I am able to bring up the terminal when I press ctrl on a keyboard during the boot sequence.\n
    \n
    Do you think it is possible to install HA OS on the machine? I hope so, i am aiming to combine it with a Sonoff ZBdongle-E to start my journey into HA.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727981468 {#1627
    date: 2024-10-03 20:51:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1660 …}
  +votes: Doctrine\ORM\PersistentCollection {#1450 …}
  +reports: Doctrine\ORM\PersistentCollection {#1421 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1424 …}
  +badges: Doctrine\ORM\PersistentCollection {#1442 …}
  +children: []
  -id: 32557
  -titleTs: "'11':9 'current':10 'debian':8 'hao':2 'instal':1 'linux':4 'machin':5"
  -bodyTs: "'11':24 '2':66 '4k':11 'abl':134,151 'add':52 'afraid':34 'ahead':56 'aim':186 'around':16 'assum':130 'awar':122 'balena':75 'bio':111 'boot':98,116,136,166 'bootabl':72 'bring':153 'bullsey':25 'combin':188 'configur':109 'creat':70 'ctrl':160 'debian':23 'devic':92 'doesn':94,125 'e':195 'efi':113 'etcher':76 'everyon':2 'exact':144 'far':118 'generic':63 'ha':38,176,201 'help':31 'hi':1 'hope':182 'insert':86 'instal':60,148,175 'journey':199 'keep':48 'keyboard':163 'lay':15 'let':96 'like':42 'linux':20 'mac':79 'machin':21,180 'method':61 'might':28 'need':29 'old':9 'on':53 'one':44,107 'option':50,65 'os':40,177 'osmc':124,146 'possibl':173 'press':159 'read':102 'repurpos':7 'run':22 'secur':115 'seem':41,81 'sequenc':167 'sonoff':192 'start':197 'succeed':84 'target':91 'termin':156 'think':170 'tri':5 'tutori':105 'usb':73,88,139 'use':58 'usual':106 'vero':10 'version':39 'want':46 'way':145 'went':55 'would':108,132 'x86/x64':64 'zbdongl':194 'zbdongle-':193"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706045289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11075046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706002789 {#1624
    date: 2024-01-23 10:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1634
  +user: Proxies\__CG__\App\Entity\User {#1636 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Install-HAOS-on-Linux-machine-that-has-Debian-11-currently"
  +title: "Install HAOS on Linux machine that has Debian 11 currently"
  +url: null
  +body: """
    Hi everyone. I am trying to repurpose an old Vero 4K+ that i have laying around. It is a Linux machine running Debian 11 bullseye, but I might need some help i am afraid.\n
    \n
    Out of the HA versions, OS seemed like the one I want, for keeping the option for add ons. I went ahead and used the Installation method on generic x86/x64 Option 2. As such i created a bootable usb through Balena Etcher on my Mac, it seems to have succeeded.\n
    \n
    After inserting the usb on the target device, it doesn’t let me boot from it. I read in the tutorial usually one would configure the bios on EFI and secure boot, as far as i am aware, the OSMC doesn’t have that. I assumed it would be able to boot from the USB as that is the exact way OSMC is installed.\n
    \n
    I am able to bring up the terminal when I press ctrl on a keyboard during the boot sequence.\n
    \n
    Do you think it is possible to install HA OS on the machine? I hope so, i am aiming to combine it with a Sonoff ZBdongle-E to start my journey into HA.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727981468 {#1627
    date: 2024-10-03 20:51:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1660 …}
  +votes: Doctrine\ORM\PersistentCollection {#1450 …}
  +reports: Doctrine\ORM\PersistentCollection {#1421 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1424 …}
  +badges: Doctrine\ORM\PersistentCollection {#1442 …}
  +children: []
  -id: 32557
  -titleTs: "'11':9 'current':10 'debian':8 'hao':2 'instal':1 'linux':4 'machin':5"
  -bodyTs: "'11':24 '2':66 '4k':11 'abl':134,151 'add':52 'afraid':34 'ahead':56 'aim':186 'around':16 'assum':130 'awar':122 'balena':75 'bio':111 'boot':98,116,136,166 'bootabl':72 'bring':153 'bullsey':25 'combin':188 'configur':109 'creat':70 'ctrl':160 'debian':23 'devic':92 'doesn':94,125 'e':195 'efi':113 'etcher':76 'everyon':2 'exact':144 'far':118 'generic':63 'ha':38,176,201 'help':31 'hi':1 'hope':182 'insert':86 'instal':60,148,175 'journey':199 'keep':48 'keyboard':163 'lay':15 'let':96 'like':42 'linux':20 'mac':79 'machin':21,180 'method':61 'might':28 'need':29 'old':9 'on':53 'one':44,107 'option':50,65 'os':40,177 'osmc':124,146 'possibl':173 'press':159 'read':102 'repurpos':7 'run':22 'secur':115 'seem':41,81 'sequenc':167 'sonoff':192 'start':197 'succeed':84 'target':91 'termin':156 'think':170 'tri':5 'tutori':105 'usb':73,88,139 'use':58 'usual':106 'vero':10 'version':39 'want':46 'way':145 'went':55 'would':108,132 'x86/x64':64 'zbdongl':194 'zbdongle-':193"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706045289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11075046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706002789 {#1624
    date: 2024-01-23 10:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1634
  +user: Proxies\__CG__\App\Entity\User {#1636 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Install-HAOS-on-Linux-machine-that-has-Debian-11-currently"
  +title: "Install HAOS on Linux machine that has Debian 11 currently"
  +url: null
  +body: """
    Hi everyone. I am trying to repurpose an old Vero 4K+ that i have laying around. It is a Linux machine running Debian 11 bullseye, but I might need some help i am afraid.\n
    \n
    Out of the HA versions, OS seemed like the one I want, for keeping the option for add ons. I went ahead and used the Installation method on generic x86/x64 Option 2. As such i created a bootable usb through Balena Etcher on my Mac, it seems to have succeeded.\n
    \n
    After inserting the usb on the target device, it doesn’t let me boot from it. I read in the tutorial usually one would configure the bios on EFI and secure boot, as far as i am aware, the OSMC doesn’t have that. I assumed it would be able to boot from the USB as that is the exact way OSMC is installed.\n
    \n
    I am able to bring up the terminal when I press ctrl on a keyboard during the boot sequence.\n
    \n
    Do you think it is possible to install HA OS on the machine? I hope so, i am aiming to combine it with a Sonoff ZBdongle-E to start my journey into HA.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727981468 {#1627
    date: 2024-10-03 20:51:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1660 …}
  +votes: Doctrine\ORM\PersistentCollection {#1450 …}
  +reports: Doctrine\ORM\PersistentCollection {#1421 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1446 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1424 …}
  +badges: Doctrine\ORM\PersistentCollection {#1442 …}
  +children: []
  -id: 32557
  -titleTs: "'11':9 'current':10 'debian':8 'hao':2 'instal':1 'linux':4 'machin':5"
  -bodyTs: "'11':24 '2':66 '4k':11 'abl':134,151 'add':52 'afraid':34 'ahead':56 'aim':186 'around':16 'assum':130 'awar':122 'balena':75 'bio':111 'boot':98,116,136,166 'bootabl':72 'bring':153 'bullsey':25 'combin':188 'configur':109 'creat':70 'ctrl':160 'debian':23 'devic':92 'doesn':94,125 'e':195 'efi':113 'etcher':76 'everyon':2 'exact':144 'far':118 'generic':63 'ha':38,176,201 'help':31 'hi':1 'hope':182 'insert':86 'instal':60,148,175 'journey':199 'keep':48 'keyboard':163 'lay':15 'let':96 'like':42 'linux':20 'mac':79 'machin':21,180 'method':61 'might':28 'need':29 'old':9 'on':53 'one':44,107 'option':50,65 'os':40,177 'osmc':124,146 'possibl':173 'press':159 'read':102 'repurpos':7 'run':22 'secur':115 'seem':41,81 'sequenc':167 'sonoff':192 'start':197 'succeed':84 'target':91 'termin':156 'think':170 'tri':5 'tutori':105 'usb':73,88,139 'use':58 'usual':106 'vero':10 'version':39 'want':46 'way':145 'went':55 'would':108,132 'x86/x64':64 'zbdongl':194 'zbdongle-':193"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706045289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11075046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706002789 {#1624
    date: 2024-01-23 10:39:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 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
74 DENIED moderate
App\Entity\Entry {#1451
  +user: Proxies\__CG__\App\Entity\User {#1413 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1417 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-Lidarr-Custom-Lists"
  +title: "How to use Lidarr Custom Lists?"
  +url: null
  +body: "Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727999108 {#1420
    date: 2024-10-04 01:45:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 32486
  -titleTs: "'custom':5 'lidarr':4 'list':6 'use':3"
  -bodyTs: "'advanc':5 'custom':18 'format':21 'import':3 'list':4,6,14,19 'need':24 'option':10 'provid':12 'set':2 'url':15 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706048458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12858368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705962058 {#1426
    date: 2024-01-22 23:20:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1451
  +user: Proxies\__CG__\App\Entity\User {#1413 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1417 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-Lidarr-Custom-Lists"
  +title: "How to use Lidarr Custom Lists?"
  +url: null
  +body: "Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727999108 {#1420
    date: 2024-10-04 01:45:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 32486
  -titleTs: "'custom':5 'lidarr':4 'list':6 'use':3"
  -bodyTs: "'advanc':5 'custom':18 'format':21 'import':3 'list':4,6,14,19 'need':24 'option':10 'provid':12 'set':2 'url':15 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706048458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12858368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705962058 {#1426
    date: 2024-01-22 23:20:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1451
  +user: Proxies\__CG__\App\Entity\User {#1413 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1417 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-Lidarr-Custom-Lists"
  +title: "How to use Lidarr Custom Lists?"
  +url: null
  +body: "Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727999108 {#1420
    date: 2024-10-04 01:45:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 32486
  -titleTs: "'custom':5 'lidarr':4 'list':6 'use':3"
  -bodyTs: "'advanc':5 'custom':18 'format':21 'import':3 'list':4,6,14,19 'need':24 'option':10 'provid':12 'set':2 'url':15 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706048458
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12858368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705962058 {#1426
    date: 2024-01-22 23:20:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 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
78 DENIED moderate
App\Entity\Entry {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#1461
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#1462
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#1461
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#1462
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1778 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Doubts-over-Gluetun-QBitTorrent-setup"
  +title: "Doubts over Gluetun + QBitTorrent setup"
  +url: null
  +body: """
    Hello! I’m trying to set up qbittorrent and gluetun using docker compose on my home server, using the free account of ProtonVPN.\n
    \n
    on some [posts](https://teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/) I see that ports 8080, 6881 and 6881/UDP are open in gluetun. in [the guide I followed](https://www.smarthomebeginner.com/gluetun-docker-guide/) instead only port 8080 is exposed. So I exposed port 8080 and it is not working. I launched the torrent of endeavourOS iso image (that my laptop (with the same vpn) downloads in a few minutes with plenty of peers and seeds at about 4Mb/s), and it downloaded at an EXTREME low speed (a few B/s) for a few seconds, and then got stuck at stalled. When it is stalled, the qbittorrent container has no internet access (`ping linux.org` fails).\n
    \n
    So my questions are:\n
    \n
    1. Which ports do I need to open on gluetun? if I open 6881 wouldn’t my IP be exposed bypassing gluetun?\n
    2. What’s wrong with my setup? Why is internet connection so slow when there is, and why does it go away so often?\n
    3. Is this configuration secure? in case of gluetun fail, would my IP be leaked?\n
    \n
    here’s the two docker-compose.yml files:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    gluetun:\n
    </span><span style="color:#323232;">        image: qmcgaw/gluetun\n
    </span><span style="color:#323232;">        container_name: gluetun\n
    </span><span style="color:#323232;">        cap_add:\n
    </span><span style="color:#323232;">            - NET_ADMIN\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">            - VPN_SERVICE_PROVIDER=protonvpn\n
    </span><span style="color:#323232;">            - OPENVPN_USER=MYUSERHERE\n
    </span><span style="color:#323232;">            - OPENVPN_PASSWORD=MYPASSWORDHERE\n
    </span><span style="color:#323232;">            - SERVER_COUNTRIES=Netherlands\n
    </span><span style="color:#323232;">            - FREE_ONLY=on\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">            - ~/docker/gluetun/gluetun:/gluetun\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">            - 8080:8080 # qBittorrent\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: "3"\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">  qbittorrent:\n
    </span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest\n
    </span><span style="color:#323232;">    container_name: qbittorrent\n
    </span><span style="color:#323232;">    environment:\n
    </span><span style="color:#323232;">      - PUID=1000\n
    </span><span style="color:#323232;">      - PGID=1000\n
    </span><span style="color:#323232;">      - TZ=Europe/Rome\n
    </span><span style="color:#323232;">      - WEBUI_PORT=8080\n
    </span><span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/config:/config\n
    </span><span style="color:#323232;">      - ~/docker/qbittorrent/downloads:/downloads\n
    </span><span style="color:#323232;">    network_mode: "container:gluetun"\n
    </span><span style="color:#323232;">    #ports:\n
    </span><span style="color:#323232;">    #  - 8080:8080\n
    </span><span style="color:#323232;">    #  - 6881:6881\n
    </span><span style="color:#323232;">    #  - 6881:6881/udp\n
    </span><span style="color:#323232;">    restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    and here’s some logs:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">024-01-22T19:07:15Z INFO Settings summary:\n
    </span><span style="color:#323232;">├── VPN settings:\n
    </span><span style="color:#323232;">|   ├── VPN provider settings:\n
    </span><span style="color:#323232;">|   |   ├── Name: protonvpn\n
    </span><span style="color:#323232;">|   |   └── Server selection settings:\n
    </span><span style="color:#323232;">|   |       ├── VPN type: openvpn\n
    </span><span style="color:#323232;">|   |       ├── Countries: netherlands\n
    </span><span style="color:#323232;">|   |       ├── Free only servers: yes\n
    </span><span style="color:#323232;">|   |       └── OpenVPN server selection settings:\n
    </span><span style="color:#323232;">|   |           └── Protocol: UDP\n
    </span><span style="color:#323232;">|   └── OpenVPN settings:\n
    </span><span style="color:#323232;">|       ├── OpenVPN version: 2.5\n
    </span><span style="color:#323232;">|       ├── User: [set]\n
    </span><span style="color:#323232;">|       ├── Password: fL...BK\n
    </span><span style="color:#323232;">|       ├── Network interface: tun0\n
    </span><span style="color:#323232;">|       ├── Run OpenVPN as: root\n
    </span><span style="color:#323232;">|       └── Verbosity level: 1\n
    </span><span style="color:#323232;">├── DNS settings:\n
    </span><span style="color:#323232;">|   ├── Keep existing nameserver(s): no\n
    </span><span style="color:#323232;">|   ├── DNS server address to use: 127.0.0.1\n
    </span><span style="color:#323232;">|   └── DNS over TLS settings:\n
    </span><span style="color:#323232;">|       ├── Enabled: yes\n
    </span><span style="color:#323232;">|       ├── Update period: every 24h0m0s\n
    </span><span style="color:#323232;">|       ├── Unbound settings:\n
    </span><span style="color:#323232;">|       |   ├── Authoritative servers:\n
    </span><span style="color:#323232;">|       |   |   └── cloudflare\n
    </span><span style="color:#323232;">|       |   ├── Caching: yes\n
    </span><span style="color:#323232;">|       |   ├── IPv6: no\n
    </span><span style="color:#323232;">|       |   ├── Verbosity level: 1\n
    </span><span style="color:#323232;">|       |   ├── Verbosity details level: 0\n
    </span><span style="color:#323232;">|       |   ├── Validation log level: 0\n
    </span><span style="color:#323232;">|       |   ├── System user: root\n
    </span><span style="color:#323232;">|       |   └── Allowed networks:\n
    </span><span style="color:#323232;">|       |       ├── 0.0.0.0/0\n
    </span><span style="color:#323232;">|       |       └── ::/0\n
    </span><span style="color:#323232;">|       └── DNS filtering settings:\n
    </span><span style="color:#323232;">|           ├── Block malicious: yes\n
    </span><span style="color:#323232;">|           ├── Block ads: no\n
    </span><span style="color:#323232;">|           ├── Block surveillance: no\n
    </span><span style="color:#323232;">|           └── Blocked IP networks:\n
    </span><span style="color:#323232;">|               ├── 127.0.0.1/8\n
    </span><span style="color:#323232;">|               ├── 10.0.0.0/8\n
    </span><span style="color:#323232;">|               ├── 172.16.0.0/12\n
    </span><span style="color:#323232;">|               ├── 192.168.0.0/16\n
    </span><span style="color:#323232;">|               ├── 169.254.0.0/16\n
    </span><span style="color:#323232;">|               ├── ::1/128\n
    </span><span style="color:#323232;">|               ├── fc00::/7\n
    </span><span style="color:#323232;">|               ├── fe80::/10\n
    </span><span style="color:#323232;">|               ├── ::ffff:127.0.0.1/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:10.0.0.0/104\n
    </span><span style="color:#323232;">|               ├── ::ffff:169.254.0.0/112\n
    </span><span style="color:#323232;">|               ├── ::ffff:172.16.0.0/108\n
    </span><span style="color:#323232;">|               └── ::ffff:192.168.0.0/112\n
    </span><span style="color:#323232;">├── Firewall settings:\n
    </span><span style="color:#323232;">|   └── Enabled: yes\n
    </span><span style="color:#323232;">├── Log settings:\n
    </span><span style="color:#323232;">|   └── Log level: INFO\n
    </span><span style="color:#323232;">├── Health settings:\n
    </span><span style="color:#323232;">|   ├── Server listening address: 127.0.0.1:9999\n
    </span><span style="color:#323232;">|   ├── Target address: cloudflare.com:443\n
    </span><span style="color:#323232;">|   ├── Duration to wait after success: 5s\n
    </span><span style="color:#323232;">|   ├── Read header timeout: 100ms\n
    </span><span style="color:#323232;">|   ├── Read timeout: 500ms\n
    </span><span style="color:#323232;">|   └── VPN wait durations:\n
    </span><span style="color:#323232;">|       ├── Initial duration: 6s\n
    </span><span style="color:#323232;">|       └── Additional duration: 5s\n
    </span><span style="color:#323232;">├── Shadowsocks server settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── HTTP proxy settings:\n
    </span><span style="color:#323232;">|   └── Enabled: no\n
    </span><span style="color:#323232;">├── Control server settings:\n
    </span><span style="color:#323232;">|   ├── Listening address: :8000\n
    </span><span style="color:#323232;">|   └── Logging: yes\n
    </span><span style="color:#323232;">├── OS Alpine settings:\n
    </span><span style="color:#323232;">|   ├── Process UID: 1000\n
    </span><span style="color:#323232;">|   └── Process GID: 1000\n
    </span><span style="color:#323232;">├── Public IP settings:\n
    </span><span style="color:#323232;">|   ├── Fetching: every 12h0m0s\n
    </span><span style="color:#323232;">|   └── IP file path: /tmp/gluetun/ip\n
    </span><span style="color:#323232;">└── Version settings:\n
    </span><span style="color:#323232;">└── Enabled: yes\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] adding route for 0.0.0.0/0\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] setting allowed subnets...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [routing] default route found: interface eth0, gateway 172.29.0.1, assigned IP 172.29.0.2 and family v4\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [dns] using plaintext DNS at address 1.1.1.1\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [http server] http server listening on [::]:8000\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [healthcheck] listening on 127.0.0.1:9999\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:15Z INFO [openvpn] UDP link remote: [AF_INET]192.40.57.231:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] stopping\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [vpn] starting\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [firewall] allowing VPN connection...\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link local: (not bound)\n
    </span><span style="color:#323232;">2024-01-22T19:07:21Z INFO [openvpn] UDP link remote: [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'\n
    </span><span style="color:#323232;">2024-01-22T19:07:22Z INFO [openvpn] [node-nl-164.protonvpn.net] Peer Connection Initiated with [AF_INET]185.107.56.235:1194\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] setsockopt TCP_NODELAY=1 failed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] TUN/TAP device tun0 opened\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip link set dev tun0 up\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.25.0.5/16\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] UID set to nonrootuser\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [openvpn] Initialization Sequence Completed\n
    </span><span style="color:#323232;">2024-01-22T19:07:23Z INFO [dns] downloading DNS over TLS cryptographic files\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:24Z INFO [dns] downloading hostnames and IP block lists\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 0: validator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] init module 1: iterator\n
    </span><span style="color:#323232;">2024-01-22T19:07:32Z INFO [dns] start of service (unbound 1.17.1).\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [healthcheck] healthy!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [dns] ready\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [vpn] You are running on the bleeding edge of latest!\n
    </span><span style="color:#323232;">2024-01-22T19:07:33Z INFO [ip getter] Public IP address is 185.107.56.251 (Netherlands, North Holland, Amsterdam)\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727959050 {#1461
    date: 2024-10-03 14:37:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1448 …}
  +votes: Doctrine\ORM\PersistentCollection {#1455 …}
  +reports: Doctrine\ORM\PersistentCollection {#1460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1459 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1439 …}
  +badges: Doctrine\ORM\PersistentCollection {#1437 …}
  +children: []
  -id: 32464
  -titleTs: "'doubt':1 'gluetun':3 'qbittorr':4 'setup':5"
  -bodyTs: "'-01':289,521,542,555,566,587,608,622,636,648,659,687,704,722,735,750,770,779,788,799,827,844,862,875,890,914,938,963,980,993,1005,1021,1035,1050,1062,1073,1087,1096,1110,1126,1138,1150,1163,1180,1189,1198,1215 '-22':290,522,543,556,567,588,609,623,637,649,660,688,705,723,736,751,771,780,789,800,828,845,863,876,891,915,939,964,981,994,1006,1022,1036,1051,1063,1074,1088,1097,1111,1127,1139,1151,1164,1181,1190,1199,1216 '/0':391,392,553 '/10':422 '/104':425,428 '/108':434 '/112':431,437 '/12':413 '/16':415,417,1048 '/7':420 '/8':409,411 '/config':265 '/dev/net/tun':599 '/docker/gluetun/gluetun':232 '/docker/qbittorrent/config':264 '/docker/qbittorrent/downloads':266 '/downloads':267 '/gluetun':233 '/gluetun-docker-guide/)':49 '/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':768 '/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':29 '/sbin/ip':1012,1028,1042 '/tmp/gluetun/ip':515 '0':380,384,1135 '0.0.0.0':390,552 '024':288 '07':292,524,545,558,569,590,611,625,639,651,662,690,707,725,738,753,773,782,791,802,830,847,865,878,893,917,941,966,983,996,1008,1024,1038,1053,1065,1076,1090,1099,1113,1129,1141,1153,1166,1183,1192,1201,1218 '1':134,341,376,990,1147 '1.1.1.1':620 '1.17.1':1161 '1/128':418 '10.0.0.0':410,427 '10.25.0.5':1047 '1000':255,257,502,505 '100ms':466 '1194':720,748,860,888,978 '127.0.0.1':354,408,424,452,645 '12h0m0s':511 '1500':936,1019 '1532':931 '15z':293,525,546,559,570,591,612,626,640,652,663,691,708,726,739 '1633':907 '1634':912 '169.254.0.0':416,430 '172.16.0.0':412,433 '172.29.0.1':534,579 '172.29.0.2':537,582 '185.107.56.235':859,887,977 '185.107.56.251':1227 '192.168.0.0':414,436 '192.40.57.231':719,747 '2':156,684,824 '2.10':702,842 '2.5':326 '2.5.8':667,807 '2022':685,825 '2023':700,840 '2024':520,541,554,565,586,607,621,635,647,658,686,703,721,734,749,769,778,787,798,826,843,861,874,889,913,937,962,979,992,1004,1020,1034,1049,1061,1072,1086,1095,1109,1125,1137,1149,1162,1179,1188,1197,1214 '21z':754,774,783,792,803,831,848,866,879 '22z':894,918,942,967 '23z':984,997,1009,1025,1039,1054,1066,1077 '24':698,838 '24h0m0s':364 '24z':1091,1100 '3':180,202,244 '3.1.4':697,837 '32z':1114,1130,1142,1154 '33z':1167,1184,1193,1202,1219 '4a5c':1175 '4f66':1176 '4mb/s':94 '500ms':469 '5s':462,478 '64':669,809 '6881':35,147,275,276,277 '6881/udp':37,278 '6s':475,762 '8000':494,634 '8080':34,53,60,235,236,262,273,274 '9999':453,646 'access':126 'account':21 'ad':400,549 'add':211,1044 'addit':476 'addr':1043 'address':351,451,455,493,619,716,856,1225 'admin':213 'aead':680,820 'af':717,745,857,885,975 'allow':388,563,655,795 'alpin':498,671,811 'alpine-linux-musl':670,810 'amsterdam':1231 'assign':535,580 'authorit':367 'avail':597 'away':177 'b/s':105 'bk':331 'bleed':1210 'block':396,399,402,405,1107 'bound':733,873 'built':681,821 'bypass':154 'cach':370 'cap':210 'case':186 'cloudflar':369 'cloudflare.com':1122 'cloudflare.com:443':456 'comp':946,960 'comp-lzo':945,959 'complet':1071 'compos':13 'config':952,957 'configur':183 'connect':166,657,797,972 'contain':122,207,250,270 'control':489 'countri':226,310 'creat':605 'cryptograph':1084 'default':528,573 'detail':378 'dev':1015,1031,1045 'devic':594,1001 'dial':1118,1119 'directori':604 'dns':342,349,355,393,614,617,1079,1081,1102,1132,1144,1156,1169,1195 'docker':12 'docker-compose.yml':199 'download':81,97,1080,1103 'durat':457,472,474,477 'edg':1211 'enabl':359,440,482,487,518 'endeavouro':71 'environ':214,253 'epol':678,818 'eth0':532,577 'europe/rome':259 'everi':363,510 'exist':345 'expos':55,58,153 'extrem':100 'fail':129,189,991 'famili':539,584 'fc00':419 'fe80':421 'fetch':509 'ffff':423,426,429,432,435 'file':200,513,602,1085 'filter':394 'firewal':438,561,654,794 'fl':330 'follow':46 'found':530,575 'free':20,228,312 'gateway':533,578 'generat':1170 'getter':1222 'gid':504 'github.com':767 'github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)':766 'gluetun':10,41,143,155,188,204,209,271 'go':176 'got':112 'guid':44 'header':464 'health':447 'healthcheck':642,756,1093,1116,1186 'healthi':1094,1187 'hello':1 'holland':1230 'home':16 'hostnam':1104 'http':484,628,630 'i/o':1123 'imag':73,205,247 'inconsist':902,926 'inet':718,746,858,886,976 'info':294,446,526,547,560,571,592,613,627,641,653,664,692,709,727,740,755,775,784,793,804,832,849,867,880,968,985,998,1010,1026,1040,1055,1067,1078,1092,1101,1115,1131,1143,1155,1168,1185,1194,1203,1220 'init':1133,1145 'initi':473,973,1069 'instead':50 'interfac':333,531,576 'internet':125,165 'ip':151,192,406,507,512,536,581,1106,1221,1224 'ipv6':372 'iso':72 'iter':1148 'keep':344 'keytag':1171 'laptop':76 'latest':249,1213 'launch':67 'leak':194 'level':340,375,379,383,445 'librari':694,834 'link':730,743,870,883,898,905,910,1013,1029 'link-mtu':897,904,909 'linux':672,812 'linux.org':128 'linuxserver/qbittorrent':248 'list':1108 'listen':450,492,632,643 'local':731,871,903,927,956 'log':287,382,442,444,495 'lookup':1121 'low':101 'lz4':677,817 'lzo':676,701,816,841,947,961 'm':3 'malici':397 'mh/pktinfo':679,819 'minut':85 'miss':954 'mode':269 'modul':1134,1146 'mtu':899,906,911,923,930,935,1018 'musl':673,813 'mypasswordher':224 'myuserher':221 'name':208,251,302 'nameserv':346 'need':139 'net':212 'netherland':227,311,1228 'network':268,332,389,407 'node-nl-164.protonvpn.net':970 'nodelay':989 'nonrootus':1060 'north':1229 'nov':683,823 'null':1177 'oct':699,839 'often':179 'open':39,141,146,598,1003 'openssl':675,696,815,836 'openvpn':219,222,309,316,322,324,336,665,666,693,710,728,741,805,806,833,850,868,881,896,920,944,969,986,999,1011,1027,1041,1056,1068 'os':497 'password':223,329 'path':514 'peer':89,971 'period':362 'pgid':256 'ping':127 'plaintext':616 'plenti':87 'port':33,52,59,136,234,261,272 'post':26 'present':949 'preserv':712,852 'process':500,503 'program':757 'protocol':320 'protonvpn':23,218,303 'provid':217,300 'proxi':485 'public':506,1223 'puid':254 'qbittorr':8,121,237,246,252 'qmcgaw/gluetun':206 'queri':1172 'question':132 'read':463,467 'readi':1196 'recent':713,853 'remot':715,744,855,884,908,932,951,958 'restart':238,279,763 'root':338,387 'rout':527,529,548,550,572,574 'run':335,1207 'second':109 'secur':184 'see':31,765 'seed':91 'select':305,318 'sequenc':1070 'server':17,225,304,314,317,350,368,449,480,490,629,631 'servic':203,216,245,1159 'set':6,295,298,301,306,319,323,328,343,358,366,395,439,443,448,481,486,491,499,508,517,562,1014,1030,1058 'setsockopt':987 'setup':162 'shadowsock':479 'slow':168 'speed':102 'ssl':674,814 'stall':115,119 'start':786,1157 'stop':241,282,777 'stuck':113 'subnet':564 'success':461 'summari':296 'surveil':403 'system':385 't19':291,523,544,557,568,589,610,624,638,650,661,689,706,724,737,752,772,781,790,801,829,846,864,877,892,916,940,965,982,995,1007,1023,1037,1052,1064,1075,1089,1098,1112,1128,1140,1152,1165,1182,1191,1200,1217 'ta':1174 'ta-4a5c-4f66':1173 'target':454 'tcp':988 'tcp/udp':711,851 'tcp4':1120 'teddit.zaggy.nl':28 'teddit.zaggy.nl/r/selfhosted/comments/15oe631/gluetun_and_qbittorrent_correct_setup_in/)':27 'timeout':465,468,1124 'tls':357,1083 'torrent':69 'tri':4 'tun':593,922,929,934 'tun-mtu':921,928,933 'tun/tap':1000 'tun0':334,1002,1016,1032,1046 'two':198 'type':308 'tz':258 'udp':321,729,742,869,882 'uid':501,1057 'unbound':365,1160 'unhealthi':760,1117 'unless':240,281 'unless-stop':239,280 'updat':361 'use':11,18,353,615,714,854,901,925 'user':220,327,386 'v4':540,585 'valid':381,1136 'verbos':339,374,377 'version':201,243,325,516,695,835 'volum':231,263 'vpn':80,215,297,299,307,470,656,764,776,785,796,1204 'wait':459,471 'warn':895,919,943 'webui':260 'work':65 'would':190 'wouldn':148 'wrong':159 'www.smarthomebeginner.com':48 'www.smarthomebeginner.com/gluetun-docker-guide/)':47 'x86':668,808 'yes':315,360,371,398,441,496,519"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706021753
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/709331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705952253 {#1462
    date: 2024-01-22 20:37:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 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
82 DENIED moderate
App\Entity\Entry {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-good-free-open-source-UWP-Windows-apps"
  +title: "Any good free, open source UWP Windows apps?"
  +url: null
  +body: """
    Looking to replace most of the Microsoft garbage with functional, native, good-looking apps.\n
    \n
    Already using FluentWeather, FluentCast, Screenbox, Wino Mail, Unigram, AniMoe (Anilist client)…\n
    \n
    Wanted Windows to ID Fluetro PDF as a PDF app, but for some reason that isn’t happening…\n
    \n
    Any other suggestions are also welcome…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711555 {#1428
    date: 2024-09-30 17:52:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 32344
  -titleTs: "'app':8 'free':3 'good':2 'open':4 'sourc':5 'uwp':6 'window':7"
  -bodyTs: "'alreadi':16 'also':49 'anilist':25 'animo':24 'app':15,36 'client':26 'fluentcast':19 'fluentweath':18 'fluetro':31 'function':10 'garbag':8 'good':13 'good-look':12 'happen':44 'id':30 'isn':42 'look':1,14 'mail':22 'microsoft':7 'nativ':11 'pdf':32,35 'reason':40 'replac':3 'screenbox':20 'suggest':47 'unigram':23 'use':17 'want':27 'welcom':50 'window':28 'wino':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705994471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11032982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705920971 {#1435
    date: 2024-01-22 11:56:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-good-free-open-source-UWP-Windows-apps"
  +title: "Any good free, open source UWP Windows apps?"
  +url: null
  +body: """
    Looking to replace most of the Microsoft garbage with functional, native, good-looking apps.\n
    \n
    Already using FluentWeather, FluentCast, Screenbox, Wino Mail, Unigram, AniMoe (Anilist client)…\n
    \n
    Wanted Windows to ID Fluetro PDF as a PDF app, but for some reason that isn’t happening…\n
    \n
    Any other suggestions are also welcome…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711555 {#1428
    date: 2024-09-30 17:52:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 32344
  -titleTs: "'app':8 'free':3 'good':2 'open':4 'sourc':5 'uwp':6 'window':7"
  -bodyTs: "'alreadi':16 'also':49 'anilist':25 'animo':24 'app':15,36 'client':26 'fluentcast':19 'fluentweath':18 'fluetro':31 'function':10 'garbag':8 'good':13 'good-look':12 'happen':44 'id':30 'isn':42 'look':1,14 'mail':22 'microsoft':7 'nativ':11 'pdf':32,35 'reason':40 'replac':3 'screenbox':20 'suggest':47 'unigram':23 'use':17 'want':27 'welcom':50 'window':28 'wino':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705994471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11032982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705920971 {#1435
    date: 2024-01-22 11:56:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1430
  +user: Proxies\__CG__\App\Entity\User {#1434 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-good-free-open-source-UWP-Windows-apps"
  +title: "Any good free, open source UWP Windows apps?"
  +url: null
  +body: """
    Looking to replace most of the Microsoft garbage with functional, native, good-looking apps.\n
    \n
    Already using FluentWeather, FluentCast, Screenbox, Wino Mail, Unigram, AniMoe (Anilist client)…\n
    \n
    Wanted Windows to ID Fluetro PDF as a PDF app, but for some reason that isn’t happening…\n
    \n
    Any other suggestions are also welcome…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711555 {#1428
    date: 2024-09-30 17:52:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 32344
  -titleTs: "'app':8 'free':3 'good':2 'open':4 'sourc':5 'uwp':6 'window':7"
  -bodyTs: "'alreadi':16 'also':49 'anilist':25 'animo':24 'app':15,36 'client':26 'fluentcast':19 'fluentweath':18 'fluetro':31 'function':10 'garbag':8 'good':13 'good-look':12 'happen':44 'id':30 'isn':42 'look':1,14 'mail':22 'microsoft':7 'nativ':11 'pdf':32,35 'reason':40 'replac':3 'screenbox':20 'suggest':47 'unigram':23 'use':17 'want':27 'welcom':50 'window':28 'wino':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705994471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11032982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705920971 {#1435
    date: 2024-01-22 11:56:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 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
86 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-spankings-will-continue-until-the-cumming-stops-AMA"
  +title: "The spankings will continue until the cumming stops. AMA"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727519029 {#1698
    date: 2024-09-28 12:23:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 32241
  -titleTs: "'ama':9 'continu':4 'cum':7 'spank':2 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705959694
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13225230"
  +editedAt: DateTimeImmutable @1727443056 {#1696
    date: 2024-09-27 15:17:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705873294 {#1709
    date: 2024-01-21 22:41:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-spankings-will-continue-until-the-cumming-stops-AMA"
  +title: "The spankings will continue until the cumming stops. AMA"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727519029 {#1698
    date: 2024-09-28 12:23:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 32241
  -titleTs: "'ama':9 'continu':4 'cum':7 'spank':2 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705959694
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13225230"
  +editedAt: DateTimeImmutable @1727443056 {#1696
    date: 2024-09-27 15:17:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705873294 {#1709
    date: 2024-01-21 22:41:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1745 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-spankings-will-continue-until-the-cumming-stops-AMA"
  +title: "The spankings will continue until the cumming stops. AMA"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727519029 {#1698
    date: 2024-09-28 12:23:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 32241
  -titleTs: "'ama':9 'continu':4 'cum':7 'spank':2 'stop':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705959694
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13225230"
  +editedAt: DateTimeImmutable @1727443056 {#1696
    date: 2024-09-27 15:17:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705873294 {#1709
    date: 2024-01-21 22:41:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 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
90 DENIED moderate
App\Entity\Entry {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-active-community-similar-to-r-watches"
  +title: "What are active community similar to r/watches?"
  +url: null
  +body: "I love watches and I am looking for an active community on the fediverse similar to r/Watches. Thank you for the orientation"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727506322 {#1640
    date: 2024-09-28 08:52:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1674 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1669 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  +badges: Doctrine\ORM\PersistentCollection {#1668 …}
  +children: []
  -id: 32158
  -titleTs: "'activ':3 'communiti':4 'r/watches':7 'similar':5"
  -bodyTs: "'activ':10 'communiti':11 'fedivers':14 'look':7 'love':2 'orient':22 'r/watches':17 'similar':15 'thank':18 'watch':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705933798
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/6950285"
  +editedAt: DateTimeImmutable @1727417869 {#1641
    date: 2024-09-27 08:17:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705850298 {#1648
    date: 2024-01-21 16:18:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-active-community-similar-to-r-watches"
  +title: "What are active community similar to r/watches?"
  +url: null
  +body: "I love watches and I am looking for an active community on the fediverse similar to r/Watches. Thank you for the orientation"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727506322 {#1640
    date: 2024-09-28 08:52:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1674 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1669 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  +badges: Doctrine\ORM\PersistentCollection {#1668 …}
  +children: []
  -id: 32158
  -titleTs: "'activ':3 'communiti':4 'r/watches':7 'similar':5"
  -bodyTs: "'activ':10 'communiti':11 'fedivers':14 'look':7 'love':2 'orient':22 'r/watches':17 'similar':15 'thank':18 'watch':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705933798
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/6950285"
  +editedAt: DateTimeImmutable @1727417869 {#1641
    date: 2024-09-27 08:17:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705850298 {#1648
    date: 2024-01-21 16:18:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1665
  +user: Proxies\__CG__\App\Entity\User {#1675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1377 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-active-community-similar-to-r-watches"
  +title: "What are active community similar to r/watches?"
  +url: null
  +body: "I love watches and I am looking for an active community on the fediverse similar to r/Watches. Thank you for the orientation"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727506322 {#1640
    date: 2024-09-28 08:52:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1674 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1669 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  +badges: Doctrine\ORM\PersistentCollection {#1668 …}
  +children: []
  -id: 32158
  -titleTs: "'activ':3 'communiti':4 'r/watches':7 'similar':5"
  -bodyTs: "'activ':10 'communiti':11 'fedivers':14 'look':7 'love':2 'orient':22 'r/watches':17 'similar':15 'thank':18 'watch':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705933798
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/6950285"
  +editedAt: DateTimeImmutable @1727417869 {#1641
    date: 2024-09-27 08:17:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705850298 {#1648
    date: 2024-01-21 16:18:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 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
94 DENIED moderate
App\Entity\Entry {#1654
  +user: Proxies\__CG__\App\Entity\User {#1652 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "saving-and-restoring-arbitrary-sessions-including-terminal-and-GUI-impossible"
  +title: "saving and restoring arbitrary sessions including terminal and GUI --- impossible?"
  +url: null
  +body: """
    cross-posted from: [discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)\n
    \n
    > My dream: I want a way to arbitrarily close and later open groups of applications including their states such as open files, window arrangement, scrollback, even undo histories etc. So working on a specific project I can close everything neatly and return to it later.\n
    > \n
    > In my research/experiments here is what I come up with, do you agree?:\n
    > \n
    > 1. in the terminal-only environment this would be tmux or another multiplexer\n
    > 2. But when you start including GUI applications (which I must), then it is something else that doesn’t exactly exist\n
    > 3. Applications store their current states in a variety of places and some of them don’t really *do* restoring in any way so it would be hard to force.\n
    > 4. the best option for this is something like [xpra](https://github.com/Xpra-org/xpra/) where you can have multiple sessions. If you had a machine that stayed powered-on all the time it might be possible to create sessions, log in remotely and use them that way.\n
    > 5. Using xpra or similar the sessions are never really actually closed. You would only close the connection from the local machine. If the machine faces a power off then too bad. As far as I can se there is basically no way to accomplish this goal where power-offs are accommodated.\n
    > \n
    > I have tried some remote-login options but they are too slow for normal use. I tend to have pretty low-end hardware running (because so far it works for most things) so maybe if I upgraded it would improve.\n
    > \n
    > 1. is it plausible?\n
    > 2. how to estimate hardware/performance needs of host, client and LAN? anything else to consider?\n
    > \n
    > I typically use manjaro + XFCE but would be willing to try something different to accomplish the goal. I only want to do this locally on LAN not remotely.\n
    > \n
    > re XFCE session managerXFCE has session management but the majority of programs don’t totally work with. Like maybe the application will re-open when the session is restored but no files will be open even if they were when session was saved. Or distribution through workspaces, window size etc will not be restored.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727246437 {#1679
    date: 2024-09-25 08:40:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1655 …}
  +votes: Doctrine\ORM\PersistentCollection {#1651 …}
  +reports: Doctrine\ORM\PersistentCollection {#1656 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1662 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1553 …}
  +badges: Doctrine\ORM\PersistentCollection {#1590 …}
  +children: []
  -id: 32002
  -titleTs: "'arbitrari':4 'gui':9 'imposs':10 'includ':6 'restor':3 'save':1 'session':5 'termin':7"
  -bodyTs: "'/post/9585677](https://discuss.tchncs.de/post/9585677)':7 '/xpra-org/xpra/)':143 '1':66,273 '2':80,277 '3':101 '4':131 '5':178 'accommod':230 'accomplish':222,306 'actual':188 'agre':65 'anoth':78 'anyth':288 'applic':22,87,102,340 'arbitrarili':15 'arrang':31 'bad':209 'basic':218 'best':133 'client':285 'close':16,45,189,193 'come':60 'connect':195 'consid':291 'creat':168 'cross':2 'cross-post':1 'current':105 'differ':304 'discuss.tchncs.de':6 'discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)':5 'distribut':365 'doesn':97 'dream':9 'els':95,289 'end':254 'environ':72 'estim':280 'etc':36,370 'even':33,356 'everyth':46 'exact':99 'exist':100 'face':203 'far':211,259 'file':29,352 'forc':130 'github.com':142 'github.com/xpra-org/xpra/)':141 'goal':224,308 'group':20 'gui':86 'hard':128 'hardwar':255 'hardware/performance':281 'histori':35 'host':284 'improv':272 'includ':23,85 'lan':287,317 'later':18,52 'like':139,337 'local':198,315 'log':170 'login':237 'low':253 'low-end':252 'machin':154,199,202 'major':329 'manag':326 'managerxfc':323 'manjaro':295 'mayb':266,338 'might':164 'multipl':148 'multiplex':79 'must':90 'neat':47 'need':282 'never':186 'normal':245 'off':228 'open':19,28,344,355 'option':134,238 'place':111 'plausibl':276 'possibl':166 'post':3 'power':158,205,227 'power-off':226 'powered-on':157 'pretti':251 'program':331 'project':42 're':320,343 're-open':342 'realli':118,187 'remot':172,236,319 'remote-login':235 'research/experiments':55 'restor':120,349,374 'return':49 'run':256 'save':363 'scrollback':32 'se':215 'session':149,169,184,322,325,347,361 'similar':182 'size':369 'slow':243 'someth':94,138,303 'specif':41 'start':84 'state':25,106 'stay':156 'store':103 'tend':248 'termin':70 'terminal-on':69 'thing':264 'time':162 'tmux':76 'total':334 'tri':233,302 'typic':293 'undo':34 'upgrad':269 'use':174,179,246,294 'varieti':109 'want':11,311 'way':13,123,177,220 'will':300 'window':30,368 'work':38,261,335 'workspac':367 'would':74,126,191,271,298 'xfce':296,321 'xpra':140,180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705869374
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9588351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705785374 {#1650
    date: 2024-01-20 22:16:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1654
  +user: Proxies\__CG__\App\Entity\User {#1652 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "saving-and-restoring-arbitrary-sessions-including-terminal-and-GUI-impossible"
  +title: "saving and restoring arbitrary sessions including terminal and GUI --- impossible?"
  +url: null
  +body: """
    cross-posted from: [discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)\n
    \n
    > My dream: I want a way to arbitrarily close and later open groups of applications including their states such as open files, window arrangement, scrollback, even undo histories etc. So working on a specific project I can close everything neatly and return to it later.\n
    > \n
    > In my research/experiments here is what I come up with, do you agree?:\n
    > \n
    > 1. in the terminal-only environment this would be tmux or another multiplexer\n
    > 2. But when you start including GUI applications (which I must), then it is something else that doesn’t exactly exist\n
    > 3. Applications store their current states in a variety of places and some of them don’t really *do* restoring in any way so it would be hard to force.\n
    > 4. the best option for this is something like [xpra](https://github.com/Xpra-org/xpra/) where you can have multiple sessions. If you had a machine that stayed powered-on all the time it might be possible to create sessions, log in remotely and use them that way.\n
    > 5. Using xpra or similar the sessions are never really actually closed. You would only close the connection from the local machine. If the machine faces a power off then too bad. As far as I can se there is basically no way to accomplish this goal where power-offs are accommodated.\n
    > \n
    > I have tried some remote-login options but they are too slow for normal use. I tend to have pretty low-end hardware running (because so far it works for most things) so maybe if I upgraded it would improve.\n
    > \n
    > 1. is it plausible?\n
    > 2. how to estimate hardware/performance needs of host, client and LAN? anything else to consider?\n
    > \n
    > I typically use manjaro + XFCE but would be willing to try something different to accomplish the goal. I only want to do this locally on LAN not remotely.\n
    > \n
    > re XFCE session managerXFCE has session management but the majority of programs don’t totally work with. Like maybe the application will re-open when the session is restored but no files will be open even if they were when session was saved. Or distribution through workspaces, window size etc will not be restored.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727246437 {#1679
    date: 2024-09-25 08:40:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1655 …}
  +votes: Doctrine\ORM\PersistentCollection {#1651 …}
  +reports: Doctrine\ORM\PersistentCollection {#1656 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1662 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1553 …}
  +badges: Doctrine\ORM\PersistentCollection {#1590 …}
  +children: []
  -id: 32002
  -titleTs: "'arbitrari':4 'gui':9 'imposs':10 'includ':6 'restor':3 'save':1 'session':5 'termin':7"
  -bodyTs: "'/post/9585677](https://discuss.tchncs.de/post/9585677)':7 '/xpra-org/xpra/)':143 '1':66,273 '2':80,277 '3':101 '4':131 '5':178 'accommod':230 'accomplish':222,306 'actual':188 'agre':65 'anoth':78 'anyth':288 'applic':22,87,102,340 'arbitrarili':15 'arrang':31 'bad':209 'basic':218 'best':133 'client':285 'close':16,45,189,193 'come':60 'connect':195 'consid':291 'creat':168 'cross':2 'cross-post':1 'current':105 'differ':304 'discuss.tchncs.de':6 'discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)':5 'distribut':365 'doesn':97 'dream':9 'els':95,289 'end':254 'environ':72 'estim':280 'etc':36,370 'even':33,356 'everyth':46 'exact':99 'exist':100 'face':203 'far':211,259 'file':29,352 'forc':130 'github.com':142 'github.com/xpra-org/xpra/)':141 'goal':224,308 'group':20 'gui':86 'hard':128 'hardwar':255 'hardware/performance':281 'histori':35 'host':284 'improv':272 'includ':23,85 'lan':287,317 'later':18,52 'like':139,337 'local':198,315 'log':170 'login':237 'low':253 'low-end':252 'machin':154,199,202 'major':329 'manag':326 'managerxfc':323 'manjaro':295 'mayb':266,338 'might':164 'multipl':148 'multiplex':79 'must':90 'neat':47 'need':282 'never':186 'normal':245 'off':228 'open':19,28,344,355 'option':134,238 'place':111 'plausibl':276 'possibl':166 'post':3 'power':158,205,227 'power-off':226 'powered-on':157 'pretti':251 'program':331 'project':42 're':320,343 're-open':342 'realli':118,187 'remot':172,236,319 'remote-login':235 'research/experiments':55 'restor':120,349,374 'return':49 'run':256 'save':363 'scrollback':32 'se':215 'session':149,169,184,322,325,347,361 'similar':182 'size':369 'slow':243 'someth':94,138,303 'specif':41 'start':84 'state':25,106 'stay':156 'store':103 'tend':248 'termin':70 'terminal-on':69 'thing':264 'time':162 'tmux':76 'total':334 'tri':233,302 'typic':293 'undo':34 'upgrad':269 'use':174,179,246,294 'varieti':109 'want':11,311 'way':13,123,177,220 'will':300 'window':30,368 'work':38,261,335 'workspac':367 'would':74,126,191,271,298 'xfce':296,321 'xpra':140,180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705869374
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9588351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705785374 {#1650
    date: 2024-01-20 22:16:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1654
  +user: Proxies\__CG__\App\Entity\User {#1652 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "saving-and-restoring-arbitrary-sessions-including-terminal-and-GUI-impossible"
  +title: "saving and restoring arbitrary sessions including terminal and GUI --- impossible?"
  +url: null
  +body: """
    cross-posted from: [discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)\n
    \n
    > My dream: I want a way to arbitrarily close and later open groups of applications including their states such as open files, window arrangement, scrollback, even undo histories etc. So working on a specific project I can close everything neatly and return to it later.\n
    > \n
    > In my research/experiments here is what I come up with, do you agree?:\n
    > \n
    > 1. in the terminal-only environment this would be tmux or another multiplexer\n
    > 2. But when you start including GUI applications (which I must), then it is something else that doesn’t exactly exist\n
    > 3. Applications store their current states in a variety of places and some of them don’t really *do* restoring in any way so it would be hard to force.\n
    > 4. the best option for this is something like [xpra](https://github.com/Xpra-org/xpra/) where you can have multiple sessions. If you had a machine that stayed powered-on all the time it might be possible to create sessions, log in remotely and use them that way.\n
    > 5. Using xpra or similar the sessions are never really actually closed. You would only close the connection from the local machine. If the machine faces a power off then too bad. As far as I can se there is basically no way to accomplish this goal where power-offs are accommodated.\n
    > \n
    > I have tried some remote-login options but they are too slow for normal use. I tend to have pretty low-end hardware running (because so far it works for most things) so maybe if I upgraded it would improve.\n
    > \n
    > 1. is it plausible?\n
    > 2. how to estimate hardware/performance needs of host, client and LAN? anything else to consider?\n
    > \n
    > I typically use manjaro + XFCE but would be willing to try something different to accomplish the goal. I only want to do this locally on LAN not remotely.\n
    > \n
    > re XFCE session managerXFCE has session management but the majority of programs don’t totally work with. Like maybe the application will re-open when the session is restored but no files will be open even if they were when session was saved. Or distribution through workspaces, window size etc will not be restored.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727246437 {#1679
    date: 2024-09-25 08:40:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1655 …}
  +votes: Doctrine\ORM\PersistentCollection {#1651 …}
  +reports: Doctrine\ORM\PersistentCollection {#1656 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1662 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1553 …}
  +badges: Doctrine\ORM\PersistentCollection {#1590 …}
  +children: []
  -id: 32002
  -titleTs: "'arbitrari':4 'gui':9 'imposs':10 'includ':6 'restor':3 'save':1 'session':5 'termin':7"
  -bodyTs: "'/post/9585677](https://discuss.tchncs.de/post/9585677)':7 '/xpra-org/xpra/)':143 '1':66,273 '2':80,277 '3':101 '4':131 '5':178 'accommod':230 'accomplish':222,306 'actual':188 'agre':65 'anoth':78 'anyth':288 'applic':22,87,102,340 'arbitrarili':15 'arrang':31 'bad':209 'basic':218 'best':133 'client':285 'close':16,45,189,193 'come':60 'connect':195 'consid':291 'creat':168 'cross':2 'cross-post':1 'current':105 'differ':304 'discuss.tchncs.de':6 'discuss.tchncs.de/post/9585677](https://discuss.tchncs.de/post/9585677)':5 'distribut':365 'doesn':97 'dream':9 'els':95,289 'end':254 'environ':72 'estim':280 'etc':36,370 'even':33,356 'everyth':46 'exact':99 'exist':100 'face':203 'far':211,259 'file':29,352 'forc':130 'github.com':142 'github.com/xpra-org/xpra/)':141 'goal':224,308 'group':20 'gui':86 'hard':128 'hardwar':255 'hardware/performance':281 'histori':35 'host':284 'improv':272 'includ':23,85 'lan':287,317 'later':18,52 'like':139,337 'local':198,315 'log':170 'login':237 'low':253 'low-end':252 'machin':154,199,202 'major':329 'manag':326 'managerxfc':323 'manjaro':295 'mayb':266,338 'might':164 'multipl':148 'multiplex':79 'must':90 'neat':47 'need':282 'never':186 'normal':245 'off':228 'open':19,28,344,355 'option':134,238 'place':111 'plausibl':276 'possibl':166 'post':3 'power':158,205,227 'power-off':226 'powered-on':157 'pretti':251 'program':331 'project':42 're':320,343 're-open':342 'realli':118,187 'remot':172,236,319 'remote-login':235 'research/experiments':55 'restor':120,349,374 'return':49 'run':256 'save':363 'scrollback':32 'se':215 'session':149,169,184,322,325,347,361 'similar':182 'size':369 'slow':243 'someth':94,138,303 'specif':41 'start':84 'state':25,106 'stay':156 'store':103 'tend':248 'termin':70 'terminal-on':69 'thing':264 'time':162 'tmux':76 'total':334 'tri':233,302 'typic':293 'undo':34 'upgrad':269 'use':174,179,246,294 'varieti':109 'want':11,311 'way':13,123,177,220 'will':300 'window':30,368 'work':38,261,335 'workspac':367 'would':74,126,191,271,298 'xfce':296,321 'xpra':140,180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705869374
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9588351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705785374 {#1650
    date: 2024-01-20 22:16:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 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
98 DENIED moderate
App\Entity\Entry {#1589
  +user: Proxies\__CG__\App\Entity\User {#1571 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1591
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1582 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1584 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1593
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1589
  +user: Proxies\__CG__\App\Entity\User {#1571 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1591
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1582 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1584 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1593
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1589
  +user: Proxies\__CG__\App\Entity\User {#1571 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2428 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Getting-graphics-artifacting-on-my-7840HS-laptop-even-after-a"
  +title: "Getting graphics artifacting on my 7840HS laptop, even after a motherboard replacement. Is it a driver thing?"
  +url: null
  +body: "I’ve installed Pop!OS after getting my Lenovo Ideapad Pro 5 back from the warranty repair. Supposedly they changed the motherboard (which I don’t doubt, it was waiting a week for new parts apparently), but even after that I’m still getting graphical errors and bugs when moving between desktops and other window animations. I know X11 can be a bit buggy at best, so it could just be that on top of the newer SoC."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726699481 {#1591
    date: 2024-09-19 00:44:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1582 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1580 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1584 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  +badges: Doctrine\ORM\PersistentCollection {#1574 …}
  +children: []
  -id: 31668
  -titleTs: "'7840hs':6 'artifact':3 'driver':16 'even':8 'get':1 'graphic':2 'laptop':7 'motherboard':11 'replac':12 'thing':17"
  -bodyTs: "'5':12 'anim':56 'appar':36 'back':13 'best':66 'bit':63 'bug':48 'buggi':64 'chang':20 'could':69 'desktop':52 'doubt':27 'error':46 'even':38 'get':7,44 'graphic':45 'ideapad':10 'instal':3 'know':58 'lenovo':9 'm':42 'motherboard':22 'move':50 'new':34 'newer':77 'os':5 'part':35 'pop':4 'pro':11 'repair':17 'soc':78 'still':43 'suppos':18 'top':74 've':2 'wait':30 'warranti':16 'week':32 'window':55 'x11':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714906
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10900406"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705654906 {#1593
    date: 2024-01-19 10:01:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details