| 1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Sorry, this is very much a PEBKAC issue. This is a excerpt from my `tmux` config:\n
\n
```\n
\n
<span style="color:#323232;"># Start windows and panes at 1, not 0\n
</span><span style="color:#323232;">set -g base-index 1\n
</span><span style="color:#323232;">setw -g pane-base-index 1\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Use Alt-arrow keys without prefix key to switch panes\n
</span><span style="color:#323232;">bind -n M-Left select-pane -L\n
</span><span style="color:#323232;">bind -n M-Right select-pane -R\n
</span><span style="color:#323232;">bind -n M-Up select-pane -U\n
</span><span style="color:#323232;">bind -n M-Down select-pane -D\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Shift arrow to switch windows\n
</span><span style="color:#323232;">bind -n S-Left previous-window\n
</span><span style="color:#323232;">bind -n S-Right next-window\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># No delay for escape key press\n
</span><span style="color:#323232;">set -sg escape-time 0\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase scrollback buffer size from 2000 to 50000 lines\n
</span><span style="color:#323232;">set -g history-limit 50000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase tmux messages display duration from 750ms to 4s\n
</span><span style="color:#323232;">set -g display-time 4000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Bind pane creation keys to reuse current directory\n
</span><span style="color:#323232;">bind % split-window -h -c "#{pane_current_path}"\n
</span><span style="color:#323232;">bind '"' split-window -v -c "#{pane_current_path}"\n
</span>\n
```\n
\n
I hope the comments are self explanatory.\n
\n
Scrolling works with `Ctrl+b Page Up/Down`. There are other shortcuts, but this is probably the most obvious. `q` to quit scrolling.\n
\n
`Ctrl+b d` to detach from a session. `tmux a` to attach. As always, many options are available to have many named sessions running simultaneously, but that is for a later time.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704286679 {#1769
date: 2024-01-03 13:57:59.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 276289
-bodyTs: "'0':24,117 '1':22,30,37 '2000':123 '4000':147 '4s':141 '50000':125,132 '750ms':139 'alt':40 'alt-arrow':39 'alway':216 'arrow':41,86 'attach':214 'avail':220 'b':185,204 'base':28,35 'base-index':27 'bind':49,58,67,76,90,98,148,156,165 'buffer':120 'c':161,170 'comment':177 'config':16 'creation':150 'ctrl':184,203 'current':154,163,172 'd':84,205 'delay':107 'detach':207 'directori':155 'display':136,145 'display-tim':144 'durat':137 'escap':109,115 'escape-tim':114 'excerpt':12 'explanatori':180 'g':26,32,128,143 'h':160 'histori':130 'history-limit':129 'hope':175 'increas':118,133 'index':29,36 'issu':8 'key':42,45,110,151 'l':57 'later':233 'left':53,94 'limit':131 'line':126 'm':52,61,70,79 'm-down':78 'm-left':51 'm-right':60 'm-up':69 'mani':217,223 'messag':135 'much':5 'n':50,59,68,77,91,99 'name':224 'next':104 'next-window':103 'obvious':198 'option':218 'page':186 'pane':20,34,48,56,65,74,83,149,162,171 'pane-base-index':33 'path':164,173 'pebkac':7 'prefix':44 'press':111 'previous':96 'previous-window':95 'probabl':195 'q':199 'quit':201 'r':66 'reus':153 'right':62,102 'run':226 's-left':92 's-right':100 'scroll':181,202 'scrollback':119 'select':55,64,73,82 'select-pan':54,63,72,81 'self':179 'session':210,225 'set':25,112,127,142 'setw':31 'sg':113 'shift':85 'shortcut':191 'simultan':227 'size':121 'sorri':1 'split':158,167 'split-window':157,166 'start':17 'switch':47,88 'time':116,146,234 'tmux':15,134,211 'u':75 'up/down':187 'use':38 'v':169 'window':18,89,97,105,159,168 'without':43 'work':182"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3798422"
+editedAt: DateTimeImmutable @1711213723 {#1969
date: 2024-03-23 18:08:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704286679 {#1399
date: 2024-01-03 13:57:59.0 +01:00
}
} |
|
Show voter details
|
| 3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Sorry, this is very much a PEBKAC issue. This is a excerpt from my `tmux` config:\n
\n
```\n
\n
<span style="color:#323232;"># Start windows and panes at 1, not 0\n
</span><span style="color:#323232;">set -g base-index 1\n
</span><span style="color:#323232;">setw -g pane-base-index 1\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Use Alt-arrow keys without prefix key to switch panes\n
</span><span style="color:#323232;">bind -n M-Left select-pane -L\n
</span><span style="color:#323232;">bind -n M-Right select-pane -R\n
</span><span style="color:#323232;">bind -n M-Up select-pane -U\n
</span><span style="color:#323232;">bind -n M-Down select-pane -D\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Shift arrow to switch windows\n
</span><span style="color:#323232;">bind -n S-Left previous-window\n
</span><span style="color:#323232;">bind -n S-Right next-window\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># No delay for escape key press\n
</span><span style="color:#323232;">set -sg escape-time 0\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase scrollback buffer size from 2000 to 50000 lines\n
</span><span style="color:#323232;">set -g history-limit 50000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase tmux messages display duration from 750ms to 4s\n
</span><span style="color:#323232;">set -g display-time 4000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Bind pane creation keys to reuse current directory\n
</span><span style="color:#323232;">bind % split-window -h -c "#{pane_current_path}"\n
</span><span style="color:#323232;">bind '"' split-window -v -c "#{pane_current_path}"\n
</span>\n
```\n
\n
I hope the comments are self explanatory.\n
\n
Scrolling works with `Ctrl+b Page Up/Down`. There are other shortcuts, but this is probably the most obvious. `q` to quit scrolling.\n
\n
`Ctrl+b d` to detach from a session. `tmux a` to attach. As always, many options are available to have many named sessions running simultaneously, but that is for a later time.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704286679 {#1769
date: 2024-01-03 13:57:59.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 276289
-bodyTs: "'0':24,117 '1':22,30,37 '2000':123 '4000':147 '4s':141 '50000':125,132 '750ms':139 'alt':40 'alt-arrow':39 'alway':216 'arrow':41,86 'attach':214 'avail':220 'b':185,204 'base':28,35 'base-index':27 'bind':49,58,67,76,90,98,148,156,165 'buffer':120 'c':161,170 'comment':177 'config':16 'creation':150 'ctrl':184,203 'current':154,163,172 'd':84,205 'delay':107 'detach':207 'directori':155 'display':136,145 'display-tim':144 'durat':137 'escap':109,115 'escape-tim':114 'excerpt':12 'explanatori':180 'g':26,32,128,143 'h':160 'histori':130 'history-limit':129 'hope':175 'increas':118,133 'index':29,36 'issu':8 'key':42,45,110,151 'l':57 'later':233 'left':53,94 'limit':131 'line':126 'm':52,61,70,79 'm-down':78 'm-left':51 'm-right':60 'm-up':69 'mani':217,223 'messag':135 'much':5 'n':50,59,68,77,91,99 'name':224 'next':104 'next-window':103 'obvious':198 'option':218 'page':186 'pane':20,34,48,56,65,74,83,149,162,171 'pane-base-index':33 'path':164,173 'pebkac':7 'prefix':44 'press':111 'previous':96 'previous-window':95 'probabl':195 'q':199 'quit':201 'r':66 'reus':153 'right':62,102 'run':226 's-left':92 's-right':100 'scroll':181,202 'scrollback':119 'select':55,64,73,82 'select-pan':54,63,72,81 'self':179 'session':210,225 'set':25,112,127,142 'setw':31 'sg':113 'shift':85 'shortcut':191 'simultan':227 'size':121 'sorri':1 'split':158,167 'split-window':157,166 'start':17 'switch':47,88 'time':116,146,234 'tmux':15,134,211 'u':75 'up/down':187 'use':38 'v':169 'window':18,89,97,105,159,168 'without':43 'work':182"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3798422"
+editedAt: DateTimeImmutable @1711213723 {#1969
date: 2024-03-23 18:08:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704286679 {#1399
date: 2024-01-03 13:57:59.0 +01:00
}
} |
|
Show voter details
|
| 4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Sorry, this is very much a PEBKAC issue. This is a excerpt from my `tmux` config:\n
\n
```\n
\n
<span style="color:#323232;"># Start windows and panes at 1, not 0\n
</span><span style="color:#323232;">set -g base-index 1\n
</span><span style="color:#323232;">setw -g pane-base-index 1\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Use Alt-arrow keys without prefix key to switch panes\n
</span><span style="color:#323232;">bind -n M-Left select-pane -L\n
</span><span style="color:#323232;">bind -n M-Right select-pane -R\n
</span><span style="color:#323232;">bind -n M-Up select-pane -U\n
</span><span style="color:#323232;">bind -n M-Down select-pane -D\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Shift arrow to switch windows\n
</span><span style="color:#323232;">bind -n S-Left previous-window\n
</span><span style="color:#323232;">bind -n S-Right next-window\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># No delay for escape key press\n
</span><span style="color:#323232;">set -sg escape-time 0\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase scrollback buffer size from 2000 to 50000 lines\n
</span><span style="color:#323232;">set -g history-limit 50000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Increase tmux messages display duration from 750ms to 4s\n
</span><span style="color:#323232;">set -g display-time 4000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Bind pane creation keys to reuse current directory\n
</span><span style="color:#323232;">bind % split-window -h -c "#{pane_current_path}"\n
</span><span style="color:#323232;">bind '"' split-window -v -c "#{pane_current_path}"\n
</span>\n
```\n
\n
I hope the comments are self explanatory.\n
\n
Scrolling works with `Ctrl+b Page Up/Down`. There are other shortcuts, but this is probably the most obvious. `q` to quit scrolling.\n
\n
`Ctrl+b d` to detach from a session. `tmux a` to attach. As always, many options are available to have many named sessions running simultaneously, but that is for a later time.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1704286679 {#1769
date: 2024-01-03 13:57:59.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
"@HiddenLayer5@lemmy.ml"
"@amju_wolf@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 276289
-bodyTs: "'0':24,117 '1':22,30,37 '2000':123 '4000':147 '4s':141 '50000':125,132 '750ms':139 'alt':40 'alt-arrow':39 'alway':216 'arrow':41,86 'attach':214 'avail':220 'b':185,204 'base':28,35 'base-index':27 'bind':49,58,67,76,90,98,148,156,165 'buffer':120 'c':161,170 'comment':177 'config':16 'creation':150 'ctrl':184,203 'current':154,163,172 'd':84,205 'delay':107 'detach':207 'directori':155 'display':136,145 'display-tim':144 'durat':137 'escap':109,115 'escape-tim':114 'excerpt':12 'explanatori':180 'g':26,32,128,143 'h':160 'histori':130 'history-limit':129 'hope':175 'increas':118,133 'index':29,36 'issu':8 'key':42,45,110,151 'l':57 'later':233 'left':53,94 'limit':131 'line':126 'm':52,61,70,79 'm-down':78 'm-left':51 'm-right':60 'm-up':69 'mani':217,223 'messag':135 'much':5 'n':50,59,68,77,91,99 'name':224 'next':104 'next-window':103 'obvious':198 'option':218 'page':186 'pane':20,34,48,56,65,74,83,149,162,171 'pane-base-index':33 'path':164,173 'pebkac':7 'prefix':44 'press':111 'previous':96 'previous-window':95 'probabl':195 'q':199 'quit':201 'r':66 'reus':153 'right':62,102 'run':226 's-left':92 's-right':100 'scroll':181,202 'scrollback':119 'select':55,64,73,82 'select-pan':54,63,72,81 'self':179 'session':210,225 'set':25,112,127,142 'setw':31 'sg':113 'shift':85 'shortcut':191 'simultan':227 'size':121 'sorri':1 'split':158,167 'split-window':157,166 'start':17 'switch':47,88 'time':116,146,234 'tmux':15,134,211 'u':75 'up/down':187 'use':38 'v':169 'window':18,89,97,105,159,168 'without':43 'work':182"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.cafe/comment/3798422"
+editedAt: DateTimeImmutable @1711213723 {#1969
date: 2024-03-23 18:08:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704286679 {#1399
date: 2024-01-03 13:57:59.0 +01:00
}
} |
|
Show voter details
|
| 5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|