1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2326
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2191
+user: Proxies\__CG__\App\Entity\User {#2280 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2136
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2226 …}
+votes: Doctrine\ORM\PersistentCollection {#2236 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2034 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2326}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2194
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2193
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so\n
\n
sudo mkdir /mnt/mydrive\n
\n
Then\n
\n
sudo mount /dev/sdc1 /mnt/mydrive
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1728949340 {#2314
date: 2024-10-15 01:42:20.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2325 …}
+nested: Doctrine\ORM\PersistentCollection {#2329 …}
+votes: Doctrine\ORM\PersistentCollection {#2323 …}
+reports: Doctrine\ORM\PersistentCollection {#2300 …}
+favourites: Doctrine\ORM\PersistentCollection {#2340 …}
+notifications: Doctrine\ORM\PersistentCollection {#2342 …}
-id: 344517
-bodyTs: "'/dev/sdc1':6,28 '/mnt':20 '/mnt/mydrive':24,29 'also':12 'argument':10 'extra':9 'folder':18 'make':15 'mkdir':23 'mount':5,17,27 'need':13 'simpli':4 'sudo':22,26 'tri':3 'without':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062541"
+editedAt: DateTimeImmutable @1728945144 {#2289
date: 2024-10-15 00:32:24.0 +02:00
}
+createdAt: DateTimeImmutable @1706357573 {#2328
date: 2024-01-27 13:12:53.0 +01:00
}
+"title": 344517
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2021
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2028
+user: Proxies\__CG__\App\Entity\User {#2492 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2494 …}
+slug: "In-progress-COSMIC-apps-terminal-file-manager-text-editor-and-settings"
+title: "In-progress COSMIC apps: terminal, file manager, text editor, and settings"
+url: "https://fosstodon.org/@soller/111733526892594130"
+body: """
COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.\n
\n
As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.\n
\n
- [github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)\n
- [github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)\n
- [github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)\n
- [github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)\n
- [github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)\n
\n
See [cosmic-epoch](https://github.com/pop-os/cosmic-epoch) for instructions on building and installing COSMIC.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 13
+favouriteCount: 117
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727583910 {#1358
date: 2024-09-29 06:25:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2495 …}
+votes: Doctrine\ORM\PersistentCollection {#2497 …}
+reports: Doctrine\ORM\PersistentCollection {#2499 …}
+favourites: Doctrine\ORM\PersistentCollection {#2501 …}
+notifications: Doctrine\ORM\PersistentCollection {#2503 …}
+badges: Doctrine\ORM\PersistentCollection {#2505 …}
+children: [
App\Entity\EntryComment {#2021}
]
-id: 28808
-titleTs: "'app':5 'cosmic':4 'editor':10 'file':7 'in-progress':1 'manag':8 'progress':3 'set':12 'termin':6 'text':9"
-bodyTs: "'/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':88 '/pop-os/cosmic-epoch)':101 '/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':85 '/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':91 '/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':82 '/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':94 '2024':58 'addit':46 'alpha':53 'applic':19 'base':29 'build':105 'cosmic':1,18,50,97,108 'cosmic-epoch':96 'cross':35 'cross-platform':34 'desktop':5,73 'develop':21,63 'editor':70 'environ':6,74 'epoch':98 'far':62 'file':66 'github.com':81,84,87,90,93,100 'github.com/pop-os/cosmic-edit](https://github.com/pop-os/cosmic-edit)':86 'github.com/pop-os/cosmic-epoch)':99 'github.com/pop-os/cosmic-files](https://github.com/pop-os/cosmic-files)':83 'github.com/pop-os/cosmic-settings](https://github.com/pop-os/cosmic-settings)':89 'github.com/pop-os/cosmic-term](https://github.com/pop-os/cosmic-term)':80 'github.com/pop-os/libcosmic](https://github.com/pop-os/libcosmic)':92 'ice':17,31 'instal':107 'instruct':103 'last':77 'libcosm':24 'linux':8,48 'mac':41 'manag':67 'month':79 'near':51 'os':44 'platform':25,36 'q1':56 'redox':43 'releas':54 'rust':13 'see':95 'smithay':15 'support':38 'termin':65 'text':69 'thus':61 'toolkit':26 'wayland':4 'window':40 'within':75 'written':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705018507
+visibility: "visible "
+apId: "https://lemmy.world/post/10556583"
+editedAt: DateTimeImmutable @1720803201 {#2365
date: 2024-07-12 18:53:21.0 +02:00
}
+createdAt: DateTimeImmutable @1704932107 {#1995
date: 2024-01-11 01:15:07.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Looks great, can’t wait!"
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704937384 {#2011
date: 2024-01-11 02:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mmstick@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2029 …}
+nested: Doctrine\ORM\PersistentCollection {#2020 …}
+votes: Doctrine\ORM\PersistentCollection {#2027 …}
+reports: Doctrine\ORM\PersistentCollection {#2031 …}
+favourites: Doctrine\ORM\PersistentCollection {#2037 …}
+notifications: Doctrine\ORM\PersistentCollection {#2075 …}
-id: 298002
-bodyTs: "'great':2 'look':1 'wait':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6567576"
+editedAt: null
+createdAt: DateTimeImmutable @1704937384 {#2033
date: 2024-01-11 02:43:04.0 +01:00
}
+"title": 298002
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#2207 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2016 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Lemmy-isn-t-what-I-expected-but-I-love-this-place"
+title: "Lemmy isn't what I expected but I love this place"
+url: "https://lemmy.world/pictrs/image/851f2aca-3b92-42f5-bfc4-9f7a4834eecb.jpeg"
+body: "**Please understand:** I mean this in a very, very loving way. Lemmy has so much content and so many references that I do not understand but it’s awesome seeing all these passionate communities outside of my usual circles."
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 105
+favouriteCount: 1250
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727374843 {#1985
date: 2024-09-26 20:20:43.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2014 …}
+votes: Doctrine\ORM\PersistentCollection {#1987 …}
+reports: Doctrine\ORM\PersistentCollection {#2015 …}
+favourites: Doctrine\ORM\PersistentCollection {#1984 …}
+notifications: Doctrine\ORM\PersistentCollection {#1983 …}
+badges: Doctrine\ORM\PersistentCollection {#1979 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 31989
-titleTs: "'expect':6 'isn':2 'lemmi':1 'love':9 'place':11"
-bodyTs: "'awesom':29 'circl':39 'communiti':34 'content':16 'lemmi':12 'love':10 'mani':19 'mean':4 'much':15 'outsid':35 'passion':33 'pleas':1 'refer':20 'see':30 'understand':2,25 'usual':38 'way':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705862658
+visibility: "visible "
+apId: "https://lemmy.world/post/10958809"
+editedAt: null
+createdAt: DateTimeImmutable @1705776258 {#2172
date: 2024-01-20 19:44:18.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
+body: "I won’t beat you this time but I did laugh at your comment."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705797271 {#2132
date: 2024-01-21 01:34:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@misterdoctor@lemmy.world"
"@idunnololz@lemmy.world"
"@Ghostalmedia@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2348 …}
+nested: Doctrine\ORM\PersistentCollection {#2351 …}
+votes: Doctrine\ORM\PersistentCollection {#2332 …}
+reports: Doctrine\ORM\PersistentCollection {#2349 …}
+favourites: Doctrine\ORM\PersistentCollection {#2141 …}
+notifications: Doctrine\ORM\PersistentCollection {#2164 …}
-id: 326991
-bodyTs: "'beat':4 'comment':14 'laugh':11 'time':7 'won':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6864002"
+editedAt: null
+createdAt: DateTimeImmutable @1705797271 {#2138
date: 2024-01-21 01:34:31.0 +01:00
}
+"title": 326991
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2078
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2076
+user: Proxies\__CG__\App\Entity\User {#2212 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-are-some-interesting-devices-powered-by-Linux"
+title: "What are some interesting devices powered by Linux?"
+url: null
+body: """
Here’s a few that I know of. What other things are commonly running Linux that most people may but be aware of?\n
\n
- Ingenuity ([helicopter drone on Mars](https://www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))\n
- Smart TVs and streaming devices (Samsung’s TizenOS and Roku devices)\n
- Smart appliances (Samsung’s smart refrigerator)\n
- Digital signs and billboards\n
- My car stereo ([Sony XAV-AX6000](https://www.crutchfield.com/p_158XAV6000/Sony-XAV-AX6000.html))\n
- The Large Hadron Collider\n
- FAA Air traffic control and radar systems\n
- Self driving cars
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 151
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726207682 {#2149
date: 2024-09-13 08:08:02.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2181 …}
+votes: Doctrine\ORM\PersistentCollection {#2174 …}
+reports: Doctrine\ORM\PersistentCollection {#2170 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#2169 …}
+badges: Doctrine\ORM\PersistentCollection {#2134 …}
+children: [
App\Entity\EntryComment {#2078}
]
-id: 30420
-titleTs: "'devic':5 'interest':4 'linux':8 'power':6"
-bodyTs: "'/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':31 '/p_158xav6000/sony-xav-ax6000.html))':62 'air':68 'applianc':44 'awar':22 'ax6000':59 'billboard':52 'car':54,76 'collid':66 'common':13 'control':70 'devic':36,42 'digit':49 'drive':75 'drone':26 'faa':67 'hadron':65 'helicopt':25 'ingenu':24 'know':7 'larg':64 'linux':15 'mar':28 'may':19 'peopl':18 'radar':72 'refriger':48 'roku':41 'run':14 'samsung':37,45 'self':74 'sign':50 'smart':32,43,47 'soni':56 'stereo':55 'stream':35 'system':73 'thing':11 'tizeno':39 'traffic':69 'tvs':33 'www.crutchfield.com':61 'www.crutchfield.com/p_158xav6000/sony-xav-ax6000.html))':60 'www.pcmag.com':30 'www.pcmag.com/news/linux-is-now-on-mars-thanks-to-nasas-perseverance-rover))':29 'xav':58 'xav-ax6000':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705331591
+visibility: "visible "
+apId: "https://lemmy.one/post/9255297"
+editedAt: null
+createdAt: DateTimeImmutable @1705245191 {#2200
date: 2024-01-14 16:13:11.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: "Really it’s the backbone of the modern tech world."
+lang: "en"
+isAdult: false
+favouriteCount: 31
+score: 0
+lastActive: DateTime @1725327598 {#2079
date: 2024-09-03 03:39:58.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@StorageB@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2097 …}
+nested: Doctrine\ORM\PersistentCollection {#2082 …}
+votes: Doctrine\ORM\PersistentCollection {#2096 …}
+reports: Doctrine\ORM\PersistentCollection {#2081 …}
+favourites: Doctrine\ORM\PersistentCollection {#2098 …}
+notifications: Doctrine\ORM\PersistentCollection {#2080 …}
-id: 308808
-bodyTs: "'backbon':5 'modern':8 'realli':1 'tech':9 'world':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6692120"
+editedAt: null
+createdAt: DateTimeImmutable @1705262154 {#2084
date: 2024-01-14 20:55:54.0 +01:00
}
+"title": 308808
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2095
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2087
+user: Proxies\__CG__\App\Entity\User {#2362 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
+title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
+url: null
+body: """
[Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
\n
(Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
\n
About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 141
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725343368 {#2368
date: 2024-09-03 08:02:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2367 …}
+votes: Doctrine\ORM\PersistentCollection {#2269 …}
+reports: Doctrine\ORM\PersistentCollection {#1347 …}
+favourites: Doctrine\ORM\PersistentCollection {#1350 …}
+notifications: Doctrine\ORM\PersistentCollection {#1351 …}
+badges: Doctrine\ORM\PersistentCollection {#1353 …}
+children: [
App\Entity\EntryComment {#2095}
]
-id: 31021
-titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
-bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705519574
+visibility: "visible "
+apId: "https://lemmy.world/post/10795861"
+editedAt: DateTimeImmutable @1725142725 {#1996
date: 2024-09-01 00:18:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705433174 {#2187
date: 2024-01-16 20:26:14.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Thanks for the heads up. Just today I noticed the new fossify apps in fdroid… didn’t realize it was forked from simple mobile tools. I will be downloading and replacing my notes app when it becomes available."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705447965 {#2089
date: 2024-01-17 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ForgottenFlux@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 315331
-bodyTs: "'app':13,34 'avail':38 'becom':37 'didn':16 'download':29 'fdroid':15 'fork':21 'fossifi':12 'head':4 'mobil':24 'new':11 'note':33 'notic':9 'realiz':18 'replac':31 'simpl':23 'thank':1 'today':7 'tool':25"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6755561"
+editedAt: null
+createdAt: DateTimeImmutable @1705447965 {#2088
date: 2024-01-17 00:32:45.0 +01:00
}
+"title": 315331
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2385
+user: Proxies\__CG__\App\Entity\User {#1357 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "What-s-your-experience-with-a-touchscreen-laptop-on-your-distro"
+title: "What's your experience with a touchscreen laptop on your distro?"
+url: null
+body: """
Hello everyone!\n
\n
I’m finally tired enough of the invasive and anti-consumer practices of Windows to convert over. I’m going to start with my laptop, but I’m concerned about compatibility for 2-in-1 convertible touchscreens.\n
\n
A distro that’s sufficient for both computers would be ideal for consistency’s and simplicity’s sake.\n
\n
- 2-in-1 convertible touchscreen laptop. Can be folded into a “tablet” mode. Used for web browsing and simple games\n
- Main workstation for gaming, programming, etc. NVIDIA GPU (no touchscreen)\n
\n
Most anecdotes say touchscreen support is hit or miss, and the On Screen Keyboard / Auto-rotate support is an additional challenge. MINT with cinnamon seems to be the best contender at the moment due to its compatibly with most games and the touchscreen support seems to be there.\n
\n
But, I’d love some fresh perspectives as most sources were ~a year old. Thanks for your time!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724438731 {#2526
date: 2024-08-23 20:45:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2531 …}
+votes: Doctrine\ORM\PersistentCollection {#2534 …}
+reports: Doctrine\ORM\PersistentCollection {#2536 …}
+favourites: Doctrine\ORM\PersistentCollection {#2538 …}
+notifications: Doctrine\ORM\PersistentCollection {#2540 …}
+badges: Doctrine\ORM\PersistentCollection {#2542 …}
+children: [
App\Entity\EntryComment {#2382}
]
-id: 25204
-titleTs: "'distro':11 'experi':4 'laptop':8 'touchscreen':7"
-bodyTs: "'-1':38,61 '2':36,59 'addit':109 'anecdot':90 'anti':13 'anti-consum':12 'auto':104 'auto-rot':103 'best':118 'brows':75 'challeng':110 'cinnamon':113 'compat':34,126 'comput':48 'concern':32 'consist':53 'consum':14 'contend':119 'convert':19,39,62 'd':140 'distro':42 'due':123 'enough':7 'etc':84 'everyon':2 'final':5 'fold':67 'fresh':143 'game':78,82,129 'go':23 'gpu':86 'hello':1 'hit':95 'ideal':51 'invas':10 'keyboard':102 'laptop':28,64 'love':141 'm':4,22,31 'main':79 'mint':111 'miss':97 'mode':71 'moment':122 'nvidia':85 'old':151 'perspect':144 'practic':15 'program':83 'rotat':105 'sake':58 'say':91 'screen':101 'seem':114,134 'simpl':77 'simplic':56 'sourc':147 'start':25 'suffici':45 'support':93,106,133 'tablet':70 'thank':152 'time':155 'tire':6 'touchscreen':40,63,88,92,132 'use':72 'web':74 'window':17 'workstat':80 'would':49 'year':150"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703778531
+visibility: "visible "
+apId: "https://lemmy.world/post/10029454"
+editedAt: null
+createdAt: DateTimeImmutable @1703692131 {#2513
date: 2023-12-27 16:48:51.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
A distro with the Gnome desktop is where I would start. It has the best touch gestures and on screen keyboard. Gnome’s keyboard still could use some work however, and I would recommend you install “improved osk” if you intend to use it a lot. Cinnamon will work fine but it’s not as fancy…at least since I have last used it. (Its been a few years.)\n
\n
I used to have some 2 in 1 HP x360 that I initially had Linux Mint on and it did work well. But then I tried PopOS out on it and I had to switch it over to that because of the touch screen gestures and an on screen keyboard that would automatically pop up when you activated a text field. I wouldn’t recommend PopOS right now if you want the latest and greatest Gnome updates, as it is a bit out of date since they are focusing on creating their own desktop. It’s still a solid choice though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703731798 {#2380
date: 2023-12-28 03:49:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@TheBeesKnees@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2384 …}
+nested: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
-id: 258271
-bodyTs: "'1':77 '2':75 'activ':127 'automat':122 'best':15 'bit':151 'choic':169 'cinnamon':47 'could':26 'creat':160 'date':154 'desktop':6,163 'distro':2 'fanci':56 'field':130 'fine':50 'focus':158 'gestur':17,114 'gnome':5,22,145 'greatest':144 'howev':30 'hp':78 'improv':37 'initi':82 'instal':36 'intend':41 'keyboard':21,24,119 'last':62 'latest':142 'least':58 'linux':84 'lot':46 'mint':85 'osk':38 'pop':123 'popo':96,135 'recommend':34,134 'right':136 'screen':20,113,118 'sinc':59,155 'solid':168 'start':11 'still':25,166 'switch':104 'text':129 'though':170 'touch':16,112 'tri':95 'updat':146 'use':27,43,63,71 'want':140 'well':91 'work':29,49,90 'would':10,33,121 'wouldn':132 'x360':79 'year':69"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6271259"
+editedAt: null
+createdAt: DateTimeImmutable @1703731798 {#2386
date: 2023-12-28 03:49:58.0 +01:00
}
+"title": 258271
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407}
0 => App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1404
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883
+user: Proxies\__CG__\App\Entity\User {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: Proxies\__CG__\App\Entity\Image {#2512 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Your-ads-dont-work-here-brand"
+title: "Your ads dont work here, brand!"
+url: "https://lemmy.world/pictrs/image/58942777-b9b3-46db-8f13-d29e164afb3e.webp"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 112
+favouriteCount: 846
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719435351 {#2507
date: 2024-06-26 22:55:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2514 …}
+votes: Doctrine\ORM\PersistentCollection {#2516 …}
+reports: Doctrine\ORM\PersistentCollection {#2518 …}
+favourites: Doctrine\ORM\PersistentCollection {#2520 …}
+notifications: Doctrine\ORM\PersistentCollection {#2522 …}
+badges: Doctrine\ORM\PersistentCollection {#2524 …}
+children: [
1 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1883 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Then install log2ram to avoid constant writes to SD card. Or install DietPi instead of the stock OS, its installed automatically. Honestly DietPi just rocks for SBCs in general, good text UI and utilities."
+lang: "en"
+isAdult: false
+favouriteCount: 44
+score: 0
+lastActive: DateTime @1703862165 {#1907
date: 2023-12-29 16:02:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2369 …}
+nested: Doctrine\ORM\PersistentCollection {#2392 …}
+votes: Doctrine\ORM\PersistentCollection {#2395 …}
+reports: Doctrine\ORM\PersistentCollection {#1384 …}
+favourites: Doctrine\ORM\PersistentCollection {#1383 …}
+notifications: Doctrine\ORM\PersistentCollection {#1405 …}
-id: 262266
-bodyTs: "'automat':21 'avoid':5 'card':10 'constant':6 'dietpi':13,23 'general':29 'good':30 'honest':22 'instal':2,12,20 'instead':14 'log2ram':3 'os':18 'rock':25 'sbcs':27 'sd':9 'stock':17 'text':31 'ui':32 'util':34 'write':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6291982"
+editedAt: null
+createdAt: DateTimeImmutable @1703862165 {#1908
date: 2023-12-29 16:02:45.0 +01:00
}
+"title": 262266
}
0 => App\Entity\EntryComment {#1404}
]
-id: 25605
-titleTs: "'ad':2 'brand':6 'dont':3 'work':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703932787
+visibility: "visible "
+apId: "https://lemmy.world/post/10089074"
+editedAt: null
+createdAt: DateTimeImmutable @1703846387 {#2493
date: 2023-12-29 11:39:47.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2391 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2389 …}
+body: "Probably not, think of it as a different distro. It is Debian based, and supports many different SBCs and not just the RPi. [dietpi.com](https://dietpi.com/)"
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1703874569 {#1382
date: 2023-12-29 19:29:29.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pharmacokinetics@lemmy.world"
"@chandz05@lemmy.world"
"@KrapKake@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1361 …}
+nested: Doctrine\ORM\PersistentCollection {#1403 …}
+votes: Doctrine\ORM\PersistentCollection {#2023 …}
+reports: Doctrine\ORM\PersistentCollection {#2032 …}
+favourites: Doctrine\ORM\PersistentCollection {#2024 …}
+notifications: Doctrine\ORM\PersistentCollection {#2018 …}
-id: 262673
-bodyTs: "'/)':27 'base':13 'debian':12 'dietpi.com':24,26 'dietpi.com/)':25 'differ':8,17 'distro':9 'mani':16 'probabl':1 'rpi':23 'sbcs':18 'support':15 'think':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6294280"
+editedAt: null
+createdAt: DateTimeImmutable @1703874569 {#1401
date: 2023-12-29 19:29:29.0 +01:00
}
+"title": 262673
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2465
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2464
+user: Proxies\__CG__\App\Entity\User {#2529 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "I-don-t-have-anything-to-hide-so-I-don-t-care"
+title: "I don't have anything to hide, so I don't care"
+url: null
+body: "What to say to people who say this kinda of thing? Usually I just say “ok then”"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 104
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703406990 {#2564
date: 2023-12-24 09:36:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2569 …}
+votes: Doctrine\ORM\PersistentCollection {#2572 …}
+reports: Doctrine\ORM\PersistentCollection {#2574 …}
+favourites: Doctrine\ORM\PersistentCollection {#2576 …}
+notifications: Doctrine\ORM\PersistentCollection {#2578 …}
+badges: Doctrine\ORM\PersistentCollection {#2580 …}
+children: [
App\Entity\EntryComment {#2465}
]
-id: 22771
-titleTs: "'anyth':5 'care':12 'hide':7"
-bodyTs: "'kinda':9 'ok':16 'peopl':5 'say':3,7,15 'thing':11 'usual':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702874223
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/6603898"
+editedAt: null
+createdAt: DateTimeImmutable @1702787823 {#2550
date: 2023-12-17 05:37:03.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: null
+root: null
+body: "Ask them if they poop with the door open."
+lang: "en"
+isAdult: false
+favouriteCount: 12
+score: 0
+lastActive: DateTime @1702903128 {#1740
date: 2023-12-18 13:38:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@max@lemmy.blahaj.zone"
]
+children: Doctrine\ORM\PersistentCollection {#2463 …}
+nested: Doctrine\ORM\PersistentCollection {#2411 …}
+votes: Doctrine\ORM\PersistentCollection {#2422 …}
+reports: Doctrine\ORM\PersistentCollection {#2458 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#2453 …}
-id: 231565
-bodyTs: "'ask':1 'door':8 'open':9 'poop':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6110103"
+editedAt: null
+createdAt: DateTimeImmutable @1702903128 {#1707
date: 2023-12-18 13:38:48.0 +01:00
}
+"title": 231565
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2455
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2459
+user: Proxies\__CG__\App\Entity\User {#2510 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2549 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2551 …}
+slug: "First-meme-here"
+title: "First meme here"
+url: "https://feddit.nl/pictrs/image/4b958264-a36f-4786-8e03-9794d54140e6.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 24
+favouriteCount: 183
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703360827 {#2544
date: 2023-12-23 20:47:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2552 …}
+votes: Doctrine\ORM\PersistentCollection {#2554 …}
+reports: Doctrine\ORM\PersistentCollection {#2556 …}
+favourites: Doctrine\ORM\PersistentCollection {#2558 …}
+notifications: Doctrine\ORM\PersistentCollection {#2560 …}
+badges: Doctrine\ORM\PersistentCollection {#2562 …}
+children: [
App\Entity\EntryComment {#2455}
]
-id: 23589
-titleTs: "'first':1 'meme':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703171282
+visibility: "visible "
+apId: "https://feddit.nl/post/8032695"
+editedAt: null
+createdAt: DateTimeImmutable @1703084882 {#2532
date: 2023-12-20 16:08:02.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: "We keep our thermostat set to 64-65 during the winter time. Keeps the HVAC from running a lot. You just put on some cozy sweater, sweatpants and warm socks. During summer we keep the thermo higher, up to +10 more degrees."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703161890 {#2457
date: 2023-12-21 13:31:30.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@VitabytesDev@feddit.nl"
"@kennismigrant@feddit.nl"
"@spicytuna62@lemmy.world"
"@wreckedcarzz@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2469 …}
+nested: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
-id: 240212
-bodyTs: "'+10':40 '-65':8 '64':7 'cozi':25 'degre':42 'higher':37 'hvac':15 'keep':2,13,34 'lot':19 'put':22 'run':17 'set':5 'sock':30 'summer':32 'sweater':26 'sweatpant':27 'thermo':36 'thermostat':4 'time':12 'warm':29 'winter':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6169096"
+editedAt: null
+createdAt: DateTimeImmutable @1703161890 {#2454
date: 2023-12-21 13:31:30.0 +01:00
}
+"title": 240212
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1732
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1727
+user: Proxies\__CG__\App\Entity\User {#2547 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2587 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1991 …}
+slug: "Are-you-a-microwave"
+title: "Are you a microwave?"
+url: "https://lemmy.world/pictrs/image/1406ee25-0149-40f5-b413-a6ccdd3db768.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 29
+favouriteCount: 603
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702831473 {#2582
date: 2023-12-17 17:44:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2589 …}
+votes: Doctrine\ORM\PersistentCollection {#2591 …}
+reports: Doctrine\ORM\PersistentCollection {#2593 …}
+favourites: Doctrine\ORM\PersistentCollection {#2595 …}
+notifications: Doctrine\ORM\PersistentCollection {#2597 …}
+badges: Doctrine\ORM\PersistentCollection {#2599 …}
+children: [
App\Entity\EntryComment {#1732}
]
-id: 22425
-titleTs: "'microwav':4"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702739716
+visibility: "visible "
+apId: "https://lemmy.world/post/9601646"
+editedAt: null
+createdAt: DateTimeImmutable @1702653316 {#2570
date: 2023-12-15 16:15:16.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
+body: "And yet the stove top/oven will stay on forever without alerting you until you realize something is on fire."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1702694084 {#1737
date: 2023-12-16 03:34:44.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Clbull@lemmy.world"
"@WagnasT@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1724 …}
+votes: Doctrine\ORM\PersistentCollection {#1715 …}
+reports: Doctrine\ORM\PersistentCollection {#1718 …}
+favourites: Doctrine\ORM\PersistentCollection {#1716 …}
+notifications: Doctrine\ORM\PersistentCollection {#1739 …}
-id: 226266
-bodyTs: "'alert':11 'fire':19 'forev':9 'realiz':15 'someth':16 'stay':7 'stove':4 'top/oven':5 'without':10 'yet':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6071867"
+editedAt: null
+createdAt: DateTimeImmutable @1702694084 {#1734
date: 2023-12-16 03:34:44.0 +01:00
}
+"title": 226266
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1629
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1628
+user: Proxies\__CG__\App\Entity\User {#2567 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Looking-for-FOSS-android-TV-or-something-like-Kodi-but"
+title: "Looking for FOSS android TV (or something like Kodi, but dumber)"
+url: null
+body: """
I’ve been looking for something to replace the google chromecast that is attached to our TV.\n
\n
I’ve tried Kodi out, but the main use case for the TV set is a 70+ yo person watching netflix and there is just no way they will be better off with Kodi than with the stock netflix app.\n
\n
Besides supporting netflix, being easy to use, and providing significantly better privacy than the chromecast does, the device would ideally:\n
\n
- support other mainstream streaming (amazon, disney, …) for when my people get tired of netflix\n
- support a DVB-T2 usb stick (directly, or through IPTV: I can put the stick in a different machine)\n
- support youtube without ads (through an adblocker and possibly sponsorblock, or maybe using invidious)\n
- possibly, support local public TV streaming (eg. BBC)\n
\n
I have a PC set aside that should be more than capable enough (intel N100), but I’m open to getting new hardware if needed. Also, it doesn’t matter if the system is not very user friendly to setup (eg. if it needs to be nixos), but once it’s setup it should be easy to use and relatively straightforward to update/maintain.\n
\n
I guess a FOSS android TV would be ideal, but… is there any? (I see Lineage supports the Google ADT-3, but that is basically unobtanium, at least where I live).
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 40
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701080701 {#2601
date: 2023-11-27 11:25:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2606 …}
+votes: Doctrine\ORM\PersistentCollection {#2609 …}
+reports: Doctrine\ORM\PersistentCollection {#2611 …}
+favourites: Doctrine\ORM\PersistentCollection {#2613 …}
+notifications: Doctrine\ORM\PersistentCollection {#2615 …}
+badges: Doctrine\ORM\PersistentCollection {#2617 …}
+children: [
App\Entity\EntryComment {#1629}
]
-id: 15401
-titleTs: "'android':4 'dumber':11 'foss':3 'kodi':9 'like':8 'look':1 'someth':7 'tv':5"
-bodyTs: "'-3':217 '70':34 'ad':115 'adblock':118 'adt':216 'also':159 'amazon':82 'android':201 'app':57 'asid':139 'attach':14 'basic':221 'bbc':133 'besid':58 'better':48,68 'capabl':145 'case':27 'chromecast':11,72 'devic':75 'differ':110 'direct':99 'disney':83 'doesn':161 'dvb':95 'dvb-t2':94 'easi':62,189 'eg':132,174 'enough':146 'foss':200 'friend':171 'get':88,154 'googl':10,215 'guess':198 'hardwar':156 'ideal':77,205 'intel':147 'invidi':125 'iptv':102 'kodi':21,51 'least':224 'lineag':212 'live':227 'local':128 'look':4 'm':151 'machin':111 'main':25 'mainstream':80 'matter':163 'mayb':123 'n100':148 'need':158,177 'netflix':38,56,60,91 'new':155 'nixo':180 'open':152 'pc':137 'peopl':87 'person':36 'possibl':120,126 'privaci':69 'provid':66 'public':129 'put':105 'relat':193 'replac':8 'see':211 'set':31,138 'setup':173,185 'signific':67 'someth':6 'sponsorblock':121 'stick':98,107 'stock':55 'straightforward':194 'stream':81,131 'support':59,78,92,112,127,213 'system':166 't2':96 'tire':89 'tri':20 'tv':17,30,130,202 'unobtanium':222 'update/maintain':196 'usb':97 'use':26,64,124,191 'user':170 've':2,19 'watch':37 'way':44 'without':114 'would':76,203 'yo':35 'youtub':113"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700742945
+visibility: "visible "
+apId: "https://lemmy.ml/post/8314189"
+editedAt: null
+createdAt: DateTimeImmutable @1700656545 {#2588
date: 2023-11-22 13:35:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1626 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1599 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+body: "Not sure why Netflix wouldn’t be on the Aurora store. Anyway, I did use android TV on an OdroidXU4 for a few months. It worked well with an air mouse and made it work like a regular android TV. Only issue I had with it sometimes was getting it to wake up after being asleep for some time, but that issue could have been ROM+odroid (or air mouse) specific."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1701003875 {#1598
date: 2023-11-26 14:04:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@gomp@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#1625 …}
+nested: Doctrine\ORM\PersistentCollection {#1617 …}
+votes: Doctrine\ORM\PersistentCollection {#1725 …}
+reports: Doctrine\ORM\PersistentCollection {#1722 …}
+favourites: Doctrine\ORM\PersistentCollection {#1726 …}
+notifications: Doctrine\ORM\PersistentCollection {#1736 …}
-id: 166034
-bodyTs: "'air':30,69 'android':16,39 'anyway':12 'asleep':56 'aurora':10 'could':63 'get':49 'issu':42,62 'like':36 'made':33 'month':24 'mous':31,70 'netflix':4 'odroid':67 'odroidxu4':20 'regular':38 'rom':66 'sometim':47 'specif':71 'store':11 'sure':2 'time':59 'tv':17,40 'use':15 'wake':52 'well':27 'work':26,35 'wouldn':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5595994"
+editedAt: null
+createdAt: DateTimeImmutable @1701003875 {#1630
date: 2023-11-26 14:04:35.0 +01:00
}
+"title": 166034
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1610
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#2622 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: Proxies\__CG__\App\Entity\Image {#2664 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2666 …}
+slug: "those-ppl"
+title: "those ppl..."
+url: "https://feddit.de/pictrs/image/cc0a5512-f7fa-456c-99e4-7e282b33849c.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 376
+favouriteCount: 3006
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700933999 {#2659
date: 2023-11-25 18:39:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2667 …}
+votes: Doctrine\ORM\PersistentCollection {#2669 …}
+reports: Doctrine\ORM\PersistentCollection {#2671 …}
+favourites: Doctrine\ORM\PersistentCollection {#2673 …}
+notifications: Doctrine\ORM\PersistentCollection {#2675 …}
+badges: Doctrine\ORM\PersistentCollection {#2677 …}
+children: [
App\Entity\EntryComment {#1610}
]
-id: 6376
-titleTs: "'ppl':2"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1697796773
+visibility: "visible "
+apId: "https://feddit.de/post/4696834"
+editedAt: null
+createdAt: DateTimeImmutable @1697710373 {#2646
date: 2023-10-19 12:12:53.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
+body: "True, I wish people would stop posting about Reddit and Twitter. I don’t care about those platforms."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1697803335 {#1434
date: 2023-10-20 14:02:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@EherVielleicht@feddit.de"
"@JPJones@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1652 …}
+nested: Doctrine\ORM\PersistentCollection {#1679 …}
+votes: Doctrine\ORM\PersistentCollection {#1668 …}
+reports: Doctrine\ORM\PersistentCollection {#1666 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1576 …}
-id: 61006
-bodyTs: "'care':15 'peopl':4 'platform':18 'post':7 'reddit':9 'stop':6 'true':1 'twitter':11 'wish':3 'would':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4674752"
+editedAt: null
+createdAt: DateTimeImmutable @1697803335 {#1699
date: 2023-10-20 14:02:15.0 +02:00
}
+"title": 61006
} |
|
Show voter details
|
101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
102 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
103 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
104 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
106 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
} |
|
Show voter details
|
107 |
DENIED
|
edit
|
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
} |
|
Show voter details
|
108 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1596
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1619
+user: Proxies\__CG__\App\Entity\User {#2624 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: Proxies\__CG__\App\Entity\Image {#2626 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2627 …}
+slug: "Louis-Rossmann-Piracy-is-COMPLETELY-justified-Louis-tries-NetFlix-and"
+title: "[Louis Rossmann] Piracy is COMPLETELY justified: Louis tries NetFlix and remembers why"
+url: "https://odysee.com/@rossmanngroup:a/piracy-is-completely-justified-louis:f"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 121
+favouriteCount: 529
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700377030 {#2619
date: 2023-11-19 07:57:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2628 …}
+votes: Doctrine\ORM\PersistentCollection {#2630 …}
+reports: Doctrine\ORM\PersistentCollection {#2632 …}
+favourites: Doctrine\ORM\PersistentCollection {#2634 …}
+notifications: Doctrine\ORM\PersistentCollection {#2636 …}
+badges: Doctrine\ORM\PersistentCollection {#2638 …}
+children: [
App\Entity\EntryComment {#1596}
]
-id: 13361
-titleTs: "'complet':5 'justifi':6 'loui':1,7 'netflix':9 'piraci':3 'rememb':11 'rossmann':2 'tri':8"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700174593
+visibility: "visible "
+apId: "https://lemmy.world/post/8309704"
+editedAt: DateTimeImmutable @1700353615 {#2607
date: 2023-11-19 01:26:55.0 +01:00
}
+createdAt: DateTimeImmutable @1700088193 {#2585
date: 2023-11-15 23:43:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1702 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
+body: "Why are Nazis the first thing you think about? You and many others on the internet. I need a filter that blocks any comment that has the word nazi."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1700137495 {#1613
date: 2023-11-16 13:24:55.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@hal_5700X@lemmy.world"
"@sourcery@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#1683 …}
+nested: Doctrine\ORM\PersistentCollection {#1680 …}
+votes: Doctrine\ORM\PersistentCollection {#1686 …}
+reports: Doctrine\ORM\PersistentCollection {#1692 …}
+favourites: Doctrine\ORM\PersistentCollection {#1705 …}
+notifications: Doctrine\ORM\PersistentCollection {#1616 …}
-id: 130007
-bodyTs: "'block':22 'comment':24 'filter':20 'first':5 'internet':16 'mani':12 'nazi':3,29 'need':18 'other':13 'thing':6 'think':8 'word':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5354209"
+editedAt: null
+createdAt: DateTimeImmutable @1700137495 {#1604
date: 2023-11-16 13:24:55.0 +01:00
}
+"title": 130007
} |
|
Show voter details
|
109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
110 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
111 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
112 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
114 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
} |
|
Show voter details
|
115 |
DENIED
|
edit
|
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
} |
|
Show voter details
|
116 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1564
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1559
+user: Proxies\__CG__\App\Entity\User {#2645 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2234 …}
+slug: "Fedora-or-Mint-for-noob"
+title: "Fedora or Mint for noob?"
+url: null
+body: """
A friend might let me install Linux on his secondary laptop he uses for university. He’s not a tinkerer and wants something that just works.\n
\n
Linux Mint is known for being very user-friendly and stable. Also easy to get help online.\n
\n
However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn’t resolve, probably due to Xorg.\n
\n
Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I’d have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn’t work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn’t get it to work). I’m at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint.\n
\n
What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.)\n
\n
EDIT: From what I’ve gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants.\n
\n
I’ve only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 59
+favouriteCount: 51
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699108195 {#2640
date: 2023-11-04 15:29:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2647 …}
+votes: Doctrine\ORM\PersistentCollection {#2649 …}
+reports: Doctrine\ORM\PersistentCollection {#2651 …}
+favourites: Doctrine\ORM\PersistentCollection {#2653 …}
+notifications: Doctrine\ORM\PersistentCollection {#2655 …}
+badges: Doctrine\ORM\PersistentCollection {#2657 …}
+children: [
App\Entity\EntryComment {#1564}
]
-id: 9049
-titleTs: "'fedora':1 'mint':3 'noob':5"
-bodyTs: "'actual':101 'also':39,65,125 'alway':92 'ask':243 'base':253 'break':194 'btw':183 'codec':113 'connect':139 'consid':200 'convolut':187 'couldn':77,148 'd':108 'default':60 'differ':158 'doesn':129 'due':81 'easi':40 'edit':202 'eduroam':128 'eleg':90 'experienc':123 'far':209 'fedora':85,120,133,144,176,218 'feel':98 'first':116 'friend':2,36 'futur':260 'future-proof':259 'gather':207 'general':169 'get':42,150 'gnome':87 'help':43,171 'howev':45 'icon':61 'instal':6,111,213 'instead':84 'kde':184 'known':30 'laptop':11,226 'least':146 'legaci':137 'less':170,240 'let':4 'like':58 'linux':7,27 'live':221 'lmde':256 'look':63,100 'm':155 'manjaro':191 'may':238 'media':112 'might':3,165 'mint':28,49,178,214,254 'newest':95 'nice':102 'often':196 'onlin':44 'opinion':48,190 'outdat':52,105 'prefer':229 'probabl':80,212,265 'proof':261 'rather':51 'resolv':79 'screen':74 'secondari':10 'seem':50 'someth':23 'stabl':38,241 'stutter':75 'suggest':118 'support':142 'technolog':96 'termin':115 'think':182 'tho':162 'tinker':20 'tls':138 'tri':69,217,250 'ubuntu':252 'ubuntu-bas':251 'uni':159 'univers':15,126 'usb':222 'use':13,93 'user':35,124 'user-friend':34 've':206,248 'via':114 'want':22,246 'warn':234 'web':174 'wifi':127 'window':57 'windows-lik':56 'work':26,131,153,166 'workflow':59 'xorg':66,83"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699014000
+visibility: "visible "
+apId: "https://monero.town/post/980770"
+editedAt: DateTimeImmutable @1698933189 {#2625
date: 2023-11-02 14:53:09.0 +01:00
}
+createdAt: DateTimeImmutable @1698927600 {#2604
date: 2023-11-02 13:20:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
+image: null
+parent: null
+root: null
+body: """
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.\n
\n
[zorin.com/os/](https://zorin.com/os/)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1698970103 {#1584
date: 2023-11-03 01:08:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jack@monero.town"
]
+children: Doctrine\ORM\PersistentCollection {#1567 …}
+nested: Doctrine\ORM\PersistentCollection {#1563 …}
+votes: Doctrine\ORM\PersistentCollection {#1565 …}
+reports: Doctrine\ORM\PersistentCollection {#1558 …}
+favourites: Doctrine\ORM\PersistentCollection {#1557 …}
+notifications: Doctrine\ORM\PersistentCollection {#1621 …}
-id: 85957
-bodyTs: "'/os/](https://zorin.com/os/)':65 'base':52 'clean':42 'coupl':18 'distro':60 'easi':48 'gnome':23,38 'haven':11 'look':31,40 'mac':34 'mimic':29 'modern':43 'person':13 'pro':45 'saw':3 'set':27 'stock':37 'super':41 'talk':5 'ubuntu':54 'use':14,22,50 'window':33 'work':59 'year':20 'zorin.com':64 'zorin.com/os/](https://zorin.com/os/)':63 'zorino':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5018872"
+editedAt: null
+createdAt: DateTimeImmutable @1698970103 {#1548
date: 2023-11-03 01:08:23.0 +01:00
}
+"title": 85957
} |
|
Show voter details
|
117 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
118 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|