1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
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 {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1613
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1604
+user: Proxies\__CG__\App\Entity\User {#2381 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+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 {#1626
date: 2024-03-27 19:03:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1403 …}
+notifications: Doctrine\ORM\PersistentCollection {#1404 …}
+badges: Doctrine\ORM\PersistentCollection {#2028 …}
+children: [
App\Entity\EntryComment {#1613}
]
-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 {#1740
date: 2024-02-11 00:21:54.0 +01:00
}
+createdAt: DateTimeImmutable @1703456131 {#2453
date: 2023-12-24 23:15:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "That’s really cool! I know some regex and I tried to learn vim regex, only to find out it’s a rabbithole so deep I’m afraid to look into. The feeling when you press enter and your carefully crafted regex does exactly what it’s supposed to do is awesome though. Good luck!"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1707674703 {#1621
date: 2024-02-11 19:05:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1596 …}
+nested: Doctrine\ORM\PersistentCollection {#1702 …}
+votes: Doctrine\ORM\PersistentCollection {#1683 …}
+reports: Doctrine\ORM\PersistentCollection {#1680 …}
+favourites: Doctrine\ORM\PersistentCollection {#1686 …}
+notifications: Doctrine\ORM\PersistentCollection {#1692 …}
-id: 249708
-bodyTs: "'afraid':28 'awesom':52 'care':40 'cool':4 'craft':41 'deep':25 'enter':37 'exact':44 'feel':33 'find':18 'good':54 'know':6 'learn':13 'look':30 'luck':55 'm':27 'press':36 'rabbithol':23 'realli':3 'regex':8,15,42 'suppos':48 'though':53 'tri':11 'vim':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4314487"
+editedAt: null
+createdAt: DateTimeImmutable @1703458148 {#1620
date: 2023-12-24 23:49:08.0 +01:00
}
+"title": 249708
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1548
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1550
+user: Proxies\__CG__\App\Entity\User {#2469 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2383 …}
+slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
+title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
+url: null
+body: """
Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
\n
Don’t know if such command exists, but there you go.\n
\n
Bonus points if its a standalone and supports X11, Wayland and Arcan.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 27
+favouriteCount: 50
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1709626103 {#2011
date: 2024-03-05 09:08:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2012 …}
+votes: Doctrine\ORM\PersistentCollection {#2061 …}
+reports: Doctrine\ORM\PersistentCollection {#2084 …}
+favourites: Doctrine\ORM\PersistentCollection {#2076 …}
+notifications: Doctrine\ORM\PersistentCollection {#2083 …}
+badges: Doctrine\ORM\PersistentCollection {#2085 …}
+children: [
App\Entity\EntryComment {#1548}
]
-id: 24206
-titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
-bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703424520
+visibility: "visible "
+apId: "https://lemmy.world/post/9894450"
+editedAt: null
+createdAt: DateTimeImmutable @1703338120 {#2463
date: 2023-12-23 14:28:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: null
+root: null
+body: "[This](https://github.com/k0kubun/xremap) might be what you’re looking for. [Here](https://youtube.com/watch?v=lyxScRCe6bE) is a YouTube video tutorial."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1703428984 {#1579
date: 2023-12-24 15:43:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1561 …}
+nested: Doctrine\ORM\PersistentCollection {#1564 …}
+votes: Doctrine\ORM\PersistentCollection {#1563 …}
+reports: Doctrine\ORM\PersistentCollection {#1565 …}
+favourites: Doctrine\ORM\PersistentCollection {#1558 …}
+notifications: Doctrine\ORM\PersistentCollection {#1557 …}
-id: 248648
-bodyTs: "'/k0kubun/xremap)':4 '/watch?v=lyxscrce6be)':15 'github.com':3 'github.com/k0kubun/xremap)':2 'look':10 'might':5 're':9 'tutori':20 'video':19 'youtub':18 'youtube.com':14 'youtube.com/watch?v=lyxscrce6be)':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309422"
+editedAt: null
+createdAt: DateTimeImmutable @1703428984 {#1559
date: 2023-12-24 15:43:04.0 +01:00
}
+"title": 248648
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1709
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1582
+user: Proxies\__CG__\App\Entity\User {#1707 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: Proxies\__CG__\App\Entity\Image {#2138 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2132 …}
+slug: "Plymouth-Linux-Graphical-Boot-Manager-Now-Better-Handles-Display-Rendering"
+title: "Plymouth Linux Graphical Boot Manager Now Better Handles Display Rendering"
+url: "https://9to5linux.com/plymouth-linux-graphical-boot-manager-now-better-handles-display-rendering"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707792849 {#2062
date: 2024-02-13 03:54:09.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2131 …}
+votes: Doctrine\ORM\PersistentCollection {#2348 …}
+reports: Doctrine\ORM\PersistentCollection {#2040 …}
+favourites: Doctrine\ORM\PersistentCollection {#2330 …}
+notifications: Doctrine\ORM\PersistentCollection {#2351 …}
+badges: Doctrine\ORM\PersistentCollection {#2332 …}
+children: [
App\Entity\EntryComment {#1709}
]
-id: 24088
-titleTs: "'better':7 'boot':4 'display':9 'graphic':3 'handl':8 'linux':2 'manag':5 'plymouth':1 'render':10"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703357920
+visibility: "visible "
+apId: "https://lemmy.ml/post/9639469"
+editedAt: null
+createdAt: DateTimeImmutable @1703271520 {#2027
date: 2023-12-22 19:58:40.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+body: "It works fine for me, it’s just unnecessary argument AFAIK."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1703427260 {#1435
date: 2023-12-24 15:14:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shreddy_scientist@lemmy.ml"
"@onlinepersona@programming.dev"
"@stepanzak@iusearchlinux.fyi"
]
+children: Doctrine\ORM\PersistentCollection {#1671 …}
+nested: Doctrine\ORM\PersistentCollection {#1667 …}
+votes: Doctrine\ORM\PersistentCollection {#1670 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1551 …}
+notifications: Doctrine\ORM\PersistentCollection {#1586 …}
-id: 248606
-bodyTs: "'afaik':11 'argument':10 'fine':3 'unnecessari':9 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://iusearchlinux.fyi/comment/4309131"
+editedAt: null
+createdAt: DateTimeImmutable @1703427260 {#1438
date: 2023-12-24 15:14:20.0 +01:00
}
+"title": 248606
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
26 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|