1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#272
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+slug: "Slow-Nala-completions-Janky-hack-m8"
+title: "Slow Nala completions - Janky hack m8"
+url: "https://github.com/volitank/nala"
+body: """
I’ve been using nala on my debian-based computers instead of apt, mostly for the parallel downloads, but also because the UI is nicer. I have one issue, and that’s the slow completions; it’s not wasting painful amounts of time, but it still takes a second or two each time I hit tab. I don’t know if this is the same for all shells, but I’m using zsh.\n
\n
I tried a workaround, but it seems prone to breaking something. So far it’s working fine for my purposes, so I thought I’d share anyway:\n
\n
1. I backed up `/usr/share/zsh/vendor-completions/_nala` to my home directory\n
2. I copied `/usr/share/zsh/functions/Completion/Debian/_apt` to `/usr/share/zsh/vendor-completions/_nala`\n
3. I used vim to `%s/apt/nala/g` (replace every instance of ‘apt’ to ‘nala’) in the new `/usr/share/zsh/vendor-completions/_nala`\n
\n
Already that’s sped up the completions to seemingly as fast as any other command. And already I can see some jank peaking through: zsh now thinks nala has access to apt commands that it definitely doesn’t (e.g. `nala build-dep`, `nala changelog` and `nala full-upgrade`), and it has lost autocompletions for `nala fetch` and `nala history`.\n
\n
Once I understand completions files syntax better, I’ll fix it to only use the commands listed in nala’s manpage and submit a pr to the git repo. In the meantime, if anyone has suggestions for how to correct the existing completions file or more ways to make the `_apt` completions fit nala, it’d be much appreciated.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700282310 {#2410
date: 2023-11-18 05:38:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+children: []
-id: 14072
-titleTs: "'complet':3 'hack':5 'janki':4 'm8':6 'nala':2 'slow':1"
-bodyTs: "'/usr/share/zsh/functions/completion/debian/_apt':114 '/usr/share/zsh/vendor-completions/_nala':106,116,133 '1':102 '2':111 '3':117 'access':163 'alreadi':134,150 'also':21 'amount':42 'anyon':228 'anyway':101 'appreci':253 'apt':14,127,165,245 'autocomplet':188 'back':104 'base':10 'better':201 'break':84 'build':175 'build-dep':174 'changelog':178 'command':148,166,210 'complet':36,140,198,237,246 'comput':11 'copi':113 'correct':234 'd':99,250 'debian':9 'debian-bas':8 'definit':169 'dep':176 'directori':110 'doesn':170 'download':19 'e.g':172 'everi':124 'exist':236 'far':87 'fast':144 'fetch':191 'file':199,238 'fine':91 'fit':247 'fix':204 'full':182 'full-upgrad':181 'git':222 'histori':194 'hit':56 'home':109 'instanc':125 'instead':12 'issu':30 'jank':155 'know':61 'list':211 'll':203 'lost':187 'm':72 'make':243 'manpag':215 'meantim':226 'most':15 'much':252 'nala':5,129,161,173,177,180,190,193,213,248 'new':132 'nicer':26 'one':29 'pain':41 'parallel':18 'peak':156 'pr':219 'prone':82 'purpos':94 'replac':123 'repo':223 's/apt/nala/g':122 'second':50 'see':153 'seem':81,142 'share':100 'shell':69 'slow':35 'someth':85 'sped':137 'still':47 'submit':217 'suggest':230 'syntax':200 'tab':57 'take':48 'think':160 'thought':97 'time':44,54 'tri':76 'two':52 'ui':24 'understand':197 'upgrad':183 'use':4,73,119,208 've':2 'vim':120 'wast':40 'way':241 'work':90 'workaround':78 'zsh':74,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700336310
+visibility: "visible "
+apId: "https://lemmy.ml/post/8122813"
+editedAt: null
+createdAt: DateTimeImmutable @1700282310 {#1850
date: 2023-11-18 05:38:30.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#272
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+slug: "Slow-Nala-completions-Janky-hack-m8"
+title: "Slow Nala completions - Janky hack m8"
+url: "https://github.com/volitank/nala"
+body: """
I’ve been using nala on my debian-based computers instead of apt, mostly for the parallel downloads, but also because the UI is nicer. I have one issue, and that’s the slow completions; it’s not wasting painful amounts of time, but it still takes a second or two each time I hit tab. I don’t know if this is the same for all shells, but I’m using zsh.\n
\n
I tried a workaround, but it seems prone to breaking something. So far it’s working fine for my purposes, so I thought I’d share anyway:\n
\n
1. I backed up `/usr/share/zsh/vendor-completions/_nala` to my home directory\n
2. I copied `/usr/share/zsh/functions/Completion/Debian/_apt` to `/usr/share/zsh/vendor-completions/_nala`\n
3. I used vim to `%s/apt/nala/g` (replace every instance of ‘apt’ to ‘nala’) in the new `/usr/share/zsh/vendor-completions/_nala`\n
\n
Already that’s sped up the completions to seemingly as fast as any other command. And already I can see some jank peaking through: zsh now thinks nala has access to apt commands that it definitely doesn’t (e.g. `nala build-dep`, `nala changelog` and `nala full-upgrade`), and it has lost autocompletions for `nala fetch` and `nala history`.\n
\n
Once I understand completions files syntax better, I’ll fix it to only use the commands listed in nala’s manpage and submit a pr to the git repo. In the meantime, if anyone has suggestions for how to correct the existing completions file or more ways to make the `_apt` completions fit nala, it’d be much appreciated.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700282310 {#2410
date: 2023-11-18 05:38:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+children: []
-id: 14072
-titleTs: "'complet':3 'hack':5 'janki':4 'm8':6 'nala':2 'slow':1"
-bodyTs: "'/usr/share/zsh/functions/completion/debian/_apt':114 '/usr/share/zsh/vendor-completions/_nala':106,116,133 '1':102 '2':111 '3':117 'access':163 'alreadi':134,150 'also':21 'amount':42 'anyon':228 'anyway':101 'appreci':253 'apt':14,127,165,245 'autocomplet':188 'back':104 'base':10 'better':201 'break':84 'build':175 'build-dep':174 'changelog':178 'command':148,166,210 'complet':36,140,198,237,246 'comput':11 'copi':113 'correct':234 'd':99,250 'debian':9 'debian-bas':8 'definit':169 'dep':176 'directori':110 'doesn':170 'download':19 'e.g':172 'everi':124 'exist':236 'far':87 'fast':144 'fetch':191 'file':199,238 'fine':91 'fit':247 'fix':204 'full':182 'full-upgrad':181 'git':222 'histori':194 'hit':56 'home':109 'instanc':125 'instead':12 'issu':30 'jank':155 'know':61 'list':211 'll':203 'lost':187 'm':72 'make':243 'manpag':215 'meantim':226 'most':15 'much':252 'nala':5,129,161,173,177,180,190,193,213,248 'new':132 'nicer':26 'one':29 'pain':41 'parallel':18 'peak':156 'pr':219 'prone':82 'purpos':94 'replac':123 'repo':223 's/apt/nala/g':122 'second':50 'see':153 'seem':81,142 'share':100 'shell':69 'slow':35 'someth':85 'sped':137 'still':47 'submit':217 'suggest':230 'syntax':200 'tab':57 'take':48 'think':160 'thought':97 'time':44,54 'tri':76 'two':52 'ui':24 'understand':197 'upgrad':183 'use':4,73,119,208 've':2 'vim':120 'wast':40 'way':241 'work':90 'workaround':78 'zsh':74,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700336310
+visibility: "visible "
+apId: "https://lemmy.ml/post/8122813"
+editedAt: null
+createdAt: DateTimeImmutable @1700282310 {#1850
date: 2023-11-18 05:38:30.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#272
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+slug: "Slow-Nala-completions-Janky-hack-m8"
+title: "Slow Nala completions - Janky hack m8"
+url: "https://github.com/volitank/nala"
+body: """
I’ve been using nala on my debian-based computers instead of apt, mostly for the parallel downloads, but also because the UI is nicer. I have one issue, and that’s the slow completions; it’s not wasting painful amounts of time, but it still takes a second or two each time I hit tab. I don’t know if this is the same for all shells, but I’m using zsh.\n
\n
I tried a workaround, but it seems prone to breaking something. So far it’s working fine for my purposes, so I thought I’d share anyway:\n
\n
1. I backed up `/usr/share/zsh/vendor-completions/_nala` to my home directory\n
2. I copied `/usr/share/zsh/functions/Completion/Debian/_apt` to `/usr/share/zsh/vendor-completions/_nala`\n
3. I used vim to `%s/apt/nala/g` (replace every instance of ‘apt’ to ‘nala’) in the new `/usr/share/zsh/vendor-completions/_nala`\n
\n
Already that’s sped up the completions to seemingly as fast as any other command. And already I can see some jank peaking through: zsh now thinks nala has access to apt commands that it definitely doesn’t (e.g. `nala build-dep`, `nala changelog` and `nala full-upgrade`), and it has lost autocompletions for `nala fetch` and `nala history`.\n
\n
Once I understand completions files syntax better, I’ll fix it to only use the commands listed in nala’s manpage and submit a pr to the git repo. In the meantime, if anyone has suggestions for how to correct the existing completions file or more ways to make the `_apt` completions fit nala, it’d be much appreciated.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700282310 {#2410
date: 2023-11-18 05:38:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+children: []
-id: 14072
-titleTs: "'complet':3 'hack':5 'janki':4 'm8':6 'nala':2 'slow':1"
-bodyTs: "'/usr/share/zsh/functions/completion/debian/_apt':114 '/usr/share/zsh/vendor-completions/_nala':106,116,133 '1':102 '2':111 '3':117 'access':163 'alreadi':134,150 'also':21 'amount':42 'anyon':228 'anyway':101 'appreci':253 'apt':14,127,165,245 'autocomplet':188 'back':104 'base':10 'better':201 'break':84 'build':175 'build-dep':174 'changelog':178 'command':148,166,210 'complet':36,140,198,237,246 'comput':11 'copi':113 'correct':234 'd':99,250 'debian':9 'debian-bas':8 'definit':169 'dep':176 'directori':110 'doesn':170 'download':19 'e.g':172 'everi':124 'exist':236 'far':87 'fast':144 'fetch':191 'file':199,238 'fine':91 'fit':247 'fix':204 'full':182 'full-upgrad':181 'git':222 'histori':194 'hit':56 'home':109 'instanc':125 'instead':12 'issu':30 'jank':155 'know':61 'list':211 'll':203 'lost':187 'm':72 'make':243 'manpag':215 'meantim':226 'most':15 'much':252 'nala':5,129,161,173,177,180,190,193,213,248 'new':132 'nicer':26 'one':29 'pain':41 'parallel':18 'peak':156 'pr':219 'prone':82 'purpos':94 'replac':123 'repo':223 's/apt/nala/g':122 'second':50 'see':153 'seem':81,142 'share':100 'shell':69 'slow':35 'someth':85 'sped':137 'still':47 'submit':217 'suggest':230 'syntax':200 'tab':57 'take':48 'think':160 'thought':97 'time':44,54 'tri':76 'two':52 'ui':24 'understand':197 'upgrad':183 'use':4,73,119,208 've':2 'vim':120 'wast':40 'way':241 'work':90 'workaround':78 'zsh':74,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700336310
+visibility: "visible "
+apId: "https://lemmy.ml/post/8122813"
+editedAt: null
+createdAt: DateTimeImmutable @1700282310 {#1850
date: 2023-11-18 05:38:30.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#272
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|