1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1628
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1626
+user: Proxies\__CG__\App\Entity\User {#2457 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "My-First-Regular-Expressions"
+title: "My First Regular Expressions"
+url: null
+body: """
I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
\n
What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
\n
I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
\n
I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
\n
I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
\n
The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
\n
`tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
\n
Which gives me a list of movies of which this is an example:\n
\n
`/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
\n
Then I used sed with the expression groups to remove:\n
\n
- the leading forward slash\n
- Everything from `.[` to the end\n
- All of the periods in between words\n
\n
And the last expression checks for one or more spaces and replaces them with a single space.\n
\n
This is the full sed command:\n
\n
`sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
\n
Which leaves me with a pretty list of movies that looks like this:\n
\n
`The Hunger Games (2012)`\n
\n
I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
\n
Edit: fixed title so it didn’t say “regex expressions”
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 63
+favouriteCount: 214
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711562613 {#1715
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2296 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2203 …}
+notifications: Doctrine\ORM\PersistentCollection {#2206 …}
+badges: Doctrine\ORM\PersistentCollection {#2273 …}
+children: [
App\Entity\EntryComment {#1628}
]
-id: 24511
-titleTs: "'express':4 'first':2 'regular':3"
-bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703542531
+visibility: "visible "
+apId: "https://lemmy.world/post/9942188"
+editedAt: DateTimeImmutable @1707607314 {#2081
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2465
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1599 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1625 …}
+body: "Why spend 20 minutes manually changing text in a file, when you can spend 90 minutes figuring out a single RegEx to do it?"
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1703458378 {#1630
date: 2023-12-24 23:52:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@juli@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1597 …}
+nested: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
-id: 249743
-bodyTs: "'20':3 '90':15 'chang':6 'figur':17 'file':10 'manual':5 'minut':4,16 'regex':21 'singl':20 'spend':2,14 'text':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/linux@lemmy.ml/t/723399/-/comment/4292333"
+editedAt: null
+createdAt: DateTimeImmutable @1703458378 {#1629
date: 2023-12-24 23:52:58.0 +01:00
}
+"title": 249743
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1674
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1568
+user: Proxies\__CG__\App\Entity\User {#2109 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: Proxies\__CG__\App\Entity\Image {#2246 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2248 …}
+slug: "The-Jebus-Said-So"
+title: "The Jebus Said So."
+url: "https://startrek.website/pictrs/image/c14131a4-757b-42e1-a158-08b26d1ab0ba.jpeg"
+body: "AMEN!"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 118
+favouriteCount: 927
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709079774 {#2259
date: 2024-02-28 01:22:54.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2243 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1674}
]
-id: 24347
-titleTs: "'jebus':2 'said':3"
-bodyTs: "'amen':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703473853
+visibility: "visible "
+apId: "https://startrek.website/post/4975690"
+editedAt: null
+createdAt: DateTimeImmutable @1703387453 {#2253
date: 2023-12-24 04:10:53.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1564 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1583 …}
+body: "Clearly you have no idea what you’re talking about"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703390771 {#1609
date: 2023-12-24 05:06:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@AnonWyo@startrek.website"
"@m0darn@lemmy.ca"
]
+children: Doctrine\ORM\PersistentCollection {#1578 …}
+nested: Doctrine\ORM\PersistentCollection {#1589 …}
+votes: Doctrine\ORM\PersistentCollection {#1591 …}
+reports: Doctrine\ORM\PersistentCollection {#1590 …}
+favourites: Doctrine\ORM\PersistentCollection {#1554 …}
+notifications: Doctrine\ORM\PersistentCollection {#1565 …}
-id: 247787
-bodyTs: "'clear':1 'idea':5 're':8 'talk':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/lemmyshitpost@lemmy.world/t/722294/-/comment/4282461"
+editedAt: null
+createdAt: DateTimeImmutable @1703390771 {#1743
date: 2023-12-24 05:06:11.0 +01:00
}
+"title": 247787
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1683
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1702
+user: Proxies\__CG__\App\Entity\User {#1385 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2295 …}
+slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
+title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
+url: null
+body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 51
+favouriteCount: 113
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1708323278 {#2257
date: 2024-02-19 07:14:38.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2239 …}
+reports: Doctrine\ORM\PersistentCollection {#2236 …}
+favourites: Doctrine\ORM\PersistentCollection {#2226 …}
+notifications: Doctrine\ORM\PersistentCollection {#2238 …}
+badges: Doctrine\ORM\PersistentCollection {#2249 …}
+children: [
App\Entity\EntryComment {#1683}
]
-id: 24470
-titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
-bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703525893
+visibility: "visible "
+apId: "https://lemmy.world/post/9934552"
+editedAt: null
+createdAt: DateTimeImmutable @1703439493 {#2114
date: 2023-12-24 18:38:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1604 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+body: "Let the dog mount you, got it"
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1703445667 {#1561
date: 2023-12-24 20:21:07.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@BackOnMyBS@lemmy.world"
"@lettruthout@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1687 …}
+nested: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-id: 249220
-bodyTs: "'dog':3 'got':6 'let':1 'mount':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://kbin.social/m/asklemmy@lemmy.world/t/723119/-/comment/4290215"
+editedAt: null
+createdAt: DateTimeImmutable @1703445667 {#1701
date: 2023-12-24 20:21:07.0 +01:00
}
+"title": 249220
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
26 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|