1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1846
+user: Proxies\__CG__\App\Entity\User {#1899 …}
+magazine: App\Entity\Magazine {#289
+icon: Proxies\__CG__\App\Entity\Image {#270 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#299
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#261 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#257 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#246 …}
+entries: Doctrine\ORM\PersistentCollection {#204 …}
+posts: Doctrine\ORM\PersistentCollection {#162 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#224 …}
+bans: Doctrine\ORM\PersistentCollection {#141 …}
+reports: Doctrine\ORM\PersistentCollection {#127 …}
+badges: Doctrine\ORM\PersistentCollection {#105 …}
+logs: Doctrine\ORM\PersistentCollection {#95 …}
+awards: Doctrine\ORM\PersistentCollection {#84 …}
+categories: Doctrine\ORM\PersistentCollection {#71 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#293
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#292
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1889 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1913 …}
+slug: "why-exit-when-you-can-do-everything-inside"
+title: "why exit when you can do everything inside"
+url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
+body: """
as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
\n
below examples might better explain some of them:\n
\n
1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘<,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
\n
vim is my `~` sweet `~` now. make it yours too.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 9
+favouriteCount: 188
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702220215 {#1861
date: 2023-12-10 15:56:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1929 …}
+votes: Doctrine\ORM\PersistentCollection {#1893 …}
+reports: Doctrine\ORM\PersistentCollection {#2420 …}
+favourites: Doctrine\ORM\PersistentCollection {#1397 …}
+notifications: Doctrine\ORM\PersistentCollection {#1371 …}
+badges: Doctrine\ORM\PersistentCollection {#1379 …}
+children: []
-id: 21542
-titleTs: "'everyth':7 'exit':2 'insid':8"
-bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702295066
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7574675"
+editedAt: null
+createdAt: DateTimeImmutable @1702208666 {#75
date: 2023-12-10 12:44:26.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1846
+user: Proxies\__CG__\App\Entity\User {#1899 …}
+magazine: App\Entity\Magazine {#289
+icon: Proxies\__CG__\App\Entity\Image {#270 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#299
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#261 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#257 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#246 …}
+entries: Doctrine\ORM\PersistentCollection {#204 …}
+posts: Doctrine\ORM\PersistentCollection {#162 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#224 …}
+bans: Doctrine\ORM\PersistentCollection {#141 …}
+reports: Doctrine\ORM\PersistentCollection {#127 …}
+badges: Doctrine\ORM\PersistentCollection {#105 …}
+logs: Doctrine\ORM\PersistentCollection {#95 …}
+awards: Doctrine\ORM\PersistentCollection {#84 …}
+categories: Doctrine\ORM\PersistentCollection {#71 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#293
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#292
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1889 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1913 …}
+slug: "why-exit-when-you-can-do-everything-inside"
+title: "why exit when you can do everything inside"
+url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
+body: """
as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
\n
below examples might better explain some of them:\n
\n
1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘<,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
\n
vim is my `~` sweet `~` now. make it yours too.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 9
+favouriteCount: 188
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702220215 {#1861
date: 2023-12-10 15:56:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1929 …}
+votes: Doctrine\ORM\PersistentCollection {#1893 …}
+reports: Doctrine\ORM\PersistentCollection {#2420 …}
+favourites: Doctrine\ORM\PersistentCollection {#1397 …}
+notifications: Doctrine\ORM\PersistentCollection {#1371 …}
+badges: Doctrine\ORM\PersistentCollection {#1379 …}
+children: []
-id: 21542
-titleTs: "'everyth':7 'exit':2 'insid':8"
-bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702295066
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7574675"
+editedAt: null
+createdAt: DateTimeImmutable @1702208666 {#75
date: 2023-12-10 12:44:26.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1846
+user: Proxies\__CG__\App\Entity\User {#1899 …}
+magazine: App\Entity\Magazine {#289
+icon: Proxies\__CG__\App\Entity\Image {#270 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#299
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#261 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#257 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#246 …}
+entries: Doctrine\ORM\PersistentCollection {#204 …}
+posts: Doctrine\ORM\PersistentCollection {#162 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#224 …}
+bans: Doctrine\ORM\PersistentCollection {#141 …}
+reports: Doctrine\ORM\PersistentCollection {#127 …}
+badges: Doctrine\ORM\PersistentCollection {#105 …}
+logs: Doctrine\ORM\PersistentCollection {#95 …}
+awards: Doctrine\ORM\PersistentCollection {#84 …}
+categories: Doctrine\ORM\PersistentCollection {#71 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#293
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#292
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1889 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1913 …}
+slug: "why-exit-when-you-can-do-everything-inside"
+title: "why exit when you can do everything inside"
+url: "https://discuss.tchncs.de/pictrs/image/d68a8c96-af98-46f0-9dc5-f1dbcae69567.jpeg"
+body: """
as I’m going through the process of learning vim, I’m discovering newfound powers. one of them being to execute commands from vim itself.\n
\n
below examples might better explain some of them:\n
\n
1. want to see what files are in current directory? enter command mode(by typing `:`) and follow it by a bang(`!`). then do `ls` like you’d do in a terminal and press enter. this is not limited to just ls. you can enter any command that you can enter in terminal. for example: `:! uname --operating-system` (which will output GNU/Linux :))\n
2. so you want to quickly save just a certain part of your file into another file? just select everything you need by entering visual mode(`v`) and do `:w filename`(actual command you’ll see would be `‘<,’>:w filename`). verify it using 1.(i.e., `:! cat filename`.\n
3. want to quickly paste another file into current one? do `:r filename`. it’ll paste its contents below your cursor.\n
4. or maybe you want to paste results of a command? do `:r !ls *.png`.\n
\n
vim is my `~` sweet `~` now. make it yours too.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 9
+favouriteCount: 188
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702220215 {#1861
date: 2023-12-10 15:56:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1929 …}
+votes: Doctrine\ORM\PersistentCollection {#1893 …}
+reports: Doctrine\ORM\PersistentCollection {#2420 …}
+favourites: Doctrine\ORM\PersistentCollection {#1397 …}
+notifications: Doctrine\ORM\PersistentCollection {#1371 …}
+badges: Doctrine\ORM\PersistentCollection {#1379 …}
+children: []
-id: 21542
-titleTs: "'everyth':7 'exit':2 'insid':8"
-bodyTs: "'1':34,139 '2':96 '3':143 '4':164 'actual':127 'anoth':111,148 'bang':54 'better':29 'cat':141 'certain':105 'command':22,45,79,128,174 'content':160 'current':42,151 'cursor':163 'd':60 'directori':43 'discov':13 'enter':44,67,77,83,119 'everyth':115 'exampl':27,87 'execut':21 'explain':30 'file':39,109,112,149 'filenam':126,135,142,155 'follow':50 'gnu/linux':95 'go':4 'i.e':140 'learn':9 'like':58 'limit':71 'll':130,157 'ls':57,74,177 'm':3,12 'make':184 'mayb':166 'might':28 'mode':46,121 'need':117 'newfound':14 'one':16,152 'oper':90 'operating-system':89 'output':94 'part':106 'past':147,158,170 'png':178 'power':15 'press':66 'process':7 'quick':101,146 'r':154,176 'result':171 'save':102 'see':37,131 'select':114 'sweet':182 'system':91 'termin':64,85 'type':48 'unam':88 'use':138 'v':122 'verifi':136 'vim':10,24,179 'visual':120 'w':125,134 'want':35,99,144,168 'would':132"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702295066
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7574675"
+editedAt: null
+createdAt: DateTimeImmutable @1702208666 {#75
date: 2023-12-10 12:44:26.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#289
+icon: Proxies\__CG__\App\Entity\Image {#270 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#299
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#261 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#257 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#246 …}
+entries: Doctrine\ORM\PersistentCollection {#204 …}
+posts: Doctrine\ORM\PersistentCollection {#162 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#224 …}
+bans: Doctrine\ORM\PersistentCollection {#141 …}
+reports: Doctrine\ORM\PersistentCollection {#127 …}
+badges: Doctrine\ORM\PersistentCollection {#105 …}
+logs: Doctrine\ORM\PersistentCollection {#95 …}
+awards: Doctrine\ORM\PersistentCollection {#84 …}
+categories: Doctrine\ORM\PersistentCollection {#71 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#293
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#292
date: 2023-11-04 12:00:15.0 +01:00
}
} |
|
Show voter details
|