1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1382
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1401
+user: Proxies\__CG__\App\Entity\User {#2350 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
+slug: "Is-anyone-using-awk"
+title: "Is anyone using awk?"
+url: null
+body: """
Studying and awk came up.\n
\n
Spent about an hour and I see some useful commands that extend past what “cut” can do. But really when dealing with printf() format statements is anyone using awk scripts for this?\n
\n
Or is everyone just using their familiar scripting language. I’d reach for Python for the problems being presented as useful for awk.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 55
+favouriteCount: 145
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711564310 {#2020
date: 2024-03-27 19:31:50.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2133 …}
+reports: Doctrine\ORM\PersistentCollection {#2140 …}
+favourites: Doctrine\ORM\PersistentCollection {#2094 …}
+notifications: Doctrine\ORM\PersistentCollection {#2093 …}
+badges: Doctrine\ORM\PersistentCollection {#2086 …}
+children: [
App\Entity\EntryComment {#1382}
]
-id: 25802
-titleTs: "'anyon':2 'awk':4 'use':3"
-bodyTs: "'anyon':32 'awk':3,34,60 'came':4 'command':15 'cut':20 'd':48 'deal':26 'everyon':40 'extend':17 'familiar':44 'format':29 'hour':9 'languag':46 'past':18 'present':56 'printf':28 'problem':54 'python':51 'reach':49 'realli':24 'script':35,45 'see':12 'spent':6 'statement':30 'studi':1 'use':14,33,42,58"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703999200
+visibility: "visible "
+apId: "https://lemmy.world/post/10117038"
+editedAt: null
+createdAt: DateTimeImmutable @1703912800 {#2351
date: 2023-12-30 06:06:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: null
+root: null
+body: """
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
\n
if you know you always want the last field you can do something like\n
\n
`awk ‘{print $NF}’`\n
\n
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
\n
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
\n
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
\n
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 14
+score: 0
+lastActive: DateTime @1703946476 {#1405
date: 2023-12-30 15:27:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@netwren@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1404 …}
+nested: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
-id: 264688
-bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6304974"
+editedAt: null
+createdAt: DateTimeImmutable @1703946476 {#1385
date: 2023-12-30 15:27:56.0 +01:00
}
+"title": 264688
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1692
+user: App\Entity\User {#260 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2458
+user: Proxies\__CG__\App\Entity\User {#2349 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: Proxies\__CG__\App\Entity\Image {#2080 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
+slug: "find-grep-sed-and-awk"
+title: "find, grep, sed, and awk"
+url: "https://wilsonericn.wordpress.com/2011/08/25/find-grep-sed-and-awk/"
+body: "Code and comments"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 20
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700353185 {#2087
date: 2023-11-19 01:19:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2077 …}
+votes: Doctrine\ORM\PersistentCollection {#2062 …}
+reports: Doctrine\ORM\PersistentCollection {#2085 …}
+favourites: Doctrine\ORM\PersistentCollection {#2083 …}
+notifications: Doctrine\ORM\PersistentCollection {#2076 …}
+badges: Doctrine\ORM\PersistentCollection {#2084 …}
+children: [
App\Entity\EntryComment {#1692}
]
-id: 13958
-titleTs: "'awk':5 'find':1 'grep':2 'sed':3"
-bodyTs: "'code':1 'comment':3"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700338121
+visibility: "visible "
+apId: "https://lemmy.myserv.one/post/4171447"
+editedAt: null
+createdAt: DateTimeImmutable @1700251721 {#2132
date: 2023-11-17 21:08:41.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1597 …}
+body: """
agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
\n
yes cut is the simpler and mostly functional tool you need for those tasks.\n
\n
but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700270143 {#1555
date: 2023-11-18 02:15:43.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@JoeKlemmer@lemmy.myserv.one"
"@bizdelnick@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1723 …}
+votes: Doctrine\ORM\PersistentCollection {#1721 …}
+reports: Doctrine\ORM\PersistentCollection {#1728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2456 …}
+notifications: Doctrine\ORM\PersistentCollection {#1599 …}
-id: 135581
-bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5395630"
+editedAt: null
+createdAt: DateTimeImmutable @1700270143 {#1565
date: 2023-11-18 02:15:43.0 +01:00
}
+"title": 135581
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467}
0 => App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1407
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435
+user: App\Entity\User {#260 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: Proxies\__CG__\App\Entity\Image {#1675 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1656 …}
+slug: "made-this-up-for-my-wife-earlier-thought-you-should"
+title: "made this up for my wife earlier thought you should all suffer along with her"
+url: "https://lemmy.world/pictrs/image/7e4ab775-f11e-4822-8e8d-4e3d6b7164a6.png"
+body: "seems like it works as a shit post"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 11
+favouriteCount: 115
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708170538 {#1466
date: 2024-02-17 12:48:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1661 …}
+votes: Doctrine\ORM\PersistentCollection {#1553 …}
+reports: Doctrine\ORM\PersistentCollection {#1609 …}
+favourites: Doctrine\ORM\PersistentCollection {#1549 …}
+notifications: Doctrine\ORM\PersistentCollection {#1573 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: [
1 => App\Entity\EntryComment {#2382
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703627044 {#2380
date: 2023-12-26 22:44:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@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: 254779
-bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6254124"
+editedAt: null
+createdAt: DateTimeImmutable @1703627044 {#2386
date: 2023-12-26 22:44:04.0 +01:00
}
+"title": 254779
}
2 => App\Entity\EntryComment {#2467
+user: App\Entity\User {#260 …}
+entry: App\Entity\Entry {#1435}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
+body: """
yeah Christmas shoes lol\n
\n
[youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703606707 {#2465
date: 2023-12-26 17:05:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@Kolanaki@yiffit.net"
]
+children: Doctrine\ORM\PersistentCollection {#2455 …}
+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: 253940
-bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6250067"
+editedAt: null
+createdAt: DateTimeImmutable @1703606707 {#2469
date: 2023-12-26 17:05:07.0 +01:00
}
+"title": 253940
}
0 => App\Entity\EntryComment {#1407}
]
-id: 24879
-titleTs: "'along':13 'earlier':7 'made':1 'suffer':12 'thought':8 'wife':6"
-bodyTs: "'like':2 'post':8 'seem':1 'shit':7 'work':4"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703646557
+visibility: "visible "
+apId: "https://lemmy.world/post/9981018"
+editedAt: null
+createdAt: DateTimeImmutable @1703560157 {#1638
date: 2023-12-26 04:09:17.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
+body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703636525 {#1907
date: 2023-12-27 01:22:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OmnislashIsACloudApp@lemmy.world"
"@LemmyKnowsBest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2391 …}
+nested: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
-id: 255154
-bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6255928"
+editedAt: null
+createdAt: DateTimeImmutable @1703636525 {#1908
date: 2023-12-27 01:22:05.0 +01:00
}
+"title": 255154
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
34 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|