1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Simultaneous-joystick-3-axis-protocol"
+title: "Simultaneous joystick 3-axis protocol"
+url: null
+body: """
Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
\n
I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
\n
That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
\n
I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
\n
I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
\n
Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
\n
Any other suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726402203 {#191
date: 2024-09-15 14:10:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 31399
-titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
-bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705574416
+visibility: "visible "
+apId: "https://lemmy.world/post/10852531"
+editedAt: null
+createdAt: DateTimeImmutable @1705550416 {#242
date: 2024-01-18 05:00:16.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Simultaneous-joystick-3-axis-protocol"
+title: "Simultaneous joystick 3-axis protocol"
+url: null
+body: """
Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
\n
I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
\n
That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
\n
I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
\n
I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
\n
Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
\n
Any other suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726402203 {#191
date: 2024-09-15 14:10:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 31399
-titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
-bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705574416
+visibility: "visible "
+apId: "https://lemmy.world/post/10852531"
+editedAt: null
+createdAt: DateTimeImmutable @1705550416 {#242
date: 2024-01-18 05:00:16.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#197
+user: Proxies\__CG__\App\Entity\User {#2423 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Simultaneous-joystick-3-axis-protocol"
+title: "Simultaneous joystick 3-axis protocol"
+url: null
+body: """
Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there’s just one processor stepping through them. Same for spi, or i2c, or uart. There’s really only ever one sensor reporting back its data at a time.\n
\n
I know this might not matter for measurement resolution. Especially if you’re polling at like 115k serial or something, but…\n
\n
That’s 8 bits per axis, and three axis. Now that’s at least 34 bits. To sample each axis we’re down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle… even if I spent half that time doing microcontrolle cycles at like 2k we’re probably still well with the best star craft apms or whatever. I’d still like to find some way to really over engineer this thing.\n
\n
I read a little about tdm, but that’s out of my league and I don’t know if you could even have 3 simultaneously signals that way\n
\n
I’m thinking a microcontroller for each axis, and a usb port for each of them. So it appears like 3 different controllers to the computer. The user would just have to map the axis from the 3 controllers into 1 in their game software. I assume the steam remapping could do this.\n
\n
Is it just going to get smashed back into one thread in the computer’s usb hub anyway?\n
\n
Any other suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726402203 {#191
date: 2024-09-15 14:10:03.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#226 …}
+votes: Doctrine\ORM\PersistentCollection {#1819 …}
+reports: Doctrine\ORM\PersistentCollection {#2412 …}
+favourites: Doctrine\ORM\PersistentCollection {#1834 …}
+notifications: Doctrine\ORM\PersistentCollection {#1867 …}
+badges: Doctrine\ORM\PersistentCollection {#1881 …}
+children: []
-id: 31399
-titleTs: "'3':3 'axi':4 'joystick':2 'protocol':5 'simultan':1"
-bodyTs: "'1':229 '115k':77 '2k':133 '3':184,209,226 '34':96 '4.5':107 '8':84 'adc':30 'anyway':259 'apm':144 'appear':207 'assum':235 'axi':87,90,101,196,223 'back':55,249 'best':141 'bit':85,97 'bottleneck':19 'comput':214,255 'control':117,211,227 'could':181,239 'craft':143 'cycl':115,130 'd':148 'data':57 'differ':210 'engin':158 'especi':70 'even':121,182 'ever':51 'find':152 'game':232 'get':247 'go':16,245 'half':125 'handl':120 'hub':258 'i2c':44 'input':24 'joystick':4 'k':108 'know':62,178 'leagu':173 'least':95 'like':6,76,132,150,208 'littl':164 'm':190 'map':221 'matter':66 'measur':68 'microcontrol':26,193 'microcontroll':129 'might':27,64 'multipl':29 'one':23,35,52,251 'per':86,110 'peripher':14 'plus':112 'poll':74 'port':200 'probabl':136 'processor':36 'protocol':8 're':73,103,135 'read':12,162 'realli':49,156 'remap':238 'report':54 'resolut':69 'sampl':99,109 'second':111 'seem':5 'sensor':53 'serial':78 'signal':186 'simultan':185 'smash':248 'softwar':233 'someth':80 'spent':124 'spi':42 'star':142 'steam':237 'step':37 'still':137,149 'suggest':262 'tdm':166 'thing':160 'think':191 'thread':252 'three':89 'time':60,127 'uart':46 'usb':199,257 'use':10 'user':216 'way':154,188 'well':138 'whatev':113,146 'work':1 'would':217"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705574416
+visibility: "visible "
+apId: "https://lemmy.world/post/10852531"
+editedAt: null
+createdAt: DateTimeImmutable @1705550416 {#242
date: 2024-01-18 05:00:16.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\Entry {#1905
+user: Proxies\__CG__\App\Entity\User {#1408 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1888 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Forgetting-your-motto-One-step-at-a-time"
+title: "Forgetting your motto. One step at a time."
+url: "https://lemmy.world/pictrs/image/b5a5256c-d0e5-4101-a3cc-7194d22d515e.jpeg"
+body: "The template if anyone is interested: ![Template](https://lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 243
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726399679 {#1882
date: 2024-09-15 13:27:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1877 …}
+reports: Doctrine\ORM\PersistentCollection {#1920 …}
+favourites: Doctrine\ORM\PersistentCollection {#1912 …}
+notifications: Doctrine\ORM\PersistentCollection {#1889 …}
+badges: Doctrine\ORM\PersistentCollection {#1900 …}
+children: []
-id: 31006
-titleTs: "'forget':1 'motto':3 'one':4 'step':5 'time':8"
-bodyTs: "'/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':10 'anyon':4 'interest':6 'lemmy.world':9 'lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':8 'templat':2,7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705512773
+visibility: "visible "
+apId: "https://lemmy.world/post/10791179"
+editedAt: DateTimeImmutable @1725007092 {#1885
date: 2024-08-30 10:38:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705426373 {#1688
date: 2024-01-16 18:32:53.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\Entry {#1905
+user: Proxies\__CG__\App\Entity\User {#1408 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1888 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Forgetting-your-motto-One-step-at-a-time"
+title: "Forgetting your motto. One step at a time."
+url: "https://lemmy.world/pictrs/image/b5a5256c-d0e5-4101-a3cc-7194d22d515e.jpeg"
+body: "The template if anyone is interested: ![Template](https://lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 243
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726399679 {#1882
date: 2024-09-15 13:27:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1877 …}
+reports: Doctrine\ORM\PersistentCollection {#1920 …}
+favourites: Doctrine\ORM\PersistentCollection {#1912 …}
+notifications: Doctrine\ORM\PersistentCollection {#1889 …}
+badges: Doctrine\ORM\PersistentCollection {#1900 …}
+children: []
-id: 31006
-titleTs: "'forget':1 'motto':3 'one':4 'step':5 'time':8"
-bodyTs: "'/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':10 'anyon':4 'interest':6 'lemmy.world':9 'lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':8 'templat':2,7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705512773
+visibility: "visible "
+apId: "https://lemmy.world/post/10791179"
+editedAt: DateTimeImmutable @1725007092 {#1885
date: 2024-08-30 10:38:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705426373 {#1688
date: 2024-01-16 18:32:53.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\Entry {#1905
+user: Proxies\__CG__\App\Entity\User {#1408 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1888 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Forgetting-your-motto-One-step-at-a-time"
+title: "Forgetting your motto. One step at a time."
+url: "https://lemmy.world/pictrs/image/b5a5256c-d0e5-4101-a3cc-7194d22d515e.jpeg"
+body: "The template if anyone is interested: ![Template](https://lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 243
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726399679 {#1882
date: 2024-09-15 13:27:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1877 …}
+reports: Doctrine\ORM\PersistentCollection {#1920 …}
+favourites: Doctrine\ORM\PersistentCollection {#1912 …}
+notifications: Doctrine\ORM\PersistentCollection {#1889 …}
+badges: Doctrine\ORM\PersistentCollection {#1900 …}
+children: []
-id: 31006
-titleTs: "'forget':1 'motto':3 'one':4 'step':5 'time':8"
-bodyTs: "'/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':10 'anyon':4 'interest':6 'lemmy.world':9 'lemmy.world/pictrs/image/0ab8725a-c75f-46b6-8875-c6cda4529c35.jpeg)':8 'templat':2,7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705512773
+visibility: "visible "
+apId: "https://lemmy.world/post/10791179"
+editedAt: DateTimeImmutable @1725007092 {#1885
date: 2024-08-30 10:38:12.0 +02:00
}
+createdAt: DateTimeImmutable @1705426373 {#1688
date: 2024-01-16 18:32:53.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\Entry {#1901
+user: Proxies\__CG__\App\Entity\User {#1897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1896 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Variable-Position-Damper-Control"
+title: "Variable Position Damper Control"
+url: null
+body: """
I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
\n
I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
\n
I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396439 {#1893
date: 2024-09-15 12:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1395 …}
+votes: Doctrine\ORM\PersistentCollection {#1958 …}
+reports: Doctrine\ORM\PersistentCollection {#1944 …}
+favourites: Doctrine\ORM\PersistentCollection {#1960 …}
+notifications: Doctrine\ORM\PersistentCollection {#1974 …}
+badges: Doctrine\ORM\PersistentCollection {#1975 …}
+children: []
-id: 30947
-titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
-bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705471129
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12887463"
+editedAt: null
+createdAt: DateTimeImmutable @1705416629 {#1895
date: 2024-01-16 15:50:29.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\Entry {#1901
+user: Proxies\__CG__\App\Entity\User {#1897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1896 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Variable-Position-Damper-Control"
+title: "Variable Position Damper Control"
+url: null
+body: """
I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
\n
I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
\n
I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396439 {#1893
date: 2024-09-15 12:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1395 …}
+votes: Doctrine\ORM\PersistentCollection {#1958 …}
+reports: Doctrine\ORM\PersistentCollection {#1944 …}
+favourites: Doctrine\ORM\PersistentCollection {#1960 …}
+notifications: Doctrine\ORM\PersistentCollection {#1974 …}
+badges: Doctrine\ORM\PersistentCollection {#1975 …}
+children: []
-id: 30947
-titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
-bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705471129
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12887463"
+editedAt: null
+createdAt: DateTimeImmutable @1705416629 {#1895
date: 2024-01-16 15:50:29.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\Entry {#1901
+user: Proxies\__CG__\App\Entity\User {#1897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1896 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Variable-Position-Damper-Control"
+title: "Variable Position Damper Control"
+url: null
+body: """
I have to preface by saying that this isn’t really related to Home Assistant. I can’t find a more generic home automation community on Lemmy and I figured someone here might have some experience with this so I hope is post is allowed.\n
\n
I have a large masonry fireplace that I’m fixing some issues with. It has a fresh air intake that I’m venting outside the house. Code says the air intake also has to have a damper which can be closed to prevent the fire from burning out of control.\n
\n
I’m planning to use a 24 volt power open/power close damper. I want to be able to modulate it with a wall control where it can be set in increments somewhere between 0% and 100% open. I’m sure I could engineer a creative solution but I wanted to see if anyone else had a simpler way of accomplishing this first.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396439 {#1893
date: 2024-09-15 12:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1395 …}
+votes: Doctrine\ORM\PersistentCollection {#1958 …}
+reports: Doctrine\ORM\PersistentCollection {#1944 …}
+favourites: Doctrine\ORM\PersistentCollection {#1960 …}
+notifications: Doctrine\ORM\PersistentCollection {#1974 …}
+badges: Doctrine\ORM\PersistentCollection {#1975 …}
+children: []
-id: 30947
-titleTs: "'control':4 'damper':3 'posit':2 'variabl':1"
-bodyTs: "'0':129 '100':131 '24':102 'abl':112 'accomplish':155 'air':63,75 'allow':45 'also':77 'anyon':148 'assist':15 'autom':24 'burn':92 'close':86,106 'code':72 'communiti':25 'control':95,119 'could':137 'creativ':140 'damper':82,107 'els':149 'engin':138 'experi':36 'figur':30 'find':19 'fire':90 'fireplac':51 'first':157 'fix':55 'fresh':62 'generic':22 'home':14,23 'hope':41 'hous':71 'increment':126 'intak':64,76 'isn':9 'issu':57 'larg':49 'lemmi':27 'm':54,67,97,134 'masonri':50 'might':33 'modul':114 'open':132 'open/power':105 'outsid':69 'plan':98 'post':43 'power':104 'prefac':4 'prevent':88 'realli':11 'relat':12 'say':6,73 'see':146 'set':124 'simpler':152 'solut':141 'someon':31 'somewher':127 'sure':135 'use':100 'vent':68 'volt':103 'wall':118 'want':109,144 'way':153"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705471129
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12887463"
+editedAt: null
+createdAt: DateTimeImmutable @1705416629 {#1895
date: 2024-01-16 15:50:29.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\Entry {#1970
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "If-you-could-have-any-game-remade-by-a-studio"
+title: "If you could have any game remade by a studio of your choice, who would you want working on what?"
+url: null
+body: "For example, I’d take We Happy Few and put it into the hands of either Remedy (of *Alan Wake* & *Control* fame) or IO Interactive (of *Hitman* series fame)."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 55
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396419 {#1937
date: 2024-09-15 12:33:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1966 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1932 …}
+favourites: Doctrine\ORM\PersistentCollection {#1933 …}
+notifications: Doctrine\ORM\PersistentCollection {#1390 …}
+badges: Doctrine\ORM\PersistentCollection {#1397 …}
+children: []
-id: 30939
-titleTs: "'choic':13 'could':3 'game':6 'remad':7 'studio':10 'want':17 'work':18 'would':15"
-bodyTs: "'alan':19 'control':21 'd':4 'either':16 'exampl':2 'fame':22,29 'hand':14 'happi':7 'hitman':27 'interact':25 'io':24 'put':10 'remedi':17 'seri':28 'take':5 'wake':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705500552
+visibility: "visible "
+apId: "https://toast.ooo/post/1937843"
+editedAt: DateTimeImmutable @1724852529 {#1962
date: 2024-08-28 15:42:09.0 +02:00
}
+createdAt: DateTimeImmutable @1705414152 {#1943
date: 2024-01-16 15:09:12.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\Entry {#1970
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "If-you-could-have-any-game-remade-by-a-studio"
+title: "If you could have any game remade by a studio of your choice, who would you want working on what?"
+url: null
+body: "For example, I’d take We Happy Few and put it into the hands of either Remedy (of *Alan Wake* & *Control* fame) or IO Interactive (of *Hitman* series fame)."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 55
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396419 {#1937
date: 2024-09-15 12:33:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1966 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1932 …}
+favourites: Doctrine\ORM\PersistentCollection {#1933 …}
+notifications: Doctrine\ORM\PersistentCollection {#1390 …}
+badges: Doctrine\ORM\PersistentCollection {#1397 …}
+children: []
-id: 30939
-titleTs: "'choic':13 'could':3 'game':6 'remad':7 'studio':10 'want':17 'work':18 'would':15"
-bodyTs: "'alan':19 'control':21 'd':4 'either':16 'exampl':2 'fame':22,29 'hand':14 'happi':7 'hitman':27 'interact':25 'io':24 'put':10 'remedi':17 'seri':28 'take':5 'wake':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705500552
+visibility: "visible "
+apId: "https://toast.ooo/post/1937843"
+editedAt: DateTimeImmutable @1724852529 {#1962
date: 2024-08-28 15:42:09.0 +02:00
}
+createdAt: DateTimeImmutable @1705414152 {#1943
date: 2024-01-16 15:09:12.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\Entry {#1970
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "If-you-could-have-any-game-remade-by-a-studio"
+title: "If you could have any game remade by a studio of your choice, who would you want working on what?"
+url: null
+body: "For example, I’d take We Happy Few and put it into the hands of either Remedy (of *Alan Wake* & *Control* fame) or IO Interactive (of *Hitman* series fame)."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 55
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726396419 {#1937
date: 2024-09-15 12:33:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1966 …}
+votes: Doctrine\ORM\PersistentCollection {#1934 …}
+reports: Doctrine\ORM\PersistentCollection {#1932 …}
+favourites: Doctrine\ORM\PersistentCollection {#1933 …}
+notifications: Doctrine\ORM\PersistentCollection {#1390 …}
+badges: Doctrine\ORM\PersistentCollection {#1397 …}
+children: []
-id: 30939
-titleTs: "'choic':13 'could':3 'game':6 'remad':7 'studio':10 'want':17 'work':18 'would':15"
-bodyTs: "'alan':19 'control':21 'd':4 'either':16 'exampl':2 'fame':22,29 'hand':14 'happi':7 'hitman':27 'interact':25 'io':24 'put':10 'remedi':17 'seri':28 'take':5 'wake':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705500552
+visibility: "visible "
+apId: "https://toast.ooo/post/1937843"
+editedAt: DateTimeImmutable @1724852529 {#1962
date: 2024-08-28 15:42:09.0 +02:00
}
+createdAt: DateTimeImmutable @1705414152 {#1943
date: 2024-01-16 15:09:12.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1380
+user: Proxies\__CG__\App\Entity\User {#1890 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1396 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "The-beginning-of-civilization"
+title: "The beginning of civilization"
+url: "https://lemmy.world/pictrs/image/d1ee22fa-6fa5-40eb-8b88-ff4cb8f7b03b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 712
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726394149 {#1387
date: 2024-09-15 11:55:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1927 …}
+reports: Doctrine\ORM\PersistentCollection {#1366 …}
+favourites: Doctrine\ORM\PersistentCollection {#1374 …}
+notifications: Doctrine\ORM\PersistentCollection {#1378 …}
+badges: Doctrine\ORM\PersistentCollection {#1371 …}
+children: []
-id: 30455
-titleTs: "'begin':2 'civil':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705337592
+visibility: "visible "
+apId: "https://lemmy.world/post/10709762"
+editedAt: null
+createdAt: DateTimeImmutable @1705251192 {#1892
date: 2024-01-14 17:53:12.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1380
+user: Proxies\__CG__\App\Entity\User {#1890 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1396 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "The-beginning-of-civilization"
+title: "The beginning of civilization"
+url: "https://lemmy.world/pictrs/image/d1ee22fa-6fa5-40eb-8b88-ff4cb8f7b03b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 712
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726394149 {#1387
date: 2024-09-15 11:55:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1927 …}
+reports: Doctrine\ORM\PersistentCollection {#1366 …}
+favourites: Doctrine\ORM\PersistentCollection {#1374 …}
+notifications: Doctrine\ORM\PersistentCollection {#1378 …}
+badges: Doctrine\ORM\PersistentCollection {#1371 …}
+children: []
-id: 30455
-titleTs: "'begin':2 'civil':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705337592
+visibility: "visible "
+apId: "https://lemmy.world/post/10709762"
+editedAt: null
+createdAt: DateTimeImmutable @1705251192 {#1892
date: 2024-01-14 17:53:12.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1380
+user: Proxies\__CG__\App\Entity\User {#1890 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1396 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "The-beginning-of-civilization"
+title: "The beginning of civilization"
+url: "https://lemmy.world/pictrs/image/d1ee22fa-6fa5-40eb-8b88-ff4cb8f7b03b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 52
+favouriteCount: 712
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726394149 {#1387
date: 2024-09-15 11:55:49.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1399 …}
+votes: Doctrine\ORM\PersistentCollection {#1927 …}
+reports: Doctrine\ORM\PersistentCollection {#1366 …}
+favourites: Doctrine\ORM\PersistentCollection {#1374 …}
+notifications: Doctrine\ORM\PersistentCollection {#1378 …}
+badges: Doctrine\ORM\PersistentCollection {#1371 …}
+children: []
-id: 30455
-titleTs: "'begin':2 'civil':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705337592
+visibility: "visible "
+apId: "https://lemmy.world/post/10709762"
+editedAt: null
+createdAt: DateTimeImmutable @1705251192 {#1892
date: 2024-01-14 17:53:12.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\Entry {#1367
+user: Proxies\__CG__\App\Entity\User {#1902 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
+image: Proxies\__CG__\App\Entity\Image {#1891 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1904 …}
+slug: "Bug-Thread"
+title: "Bug Thread"
+url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
+body: """
[xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
\n
Hover Text\n
\n
> After some account issues, we’ve added 6 new people from the beach house rental website support forum
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 28
+favouriteCount: 658
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726393121 {#1379
date: 2024-09-15 11:38:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1956 …}
+votes: Doctrine\ORM\PersistentCollection {#1848 …}
+reports: Doctrine\ORM\PersistentCollection {#2429 …}
+favourites: Doctrine\ORM\PersistentCollection {#2424 …}
+notifications: Doctrine\ORM\PersistentCollection {#2428 …}
+badges: Doctrine\ORM\PersistentCollection {#2433 …}
+children: []
-id: 31012
-titleTs: "'bug':1 'thread':2"
-bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705515524
+visibility: "visible "
+apId: "https://programming.dev/post/8682430"
+editedAt: null
+createdAt: DateTimeImmutable @1705429124 {#1400
date: 2024-01-16 19:18:44.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\Entry {#1367
+user: Proxies\__CG__\App\Entity\User {#1902 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
+image: Proxies\__CG__\App\Entity\Image {#1891 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1904 …}
+slug: "Bug-Thread"
+title: "Bug Thread"
+url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
+body: """
[xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
\n
Hover Text\n
\n
> After some account issues, we’ve added 6 new people from the beach house rental website support forum
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 28
+favouriteCount: 658
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726393121 {#1379
date: 2024-09-15 11:38:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1956 …}
+votes: Doctrine\ORM\PersistentCollection {#1848 …}
+reports: Doctrine\ORM\PersistentCollection {#2429 …}
+favourites: Doctrine\ORM\PersistentCollection {#2424 …}
+notifications: Doctrine\ORM\PersistentCollection {#2428 …}
+badges: Doctrine\ORM\PersistentCollection {#2433 …}
+children: []
-id: 31012
-titleTs: "'bug':1 'thread':2"
-bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705515524
+visibility: "visible "
+apId: "https://programming.dev/post/8682430"
+editedAt: null
+createdAt: DateTimeImmutable @1705429124 {#1400
date: 2024-01-16 19:18:44.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\Entry {#1367
+user: Proxies\__CG__\App\Entity\User {#1902 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1898 …}
+image: Proxies\__CG__\App\Entity\Image {#1891 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1904 …}
+slug: "Bug-Thread"
+title: "Bug Thread"
+url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
+body: """
[xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
\n
Hover Text\n
\n
> After some account issues, we’ve added 6 new people from the beach house rental website support forum
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 28
+favouriteCount: 658
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726393121 {#1379
date: 2024-09-15 11:38:41.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1956 …}
+votes: Doctrine\ORM\PersistentCollection {#1848 …}
+reports: Doctrine\ORM\PersistentCollection {#2429 …}
+favourites: Doctrine\ORM\PersistentCollection {#2424 …}
+notifications: Doctrine\ORM\PersistentCollection {#2428 …}
+badges: Doctrine\ORM\PersistentCollection {#2433 …}
+children: []
-id: 31012
-titleTs: "'bug':1 'thread':2"
-bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705515524
+visibility: "visible "
+apId: "https://programming.dev/post/8682430"
+editedAt: null
+createdAt: DateTimeImmutable @1705429124 {#1400
date: 2024-01-16 19:18:44.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\Entry {#2426
+user: Proxies\__CG__\App\Entity\User {#2440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2439 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Advice-for-buulding-a-cheep-NAS"
+title: "Advice for buulding a cheep NAS"
+url: null
+body: """
Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
\n
The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
\n
I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726391812 {#2443
date: 2024-09-15 11:16:52.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2436 …}
+votes: Doctrine\ORM\PersistentCollection {#2166 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#2466 …}
+notifications: Doctrine\ORM\PersistentCollection {#2356 …}
+badges: Doctrine\ORM\PersistentCollection {#2353 …}
+children: []
-id: 30309
-titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
-bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705283820
+visibility: "visible "
+apId: "https://lemmy.world/post/10684376"
+editedAt: null
+createdAt: DateTimeImmutable @1705197420 {#2442
date: 2024-01-14 02:57:00.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\Entry {#2426
+user: Proxies\__CG__\App\Entity\User {#2440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2439 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Advice-for-buulding-a-cheep-NAS"
+title: "Advice for buulding a cheep NAS"
+url: null
+body: """
Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
\n
The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
\n
I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726391812 {#2443
date: 2024-09-15 11:16:52.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2436 …}
+votes: Doctrine\ORM\PersistentCollection {#2166 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#2466 …}
+notifications: Doctrine\ORM\PersistentCollection {#2356 …}
+badges: Doctrine\ORM\PersistentCollection {#2353 …}
+children: []
-id: 30309
-titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
-bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705283820
+visibility: "visible "
+apId: "https://lemmy.world/post/10684376"
+editedAt: null
+createdAt: DateTimeImmutable @1705197420 {#2442
date: 2024-01-14 02:57:00.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\Entry {#2426
+user: Proxies\__CG__\App\Entity\User {#2440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2439 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Advice-for-buulding-a-cheep-NAS"
+title: "Advice for buulding a cheep NAS"
+url: null
+body: """
Hey guys ive been self hosting things for a while now mostly just off a bunch if old computers in a k8s cluster.\n
\n
The majour issue i have currently is all my data is on a single hdd in an old dektop. Its painfully slow and very risky as i have no backup or anything (i dont feel to great about that).\n
\n
I really dont have much $ to spend hence my setup is built from a stack of practically ewaste hobbled together. I finally have the $ to buy some drives how should i go about building myself a nas on the cheap?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726391812 {#2443
date: 2024-09-15 11:16:52.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2436 …}
+votes: Doctrine\ORM\PersistentCollection {#2166 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#2466 …}
+notifications: Doctrine\ORM\PersistentCollection {#2356 …}
+badges: Doctrine\ORM\PersistentCollection {#2353 …}
+children: []
-id: 30309
-titleTs: "'advic':1 'buuld':3 'cheep':5 'nas':6"
-bodyTs: "'anyth':55 'backup':53 'build':96 'built':74 'bunch':16 'buy':88 'cheap':102 'cluster':23 'comput':19 'current':29 'data':33 'dektop':42 'dont':57,65 'drive':90 'ewast':80 'feel':58 'final':84 'go':94 'great':60 'guy':2 'hdd':38 'henc':70 'hey':1 'hobbl':81 'host':6 'issu':26 'ive':3 'k8s':22 'majour':25 'most':12 'much':67 'nas':99 'old':18,41 'pain':44 'practic':79 'realli':64 'riski':48 'self':5 'setup':72 'singl':37 'slow':45 'spend':69 'stack':77 'thing':7 'togeth':82"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705283820
+visibility: "visible "
+apId: "https://lemmy.world/post/10684376"
+editedAt: null
+createdAt: DateTimeImmutable @1705197420 {#2442
date: 2024-01-14 02:57:00.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\Entry {#2449
+user: Proxies\__CG__\App\Entity\User {#2477 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Upgrade-vs-Reinstall"
+title: "Upgrade vs Reinstall"
+url: null
+body: "I’m a generalist SysAdmin. I use Linux when necessary or convenient. I find that when I need to upgrade a specific solution it’s often easier to just spin up an entirely new instance and start from scratch. Is this normal or am I doing it wrong? For instance, this morning I’m looking at a Linux VM whose only task is to run Acme.sh to update an SSL cert. I’m currently upgrading the release. When this is done I’ll need to upgrade acme.sh. I expect some kind of failure that will require several hours to troubleshoot, at which point I’ll give up and start from scratch. I’m wondering if this is my ignorance of Linux or common practice?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389239 {#2472
date: 2024-09-15 10:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 30704
-titleTs: "'reinstal':3 'upgrad':1 'vs':2"
-bodyTs: "'acme.sh':66,87 'cert':71 'common':123 'conveni':12 'current':74 'done':81 'easier':27 'entir':33 'expect':89 'failur':93 'find':14 'generalist':4 'give':106 'hour':98 'ignor':119 'instanc':35,50 'kind':91 'linux':8,58,121 'll':83,105 'look':55 'm':2,54,73,113 'morn':52 'necessari':10 'need':18,84 'new':34 'normal':42 'often':26 'point':103 'practic':124 'releas':77 'requir':96 'run':65 'scratch':39,111 'sever':97 'solut':23 'specif':22 'spin':30 'ssl':70 'start':37,109 'sysadmin':5 'task':62 'troubleshoot':100 'updat':68 'upgrad':20,75,86 'use':7 'vm':59 'whose':60 'wonder':114 'wrong':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705423603
+visibility: "visible "
+apId: "https://lemmy.world/post/10749929"
+editedAt: null
+createdAt: DateTimeImmutable @1705337203 {#2450
date: 2024-01-15 17:46:43.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\Entry {#2449
+user: Proxies\__CG__\App\Entity\User {#2477 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Upgrade-vs-Reinstall"
+title: "Upgrade vs Reinstall"
+url: null
+body: "I’m a generalist SysAdmin. I use Linux when necessary or convenient. I find that when I need to upgrade a specific solution it’s often easier to just spin up an entirely new instance and start from scratch. Is this normal or am I doing it wrong? For instance, this morning I’m looking at a Linux VM whose only task is to run Acme.sh to update an SSL cert. I’m currently upgrading the release. When this is done I’ll need to upgrade acme.sh. I expect some kind of failure that will require several hours to troubleshoot, at which point I’ll give up and start from scratch. I’m wondering if this is my ignorance of Linux or common practice?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389239 {#2472
date: 2024-09-15 10:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 30704
-titleTs: "'reinstal':3 'upgrad':1 'vs':2"
-bodyTs: "'acme.sh':66,87 'cert':71 'common':123 'conveni':12 'current':74 'done':81 'easier':27 'entir':33 'expect':89 'failur':93 'find':14 'generalist':4 'give':106 'hour':98 'ignor':119 'instanc':35,50 'kind':91 'linux':8,58,121 'll':83,105 'look':55 'm':2,54,73,113 'morn':52 'necessari':10 'need':18,84 'new':34 'normal':42 'often':26 'point':103 'practic':124 'releas':77 'requir':96 'run':65 'scratch':39,111 'sever':97 'solut':23 'specif':22 'spin':30 'ssl':70 'start':37,109 'sysadmin':5 'task':62 'troubleshoot':100 'updat':68 'upgrad':20,75,86 'use':7 'vm':59 'whose':60 'wonder':114 'wrong':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705423603
+visibility: "visible "
+apId: "https://lemmy.world/post/10749929"
+editedAt: null
+createdAt: DateTimeImmutable @1705337203 {#2450
date: 2024-01-15 17:46:43.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\Entry {#2449
+user: Proxies\__CG__\App\Entity\User {#2477 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Upgrade-vs-Reinstall"
+title: "Upgrade vs Reinstall"
+url: null
+body: "I’m a generalist SysAdmin. I use Linux when necessary or convenient. I find that when I need to upgrade a specific solution it’s often easier to just spin up an entirely new instance and start from scratch. Is this normal or am I doing it wrong? For instance, this morning I’m looking at a Linux VM whose only task is to run Acme.sh to update an SSL cert. I’m currently upgrading the release. When this is done I’ll need to upgrade acme.sh. I expect some kind of failure that will require several hours to troubleshoot, at which point I’ll give up and start from scratch. I’m wondering if this is my ignorance of Linux or common practice?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389239 {#2472
date: 2024-09-15 10:33:59.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2354 …}
+votes: Doctrine\ORM\PersistentCollection {#2487 …}
+reports: Doctrine\ORM\PersistentCollection {#1841 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 30704
-titleTs: "'reinstal':3 'upgrad':1 'vs':2"
-bodyTs: "'acme.sh':66,87 'cert':71 'common':123 'conveni':12 'current':74 'done':81 'easier':27 'entir':33 'expect':89 'failur':93 'find':14 'generalist':4 'give':106 'hour':98 'ignor':119 'instanc':35,50 'kind':91 'linux':8,58,121 'll':83,105 'look':55 'm':2,54,73,113 'morn':52 'necessari':10 'need':18,84 'new':34 'normal':42 'often':26 'point':103 'practic':124 'releas':77 'requir':96 'run':65 'scratch':39,111 'sever':97 'solut':23 'specif':22 'spin':30 'ssl':70 'start':37,109 'sysadmin':5 'task':62 'troubleshoot':100 'updat':68 'upgrad':20,75,86 'use':7 'vm':59 'whose':60 'wonder':114 'wrong':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705423603
+visibility: "visible "
+apId: "https://lemmy.world/post/10749929"
+editedAt: null
+createdAt: DateTimeImmutable @1705337203 {#2450
date: 2024-01-15 17:46:43.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Are-there-any-apps-with-kind-of-an-educational-feed"
+title: "Are there any apps with kind of an educational feed for mindless scrolling?"
+url: null
+body: """
We all get bored sometimess and scroll mindlessly through various social media feeds, like instagram (fuck you), reddit (fuck you) or lemmy (no offense, love you guys).\n
\n
Most of the time content is a wild mix of everything, from news to memes and educational stuff, and very hard to filter out.\n
\n
Is there anything out there that contains educational stuff only? where you can just sit there, scroll through it and learn something. thinking of like a short text or image showing some facts, or some math examples, or physics, or whatever.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389185 {#2474
date: 2024-09-15 10:33:05.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2481 …}
+votes: Doctrine\ORM\PersistentCollection {#1508 …}
+reports: Doctrine\ORM\PersistentCollection {#1501 …}
+favourites: Doctrine\ORM\PersistentCollection {#1521 …}
+notifications: Doctrine\ORM\PersistentCollection {#1499 …}
+badges: Doctrine\ORM\PersistentCollection {#1546 …}
+children: []
-id: 31217
-titleTs: "'app':4 'educ':9 'feed':10 'kind':6 'mindless':12 'scroll':13"
-bodyTs: "'anyth':54 'bore':4 'contain':58 'content':32 'educ':44,59 'everyth':38 'exampl':88 'fact':84 'feed':13 'filter':50 'fuck':16,19 'get':3 'guy':27 'hard':48 'imag':81 'instagram':15 'learn':72 'lemmi':22 'like':14,76 'love':25 'math':87 'media':12 'meme':42 'mindless':8 'mix':36 'news':40 'offens':24 'physic':90 'reddit':18 'scroll':7,68 'short':78 'show':82 'sit':66 'social':11 'someth':73 'sometimess':5 'stuff':45,60 'text':79 'think':74 'time':31 'various':10 'whatev':92 'wild':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705589428
+visibility: "visible "
+apId: "https://lemmy.world/post/10828079"
+editedAt: null
+createdAt: DateTimeImmutable @1705503028 {#1923
date: 2024-01-17 15:50:28.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Are-there-any-apps-with-kind-of-an-educational-feed"
+title: "Are there any apps with kind of an educational feed for mindless scrolling?"
+url: null
+body: """
We all get bored sometimess and scroll mindlessly through various social media feeds, like instagram (fuck you), reddit (fuck you) or lemmy (no offense, love you guys).\n
\n
Most of the time content is a wild mix of everything, from news to memes and educational stuff, and very hard to filter out.\n
\n
Is there anything out there that contains educational stuff only? where you can just sit there, scroll through it and learn something. thinking of like a short text or image showing some facts, or some math examples, or physics, or whatever.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389185 {#2474
date: 2024-09-15 10:33:05.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2481 …}
+votes: Doctrine\ORM\PersistentCollection {#1508 …}
+reports: Doctrine\ORM\PersistentCollection {#1501 …}
+favourites: Doctrine\ORM\PersistentCollection {#1521 …}
+notifications: Doctrine\ORM\PersistentCollection {#1499 …}
+badges: Doctrine\ORM\PersistentCollection {#1546 …}
+children: []
-id: 31217
-titleTs: "'app':4 'educ':9 'feed':10 'kind':6 'mindless':12 'scroll':13"
-bodyTs: "'anyth':54 'bore':4 'contain':58 'content':32 'educ':44,59 'everyth':38 'exampl':88 'fact':84 'feed':13 'filter':50 'fuck':16,19 'get':3 'guy':27 'hard':48 'imag':81 'instagram':15 'learn':72 'lemmi':22 'like':14,76 'love':25 'math':87 'media':12 'meme':42 'mindless':8 'mix':36 'news':40 'offens':24 'physic':90 'reddit':18 'scroll':7,68 'short':78 'show':82 'sit':66 'social':11 'someth':73 'sometimess':5 'stuff':45,60 'text':79 'think':74 'time':31 'various':10 'whatev':92 'wild':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705589428
+visibility: "visible "
+apId: "https://lemmy.world/post/10828079"
+editedAt: null
+createdAt: DateTimeImmutable @1705503028 {#1923
date: 2024-01-17 15:50:28.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\Entry {#2484
+user: Proxies\__CG__\App\Entity\User {#1391 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1973 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Are-there-any-apps-with-kind-of-an-educational-feed"
+title: "Are there any apps with kind of an educational feed for mindless scrolling?"
+url: null
+body: """
We all get bored sometimess and scroll mindlessly through various social media feeds, like instagram (fuck you), reddit (fuck you) or lemmy (no offense, love you guys).\n
\n
Most of the time content is a wild mix of everything, from news to memes and educational stuff, and very hard to filter out.\n
\n
Is there anything out there that contains educational stuff only? where you can just sit there, scroll through it and learn something. thinking of like a short text or image showing some facts, or some math examples, or physics, or whatever.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726389185 {#2474
date: 2024-09-15 10:33:05.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2481 …}
+votes: Doctrine\ORM\PersistentCollection {#1508 …}
+reports: Doctrine\ORM\PersistentCollection {#1501 …}
+favourites: Doctrine\ORM\PersistentCollection {#1521 …}
+notifications: Doctrine\ORM\PersistentCollection {#1499 …}
+badges: Doctrine\ORM\PersistentCollection {#1546 …}
+children: []
-id: 31217
-titleTs: "'app':4 'educ':9 'feed':10 'kind':6 'mindless':12 'scroll':13"
-bodyTs: "'anyth':54 'bore':4 'contain':58 'content':32 'educ':44,59 'everyth':38 'exampl':88 'fact':84 'feed':13 'filter':50 'fuck':16,19 'get':3 'guy':27 'hard':48 'imag':81 'instagram':15 'learn':72 'lemmi':22 'like':14,76 'love':25 'math':87 'media':12 'meme':42 'mindless':8 'mix':36 'news':40 'offens':24 'physic':90 'reddit':18 'scroll':7,68 'short':78 'show':82 'sit':66 'social':11 'someth':73 'sometimess':5 'stuff':45,60 'text':79 'think':74 'time':31 'various':10 'whatev':92 'wild':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705589428
+visibility: "visible "
+apId: "https://lemmy.world/post/10828079"
+editedAt: null
+createdAt: DateTimeImmutable @1705503028 {#1923
date: 2024-01-17 15:50:28.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\Entry {#1482
+user: Proxies\__CG__\App\Entity\User {#1511 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "rentry-co-now-showing-ad-to-recover-server-costs"
+title: "rentry.co now showing ad to recover server costs"
+url: "https://rentry.co/x9dq79"
+body: """
- There’s a FOSS alternative for rentry.co which is sentrytwo.com - [Codeberg](https://codeberg.org/SentryTwo/bundles)\n
- Here a screenshot![](https://lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 87
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386814 {#1545
date: 2024-09-15 09:53:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1510 …}
+votes: Doctrine\ORM\PersistentCollection {#1503 …}
+reports: Doctrine\ORM\PersistentCollection {#1507 …}
+favourites: Doctrine\ORM\PersistentCollection {#1543 …}
+notifications: Doctrine\ORM\PersistentCollection {#1535 …}
+badges: Doctrine\ORM\PersistentCollection {#1542 …}
+children: []
-id: 31211
-titleTs: "'ad':4 'cost':8 'recov':6 'rentry.co':1 'server':7 'show':3"
-bodyTs: "'/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':20 '/sentrytwo/bundles)':14 'altern':5 'codeberg':11 'codeberg.org':13 'codeberg.org/sentrytwo/bundles)':12 'foss':4 'lemm.ee':19 'lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':18 'rentry.co':7 'screenshot':17 'sentrytwo.com':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705588945
+visibility: "visible "
+apId: "https://lemm.ee/post/21114446"
+editedAt: DateTimeImmutable @1725890503 {#1547
date: 2024-09-09 16:01:43.0 +02:00
}
+createdAt: DateTimeImmutable @1705502545 {#1481
date: 2024-01-17 15:42:25.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\Entry {#1482
+user: Proxies\__CG__\App\Entity\User {#1511 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "rentry-co-now-showing-ad-to-recover-server-costs"
+title: "rentry.co now showing ad to recover server costs"
+url: "https://rentry.co/x9dq79"
+body: """
- There’s a FOSS alternative for rentry.co which is sentrytwo.com - [Codeberg](https://codeberg.org/SentryTwo/bundles)\n
- Here a screenshot![](https://lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 87
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386814 {#1545
date: 2024-09-15 09:53:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1510 …}
+votes: Doctrine\ORM\PersistentCollection {#1503 …}
+reports: Doctrine\ORM\PersistentCollection {#1507 …}
+favourites: Doctrine\ORM\PersistentCollection {#1543 …}
+notifications: Doctrine\ORM\PersistentCollection {#1535 …}
+badges: Doctrine\ORM\PersistentCollection {#1542 …}
+children: []
-id: 31211
-titleTs: "'ad':4 'cost':8 'recov':6 'rentry.co':1 'server':7 'show':3"
-bodyTs: "'/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':20 '/sentrytwo/bundles)':14 'altern':5 'codeberg':11 'codeberg.org':13 'codeberg.org/sentrytwo/bundles)':12 'foss':4 'lemm.ee':19 'lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':18 'rentry.co':7 'screenshot':17 'sentrytwo.com':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705588945
+visibility: "visible "
+apId: "https://lemm.ee/post/21114446"
+editedAt: DateTimeImmutable @1725890503 {#1547
date: 2024-09-09 16:01:43.0 +02:00
}
+createdAt: DateTimeImmutable @1705502545 {#1481
date: 2024-01-17 15:42:25.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\Entry {#1482
+user: Proxies\__CG__\App\Entity\User {#1511 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "rentry-co-now-showing-ad-to-recover-server-costs"
+title: "rentry.co now showing ad to recover server costs"
+url: "https://rentry.co/x9dq79"
+body: """
- There’s a FOSS alternative for rentry.co which is sentrytwo.com - [Codeberg](https://codeberg.org/SentryTwo/bundles)\n
- Here a screenshot![](https://lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 15
+favouriteCount: 87
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386814 {#1545
date: 2024-09-15 09:53:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1510 …}
+votes: Doctrine\ORM\PersistentCollection {#1503 …}
+reports: Doctrine\ORM\PersistentCollection {#1507 …}
+favourites: Doctrine\ORM\PersistentCollection {#1543 …}
+notifications: Doctrine\ORM\PersistentCollection {#1535 …}
+badges: Doctrine\ORM\PersistentCollection {#1542 …}
+children: []
-id: 31211
-titleTs: "'ad':4 'cost':8 'recov':6 'rentry.co':1 'server':7 'show':3"
-bodyTs: "'/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':20 '/sentrytwo/bundles)':14 'altern':5 'codeberg':11 'codeberg.org':13 'codeberg.org/sentrytwo/bundles)':12 'foss':4 'lemm.ee':19 'lemm.ee/pictrs/image/8af58a1f-1fea-43fa-9109-3857229d0d56.png)':18 'rentry.co':7 'screenshot':17 'sentrytwo.com':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705588945
+visibility: "visible "
+apId: "https://lemm.ee/post/21114446"
+editedAt: DateTimeImmutable @1725890503 {#1547
date: 2024-09-09 16:01:43.0 +02:00
}
+createdAt: DateTimeImmutable @1705502545 {#1481
date: 2024-01-17 15:42:25.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\Entry {#1539
+user: Proxies\__CG__\App\Entity\User {#1541 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1531 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1530 …}
+slug: "You-re-tearing-me-apart"
+title: "You're tearing me apart!"
+url: "https://startrek.website/pictrs/image/806a94c1-5c36-4992-b51a-b1fbe957f951.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 130
+favouriteCount: 1693
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386102 {#1538
date: 2024-09-15 09:41:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1537 …}
+votes: Doctrine\ORM\PersistentCollection {#1515 …}
+reports: Doctrine\ORM\PersistentCollection {#1518 …}
+favourites: Doctrine\ORM\PersistentCollection {#1520 …}
+notifications: Doctrine\ORM\PersistentCollection {#1632 …}
+badges: Doctrine\ORM\PersistentCollection {#1631 …}
+children: []
-id: 29391
-titleTs: "'apart':5 're':2 'tear':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705162279
+visibility: "visible "
+apId: "https://startrek.website/post/5592351"
+editedAt: null
+createdAt: DateTimeImmutable @1705075879 {#1533
date: 2024-01-12 17:11:19.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\Entry {#1539
+user: Proxies\__CG__\App\Entity\User {#1541 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1531 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1530 …}
+slug: "You-re-tearing-me-apart"
+title: "You're tearing me apart!"
+url: "https://startrek.website/pictrs/image/806a94c1-5c36-4992-b51a-b1fbe957f951.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 130
+favouriteCount: 1693
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386102 {#1538
date: 2024-09-15 09:41:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1537 …}
+votes: Doctrine\ORM\PersistentCollection {#1515 …}
+reports: Doctrine\ORM\PersistentCollection {#1518 …}
+favourites: Doctrine\ORM\PersistentCollection {#1520 …}
+notifications: Doctrine\ORM\PersistentCollection {#1632 …}
+badges: Doctrine\ORM\PersistentCollection {#1631 …}
+children: []
-id: 29391
-titleTs: "'apart':5 're':2 'tear':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705162279
+visibility: "visible "
+apId: "https://startrek.website/post/5592351"
+editedAt: null
+createdAt: DateTimeImmutable @1705075879 {#1533
date: 2024-01-12 17:11:19.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\Entry {#1539
+user: Proxies\__CG__\App\Entity\User {#1541 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1531 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1530 …}
+slug: "You-re-tearing-me-apart"
+title: "You're tearing me apart!"
+url: "https://startrek.website/pictrs/image/806a94c1-5c36-4992-b51a-b1fbe957f951.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 130
+favouriteCount: 1693
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726386102 {#1538
date: 2024-09-15 09:41:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1537 …}
+votes: Doctrine\ORM\PersistentCollection {#1515 …}
+reports: Doctrine\ORM\PersistentCollection {#1518 …}
+favourites: Doctrine\ORM\PersistentCollection {#1520 …}
+notifications: Doctrine\ORM\PersistentCollection {#1632 …}
+badges: Doctrine\ORM\PersistentCollection {#1631 …}
+children: []
-id: 29391
-titleTs: "'apart':5 're':2 'tear':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705162279
+visibility: "visible "
+apId: "https://startrek.website/post/5592351"
+editedAt: null
+createdAt: DateTimeImmutable @1705075879 {#1533
date: 2024-01-12 17:11:19.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\Entry {#1712
+user: Proxies\__CG__\App\Entity\User {#1710 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Fish-rewrite-it-in-Rust-progress-100"
+title: "Fish rewrite-it-in Rust progress: 100%"
+url: "https://aus.social/@zanchey/111760402786767224"
+body: "[plan for the now completed port of fish to rust](https://github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 222
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726384767 {#1704
date: 2024-09-15 09:19:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 30926
-titleTs: "'100':8 'fish':1 'progress':7 'rewrit':3 'rewrite-it-in':2 'rust':6"
-bodyTs: "'/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':13 'complet':5 'fish':8 'github.com':12 'github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':11 'plan':1 'port':6 'rust':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705498145
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9365035"
+editedAt: null
+createdAt: DateTimeImmutable @1705411745 {#1713
date: 2024-01-16 14:29:05.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\Entry {#1712
+user: Proxies\__CG__\App\Entity\User {#1710 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Fish-rewrite-it-in-Rust-progress-100"
+title: "Fish rewrite-it-in Rust progress: 100%"
+url: "https://aus.social/@zanchey/111760402786767224"
+body: "[plan for the now completed port of fish to rust](https://github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 222
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726384767 {#1704
date: 2024-09-15 09:19:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 30926
-titleTs: "'100':8 'fish':1 'progress':7 'rewrit':3 'rewrite-it-in':2 'rust':6"
-bodyTs: "'/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':13 'complet':5 'fish':8 'github.com':12 'github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':11 'plan':1 'port':6 'rust':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705498145
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9365035"
+editedAt: null
+createdAt: DateTimeImmutable @1705411745 {#1713
date: 2024-01-16 14:29:05.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\Entry {#1712
+user: Proxies\__CG__\App\Entity\User {#1710 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1706 …}
+slug: "Fish-rewrite-it-in-Rust-progress-100"
+title: "Fish rewrite-it-in Rust progress: 100%"
+url: "https://aus.social/@zanchey/111760402786767224"
+body: "[plan for the now completed port of fish to rust](https://github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 12
+favouriteCount: 222
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726384767 {#1704
date: 2024-09-15 09:19:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1742 …}
+votes: Doctrine\ORM\PersistentCollection {#1659 …}
+reports: Doctrine\ORM\PersistentCollection {#1747 …}
+favourites: Doctrine\ORM\PersistentCollection {#1753 …}
+notifications: Doctrine\ORM\PersistentCollection {#1749 …}
+badges: Doctrine\ORM\PersistentCollection {#1748 …}
+children: []
-id: 30926
-titleTs: "'100':8 'fish':1 'progress':7 'rewrit':3 'rewrite-it-in':2 'rust':6"
-bodyTs: "'/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':13 'complet':5 'fish':8 'github.com':12 'github.com/fish-shell/fish-shell/blob/27c8845075078041a3376b33bea5898f2369ebe3/doc_internal/fish-riir-plan.md)':11 'plan':1 'port':6 'rust':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705498145
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9365035"
+editedAt: null
+createdAt: DateTimeImmutable @1705411745 {#1713
date: 2024-01-16 14:29:05.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Would-you-fuck-an-entire-man"
+title: "Would you fuck an entire man?"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726380524 {#1474
date: 2024-09-15 08:08:44.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1469 …}
+votes: Doctrine\ORM\PersistentCollection {#1498 …}
+reports: Doctrine\ORM\PersistentCollection {#1497 …}
+favourites: Doctrine\ORM\PersistentCollection {#1486 …}
+notifications: Doctrine\ORM\PersistentCollection {#1487 …}
+badges: Doctrine\ORM\PersistentCollection {#1489 …}
+children: []
-id: 31295
-titleTs: "'entir':5 'fuck':3 'man':6 'would':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705609757
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12973033"
+editedAt: null
+createdAt: DateTimeImmutable @1705523357 {#1472
date: 2024-01-17 21:29:17.0 +01:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Would-you-fuck-an-entire-man"
+title: "Would you fuck an entire man?"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726380524 {#1474
date: 2024-09-15 08:08:44.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1469 …}
+votes: Doctrine\ORM\PersistentCollection {#1498 …}
+reports: Doctrine\ORM\PersistentCollection {#1497 …}
+favourites: Doctrine\ORM\PersistentCollection {#1486 …}
+notifications: Doctrine\ORM\PersistentCollection {#1487 …}
+badges: Doctrine\ORM\PersistentCollection {#1489 …}
+children: []
-id: 31295
-titleTs: "'entir':5 'fuck':3 'man':6 'would':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705609757
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12973033"
+editedAt: null
+createdAt: DateTimeImmutable @1705523357 {#1472
date: 2024-01-17 21:29:17.0 +01:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\Entry {#1471
+user: Proxies\__CG__\App\Entity\User {#1467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "Would-you-fuck-an-entire-man"
+title: "Would you fuck an entire man?"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 16
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726380524 {#1474
date: 2024-09-15 08:08:44.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1469 …}
+votes: Doctrine\ORM\PersistentCollection {#1498 …}
+reports: Doctrine\ORM\PersistentCollection {#1497 …}
+favourites: Doctrine\ORM\PersistentCollection {#1486 …}
+notifications: Doctrine\ORM\PersistentCollection {#1487 …}
+badges: Doctrine\ORM\PersistentCollection {#1489 …}
+children: []
-id: 31295
-titleTs: "'entir':5 'fuck':3 'man':6 'would':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705609757
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12973033"
+editedAt: null
+createdAt: DateTimeImmutable @1705523357 {#1472
date: 2024-01-17 21:29:17.0 +01:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\Entry {#1491
+user: Proxies\__CG__\App\Entity\User {#1493 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1492 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1475 …}
+slug: "Each-Facebook-User-is-Monitored-by-Thousands-of-Companies-The"
+title: "Each Facebook User is Monitored by Thousands of Companies – The Markup"
+url: "https://themarkup.org/privacy/2024/01/17/each-facebook-user-is-monitored-by-thousands-of-companies-study-indicates"
+body: "> Using a panel of 709 volunteers who shared archives of their Facebook data, Consumer Reports found that a total of 186,892 companies sent data about them to the social network. On average, each participant in the study had their data sent to Facebook by 2,230 companies. That number varied significantly, with some panelists’ data listing over 7,000 companies providing their data."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 242
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726378835 {#1494
date: 2024-09-15 07:40:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1477 …}
+votes: Doctrine\ORM\PersistentCollection {#1761 …}
+reports: Doctrine\ORM\PersistentCollection {#1754 …}
+favourites: Doctrine\ORM\PersistentCollection {#1760 …}
+notifications: Doctrine\ORM\PersistentCollection {#1763 …}
+badges: Doctrine\ORM\PersistentCollection {#1767 …}
+children: []
-id: 31228
-titleTs: "'compani':9 'facebook':2 'markup':11 'monitor':5 'thousand':7 'user':3"
-bodyTs: "'000':60 '186':21 '2':46 '230':47 '7':59 '709':5 '892':22 'archiv':9 'averag':33 'compani':23,48,61 'consum':14 'data':13,25,41,56,64 'facebook':12,44 'found':16 'list':57 'network':31 'number':50 'panel':3 'panelist':55 'particip':35 'provid':62 'report':15 'sent':24,42 'share':8 'signific':52 'social':30 'studi':38 'total':19 'use':1 'vari':51 'volunt':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705591838
+visibility: "visible "
+apId: "https://lemmy.ml/post/10670566"
+editedAt: null
+createdAt: DateTimeImmutable @1705505438 {#1490
date: 2024-01-17 16:30:38.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\Entry {#1491
+user: Proxies\__CG__\App\Entity\User {#1493 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1492 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1475 …}
+slug: "Each-Facebook-User-is-Monitored-by-Thousands-of-Companies-The"
+title: "Each Facebook User is Monitored by Thousands of Companies – The Markup"
+url: "https://themarkup.org/privacy/2024/01/17/each-facebook-user-is-monitored-by-thousands-of-companies-study-indicates"
+body: "> Using a panel of 709 volunteers who shared archives of their Facebook data, Consumer Reports found that a total of 186,892 companies sent data about them to the social network. On average, each participant in the study had their data sent to Facebook by 2,230 companies. That number varied significantly, with some panelists’ data listing over 7,000 companies providing their data."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 242
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726378835 {#1494
date: 2024-09-15 07:40:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1477 …}
+votes: Doctrine\ORM\PersistentCollection {#1761 …}
+reports: Doctrine\ORM\PersistentCollection {#1754 …}
+favourites: Doctrine\ORM\PersistentCollection {#1760 …}
+notifications: Doctrine\ORM\PersistentCollection {#1763 …}
+badges: Doctrine\ORM\PersistentCollection {#1767 …}
+children: []
-id: 31228
-titleTs: "'compani':9 'facebook':2 'markup':11 'monitor':5 'thousand':7 'user':3"
-bodyTs: "'000':60 '186':21 '2':46 '230':47 '7':59 '709':5 '892':22 'archiv':9 'averag':33 'compani':23,48,61 'consum':14 'data':13,25,41,56,64 'facebook':12,44 'found':16 'list':57 'network':31 'number':50 'panel':3 'panelist':55 'particip':35 'provid':62 'report':15 'sent':24,42 'share':8 'signific':52 'social':30 'studi':38 'total':19 'use':1 'vari':51 'volunt':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705591838
+visibility: "visible "
+apId: "https://lemmy.ml/post/10670566"
+editedAt: null
+createdAt: DateTimeImmutable @1705505438 {#1490
date: 2024-01-17 16:30:38.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\Entry {#1491
+user: Proxies\__CG__\App\Entity\User {#1493 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1492 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1475 …}
+slug: "Each-Facebook-User-is-Monitored-by-Thousands-of-Companies-The"
+title: "Each Facebook User is Monitored by Thousands of Companies – The Markup"
+url: "https://themarkup.org/privacy/2024/01/17/each-facebook-user-is-monitored-by-thousands-of-companies-study-indicates"
+body: "> Using a panel of 709 volunteers who shared archives of their Facebook data, Consumer Reports found that a total of 186,892 companies sent data about them to the social network. On average, each participant in the study had their data sent to Facebook by 2,230 companies. That number varied significantly, with some panelists’ data listing over 7,000 companies providing their data."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 242
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726378835 {#1494
date: 2024-09-15 07:40:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1477 …}
+votes: Doctrine\ORM\PersistentCollection {#1761 …}
+reports: Doctrine\ORM\PersistentCollection {#1754 …}
+favourites: Doctrine\ORM\PersistentCollection {#1760 …}
+notifications: Doctrine\ORM\PersistentCollection {#1763 …}
+badges: Doctrine\ORM\PersistentCollection {#1767 …}
+children: []
-id: 31228
-titleTs: "'compani':9 'facebook':2 'markup':11 'monitor':5 'thousand':7 'user':3"
-bodyTs: "'000':60 '186':21 '2':46 '230':47 '7':59 '709':5 '892':22 'archiv':9 'averag':33 'compani':23,48,61 'consum':14 'data':13,25,41,56,64 'facebook':12,44 'found':16 'list':57 'network':31 'number':50 'panel':3 'panelist':55 'particip':35 'provid':62 'report':15 'sent':24,42 'share':8 'signific':52 'social':30 'studi':38 'total':19 'use':1 'vari':51 'volunt':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705591838
+visibility: "visible "
+apId: "https://lemmy.ml/post/10670566"
+editedAt: null
+createdAt: DateTimeImmutable @1705505438 {#1490
date: 2024-01-17 16:30:38.0 +01:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\Entry {#1788
+user: Proxies\__CG__\App\Entity\User {#1772 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "Some-ideas-for-the-future-of-Rentry-Let-s-talk"
+title: "Some ideas for the future of Rentry! Let's talk!"
+url: "https://rentry.co/9ei5t4vo"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726374681 {#1762
date: 2024-09-15 06:31:21.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1779 …}
+votes: Doctrine\ORM\PersistentCollection {#1787 …}
+reports: Doctrine\ORM\PersistentCollection {#1774 …}
+favourites: Doctrine\ORM\PersistentCollection {#1775 …}
+notifications: Doctrine\ORM\PersistentCollection {#1781 …}
+badges: Doctrine\ORM\PersistentCollection {#1783 …}
+children: []
-id: 31338
-titleTs: "'futur':5 'idea':2 'let':8 'rentri':7 'talk':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705605684
+visibility: "visible "
+apId: "https://beehaw.org/post/11131637"
+editedAt: null
+createdAt: DateTimeImmutable @1705531684 {#1751
date: 2024-01-17 23:48:04.0 +01:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\Entry {#1788
+user: Proxies\__CG__\App\Entity\User {#1772 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "Some-ideas-for-the-future-of-Rentry-Let-s-talk"
+title: "Some ideas for the future of Rentry! Let's talk!"
+url: "https://rentry.co/9ei5t4vo"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726374681 {#1762
date: 2024-09-15 06:31:21.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1779 …}
+votes: Doctrine\ORM\PersistentCollection {#1787 …}
+reports: Doctrine\ORM\PersistentCollection {#1774 …}
+favourites: Doctrine\ORM\PersistentCollection {#1775 …}
+notifications: Doctrine\ORM\PersistentCollection {#1781 …}
+badges: Doctrine\ORM\PersistentCollection {#1783 …}
+children: []
-id: 31338
-titleTs: "'futur':5 'idea':2 'let':8 'rentri':7 'talk':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705605684
+visibility: "visible "
+apId: "https://beehaw.org/post/11131637"
+editedAt: null
+createdAt: DateTimeImmutable @1705531684 {#1751
date: 2024-01-17 23:48:04.0 +01:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\Entry {#1788
+user: Proxies\__CG__\App\Entity\User {#1772 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: Proxies\__CG__\App\Entity\Image {#1480 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1522 …}
+slug: "Some-ideas-for-the-future-of-Rentry-Let-s-talk"
+title: "Some ideas for the future of Rentry! Let's talk!"
+url: "https://rentry.co/9ei5t4vo"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 30
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726374681 {#1762
date: 2024-09-15 06:31:21.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1779 …}
+votes: Doctrine\ORM\PersistentCollection {#1787 …}
+reports: Doctrine\ORM\PersistentCollection {#1774 …}
+favourites: Doctrine\ORM\PersistentCollection {#1775 …}
+notifications: Doctrine\ORM\PersistentCollection {#1781 …}
+badges: Doctrine\ORM\PersistentCollection {#1783 …}
+children: []
-id: 31338
-titleTs: "'futur':5 'idea':2 'let':8 'rentri':7 'talk':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705605684
+visibility: "visible "
+apId: "https://beehaw.org/post/11131637"
+editedAt: null
+createdAt: DateTimeImmutable @1705531684 {#1751
date: 2024-01-17 23:48:04.0 +01:00
}
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\Entry {#1780
+user: Proxies\__CG__\App\Entity\User {#1764 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1765 …}
+slug: "Lokking-for-cool-niche-services-shells-free-stuff-Lemmy"
+title: "Lokking for cool niche services, shells, free stuff. - Lemmy"
+url: "https://lemmy.ml/post/10674988"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726372995 {#1784
date: 2024-09-15 06:03:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1766 …}
+votes: Doctrine\ORM\PersistentCollection {#1681 …}
+reports: Doctrine\ORM\PersistentCollection {#1466 …}
+favourites: Doctrine\ORM\PersistentCollection {#1445 …}
+notifications: Doctrine\ORM\PersistentCollection {#1638 …}
+badges: Doctrine\ORM\PersistentCollection {#1642 …}
+children: []
-id: 31255
-titleTs: "'cool':3 'free':7 'lemmi':9 'lokk':1 'nich':4 'servic':5 'shell':6 'stuff':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705600051
+visibility: "visible "
+apId: "https://lemmy.ml/post/10675093"
+editedAt: null
+createdAt: DateTimeImmutable @1705513651 {#1786
date: 2024-01-17 18:47:31.0 +01:00
}
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\Entry {#1780
+user: Proxies\__CG__\App\Entity\User {#1764 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1765 …}
+slug: "Lokking-for-cool-niche-services-shells-free-stuff-Lemmy"
+title: "Lokking for cool niche services, shells, free stuff. - Lemmy"
+url: "https://lemmy.ml/post/10674988"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726372995 {#1784
date: 2024-09-15 06:03:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1766 …}
+votes: Doctrine\ORM\PersistentCollection {#1681 …}
+reports: Doctrine\ORM\PersistentCollection {#1466 …}
+favourites: Doctrine\ORM\PersistentCollection {#1445 …}
+notifications: Doctrine\ORM\PersistentCollection {#1638 …}
+badges: Doctrine\ORM\PersistentCollection {#1642 …}
+children: []
-id: 31255
-titleTs: "'cool':3 'free':7 'lemmi':9 'lokk':1 'nich':4 'servic':5 'shell':6 'stuff':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705600051
+visibility: "visible "
+apId: "https://lemmy.ml/post/10675093"
+editedAt: null
+createdAt: DateTimeImmutable @1705513651 {#1786
date: 2024-01-17 18:47:31.0 +01:00
}
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\Entry {#1780
+user: Proxies\__CG__\App\Entity\User {#1764 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1765 …}
+slug: "Lokking-for-cool-niche-services-shells-free-stuff-Lemmy"
+title: "Lokking for cool niche services, shells, free stuff. - Lemmy"
+url: "https://lemmy.ml/post/10674988"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726372995 {#1784
date: 2024-09-15 06:03:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1766 …}
+votes: Doctrine\ORM\PersistentCollection {#1681 …}
+reports: Doctrine\ORM\PersistentCollection {#1466 …}
+favourites: Doctrine\ORM\PersistentCollection {#1445 …}
+notifications: Doctrine\ORM\PersistentCollection {#1638 …}
+badges: Doctrine\ORM\PersistentCollection {#1642 …}
+children: []
-id: 31255
-titleTs: "'cool':3 'free':7 'lemmi':9 'lokk':1 'nich':4 'servic':5 'shell':6 'stuff':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705600051
+visibility: "visible "
+apId: "https://lemmy.ml/post/10675093"
+editedAt: null
+createdAt: DateTimeImmutable @1705513651 {#1786
date: 2024-01-17 18:47:31.0 +01:00
}
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\Entry {#1633
+user: Proxies\__CG__\App\Entity\User {#1627 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1624 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1634 …}
+slug: "C-B-T"
+title: "C.B.T."
+url: "https://lemmy.zip/pictrs/image/b818910b-5ba8-4d4b-b888-102ad2e8a74a.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 228
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726369222 {#1643
date: 2024-09-15 05:00:22.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1636 …}
+votes: Doctrine\ORM\PersistentCollection {#1660 …}
+reports: Doctrine\ORM\PersistentCollection {#1450 …}
+favourites: Doctrine\ORM\PersistentCollection {#1421 …}
+notifications: Doctrine\ORM\PersistentCollection {#1446 …}
+badges: Doctrine\ORM\PersistentCollection {#1424 …}
+children: []
-id: 28240
-titleTs: "'c.b.t':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704850384
+visibility: "visible "
+apId: "https://lemmy.zip/post/8112107"
+editedAt: null
+createdAt: DateTimeImmutable @1704763984 {#1622
date: 2024-01-09 02:33:04.0 +01:00
}
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\Entry {#1633
+user: Proxies\__CG__\App\Entity\User {#1627 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1624 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1634 …}
+slug: "C-B-T"
+title: "C.B.T."
+url: "https://lemmy.zip/pictrs/image/b818910b-5ba8-4d4b-b888-102ad2e8a74a.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 228
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726369222 {#1643
date: 2024-09-15 05:00:22.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1636 …}
+votes: Doctrine\ORM\PersistentCollection {#1660 …}
+reports: Doctrine\ORM\PersistentCollection {#1450 …}
+favourites: Doctrine\ORM\PersistentCollection {#1421 …}
+notifications: Doctrine\ORM\PersistentCollection {#1446 …}
+badges: Doctrine\ORM\PersistentCollection {#1424 …}
+children: []
-id: 28240
-titleTs: "'c.b.t':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704850384
+visibility: "visible "
+apId: "https://lemmy.zip/post/8112107"
+editedAt: null
+createdAt: DateTimeImmutable @1704763984 {#1622
date: 2024-01-09 02:33:04.0 +01:00
}
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\Entry {#1633
+user: Proxies\__CG__\App\Entity\User {#1627 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1529 …}
+image: Proxies\__CG__\App\Entity\Image {#1624 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1634 …}
+slug: "C-B-T"
+title: "C.B.T."
+url: "https://lemmy.zip/pictrs/image/b818910b-5ba8-4d4b-b888-102ad2e8a74a.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 20
+favouriteCount: 228
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726369222 {#1643
date: 2024-09-15 05:00:22.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1636 …}
+votes: Doctrine\ORM\PersistentCollection {#1660 …}
+reports: Doctrine\ORM\PersistentCollection {#1450 …}
+favourites: Doctrine\ORM\PersistentCollection {#1421 …}
+notifications: Doctrine\ORM\PersistentCollection {#1446 …}
+badges: Doctrine\ORM\PersistentCollection {#1424 …}
+children: []
-id: 28240
-titleTs: "'c.b.t':1"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704850384
+visibility: "visible "
+apId: "https://lemmy.zip/post/8112107"
+editedAt: null
+createdAt: DateTimeImmutable @1704763984 {#1622
date: 2024-01-09 02:33:04.0 +01:00
}
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\Entry {#1420
+user: Proxies\__CG__\App\Entity\User {#1426 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1451 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1413 …}
+slug: "Cats-living-together"
+title: "Cats living together"
+url: "https://lemmus.org/pictrs/image/1785ef76-4216-4680-8aec-1c53943a2be7.webp"
+body: "[Sarah’s Scribbles by Sarah Andersen, for 17 January, 2024](https://sarahcandersen.com/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 965
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726365240 {#1442
date: 2024-09-15 03:54:00.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1417 …}
+votes: Doctrine\ORM\PersistentCollection {#1411 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1418 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 31328
-titleTs: "'cat':1 'live':2 'togeth':3"
-bodyTs: "'/).':13 '17':8 '2024':10 'andersen':6 'januari':9 'sarah':1,5 'sarahcandersen.com':12 'sarahcandersen.com/).':11 'scribbl':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705615854
+visibility: "visible "
+apId: "https://lemmus.org/post/2669233"
+editedAt: null
+createdAt: DateTimeImmutable @1705529454 {#1415
date: 2024-01-17 23:10:54.0 +01:00
}
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\Entry {#1420
+user: Proxies\__CG__\App\Entity\User {#1426 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1451 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1413 …}
+slug: "Cats-living-together"
+title: "Cats living together"
+url: "https://lemmus.org/pictrs/image/1785ef76-4216-4680-8aec-1c53943a2be7.webp"
+body: "[Sarah’s Scribbles by Sarah Andersen, for 17 January, 2024](https://sarahcandersen.com/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 965
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726365240 {#1442
date: 2024-09-15 03:54:00.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1417 …}
+votes: Doctrine\ORM\PersistentCollection {#1411 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1418 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 31328
-titleTs: "'cat':1 'live':2 'togeth':3"
-bodyTs: "'/).':13 '17':8 '2024':10 'andersen':6 'januari':9 'sarah':1,5 'sarahcandersen.com':12 'sarahcandersen.com/).':11 'scribbl':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705615854
+visibility: "visible "
+apId: "https://lemmus.org/post/2669233"
+editedAt: null
+createdAt: DateTimeImmutable @1705529454 {#1415
date: 2024-01-17 23:10:54.0 +01:00
}
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\Entry {#1420
+user: Proxies\__CG__\App\Entity\User {#1426 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1903 …}
+image: Proxies\__CG__\App\Entity\Image {#1451 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1413 …}
+slug: "Cats-living-together"
+title: "Cats living together"
+url: "https://lemmus.org/pictrs/image/1785ef76-4216-4680-8aec-1c53943a2be7.webp"
+body: "[Sarah’s Scribbles by Sarah Andersen, for 17 January, 2024](https://sarahcandersen.com/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 7
+favouriteCount: 965
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726365240 {#1442
date: 2024-09-15 03:54:00.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1417 …}
+votes: Doctrine\ORM\PersistentCollection {#1411 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1418 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 31328
-titleTs: "'cat':1 'live':2 'togeth':3"
-bodyTs: "'/).':13 '17':8 '2024':10 'andersen':6 'januari':9 'sarah':1,5 'sarahcandersen.com':12 'sarahcandersen.com/).':11 'scribbl':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705615854
+visibility: "visible "
+apId: "https://lemmus.org/post/2669233"
+editedAt: null
+createdAt: DateTimeImmutable @1705529454 {#1415
date: 2024-01-17 23:10:54.0 +01:00
}
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\Entry {#1462
+user: Proxies\__CG__\App\Entity\User {#1463 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1464 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
+slug: "There-are-no-accidents"
+title: "There are no accidents"
+url: "https://sh.itjust.works/pictrs/image/d61377ab-a8ef-474a-ab33-9dc132953941.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 495
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726358882 {#1454
date: 2024-09-15 02:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 29650
-titleTs: "'accid':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705227650
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12687975"
+editedAt: null
+createdAt: DateTimeImmutable @1705141250 {#1461
date: 2024-01-13 11:20:50.0 +01:00
}
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\Entry {#1462
+user: Proxies\__CG__\App\Entity\User {#1463 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1464 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
+slug: "There-are-no-accidents"
+title: "There are no accidents"
+url: "https://sh.itjust.works/pictrs/image/d61377ab-a8ef-474a-ab33-9dc132953941.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 495
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726358882 {#1454
date: 2024-09-15 02:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 29650
-titleTs: "'accid':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705227650
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12687975"
+editedAt: null
+createdAt: DateTimeImmutable @1705141250 {#1461
date: 2024-01-13 11:20:50.0 +01:00
}
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\Entry {#1462
+user: Proxies\__CG__\App\Entity\User {#1463 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1470 …}
+image: Proxies\__CG__\App\Entity\Image {#1464 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1448 …}
+slug: "There-are-no-accidents"
+title: "There are no accidents"
+url: "https://sh.itjust.works/pictrs/image/d61377ab-a8ef-474a-ab33-9dc132953941.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 495
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726358882 {#1454
date: 2024-09-15 02:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 29650
-titleTs: "'accid':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705227650
+visibility: "visible "
+apId: "https://sh.itjust.works/post/12687975"
+editedAt: null
+createdAt: DateTimeImmutable @1705141250 {#1461
date: 2024-01-13 11:20:50.0 +01:00
}
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\Entry {#1434
+user: Proxies\__CG__\App\Entity\User {#1431 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1440 …}
+image: Proxies\__CG__\App\Entity\Image {#1438 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "I-m-probably-going-to-get-a-lot-of-explanations-in"
+title: "I'm probably going to get a lot of explanations in the comments"
+url: "https://lemmy.world/pictrs/image/167e9f4c-cc2e-4b7e-bbfa-4aaf0b0f9496.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 2
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726357449 {#1435
date: 2024-09-15 01:44:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1429 …}
+votes: Doctrine\ORM\PersistentCollection {#1694 …}
+reports: Doctrine\ORM\PersistentCollection {#1700 …}
+favourites: Doctrine\ORM\PersistentCollection {#1697 …}
+notifications: Doctrine\ORM\PersistentCollection {#1690 …}
+badges: Doctrine\ORM\PersistentCollection {#1696 …}
+children: []
-id: 11298
-titleTs: "'comment':13 'explan':10 'get':6 'go':4 'lot':8 'm':2 'probabl':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696374395
+visibility: "visible "
+apId: "https://lemmy.world/post/6231483"
+editedAt: null
+createdAt: DateTimeImmutable @1696352395 {#1430
date: 2023-10-03 18:59:55.0 +02:00
}
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\Entry {#1434
+user: Proxies\__CG__\App\Entity\User {#1431 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1440 …}
+image: Proxies\__CG__\App\Entity\Image {#1438 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "I-m-probably-going-to-get-a-lot-of-explanations-in"
+title: "I'm probably going to get a lot of explanations in the comments"
+url: "https://lemmy.world/pictrs/image/167e9f4c-cc2e-4b7e-bbfa-4aaf0b0f9496.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 2
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726357449 {#1435
date: 2024-09-15 01:44:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1429 …}
+votes: Doctrine\ORM\PersistentCollection {#1694 …}
+reports: Doctrine\ORM\PersistentCollection {#1700 …}
+favourites: Doctrine\ORM\PersistentCollection {#1697 …}
+notifications: Doctrine\ORM\PersistentCollection {#1690 …}
+badges: Doctrine\ORM\PersistentCollection {#1696 …}
+children: []
-id: 11298
-titleTs: "'comment':13 'explan':10 'get':6 'go':4 'lot':8 'm':2 'probabl':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696374395
+visibility: "visible "
+apId: "https://lemmy.world/post/6231483"
+editedAt: null
+createdAt: DateTimeImmutable @1696352395 {#1430
date: 2023-10-03 18:59:55.0 +02:00
}
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\Entry {#1434
+user: Proxies\__CG__\App\Entity\User {#1431 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1440 …}
+image: Proxies\__CG__\App\Entity\Image {#1438 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "I-m-probably-going-to-get-a-lot-of-explanations-in"
+title: "I'm probably going to get a lot of explanations in the comments"
+url: "https://lemmy.world/pictrs/image/167e9f4c-cc2e-4b7e-bbfa-4aaf0b0f9496.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 2
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726357449 {#1435
date: 2024-09-15 01:44:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1429 …}
+votes: Doctrine\ORM\PersistentCollection {#1694 …}
+reports: Doctrine\ORM\PersistentCollection {#1700 …}
+favourites: Doctrine\ORM\PersistentCollection {#1697 …}
+notifications: Doctrine\ORM\PersistentCollection {#1690 …}
+badges: Doctrine\ORM\PersistentCollection {#1696 …}
+children: []
-id: 11298
-titleTs: "'comment':13 'explan':10 'get':6 'go':4 'lot':8 'm':2 'probabl':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1696374395
+visibility: "visible "
+apId: "https://lemmy.world/post/6231483"
+editedAt: null
+createdAt: DateTimeImmutable @1696352395 {#1430
date: 2023-10-03 18:59:55.0 +02:00
}
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\Entry {#1606
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: Proxies\__CG__\App\Entity\Image {#1612 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
+title: "Reminder to clear your ~/.cache folder every now and then"
+url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
+body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 140
+favouriteCount: 436
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726356531 {#1595
date: 2024-09-15 01:28:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1615 …}
+votes: Doctrine\ORM\PersistentCollection {#1752 …}
+reports: Doctrine\ORM\PersistentCollection {#1639 …}
+favourites: Doctrine\ORM\PersistentCollection {#1647 …}
+notifications: Doctrine\ORM\PersistentCollection {#1640 …}
+badges: Doctrine\ORM\PersistentCollection {#1648 …}
+children: []
-id: 19592
-titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
-bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701649838
+visibility: "visible "
+apId: "https://lemmy.world/post/9065720"
+editedAt: DateTimeImmutable @1702742299 {#1610
date: 2023-12-16 16:58:19.0 +01:00
}
+createdAt: DateTimeImmutable @1701563438 {#1609
date: 2023-12-03 01:30:38.0 +01:00
}
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\Entry {#1606
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: Proxies\__CG__\App\Entity\Image {#1612 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
+title: "Reminder to clear your ~/.cache folder every now and then"
+url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
+body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 140
+favouriteCount: 436
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726356531 {#1595
date: 2024-09-15 01:28:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1615 …}
+votes: Doctrine\ORM\PersistentCollection {#1752 …}
+reports: Doctrine\ORM\PersistentCollection {#1639 …}
+favourites: Doctrine\ORM\PersistentCollection {#1647 …}
+notifications: Doctrine\ORM\PersistentCollection {#1640 …}
+badges: Doctrine\ORM\PersistentCollection {#1648 …}
+children: []
-id: 19592
-titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
-bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701649838
+visibility: "visible "
+apId: "https://lemmy.world/post/9065720"
+editedAt: DateTimeImmutable @1702742299 {#1610
date: 2023-12-16 16:58:19.0 +01:00
}
+createdAt: DateTimeImmutable @1701563438 {#1609
date: 2023-12-03 01:30:38.0 +01:00
}
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\Entry {#1606
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: Proxies\__CG__\App\Entity\Image {#1612 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1884 …}
+slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
+title: "Reminder to clear your ~/.cache folder every now and then"
+url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
+body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 140
+favouriteCount: 436
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726356531 {#1595
date: 2024-09-15 01:28:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1615 …}
+votes: Doctrine\ORM\PersistentCollection {#1752 …}
+reports: Doctrine\ORM\PersistentCollection {#1639 …}
+favourites: Doctrine\ORM\PersistentCollection {#1647 …}
+notifications: Doctrine\ORM\PersistentCollection {#1640 …}
+badges: Doctrine\ORM\PersistentCollection {#1648 …}
+children: []
-id: 19592
-titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
-bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701649838
+visibility: "visible "
+apId: "https://lemmy.world/post/9065720"
+editedAt: DateTimeImmutable @1702742299 {#1610
date: 2023-12-16 16:58:19.0 +01:00
}
+createdAt: DateTimeImmutable @1701563438 {#1609
date: 2023-12-03 01:30:38.0 +01:00
}
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\Entry {#1676
+user: Proxies\__CG__\App\Entity\User {#1672 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1673 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
+slug: "Matic-is-a-1-795-robot-vacuum-for-people-concerned-about"
+title: "Matic is a $1,795 robot vacuum for people concerned about privacy"
+url: "https://maticrobots.com/product"
+body: "Privacy (for robot vacuums) isn’t cheap. via [the Verge](https://arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726355964 {#1675
date: 2024-09-15 01:19:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1667 …}
+favourites: Doctrine\ORM\PersistentCollection {#1671 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
+badges: Doctrine\ORM\PersistentCollection {#1652 …}
+children: []
-id: 13181
-titleTs: "'1':4 '795':5 'concern':10 'matic':1 'peopl':9 'privaci':12 'robot':6 'vacuum':7"
-bodyTs: "'/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':13 'arstechnica.com':12 'arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':11 'cheap':7 'isn':5 'privaci':1 'robot':3 'vacuum':4 'verg':10 'via':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699427571
+visibility: "visible "
+apId: "https://sh.itjust.works/post/8705837"
+editedAt: null
+createdAt: DateTimeImmutable @1699361571 {#1674
date: 2023-11-07 13:52:51.0 +01:00
}
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\Entry {#1676
+user: Proxies\__CG__\App\Entity\User {#1672 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1673 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
+slug: "Matic-is-a-1-795-robot-vacuum-for-people-concerned-about"
+title: "Matic is a $1,795 robot vacuum for people concerned about privacy"
+url: "https://maticrobots.com/product"
+body: "Privacy (for robot vacuums) isn’t cheap. via [the Verge](https://arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726355964 {#1675
date: 2024-09-15 01:19:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1667 …}
+favourites: Doctrine\ORM\PersistentCollection {#1671 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
+badges: Doctrine\ORM\PersistentCollection {#1652 …}
+children: []
-id: 13181
-titleTs: "'1':4 '795':5 'concern':10 'matic':1 'peopl':9 'privaci':12 'robot':6 'vacuum':7"
-bodyTs: "'/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':13 'arstechnica.com':12 'arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':11 'cheap':7 'isn':5 'privaci':1 'robot':3 'vacuum':4 'verg':10 'via':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699427571
+visibility: "visible "
+apId: "https://sh.itjust.works/post/8705837"
+editedAt: null
+createdAt: DateTimeImmutable @1699361571 {#1674
date: 2023-11-07 13:52:51.0 +01:00
}
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\Entry {#1676
+user: Proxies\__CG__\App\Entity\User {#1672 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
+image: Proxies\__CG__\App\Entity\Image {#1673 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
+slug: "Matic-is-a-1-795-robot-vacuum-for-people-concerned-about"
+title: "Matic is a $1,795 robot vacuum for people concerned about privacy"
+url: "https://maticrobots.com/product"
+body: "Privacy (for robot vacuums) isn’t cheap. via [the Verge](https://arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/)."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726355964 {#1675
date: 2024-09-15 01:19:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1678 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1667 …}
+favourites: Doctrine\ORM\PersistentCollection {#1671 …}
+notifications: Doctrine\ORM\PersistentCollection {#1650 …}
+badges: Doctrine\ORM\PersistentCollection {#1652 …}
+children: []
-id: 13181
-titleTs: "'1':4 '795':5 'concern':10 'matic':1 'peopl':9 'privaci':12 'robot':6 'vacuum':7"
-bodyTs: "'/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':13 'arstechnica.com':12 'arstechnica.com/gadgets/2023/11/matic-is-a-1795-robot-vacuum-for-people-concerned-about-privacy/).':11 'cheap':7 'isn':5 'privaci':1 'robot':3 'vacuum':4 'verg':10 'via':8"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699427571
+visibility: "visible "
+apId: "https://sh.itjust.works/post/8705837"
+editedAt: null
+createdAt: DateTimeImmutable @1699361571 {#1674
date: 2023-11-07 13:52:51.0 +01:00
}
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\Entry {#1653
+user: Proxies\__CG__\App\Entity\User {#1656 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
+image: Proxies\__CG__\App\Entity\Image {#1662 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
+slug: "TIL-General-Grievous-actually-fought-Yoda-in-canon"
+title: "TIL General Grievous actually fought Yoda in canon"
+url: "https://preview.redd.it/0ei9iyujt5dc1.png?width=499&auto=webp&s=eb446bdf34fb51864182b000ca3addc359545f5c"
+body: "I don’t have much more details, so if any expert can provide them, please do!"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354714 {#1649
date: 2024-09-15 00:58:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1590 …}
+reports: Doctrine\ORM\PersistentCollection {#1591 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1582 …}
+badges: Doctrine\ORM\PersistentCollection {#1583 …}
+children: []
-id: 31446
-titleTs: "'actual':4 'canon':8 'fought':5 'general':2 'grievous':3 'til':1 'yoda':6"
-bodyTs: "'detail':7 'expert':11 'much':5 'pleas':15 'provid':13"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705592824
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9459806"
+editedAt: null
+createdAt: DateTimeImmutable @1705570324 {#1651
date: 2024-01-18 10:32:04.0 +01:00
}
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\Entry {#1653
+user: Proxies\__CG__\App\Entity\User {#1656 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
+image: Proxies\__CG__\App\Entity\Image {#1662 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
+slug: "TIL-General-Grievous-actually-fought-Yoda-in-canon"
+title: "TIL General Grievous actually fought Yoda in canon"
+url: "https://preview.redd.it/0ei9iyujt5dc1.png?width=499&auto=webp&s=eb446bdf34fb51864182b000ca3addc359545f5c"
+body: "I don’t have much more details, so if any expert can provide them, please do!"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354714 {#1649
date: 2024-09-15 00:58:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1590 …}
+reports: Doctrine\ORM\PersistentCollection {#1591 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1582 …}
+badges: Doctrine\ORM\PersistentCollection {#1583 …}
+children: []
-id: 31446
-titleTs: "'actual':4 'canon':8 'fought':5 'general':2 'grievous':3 'til':1 'yoda':6"
-bodyTs: "'detail':7 'expert':11 'much':5 'pleas':15 'provid':13"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705592824
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9459806"
+editedAt: null
+createdAt: DateTimeImmutable @1705570324 {#1651
date: 2024-01-18 10:32:04.0 +01:00
}
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\Entry {#1653
+user: Proxies\__CG__\App\Entity\User {#1656 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
+image: Proxies\__CG__\App\Entity\Image {#1662 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1663 …}
+slug: "TIL-General-Grievous-actually-fought-Yoda-in-canon"
+title: "TIL General Grievous actually fought Yoda in canon"
+url: "https://preview.redd.it/0ei9iyujt5dc1.png?width=499&auto=webp&s=eb446bdf34fb51864182b000ca3addc359545f5c"
+body: "I don’t have much more details, so if any expert can provide them, please do!"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 0
+favouriteCount: 11
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354714 {#1649
date: 2024-09-15 00:58:34.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1553 …}
+votes: Doctrine\ORM\PersistentCollection {#1590 …}
+reports: Doctrine\ORM\PersistentCollection {#1591 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1582 …}
+badges: Doctrine\ORM\PersistentCollection {#1583 …}
+children: []
-id: 31446
-titleTs: "'actual':4 'canon':8 'fought':5 'general':2 'grievous':3 'til':1 'yoda':6"
-bodyTs: "'detail':7 'expert':11 'much':5 'pleas':15 'provid':13"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705592824
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/9459806"
+editedAt: null
+createdAt: DateTimeImmutable @1705570324 {#1651
date: 2024-01-18 10:32:04.0 +01:00
}
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\Entry {#1584
+user: Proxies\__CG__\App\Entity\User {#1581 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1588 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "error-running-lemmy-docker"
+title: "error running lemmy docker"
+url: null
+body: """
hello,\n
\n
i tried to start a lemmy docker but have an error on Lemmy-ui\n
\n
`There was an error on the server. Try refreshing your browser. If that doesn’t work, come back at a later time.`\n
\n
I have checked log in Lemmy-ui, there are\n
\n
`Lemmy-ui v0.19.2 started listening on http://0.0.0.0:1234 API error: FetchError: request to http://0.0.0.0:8536/api/v3/site? failed, reason: connect ECONNREFUSED 0.0.0.0:8536`\n
\n
what is the problem here?
"""
+type: "article"
+lang: "vi"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354639 {#1580
date: 2024-09-15 00:57:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1572 …}
+votes: Doctrine\ORM\PersistentCollection {#1575 …}
+reports: Doctrine\ORM\PersistentCollection {#1586 …}
+favourites: Doctrine\ORM\PersistentCollection {#1585 …}
+notifications: Doctrine\ORM\PersistentCollection {#1551 …}
+badges: Doctrine\ORM\PersistentCollection {#1560 …}
+children: []
-id: 31111
-titleTs: "'docker':4 'error':1 'lemmi':3 'run':2"
-bodyTs: "'0.0.0.0':56,63,69 '1234':57 '8536':70 '8536/api/v3/site':64 'api':58 'back':34 'browser':27 'check':41 'come':33 'connect':67 'docker':8 'doesn':30 'econnrefus':68 'error':12,20,59 'fail':65 'fetcherror':60 'hello':1 'later':37 'lemmi':7,15,45,50 'lemmy-ui':14,44,49 'listen':54 'log':42 'problem':74 'reason':66 'refresh':25 'request':61 'server':23 'start':5,53 'time':38 'tri':3,24 'ui':16,46,51 'v0.19.2':52 'work':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705465654
+visibility: "visible "
+apId: "https://lemmy.world/post/10805928"
+editedAt: null
+createdAt: DateTimeImmutable @1705452654 {#1579
date: 2024-01-17 01:50:54.0 +01:00
}
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\Entry {#1584
+user: Proxies\__CG__\App\Entity\User {#1581 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1588 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "error-running-lemmy-docker"
+title: "error running lemmy docker"
+url: null
+body: """
hello,\n
\n
i tried to start a lemmy docker but have an error on Lemmy-ui\n
\n
`There was an error on the server. Try refreshing your browser. If that doesn’t work, come back at a later time.`\n
\n
I have checked log in Lemmy-ui, there are\n
\n
`Lemmy-ui v0.19.2 started listening on http://0.0.0.0:1234 API error: FetchError: request to http://0.0.0.0:8536/api/v3/site? failed, reason: connect ECONNREFUSED 0.0.0.0:8536`\n
\n
what is the problem here?
"""
+type: "article"
+lang: "vi"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354639 {#1580
date: 2024-09-15 00:57:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1572 …}
+votes: Doctrine\ORM\PersistentCollection {#1575 …}
+reports: Doctrine\ORM\PersistentCollection {#1586 …}
+favourites: Doctrine\ORM\PersistentCollection {#1585 …}
+notifications: Doctrine\ORM\PersistentCollection {#1551 …}
+badges: Doctrine\ORM\PersistentCollection {#1560 …}
+children: []
-id: 31111
-titleTs: "'docker':4 'error':1 'lemmi':3 'run':2"
-bodyTs: "'0.0.0.0':56,63,69 '1234':57 '8536':70 '8536/api/v3/site':64 'api':58 'back':34 'browser':27 'check':41 'come':33 'connect':67 'docker':8 'doesn':30 'econnrefus':68 'error':12,20,59 'fail':65 'fetcherror':60 'hello':1 'later':37 'lemmi':7,15,45,50 'lemmy-ui':14,44,49 'listen':54 'log':42 'problem':74 'reason':66 'refresh':25 'request':61 'server':23 'start':5,53 'time':38 'tri':3,24 'ui':16,46,51 'v0.19.2':52 'work':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705465654
+visibility: "visible "
+apId: "https://lemmy.world/post/10805928"
+editedAt: null
+createdAt: DateTimeImmutable @1705452654 {#1579
date: 2024-01-17 01:50:54.0 +01:00
}
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\Entry {#1584
+user: Proxies\__CG__\App\Entity\User {#1581 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1588 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#188 …}
+slug: "error-running-lemmy-docker"
+title: "error running lemmy docker"
+url: null
+body: """
hello,\n
\n
i tried to start a lemmy docker but have an error on Lemmy-ui\n
\n
`There was an error on the server. Try refreshing your browser. If that doesn’t work, come back at a later time.`\n
\n
I have checked log in Lemmy-ui, there are\n
\n
`Lemmy-ui v0.19.2 started listening on http://0.0.0.0:1234 API error: FetchError: request to http://0.0.0.0:8536/api/v3/site? failed, reason: connect ECONNREFUSED 0.0.0.0:8536`\n
\n
what is the problem here?
"""
+type: "article"
+lang: "vi"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726354639 {#1580
date: 2024-09-15 00:57:19.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1572 …}
+votes: Doctrine\ORM\PersistentCollection {#1575 …}
+reports: Doctrine\ORM\PersistentCollection {#1586 …}
+favourites: Doctrine\ORM\PersistentCollection {#1585 …}
+notifications: Doctrine\ORM\PersistentCollection {#1551 …}
+badges: Doctrine\ORM\PersistentCollection {#1560 …}
+children: []
-id: 31111
-titleTs: "'docker':4 'error':1 'lemmi':3 'run':2"
-bodyTs: "'0.0.0.0':56,63,69 '1234':57 '8536':70 '8536/api/v3/site':64 'api':58 'back':34 'browser':27 'check':41 'come':33 'connect':67 'docker':8 'doesn':30 'econnrefus':68 'error':12,20,59 'fail':65 'fetcherror':60 'hello':1 'later':37 'lemmi':7,15,45,50 'lemmy-ui':14,44,49 'listen':54 'log':42 'problem':74 'reason':66 'refresh':25 'request':61 'server':23 'start':5,53 'time':38 'tri':3,24 'ui':16,46,51 'v0.19.2':52 'work':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705465654
+visibility: "visible "
+apId: "https://lemmy.world/post/10805928"
+editedAt: null
+createdAt: DateTimeImmutable @1705452654 {#1579
date: 2024-01-17 01:50:54.0 +01:00
}
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#1561 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1525 …}
+slug: "Mosh-Like-ssh-but-better-e-g-local-echo-and-persistent"
+title: "Mosh: Like ssh, but better (e.g. local echo and persistent sessions across sleeps / network changes)"
+url: "https://mosh.org/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 98
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726353999 {#1526
date: 2024-09-15 00:46:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
+badges: Doctrine\ORM\PersistentCollection {#1558 …}
+children: []
-id: 31198
-titleTs: "'across':12 'better':5 'chang':15 'e.g':6 'echo':8 'like':2 'local':7 'mosh':1 'network':14 'persist':10 'session':11 'sleep':13 'ssh':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705587109
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9757"
+editedAt: null
+createdAt: DateTimeImmutable @1705500709 {#1528
date: 2024-01-17 15:11:49.0 +01:00
}
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#1561 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1525 …}
+slug: "Mosh-Like-ssh-but-better-e-g-local-echo-and-persistent"
+title: "Mosh: Like ssh, but better (e.g. local echo and persistent sessions across sleeps / network changes)"
+url: "https://mosh.org/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 98
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726353999 {#1526
date: 2024-09-15 00:46:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
+badges: Doctrine\ORM\PersistentCollection {#1558 …}
+children: []
-id: 31198
-titleTs: "'across':12 'better':5 'chang':15 'e.g':6 'echo':8 'like':2 'local':7 'mosh':1 'network':14 'persist':10 'session':11 'sleep':13 'ssh':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705587109
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9757"
+editedAt: null
+createdAt: DateTimeImmutable @1705500709 {#1528
date: 2024-01-17 15:11:49.0 +01:00
}
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#1561 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2483 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1525 …}
+slug: "Mosh-Like-ssh-but-better-e-g-local-echo-and-persistent"
+title: "Mosh: Like ssh, but better (e.g. local echo and persistent sessions across sleeps / network changes)"
+url: "https://mosh.org/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 98
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726353999 {#1526
date: 2024-09-15 00:46:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1567 …}
+votes: Doctrine\ORM\PersistentCollection {#1559 …}
+reports: Doctrine\ORM\PersistentCollection {#1564 …}
+favourites: Doctrine\ORM\PersistentCollection {#1563 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
+badges: Doctrine\ORM\PersistentCollection {#1558 …}
+children: []
-id: 31198
-titleTs: "'across':12 'better':5 'chang':15 'e.g':6 'echo':8 'like':2 'local':7 'mosh':1 'network':14 'persist':10 'session':11 'sleep':13 'ssh':3"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705587109
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9757"
+editedAt: null
+createdAt: DateTimeImmutable @1705500709 {#1528
date: 2024-01-17 15:11:49.0 +01:00
}
} |
|
Show voter details
|