1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1502
+user: App\Entity\User {#1624 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1848 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#2429
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1838 …}
+nested: Doctrine\ORM\PersistentCollection {#2424 …}
+votes: Doctrine\ORM\PersistentCollection {#2477 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1421 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1394
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1891
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1502
+user: App\Entity\User {#1624 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1848 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#2429
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1838 …}
+nested: Doctrine\ORM\PersistentCollection {#2424 …}
+votes: Doctrine\ORM\PersistentCollection {#2477 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1421 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1394
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1891
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1502
+user: App\Entity\User {#1624 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1848 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#2429
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1838 …}
+nested: Doctrine\ORM\PersistentCollection {#2424 …}
+votes: Doctrine\ORM\PersistentCollection {#2477 …}
+reports: Doctrine\ORM\PersistentCollection {#2288 …}
+favourites: Doctrine\ORM\PersistentCollection {#1369 …}
+notifications: Doctrine\ORM\PersistentCollection {#1421 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1394
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1891
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "mosh with tmux makes it really painful when you have to go back to plain ssh"
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1705504157 {#1734
date: 2024-01-17 16:09:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 316803
-bodyTs: "'back':13 'go':12 'make':4 'mosh':1 'pain':7 'plain':15 'realli':6 'ssh':16 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777457"
+editedAt: null
+createdAt: DateTimeImmutable @1705504157 {#1714
date: 2024-01-17 16:09:17.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "mosh with tmux makes it really painful when you have to go back to plain ssh"
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1705504157 {#1734
date: 2024-01-17 16:09:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 316803
-bodyTs: "'back':13 'go':12 'make':4 'mosh':1 'pain':7 'plain':15 'realli':6 'ssh':16 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777457"
+editedAt: null
+createdAt: DateTimeImmutable @1705504157 {#1714
date: 2024-01-17 16:09:17.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "mosh with tmux makes it really painful when you have to go back to plain ssh"
+lang: "en"
+isAdult: false
+favouriteCount: 15
+score: 0
+lastActive: DateTime @1705504157 {#1734
date: 2024-01-17 16:09:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 316803
-bodyTs: "'back':13 'go':12 'make':4 'mosh':1 'pain':7 'plain':15 'realli':6 'ssh':16 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777457"
+editedAt: null
+createdAt: DateTimeImmutable @1705504157 {#1714
date: 2024-01-17 16:09:17.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3125
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: """
I’m sorry, I found your response confusing. Arch is a Linux distro, I know flatpak is available for it. If there’s a bug with flatpak, I would expect it to be pretty much the same across most GNU based Linux systems. My question, however, was why use flatpak on Arch Linux at all, as the AUR has pretty much everything including the kitchen sink… unless you are developing flatpaks, I guess, in which then it would make sense to me.\n
\n
You don’t owe me an explanation, it just sounded odd to me to be needing flatpak when there was AUR, was all.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705507793 {#3124
date: 2024-01-17 17:09:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3131 …}
+nested: Doctrine\ORM\PersistentCollection {#3133 …}
+votes: Doctrine\ORM\PersistentCollection {#3135 …}
+reports: Doctrine\ORM\PersistentCollection {#3138 …}
+favourites: Doctrine\ORM\PersistentCollection {#3140 …}
+notifications: Doctrine\ORM\PersistentCollection {#3142 …}
-id: 316932
-bodyTs: "'across':38 'arch':9,52 'aur':58,103 'avail':18 'base':41 'bug':25 'confus':8 'develop':70 'distro':13 'everyth':62 'expect':30 'explan':89 'flatpak':16,27,50,71,99 'found':5 'gnu':40 'guess':73 'howev':46 'includ':63 'kitchen':65 'know':15 'linux':12,42,53 'm':2 'make':79 'much':35,61 'need':98 'odd':93 'owe':86 'pretti':34,60 'question':45 'respons':7 'sens':80 'sink':66 'sorri':3 'sound':92 'system':43 'unless':67 'use':49 'would':29,78"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849797"
+editedAt: null
+createdAt: DateTimeImmutable @1705507793 {#3127
date: 2024-01-17 17:09:53.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#3125
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: """
I’m sorry, I found your response confusing. Arch is a Linux distro, I know flatpak is available for it. If there’s a bug with flatpak, I would expect it to be pretty much the same across most GNU based Linux systems. My question, however, was why use flatpak on Arch Linux at all, as the AUR has pretty much everything including the kitchen sink… unless you are developing flatpaks, I guess, in which then it would make sense to me.\n
\n
You don’t owe me an explanation, it just sounded odd to me to be needing flatpak when there was AUR, was all.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705507793 {#3124
date: 2024-01-17 17:09:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3131 …}
+nested: Doctrine\ORM\PersistentCollection {#3133 …}
+votes: Doctrine\ORM\PersistentCollection {#3135 …}
+reports: Doctrine\ORM\PersistentCollection {#3138 …}
+favourites: Doctrine\ORM\PersistentCollection {#3140 …}
+notifications: Doctrine\ORM\PersistentCollection {#3142 …}
-id: 316932
-bodyTs: "'across':38 'arch':9,52 'aur':58,103 'avail':18 'base':41 'bug':25 'confus':8 'develop':70 'distro':13 'everyth':62 'expect':30 'explan':89 'flatpak':16,27,50,71,99 'found':5 'gnu':40 'guess':73 'howev':46 'includ':63 'kitchen':65 'know':15 'linux':12,42,53 'm':2 'make':79 'much':35,61 'need':98 'odd':93 'owe':86 'pretti':34,60 'question':45 'respons':7 'sens':80 'sink':66 'sorri':3 'sound':92 'system':43 'unless':67 'use':49 'would':29,78"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849797"
+editedAt: null
+createdAt: DateTimeImmutable @1705507793 {#3127
date: 2024-01-17 17:09:53.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3125
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2951
+user: Proxies\__CG__\App\Entity\User {#3034 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#1363
+user: App\Entity\User {#2033 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1361 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Flatpak on Arch? Is what you want not in the AUR?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1725867865 {#1405
date: 2024-09-09 09:44:25.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1362 …}
+nested: Doctrine\ORM\PersistentCollection {#2019 …}
+votes: Doctrine\ORM\PersistentCollection {#2030 …}
+reports: Doctrine\ORM\PersistentCollection {#2026 …}
+favourites: Doctrine\ORM\PersistentCollection {#2022 …}
+notifications: Doctrine\ORM\PersistentCollection {#2025 …}
-id: 316854
-bodyTs: "'arch':3 'aur':11 'flatpak':1 'want':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849127"
+editedAt: null
+createdAt: DateTimeImmutable @1705505688 {#1385
date: 2024-01-17 16:34:48.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: "no flarpak on linux vut apparently this imapcts flatpak on arch as well"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705506931 {#2952
date: 2024-01-17 16:55:31.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3033 …}
+nested: Doctrine\ORM\PersistentCollection {#3031 …}
+votes: Doctrine\ORM\PersistentCollection {#3029 …}
+reports: Doctrine\ORM\PersistentCollection {#3027 …}
+favourites: Doctrine\ORM\PersistentCollection {#3025 …}
+notifications: Doctrine\ORM\PersistentCollection {#3023 …}
-id: 316904
-bodyTs: "'appar':6 'arch':11 'flarpak':2 'flatpak':9 'imapct':8 'linux':4 'vut':5 'well':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7472575"
+editedAt: null
+createdAt: DateTimeImmutable @1705506931 {#2955
date: 2024-01-17 16:55:31.0 +01:00
}
}
+root: App\Entity\EntryComment {#1363}
+body: """
I’m sorry, I found your response confusing. Arch is a Linux distro, I know flatpak is available for it. If there’s a bug with flatpak, I would expect it to be pretty much the same across most GNU based Linux systems. My question, however, was why use flatpak on Arch Linux at all, as the AUR has pretty much everything including the kitchen sink… unless you are developing flatpaks, I guess, in which then it would make sense to me.\n
\n
You don’t owe me an explanation, it just sounded odd to me to be needing flatpak when there was AUR, was all.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705507793 {#3124
date: 2024-01-17 17:09:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@jackpot@lemmy.ml"
"@PseudoSpock@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#3131 …}
+nested: Doctrine\ORM\PersistentCollection {#3133 …}
+votes: Doctrine\ORM\PersistentCollection {#3135 …}
+reports: Doctrine\ORM\PersistentCollection {#3138 …}
+favourites: Doctrine\ORM\PersistentCollection {#3140 …}
+notifications: Doctrine\ORM\PersistentCollection {#3142 …}
-id: 316932
-bodyTs: "'across':38 'arch':9,52 'aur':58,103 'avail':18 'base':41 'bug':25 'confus':8 'develop':70 'distro':13 'everyth':62 'expect':30 'explan':89 'flatpak':16,27,50,71,99 'found':5 'gnu':40 'guess':73 'howev':46 'includ':63 'kitchen':65 'know':15 'linux':12,42,53 'm':2 'make':79 'much':35,61 'need':98 'odd':93 'owe':86 'pretti':34,60 'question':45 'respons':7 'sens':80 'sink':66 'sorri':3 'sound':92 'system':43 'unless':67 'use':49 'would':29,78"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/comment/6849797"
+editedAt: null
+createdAt: DateTimeImmutable @1705507793 {#3127
date: 2024-01-17 17:09:53.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3019
+user: Proxies\__CG__\App\Entity\User {#3018 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
}
+root: App\Entity\EntryComment {#2141}
+body: "*testing :)"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1705508904 {#3021
date: 2024-01-17 17:28:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3017 …}
+nested: Doctrine\ORM\PersistentCollection {#3015 …}
+votes: Doctrine\ORM\PersistentCollection {#3013 …}
+reports: Doctrine\ORM\PersistentCollection {#3011 …}
+favourites: Doctrine\ORM\PersistentCollection {#3009 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
-id: 316981
-bodyTs: "'test':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778952"
+editedAt: null
+createdAt: DateTimeImmutable @1705508904 {#3020
date: 2024-01-17 17:28:24.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#3019
+user: Proxies\__CG__\App\Entity\User {#3018 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
}
+root: App\Entity\EntryComment {#2141}
+body: "*testing :)"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1705508904 {#3021
date: 2024-01-17 17:28:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3017 …}
+nested: Doctrine\ORM\PersistentCollection {#3015 …}
+votes: Doctrine\ORM\PersistentCollection {#3013 …}
+reports: Doctrine\ORM\PersistentCollection {#3011 …}
+favourites: Doctrine\ORM\PersistentCollection {#3009 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
-id: 316981
-bodyTs: "'test':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778952"
+editedAt: null
+createdAt: DateTimeImmutable @1705508904 {#3020
date: 2024-01-17 17:28:24.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3019
+user: Proxies\__CG__\App\Entity\User {#3018 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2141
+user: App\Entity\User {#2324 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Red Hat was the corporate distro, Fedora is the casual version of it"
+lang: "en"
+isAdult: false
+favouriteCount: 34
+score: 0
+lastActive: DateTime @1725879087 {#2347
date: 2024-09-09 12:51:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2164 …}
+nested: Doctrine\ORM\PersistentCollection {#2314 …}
+votes: Doctrine\ORM\PersistentCollection {#2328 …}
+reports: Doctrine\ORM\PersistentCollection {#2191 …}
+favourites: Doctrine\ORM\PersistentCollection {#2327 …}
+notifications: Doctrine\ORM\PersistentCollection {#2333 …}
-id: 316937
-bodyTs: "'casual':10 'corpor':5 'distro':6 'fedora':7 'hat':2 'red':1 'version':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://mbin.grits.dev/m/linux@lemmy.ml/t/9880/-/comment/44116"
+editedAt: null
+createdAt: DateTimeImmutable @1705507868 {#2332
date: 2024-01-17 17:11:08.0 +01:00
}
}
+root: App\Entity\EntryComment {#2141}
+body: "*testing :)"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1705508904 {#3021
date: 2024-01-17 17:28:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3017 …}
+nested: Doctrine\ORM\PersistentCollection {#3015 …}
+votes: Doctrine\ORM\PersistentCollection {#3013 …}
+reports: Doctrine\ORM\PersistentCollection {#3011 …}
+favourites: Doctrine\ORM\PersistentCollection {#3009 …}
+notifications: Doctrine\ORM\PersistentCollection {#3007 …}
-id: 316981
-bodyTs: "'test':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778952"
+editedAt: null
+createdAt: DateTimeImmutable @1705508904 {#3020
date: 2024-01-17 17:28:24.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3002
+user: Proxies\__CG__\App\Entity\User {#3001 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: """
Tmux *allows* you to reconnect to a session, and helps guarantee that you will always be able to get back to your long running processes. For important long running processes, I still use tmux with mosh, because if the mosh client is killed (or you’re trying to “re-attach” from a different device, mosh won’t let you “re-attach” to that “session”.\n
\n
Mosh allows you to roam, and suspend your machine, and whenever you resume it again, whatever network you’re now on, the connection is basically instantly re-established. You can often roam from WiFi to cellular data without even noticing. (Great when working from a phone, or just a laptop)\n
\n
In my opinion, they are mostly orthogonal (and complementary).\n
\n
Here’s the list of features from the home page. I’ve added my own comments after ‘*’. If there is no ‘*’, then the feature doesn’t exist for tmux (because it’s outside the scope of tmux):\n
\n
Change IP. Stay connected. Mosh automatically roams as you move between Internet connections. Use Wi-Fi on the train, Ethernet in a hotel, and LTE on a beach: you’ll stay logged in. Most network programs lose their connections after roaming, including SSH and Web apps like Gmail. Mosh is different.\n
\n
Makes for sweet dreams. With Mosh, you can put your laptop to sleep and wake it up later, keeping your connection intact. If your Internet connection drops, Mosh will warn you — but the connection resumes when network service comes back.\n
\n
Get rid of network lag. SSH waits for the server’s reply before showing you your own typing. That can make for a lousy user interface. Mosh is different: it gives an instant response to typing, deleting, and line editing. It does this adaptively and works even in full-screen programs like emacs and vim. On a bad connection, outstanding predictions are underlined so you won’t be misled.\n
\n
No privileged code. No daemon. * Same for tmux, but that’s less interesting since tmux is not a network service You don’t need to be the superuser to install or run Mosh. The client and server are executables run by an ordinary user and last only for the life of the connection.\n
\n
Same login method. * Not really relevant to tmux, which doesn’t handle auth Mosh doesn’t listen on network ports or authenticate users. The mosh client logs in to the server via SSH, and users present the same credentials (e.g., password, public key) as before. Then Mosh runs the mosh-server remotely and connects to it over UDP.\n
\n
Runs inside your terminal, but better. * This is common to both Mosh is a command-line program, like ssh. You can use it inside xterm, gnome-terminal, urxvt, Terminal.app, iTerm, emacs, screen, or tmux. But mosh was designed from scratch and supports just one character set: UTF-8. It fixes Unicode bugs in other terminals and in SSH.\n
\n
Control-C works great. * Tmux can help with this too Unlike SSH, mosh’s UDP-based protocol handles packet loss gracefully, and sets the frame rate based on network conditions. Mosh doesn’t fill up network buffers, so Control-C always works to halt a runaway process.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705509777 {#3005
date: 2024-01-17 17:42:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#3000 …}
+nested: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#2996 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2992 …}
+notifications: Doctrine\ORM\PersistentCollection {#2990 …}
-id: 317018
-bodyTs: "'-8':487 'abl':17 'ad':139 'adapt':299 'allow':2,68 'alway':15,541 'app':210 'attach':51,63 'auth':391 'authent':400 'automat':169 'back':20,255 'bad':314 'base':515,526 'basic':91 'beach':192 'better':443 'buffer':536 'bug':491 'c':500,540 'cellular':103 'chang':164 'charact':484 'client':41,360,404 'code':328 'come':254 'command':453 'command-lin':452 'comment':142 'common':446 'complementari':126 'condit':529 'connect':89,167,176,203,236,241,249,315,378,433 'control':499,539 'control-c':498,538 'credenti':417 'daemon':330 'data':104 'delet':292 'design':477 'devic':55 'differ':54,215,284 'doesn':151,388,393,531 'dream':219 'drop':242 'e.g':418 'edit':295 'emac':309,470 'establish':95 'ethernet':184 'even':106,302 'execut':364 'exist':153 'featur':132,150 'fi':180 'fill':533 'fix':489 'frame':524 'full':305 'full-screen':304 'get':19,256 'give':286 'gmail':212 'gnome':465 'gnome-termin':464 'grace':520 'great':108,502 'guarante':11 'halt':544 'handl':390,517 'help':10,505 'home':135 'hotel':187 'import':27 'includ':206 'insid':439,462 'instal':355 'instant':92,288 'intact':237 'interest':338 'interfac':281 'internet':175,240 'ip':165 'iterm':469 'keep':234 'key':421 'kill':43 'lag':260 'laptop':117,226 'last':371 'later':233 'less':337 'let':59 'life':375 'like':211,308,456 'line':294,454 'list':130 'listen':395 'll':194 'log':196,405 'login':380 'long':23,28 'lose':201 'loss':519 'lousi':279 'lte':189 'machin':75 'make':216,276 'method':381 'misl':325 'mosh':36,40,56,67,168,213,221,243,282,358,392,403,425,429,449,475,511,530 'mosh-serv':428 'most':123 'move':173 'need':349 'network':83,199,252,259,344,397,528,535 'notic':107 'often':98 'one':483 'opinion':120 'ordinari':368 'orthogon':124 'outsid':159 'outstand':316 'packet':518 'page':136 'password':419 'phone':113 'port':398 'predict':317 'present':414 'privileg':327 'process':25,30,547 'program':200,307,455 'protocol':516 'public':420 'put':224 'rate':525 're':46,50,62,85,94 're-attach':49,61 're-establish':93 'realli':383 'reconnect':5 'relev':384 'remot':431 'repli':267 'respons':289 'resum':79,250 'rid':257 'roam':71,99,170,205 'run':24,29,357,365,426,438 'runaway':546 'scope':161 'scratch':479 'screen':306,471 'server':265,362,409,430 'servic':253,345 'session':8,66 'set':485,522 'show':269 'sinc':339 'sleep':228 'ssh':207,261,411,457,497,510 'stay':166,195 'still':32 'superus':353 'support':481 'suspend':73 'sweet':218 'termin':441,466,494 'terminal.app':468 'tmux':1,34,155,163,333,340,386,473,503 'train':183 'tri':47 'type':273,291 'udp':437,514 'udp-bas':513 'underlin':319 'unicod':490 'unlik':509 'urxvt':467 'use':33,177,460 'user':280,369,401,413 'utf':486 've':138 'via':410 'vim':311 'wait':262 'wake':230 'warn':245 'web':209 'whatev':82 'whenev':77 'wi':179 'wi-fi':178 'wifi':101 'without':105 'won':57,322 'work':110,301,501,542 'xterm':463"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473491"
+editedAt: DateTimeImmutable @1725888529 {#3004
date: 2024-09-09 15:28:49.0 +02:00
}
+createdAt: DateTimeImmutable @1705509777 {#3003
date: 2024-01-17 17:42:57.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#3002
+user: Proxies\__CG__\App\Entity\User {#3001 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: """
Tmux *allows* you to reconnect to a session, and helps guarantee that you will always be able to get back to your long running processes. For important long running processes, I still use tmux with mosh, because if the mosh client is killed (or you’re trying to “re-attach” from a different device, mosh won’t let you “re-attach” to that “session”.\n
\n
Mosh allows you to roam, and suspend your machine, and whenever you resume it again, whatever network you’re now on, the connection is basically instantly re-established. You can often roam from WiFi to cellular data without even noticing. (Great when working from a phone, or just a laptop)\n
\n
In my opinion, they are mostly orthogonal (and complementary).\n
\n
Here’s the list of features from the home page. I’ve added my own comments after ‘*’. If there is no ‘*’, then the feature doesn’t exist for tmux (because it’s outside the scope of tmux):\n
\n
Change IP. Stay connected. Mosh automatically roams as you move between Internet connections. Use Wi-Fi on the train, Ethernet in a hotel, and LTE on a beach: you’ll stay logged in. Most network programs lose their connections after roaming, including SSH and Web apps like Gmail. Mosh is different.\n
\n
Makes for sweet dreams. With Mosh, you can put your laptop to sleep and wake it up later, keeping your connection intact. If your Internet connection drops, Mosh will warn you — but the connection resumes when network service comes back.\n
\n
Get rid of network lag. SSH waits for the server’s reply before showing you your own typing. That can make for a lousy user interface. Mosh is different: it gives an instant response to typing, deleting, and line editing. It does this adaptively and works even in full-screen programs like emacs and vim. On a bad connection, outstanding predictions are underlined so you won’t be misled.\n
\n
No privileged code. No daemon. * Same for tmux, but that’s less interesting since tmux is not a network service You don’t need to be the superuser to install or run Mosh. The client and server are executables run by an ordinary user and last only for the life of the connection.\n
\n
Same login method. * Not really relevant to tmux, which doesn’t handle auth Mosh doesn’t listen on network ports or authenticate users. The mosh client logs in to the server via SSH, and users present the same credentials (e.g., password, public key) as before. Then Mosh runs the mosh-server remotely and connects to it over UDP.\n
\n
Runs inside your terminal, but better. * This is common to both Mosh is a command-line program, like ssh. You can use it inside xterm, gnome-terminal, urxvt, Terminal.app, iTerm, emacs, screen, or tmux. But mosh was designed from scratch and supports just one character set: UTF-8. It fixes Unicode bugs in other terminals and in SSH.\n
\n
Control-C works great. * Tmux can help with this too Unlike SSH, mosh’s UDP-based protocol handles packet loss gracefully, and sets the frame rate based on network conditions. Mosh doesn’t fill up network buffers, so Control-C always works to halt a runaway process.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705509777 {#3005
date: 2024-01-17 17:42:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#3000 …}
+nested: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#2996 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2992 …}
+notifications: Doctrine\ORM\PersistentCollection {#2990 …}
-id: 317018
-bodyTs: "'-8':487 'abl':17 'ad':139 'adapt':299 'allow':2,68 'alway':15,541 'app':210 'attach':51,63 'auth':391 'authent':400 'automat':169 'back':20,255 'bad':314 'base':515,526 'basic':91 'beach':192 'better':443 'buffer':536 'bug':491 'c':500,540 'cellular':103 'chang':164 'charact':484 'client':41,360,404 'code':328 'come':254 'command':453 'command-lin':452 'comment':142 'common':446 'complementari':126 'condit':529 'connect':89,167,176,203,236,241,249,315,378,433 'control':499,539 'control-c':498,538 'credenti':417 'daemon':330 'data':104 'delet':292 'design':477 'devic':55 'differ':54,215,284 'doesn':151,388,393,531 'dream':219 'drop':242 'e.g':418 'edit':295 'emac':309,470 'establish':95 'ethernet':184 'even':106,302 'execut':364 'exist':153 'featur':132,150 'fi':180 'fill':533 'fix':489 'frame':524 'full':305 'full-screen':304 'get':19,256 'give':286 'gmail':212 'gnome':465 'gnome-termin':464 'grace':520 'great':108,502 'guarante':11 'halt':544 'handl':390,517 'help':10,505 'home':135 'hotel':187 'import':27 'includ':206 'insid':439,462 'instal':355 'instant':92,288 'intact':237 'interest':338 'interfac':281 'internet':175,240 'ip':165 'iterm':469 'keep':234 'key':421 'kill':43 'lag':260 'laptop':117,226 'last':371 'later':233 'less':337 'let':59 'life':375 'like':211,308,456 'line':294,454 'list':130 'listen':395 'll':194 'log':196,405 'login':380 'long':23,28 'lose':201 'loss':519 'lousi':279 'lte':189 'machin':75 'make':216,276 'method':381 'misl':325 'mosh':36,40,56,67,168,213,221,243,282,358,392,403,425,429,449,475,511,530 'mosh-serv':428 'most':123 'move':173 'need':349 'network':83,199,252,259,344,397,528,535 'notic':107 'often':98 'one':483 'opinion':120 'ordinari':368 'orthogon':124 'outsid':159 'outstand':316 'packet':518 'page':136 'password':419 'phone':113 'port':398 'predict':317 'present':414 'privileg':327 'process':25,30,547 'program':200,307,455 'protocol':516 'public':420 'put':224 'rate':525 're':46,50,62,85,94 're-attach':49,61 're-establish':93 'realli':383 'reconnect':5 'relev':384 'remot':431 'repli':267 'respons':289 'resum':79,250 'rid':257 'roam':71,99,170,205 'run':24,29,357,365,426,438 'runaway':546 'scope':161 'scratch':479 'screen':306,471 'server':265,362,409,430 'servic':253,345 'session':8,66 'set':485,522 'show':269 'sinc':339 'sleep':228 'ssh':207,261,411,457,497,510 'stay':166,195 'still':32 'superus':353 'support':481 'suspend':73 'sweet':218 'termin':441,466,494 'terminal.app':468 'tmux':1,34,155,163,333,340,386,473,503 'train':183 'tri':47 'type':273,291 'udp':437,514 'udp-bas':513 'underlin':319 'unicod':490 'unlik':509 'urxvt':467 'use':33,177,460 'user':280,369,401,413 'utf':486 've':138 'via':410 'vim':311 'wait':262 'wake':230 'warn':245 'web':209 'whatev':82 'whenev':77 'wi':179 'wi-fi':178 'wifi':101 'without':105 'won':57,322 'work':110,301,501,542 'xterm':463"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473491"
+editedAt: DateTimeImmutable @1725888529 {#3004
date: 2024-09-09 15:28:49.0 +02:00
}
+createdAt: DateTimeImmutable @1705509777 {#3003
date: 2024-01-17 17:42:57.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3002
+user: Proxies\__CG__\App\Entity\User {#3001 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: """
Tmux *allows* you to reconnect to a session, and helps guarantee that you will always be able to get back to your long running processes. For important long running processes, I still use tmux with mosh, because if the mosh client is killed (or you’re trying to “re-attach” from a different device, mosh won’t let you “re-attach” to that “session”.\n
\n
Mosh allows you to roam, and suspend your machine, and whenever you resume it again, whatever network you’re now on, the connection is basically instantly re-established. You can often roam from WiFi to cellular data without even noticing. (Great when working from a phone, or just a laptop)\n
\n
In my opinion, they are mostly orthogonal (and complementary).\n
\n
Here’s the list of features from the home page. I’ve added my own comments after ‘*’. If there is no ‘*’, then the feature doesn’t exist for tmux (because it’s outside the scope of tmux):\n
\n
Change IP. Stay connected. Mosh automatically roams as you move between Internet connections. Use Wi-Fi on the train, Ethernet in a hotel, and LTE on a beach: you’ll stay logged in. Most network programs lose their connections after roaming, including SSH and Web apps like Gmail. Mosh is different.\n
\n
Makes for sweet dreams. With Mosh, you can put your laptop to sleep and wake it up later, keeping your connection intact. If your Internet connection drops, Mosh will warn you — but the connection resumes when network service comes back.\n
\n
Get rid of network lag. SSH waits for the server’s reply before showing you your own typing. That can make for a lousy user interface. Mosh is different: it gives an instant response to typing, deleting, and line editing. It does this adaptively and works even in full-screen programs like emacs and vim. On a bad connection, outstanding predictions are underlined so you won’t be misled.\n
\n
No privileged code. No daemon. * Same for tmux, but that’s less interesting since tmux is not a network service You don’t need to be the superuser to install or run Mosh. The client and server are executables run by an ordinary user and last only for the life of the connection.\n
\n
Same login method. * Not really relevant to tmux, which doesn’t handle auth Mosh doesn’t listen on network ports or authenticate users. The mosh client logs in to the server via SSH, and users present the same credentials (e.g., password, public key) as before. Then Mosh runs the mosh-server remotely and connects to it over UDP.\n
\n
Runs inside your terminal, but better. * This is common to both Mosh is a command-line program, like ssh. You can use it inside xterm, gnome-terminal, urxvt, Terminal.app, iTerm, emacs, screen, or tmux. But mosh was designed from scratch and supports just one character set: UTF-8. It fixes Unicode bugs in other terminals and in SSH.\n
\n
Control-C works great. * Tmux can help with this too Unlike SSH, mosh’s UDP-based protocol handles packet loss gracefully, and sets the frame rate based on network conditions. Mosh doesn’t fill up network buffers, so Control-C always works to halt a runaway process.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705509777 {#3005
date: 2024-01-17 17:42:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#3000 …}
+nested: Doctrine\ORM\PersistentCollection {#2998 …}
+votes: Doctrine\ORM\PersistentCollection {#2996 …}
+reports: Doctrine\ORM\PersistentCollection {#2994 …}
+favourites: Doctrine\ORM\PersistentCollection {#2992 …}
+notifications: Doctrine\ORM\PersistentCollection {#2990 …}
-id: 317018
-bodyTs: "'-8':487 'abl':17 'ad':139 'adapt':299 'allow':2,68 'alway':15,541 'app':210 'attach':51,63 'auth':391 'authent':400 'automat':169 'back':20,255 'bad':314 'base':515,526 'basic':91 'beach':192 'better':443 'buffer':536 'bug':491 'c':500,540 'cellular':103 'chang':164 'charact':484 'client':41,360,404 'code':328 'come':254 'command':453 'command-lin':452 'comment':142 'common':446 'complementari':126 'condit':529 'connect':89,167,176,203,236,241,249,315,378,433 'control':499,539 'control-c':498,538 'credenti':417 'daemon':330 'data':104 'delet':292 'design':477 'devic':55 'differ':54,215,284 'doesn':151,388,393,531 'dream':219 'drop':242 'e.g':418 'edit':295 'emac':309,470 'establish':95 'ethernet':184 'even':106,302 'execut':364 'exist':153 'featur':132,150 'fi':180 'fill':533 'fix':489 'frame':524 'full':305 'full-screen':304 'get':19,256 'give':286 'gmail':212 'gnome':465 'gnome-termin':464 'grace':520 'great':108,502 'guarante':11 'halt':544 'handl':390,517 'help':10,505 'home':135 'hotel':187 'import':27 'includ':206 'insid':439,462 'instal':355 'instant':92,288 'intact':237 'interest':338 'interfac':281 'internet':175,240 'ip':165 'iterm':469 'keep':234 'key':421 'kill':43 'lag':260 'laptop':117,226 'last':371 'later':233 'less':337 'let':59 'life':375 'like':211,308,456 'line':294,454 'list':130 'listen':395 'll':194 'log':196,405 'login':380 'long':23,28 'lose':201 'loss':519 'lousi':279 'lte':189 'machin':75 'make':216,276 'method':381 'misl':325 'mosh':36,40,56,67,168,213,221,243,282,358,392,403,425,429,449,475,511,530 'mosh-serv':428 'most':123 'move':173 'need':349 'network':83,199,252,259,344,397,528,535 'notic':107 'often':98 'one':483 'opinion':120 'ordinari':368 'orthogon':124 'outsid':159 'outstand':316 'packet':518 'page':136 'password':419 'phone':113 'port':398 'predict':317 'present':414 'privileg':327 'process':25,30,547 'program':200,307,455 'protocol':516 'public':420 'put':224 'rate':525 're':46,50,62,85,94 're-attach':49,61 're-establish':93 'realli':383 'reconnect':5 'relev':384 'remot':431 'repli':267 'respons':289 'resum':79,250 'rid':257 'roam':71,99,170,205 'run':24,29,357,365,426,438 'runaway':546 'scope':161 'scratch':479 'screen':306,471 'server':265,362,409,430 'servic':253,345 'session':8,66 'set':485,522 'show':269 'sinc':339 'sleep':228 'ssh':207,261,411,457,497,510 'stay':166,195 'still':32 'superus':353 'support':481 'suspend':73 'sweet':218 'termin':441,466,494 'terminal.app':468 'tmux':1,34,155,163,333,340,386,473,503 'train':183 'tri':47 'type':273,291 'udp':437,514 'udp-bas':513 'underlin':319 'unicod':490 'unlik':509 'urxvt':467 'use':33,177,460 'user':280,369,401,413 'utf':486 've':138 'via':410 'vim':311 'wait':262 'wake':230 'warn':245 'web':209 'whatev':82 'whenev':77 'wi':179 'wi-fi':178 'wifi':101 'without':105 'won':57,322 'work':110,301,501,542 'xterm':463"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473491"
+editedAt: DateTimeImmutable @1725888529 {#3004
date: 2024-09-09 15:28:49.0 +02:00
}
+createdAt: DateTimeImmutable @1705509777 {#3003
date: 2024-01-17 17:42:57.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2986
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "Mosh is to SSH as Tmux is to Bash"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705510187 {#2988
date: 2024-01-17 17:49:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2985 …}
+nested: Doctrine\ORM\PersistentCollection {#2983 …}
+votes: Doctrine\ORM\PersistentCollection {#2981 …}
+reports: Doctrine\ORM\PersistentCollection {#2979 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2975 …}
-id: 317040
-bodyTs: "'bash':9 'mosh':1 'ssh':4 'tmux':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464339"
+editedAt: null
+createdAt: DateTimeImmutable @1705510187 {#2987
date: 2024-01-17 17:49:47.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2986
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "Mosh is to SSH as Tmux is to Bash"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705510187 {#2988
date: 2024-01-17 17:49:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2985 …}
+nested: Doctrine\ORM\PersistentCollection {#2983 …}
+votes: Doctrine\ORM\PersistentCollection {#2981 …}
+reports: Doctrine\ORM\PersistentCollection {#2979 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2975 …}
-id: 317040
-bodyTs: "'bash':9 'mosh':1 'ssh':4 'tmux':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464339"
+editedAt: null
+createdAt: DateTimeImmutable @1705510187 {#2987
date: 2024-01-17 17:49:47.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2986
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "Mosh is to SSH as Tmux is to Bash"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705510187 {#2988
date: 2024-01-17 17:49:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2985 …}
+nested: Doctrine\ORM\PersistentCollection {#2983 …}
+votes: Doctrine\ORM\PersistentCollection {#2981 …}
+reports: Doctrine\ORM\PersistentCollection {#2979 …}
+favourites: Doctrine\ORM\PersistentCollection {#2977 …}
+notifications: Doctrine\ORM\PersistentCollection {#2975 …}
-id: 317040
-bodyTs: "'bash':9 'mosh':1 'ssh':4 'tmux':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464339"
+editedAt: null
+createdAt: DateTimeImmutable @1705510187 {#2987
date: 2024-01-17 17:49:47.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2971
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "I’m no expert, but this isn’t a terminal multiplexer."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705509036 {#2973
date: 2024-01-17 17:30:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2970 …}
+nested: Doctrine\ORM\PersistentCollection {#2968 …}
+votes: Doctrine\ORM\PersistentCollection {#2966 …}
+reports: Doctrine\ORM\PersistentCollection {#3046 …}
+favourites: Doctrine\ORM\PersistentCollection {#3049 …}
+notifications: Doctrine\ORM\PersistentCollection {#3036 …}
-id: 316989
-bodyTs: "'expert':4 'isn':7 'm':2 'multiplex':11 'termin':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374178"
+editedAt: null
+createdAt: DateTimeImmutable @1705509036 {#2972
date: 2024-01-17 17:30:36.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#2971
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "I’m no expert, but this isn’t a terminal multiplexer."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705509036 {#2973
date: 2024-01-17 17:30:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2970 …}
+nested: Doctrine\ORM\PersistentCollection {#2968 …}
+votes: Doctrine\ORM\PersistentCollection {#2966 …}
+reports: Doctrine\ORM\PersistentCollection {#3046 …}
+favourites: Doctrine\ORM\PersistentCollection {#3049 …}
+notifications: Doctrine\ORM\PersistentCollection {#3036 …}
-id: 316989
-bodyTs: "'expert':4 'isn':7 'm':2 'multiplex':11 'termin':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374178"
+editedAt: null
+createdAt: DateTimeImmutable @1705509036 {#2972
date: 2024-01-17 17:30:36.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2971
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2117
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "How does this differ from something like tmux?"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1725892605 {#2107
date: 2024-09-09 16:36:45.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 316956
-bodyTs: "'differ':4 'like':7 'someth':6 'tmux':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6406996"
+editedAt: null
+createdAt: DateTimeImmutable @1705508273 {#2112
date: 2024-01-17 17:17:53.0 +01:00
}
}
+root: App\Entity\EntryComment {#2117}
+body: "I’m no expert, but this isn’t a terminal multiplexer."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705509036 {#2973
date: 2024-01-17 17:30:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
"@zewm@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2970 …}
+nested: Doctrine\ORM\PersistentCollection {#2968 …}
+votes: Doctrine\ORM\PersistentCollection {#2966 …}
+reports: Doctrine\ORM\PersistentCollection {#3046 …}
+favourites: Doctrine\ORM\PersistentCollection {#3049 …}
+notifications: Doctrine\ORM\PersistentCollection {#3036 …}
-id: 316989
-bodyTs: "'expert':4 'isn':7 'm':2 'multiplex':11 'termin':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374178"
+editedAt: null
+createdAt: DateTimeImmutable @1705509036 {#2972
date: 2024-01-17 17:30:36.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2279
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red hat’s logo is a red fedora. It’s not that deep."
+lang: "en"
+isAdult: false
+favouriteCount: 73
+score: 0
+lastActive: DateTime @1705508343 {#2283
date: 2024-01-17 17:19:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2275 …}
+nested: Doctrine\ORM\PersistentCollection {#2261 …}
+votes: Doctrine\ORM\PersistentCollection {#2218 …}
+reports: Doctrine\ORM\PersistentCollection {#2221 …}
+favourites: Doctrine\ORM\PersistentCollection {#2217 …}
+notifications: Doctrine\ORM\PersistentCollection {#2199 …}
-id: 316957
-bodyTs: "'deep':13 'fedora':8 'hat':2 'logo':4 'red':1,7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6407013"
+editedAt: null
+createdAt: DateTimeImmutable @1705508343 {#2280
date: 2024-01-17 17:19:03.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2279
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red hat’s logo is a red fedora. It’s not that deep."
+lang: "en"
+isAdult: false
+favouriteCount: 73
+score: 0
+lastActive: DateTime @1705508343 {#2283
date: 2024-01-17 17:19:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2275 …}
+nested: Doctrine\ORM\PersistentCollection {#2261 …}
+votes: Doctrine\ORM\PersistentCollection {#2218 …}
+reports: Doctrine\ORM\PersistentCollection {#2221 …}
+favourites: Doctrine\ORM\PersistentCollection {#2217 …}
+notifications: Doctrine\ORM\PersistentCollection {#2199 …}
-id: 316957
-bodyTs: "'deep':13 'fedora':8 'hat':2 'logo':4 'red':1,7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6407013"
+editedAt: null
+createdAt: DateTimeImmutable @1705508343 {#2280
date: 2024-01-17 17:19:03.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2279
+user: App\Entity\User {#2044 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Red hat’s logo is a red fedora. It’s not that deep."
+lang: "en"
+isAdult: false
+favouriteCount: 73
+score: 0
+lastActive: DateTime @1705508343 {#2283
date: 2024-01-17 17:19:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2275 …}
+nested: Doctrine\ORM\PersistentCollection {#2261 …}
+votes: Doctrine\ORM\PersistentCollection {#2218 …}
+reports: Doctrine\ORM\PersistentCollection {#2221 …}
+favourites: Doctrine\ORM\PersistentCollection {#2217 …}
+notifications: Doctrine\ORM\PersistentCollection {#2199 …}
-id: 316957
-bodyTs: "'deep':13 'fedora':8 'hat':2 'logo':4 'red':1,7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.zip/comment/6407013"
+editedAt: null
+createdAt: DateTimeImmutable @1705508343 {#2280
date: 2024-01-17 17:19:03.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2197
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "The RedHat installer used to have conflicting versions of the origin of the name RedHat."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725939399 {#2276
date: 2024-09-10 05:36:39.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 316959
-bodyTs: "'conflict':7 'instal':3 'name':14 'origin':11 'redhat':2,15 'use':4 'version':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778789"
+editedAt: null
+createdAt: DateTimeImmutable @1705508480 {#2278
date: 2024-01-17 17:21:20.0 +01:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#2197
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "The RedHat installer used to have conflicting versions of the origin of the name RedHat."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725939399 {#2276
date: 2024-09-10 05:36:39.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 316959
-bodyTs: "'conflict':7 'instal':3 'name':14 'origin':11 'redhat':2,15 'use':4 'version':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778789"
+editedAt: null
+createdAt: DateTimeImmutable @1705508480 {#2278
date: 2024-01-17 17:21:20.0 +01:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2197
+user: App\Entity\User {#2461 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "The RedHat installer used to have conflicting versions of the origin of the name RedHat."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725939399 {#2276
date: 2024-09-10 05:36:39.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 316959
-bodyTs: "'conflict':7 'instal':3 'name':14 'origin':11 'redhat':2,15 'use':4 'version':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6778789"
+editedAt: null
+createdAt: DateTimeImmutable @1705508480 {#2278
date: 2024-01-17 17:21:20.0 +01:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2257
+user: App\Entity\User {#2235 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Mark Ewing used to wear a red Cornell lacrosse cap and when he would help in computer labs people would look for a the man in the red hat. The company was called Red Hat after Mark but their logo has been a person in a fedora for a long time.\n
\n
Fedora is a community continuation of Red Hat Linux, which was discontinued in favor of Red Hat Enterprise Linux. Back when I was starting out Fedora wasn’t a thing, you downloaded Red Hat Linux for free directly from the company or could buy it in a box.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 137
+score: 0
+lastActive: DateTime @1705509542 {#2193
date: 2024-01-17 17:39:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2268 …}
+nested: Doctrine\ORM\PersistentCollection {#2273 …}
+votes: Doctrine\ORM\PersistentCollection {#2274 …}
+reports: Doctrine\ORM\PersistentCollection {#2190 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2263 …}
-id: 317010
-bodyTs: "'back':71 'box':99 'buy':95 'call':33 'cap':10 'communiti':55 'compani':31,92 'comput':17 'continu':56 'cornel':8 'could':94 'direct':89 'discontinu':63 'download':83 'enterpris':69 'ewe':2 'favor':65 'fedora':47,52,77 'free':88 'hat':29,35,59,68,85 'help':15 'lab':18 'lacross':9 'linux':60,70,86 'logo':40 'long':50 'look':21 'man':25 'mark':1,37 'peopl':19 'person':44 'red':7,28,34,58,67,84 'start':75 'thing':81 'time':51 'use':3 'wasn':78 'wear':5 'would':14,20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7422401"
+editedAt: DateTimeImmutable @1725886980 {#2195
date: 2024-09-09 15:03:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705509542 {#2282
date: 2024-01-17 17:39:02.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2257
+user: App\Entity\User {#2235 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Mark Ewing used to wear a red Cornell lacrosse cap and when he would help in computer labs people would look for a the man in the red hat. The company was called Red Hat after Mark but their logo has been a person in a fedora for a long time.\n
\n
Fedora is a community continuation of Red Hat Linux, which was discontinued in favor of Red Hat Enterprise Linux. Back when I was starting out Fedora wasn’t a thing, you downloaded Red Hat Linux for free directly from the company or could buy it in a box.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 137
+score: 0
+lastActive: DateTime @1705509542 {#2193
date: 2024-01-17 17:39:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2268 …}
+nested: Doctrine\ORM\PersistentCollection {#2273 …}
+votes: Doctrine\ORM\PersistentCollection {#2274 …}
+reports: Doctrine\ORM\PersistentCollection {#2190 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2263 …}
-id: 317010
-bodyTs: "'back':71 'box':99 'buy':95 'call':33 'cap':10 'communiti':55 'compani':31,92 'comput':17 'continu':56 'cornel':8 'could':94 'direct':89 'discontinu':63 'download':83 'enterpris':69 'ewe':2 'favor':65 'fedora':47,52,77 'free':88 'hat':29,35,59,68,85 'help':15 'lab':18 'lacross':9 'linux':60,70,86 'logo':40 'long':50 'look':21 'man':25 'mark':1,37 'peopl':19 'person':44 'red':7,28,34,58,67,84 'start':75 'thing':81 'time':51 'use':3 'wasn':78 'wear':5 'would':14,20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7422401"
+editedAt: DateTimeImmutable @1725886980 {#2195
date: 2024-09-09 15:03:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705509542 {#2282
date: 2024-01-17 17:39:02.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2257
+user: App\Entity\User {#2235 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2060 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Mark Ewing used to wear a red Cornell lacrosse cap and when he would help in computer labs people would look for a the man in the red hat. The company was called Red Hat after Mark but their logo has been a person in a fedora for a long time.\n
\n
Fedora is a community continuation of Red Hat Linux, which was discontinued in favor of Red Hat Enterprise Linux. Back when I was starting out Fedora wasn’t a thing, you downloaded Red Hat Linux for free directly from the company or could buy it in a box.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 137
+score: 0
+lastActive: DateTime @1705509542 {#2193
date: 2024-01-17 17:39:02.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2268 …}
+nested: Doctrine\ORM\PersistentCollection {#2273 …}
+votes: Doctrine\ORM\PersistentCollection {#2274 …}
+reports: Doctrine\ORM\PersistentCollection {#2190 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2263 …}
-id: 317010
-bodyTs: "'back':71 'box':99 'buy':95 'call':33 'cap':10 'communiti':55 'compani':31,92 'comput':17 'continu':56 'cornel':8 'could':94 'direct':89 'discontinu':63 'download':83 'enterpris':69 'ewe':2 'favor':65 'fedora':47,52,77 'free':88 'hat':29,35,59,68,85 'help':15 'lab':18 'lacross':9 'linux':60,70,86 'logo':40 'long':50 'look':21 'man':25 'mark':1,37 'peopl':19 'person':44 'red':7,28,34,58,67,84 'start':75 'thing':81 'time':51 'use':3 'wasn':78 'wear':5 'would':14,20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7422401"
+editedAt: DateTimeImmutable @1725886980 {#2195
date: 2024-09-09 15:03:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705509542 {#2282
date: 2024-01-17 17:39:02.0 +01:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3040
+user: Proxies\__CG__\App\Entity\User {#3041 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
}
+root: App\Entity\EntryComment {#2183}
+body: "I use alacritty and I’m very very new to Linux. I actually found that working on the config files for alacritty helped me a ton with learning how to approach config files in general. So advanced maybe but simple enough to teach new users a ton of useful things."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705516106 {#3038
date: 2024-01-17 19:28:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@Dotdev@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3051 …}
+nested: Doctrine\ORM\PersistentCollection {#3042 …}
+votes: Doctrine\ORM\PersistentCollection {#3044 …}
+reports: Doctrine\ORM\PersistentCollection {#3052 …}
+favourites: Doctrine\ORM\PersistentCollection {#3054 …}
+notifications: Doctrine\ORM\PersistentCollection {#3056 …}
-id: 317292
-bodyTs: "'actual':13 'advanc':37 'alacritti':3,22 'approach':31 'config':19,32 'enough':41 'file':20,33 'found':14 'general':35 'help':23 'learn':28 'linux':11 'm':6 'mayb':38 'new':9,44 'simpl':40 'teach':43 'thing':50 'ton':26,47 'use':2,49 'user':45 'work':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7475466"
+editedAt: null
+createdAt: DateTimeImmutable @1705516106 {#3039
date: 2024-01-17 19:28:26.0 +01:00
}
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\EntryComment {#3040
+user: Proxies\__CG__\App\Entity\User {#3041 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
}
+root: App\Entity\EntryComment {#2183}
+body: "I use alacritty and I’m very very new to Linux. I actually found that working on the config files for alacritty helped me a ton with learning how to approach config files in general. So advanced maybe but simple enough to teach new users a ton of useful things."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705516106 {#3038
date: 2024-01-17 19:28:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@Dotdev@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3051 …}
+nested: Doctrine\ORM\PersistentCollection {#3042 …}
+votes: Doctrine\ORM\PersistentCollection {#3044 …}
+reports: Doctrine\ORM\PersistentCollection {#3052 …}
+favourites: Doctrine\ORM\PersistentCollection {#3054 …}
+notifications: Doctrine\ORM\PersistentCollection {#3056 …}
-id: 317292
-bodyTs: "'actual':13 'advanc':37 'alacritti':3,22 'approach':31 'config':19,32 'enough':41 'file':20,33 'found':14 'general':35 'help':23 'learn':28 'linux':11 'm':6 'mayb':38 'new':9,44 'simpl':40 'teach':43 'thing':50 'ton':26,47 'use':2,49 'user':45 'work':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7475466"
+editedAt: null
+createdAt: DateTimeImmutable @1705516106 {#3039
date: 2024-01-17 19:28:26.0 +01:00
}
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3040
+user: Proxies\__CG__\App\Entity\User {#3041 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2183
+user: App\Entity\User {#1997 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: """
Same here whatever the DE has I would use.\n
\n
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1725957315 {#2175
date: 2024-09-10 10:35:15.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2168 …}
+nested: Doctrine\ORM\PersistentCollection {#2038 …}
+votes: Doctrine\ORM\PersistentCollection {#1988 …}
+reports: Doctrine\ORM\PersistentCollection {#2003 …}
+favourites: Doctrine\ORM\PersistentCollection {#1995 …}
+notifications: Doctrine\ORM\PersistentCollection {#2006 …}
-id: 317027
-bodyTs: "'advanc':28 'alacritti':18 'answer':13 'common':12 'configur':30 'de':5 'feel':27 'kitti':20 'other':15 'see':23 'though':10 'use':9,25 'whatev':3 'would':8,16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://programming.dev/comment/6556807"
+editedAt: DateTimeImmutable @1725889005 {#2177
date: 2024-09-09 15:36:45.0 +02:00
}
+createdAt: DateTimeImmutable @1705509898 {#2176
date: 2024-01-17 17:44:58.0 +01:00
}
}
+root: App\Entity\EntryComment {#2183}
+body: "I use alacritty and I’m very very new to Linux. I actually found that working on the config files for alacritty helped me a ton with learning how to approach config files in general. So advanced maybe but simple enough to teach new users a ton of useful things."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705516106 {#3038
date: 2024-01-17 19:28:26.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@Dotdev@programming.dev"
]
+children: Doctrine\ORM\PersistentCollection {#3051 …}
+nested: Doctrine\ORM\PersistentCollection {#3042 …}
+votes: Doctrine\ORM\PersistentCollection {#3044 …}
+reports: Doctrine\ORM\PersistentCollection {#3052 …}
+favourites: Doctrine\ORM\PersistentCollection {#3054 …}
+notifications: Doctrine\ORM\PersistentCollection {#3056 …}
-id: 317292
-bodyTs: "'actual':13 'advanc':37 'alacritti':3,22 'approach':31 'config':19,32 'enough':41 'file':20,33 'found':14 'general':35 'help':23 'learn':28 'linux':11 'm':6 'mayb':38 'new':9,44 'simpl':40 'teach':43 'thing':50 'ton':26,47 'use':2,49 'user':45 'work':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7475466"
+editedAt: null
+createdAt: DateTimeImmutable @1705516106 {#3039
date: 2024-01-17 19:28:26.0 +01:00
}
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2501
+user: App\Entity\User {#2514 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with screen if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705509968 {#2496
date: 2024-01-17 17:46:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2502 …}
+nested: Doctrine\ORM\PersistentCollection {#2504 …}
+votes: Doctrine\ORM\PersistentCollection {#2506 …}
+reports: Doctrine\ORM\PersistentCollection {#2508 …}
+favourites: Doctrine\ORM\PersistentCollection {#2510 …}
+notifications: Doctrine\ORM\PersistentCollection {#2512 …}
-id: 317030
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'screen':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473555"
+editedAt: null
+createdAt: DateTimeImmutable @1705509968 {#2497
date: 2024-01-17 17:46:08.0 +01:00
}
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#2501
+user: App\Entity\User {#2514 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with screen if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705509968 {#2496
date: 2024-01-17 17:46:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2502 …}
+nested: Doctrine\ORM\PersistentCollection {#2504 …}
+votes: Doctrine\ORM\PersistentCollection {#2506 …}
+reports: Doctrine\ORM\PersistentCollection {#2508 …}
+favourites: Doctrine\ORM\PersistentCollection {#2510 …}
+notifications: Doctrine\ORM\PersistentCollection {#2512 …}
-id: 317030
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'screen':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473555"
+editedAt: null
+createdAt: DateTimeImmutable @1705509968 {#2497
date: 2024-01-17 17:46:08.0 +01:00
}
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2501
+user: App\Entity\User {#2514 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with screen if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705509968 {#2496
date: 2024-01-17 17:46:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2502 …}
+nested: Doctrine\ORM\PersistentCollection {#2504 …}
+votes: Doctrine\ORM\PersistentCollection {#2506 …}
+reports: Doctrine\ORM\PersistentCollection {#2508 …}
+favourites: Doctrine\ORM\PersistentCollection {#2510 …}
+notifications: Doctrine\ORM\PersistentCollection {#2512 …}
-id: 317030
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'screen':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473555"
+editedAt: null
+createdAt: DateTimeImmutable @1705509968 {#2497
date: 2024-01-17 17:46:08.0 +01:00
}
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3060
+user: Proxies\__CG__\App\Entity\User {#3061 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
}
+root: App\Entity\EntryComment {#2574}
+body: "Sounds like there’s a ton of options but this is the first one I’ve found that supports copy-on-highlight and that’s a must for me."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705515788 {#3058
date: 2024-01-17 19:23:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@makingStuffForFun@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3062 …}
+nested: Doctrine\ORM\PersistentCollection {#3064 …}
+votes: Doctrine\ORM\PersistentCollection {#3066 …}
+reports: Doctrine\ORM\PersistentCollection {#3068 …}
+favourites: Doctrine\ORM\PersistentCollection {#3070 …}
+notifications: Doctrine\ORM\PersistentCollection {#3072 …}
-id: 317278
-bodyTs: "'copi':21 'copy-on-highlight':20 'first':13 'found':17 'highlight':23 'like':2 'must':28 'one':14 'option':8 'sound':1 'support':19 'ton':6 've':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6781181"
+editedAt: null
+createdAt: DateTimeImmutable @1705515788 {#3059
date: 2024-01-17 19:23:08.0 +01:00
}
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\EntryComment {#3060
+user: Proxies\__CG__\App\Entity\User {#3061 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
}
+root: App\Entity\EntryComment {#2574}
+body: "Sounds like there’s a ton of options but this is the first one I’ve found that supports copy-on-highlight and that’s a must for me."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705515788 {#3058
date: 2024-01-17 19:23:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@makingStuffForFun@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3062 …}
+nested: Doctrine\ORM\PersistentCollection {#3064 …}
+votes: Doctrine\ORM\PersistentCollection {#3066 …}
+reports: Doctrine\ORM\PersistentCollection {#3068 …}
+favourites: Doctrine\ORM\PersistentCollection {#3070 …}
+notifications: Doctrine\ORM\PersistentCollection {#3072 …}
-id: 317278
-bodyTs: "'copi':21 'copy-on-highlight':20 'first':13 'found':17 'highlight':23 'like':2 'must':28 'one':14 'option':8 'sound':1 'support':19 'ton':6 've':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6781181"
+editedAt: null
+createdAt: DateTimeImmutable @1705515788 {#3059
date: 2024-01-17 19:23:08.0 +01:00
}
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3060
+user: Proxies\__CG__\App\Entity\User {#3061 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2574
+user: App\Entity\User {#2587 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "I’m partial to a bit of Tilix personality."
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725953088 {#2569
date: 2024-09-10 09:24:48.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2575 …}
+nested: Doctrine\ORM\PersistentCollection {#2577 …}
+votes: Doctrine\ORM\PersistentCollection {#2579 …}
+reports: Doctrine\ORM\PersistentCollection {#2581 …}
+favourites: Doctrine\ORM\PersistentCollection {#2583 …}
+notifications: Doctrine\ORM\PersistentCollection {#2585 …}
-id: 317033
-bodyTs: "'bit':6 'm':2 'partial':3 'person':9 'tilix':8"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7473578"
+editedAt: null
+createdAt: DateTimeImmutable @1705510043 {#2570
date: 2024-01-17 17:47:23.0 +01:00
}
}
+root: App\Entity\EntryComment {#2574}
+body: "Sounds like there’s a ton of options but this is the first one I’ve found that supports copy-on-highlight and that’s a must for me."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705515788 {#3058
date: 2024-01-17 19:23:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@makingStuffForFun@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3062 …}
+nested: Doctrine\ORM\PersistentCollection {#3064 …}
+votes: Doctrine\ORM\PersistentCollection {#3066 …}
+reports: Doctrine\ORM\PersistentCollection {#3068 …}
+favourites: Doctrine\ORM\PersistentCollection {#3070 …}
+notifications: Doctrine\ORM\PersistentCollection {#3072 …}
-id: 317278
-bodyTs: "'copi':21 'copy-on-highlight':20 'first':13 'found':17 'highlight':23 'like':2 'must':28 'one':14 'option':8 'sound':1 'support':19 'ton':6 've':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6781181"
+editedAt: null
+createdAt: DateTimeImmutable @1705515788 {#3059
date: 2024-01-17 19:23:08.0 +01:00
}
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3076
+user: Proxies\__CG__\App\Entity\User {#3077 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#2648}
+body: "You might also be interested in checking out [Zellij](https://zellij.dev/), it’s like tmux with nice defaults"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705511619 {#3074
date: 2024-01-17 18:13:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@mycoffeeisready@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#3078 …}
+nested: Doctrine\ORM\PersistentCollection {#3080 …}
+votes: Doctrine\ORM\PersistentCollection {#3082 …}
+reports: Doctrine\ORM\PersistentCollection {#3084 …}
+favourites: Doctrine\ORM\PersistentCollection {#3086 …}
+notifications: Doctrine\ORM\PersistentCollection {#3088 …}
-id: 317105
-bodyTs: "'/),':12 'also':3 'check':7 'default':19 'interest':5 'like':15 'might':2 'nice':18 'tmux':16 'zellij':9 'zellij.dev':11 'zellij.dev/),':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6779830"
+editedAt: null
+createdAt: DateTimeImmutable @1705511619 {#3075
date: 2024-01-17 18:13:39.0 +01:00
}
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\EntryComment {#3076
+user: Proxies\__CG__\App\Entity\User {#3077 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#2648}
+body: "You might also be interested in checking out [Zellij](https://zellij.dev/), it’s like tmux with nice defaults"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705511619 {#3074
date: 2024-01-17 18:13:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@mycoffeeisready@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#3078 …}
+nested: Doctrine\ORM\PersistentCollection {#3080 …}
+votes: Doctrine\ORM\PersistentCollection {#3082 …}
+reports: Doctrine\ORM\PersistentCollection {#3084 …}
+favourites: Doctrine\ORM\PersistentCollection {#3086 …}
+notifications: Doctrine\ORM\PersistentCollection {#3088 …}
-id: 317105
-bodyTs: "'/),':12 'also':3 'check':7 'default':19 'interest':5 'like':15 'might':2 'nice':18 'tmux':16 'zellij':9 'zellij.dev':11 'zellij.dev/),':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6779830"
+editedAt: null
+createdAt: DateTimeImmutable @1705511619 {#3075
date: 2024-01-17 18:13:39.0 +01:00
}
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3076
+user: Proxies\__CG__\App\Entity\User {#3077 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2648
+user: App\Entity\User {#2661 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "Alacritty (with tmux if I need a multiplexor)"
+lang: "en"
+isAdult: false
+favouriteCount: 9
+score: 0
+lastActive: DateTime @1725908585 {#2643
date: 2024-09-09 21:03:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2649 …}
+nested: Doctrine\ORM\PersistentCollection {#2651 …}
+votes: Doctrine\ORM\PersistentCollection {#2653 …}
+reports: Doctrine\ORM\PersistentCollection {#2655 …}
+favourites: Doctrine\ORM\PersistentCollection {#2657 …}
+notifications: Doctrine\ORM\PersistentCollection {#2659 …}
-id: 317037
-bodyTs: "'alacritti':1 'multiplexor':8 'need':6 'tmux':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/6154349"
+editedAt: null
+createdAt: DateTimeImmutable @1705510139 {#2644
date: 2024-01-17 17:48:59.0 +01:00
}
}
+root: App\Entity\EntryComment {#2648}
+body: "You might also be interested in checking out [Zellij](https://zellij.dev/), it’s like tmux with nice defaults"
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705511619 {#3074
date: 2024-01-17 18:13:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@mycoffeeisready@feddit.nl"
]
+children: Doctrine\ORM\PersistentCollection {#3078 …}
+nested: Doctrine\ORM\PersistentCollection {#3080 …}
+votes: Doctrine\ORM\PersistentCollection {#3082 …}
+reports: Doctrine\ORM\PersistentCollection {#3084 …}
+favourites: Doctrine\ORM\PersistentCollection {#3086 …}
+notifications: Doctrine\ORM\PersistentCollection {#3088 …}
-id: 317105
-bodyTs: "'/),':12 'also':3 'check':7 'default':19 'interest':5 'like':15 'might':2 'nice':18 'tmux':16 'zellij':9 'zellij.dev':11 'zellij.dev/),':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6779830"
+editedAt: null
+createdAt: DateTimeImmutable @1705511619 {#3075
date: 2024-01-17 18:13:39.0 +01:00
}
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2721
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Mosh is great but it annoyingly doesn’t preserve scrollback. So it needs to be combined with something like Tmux if you want to be able to see more than one page of terminal."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725906224 {#2716
date: 2024-09-09 20:23:44.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2722 …}
+nested: Doctrine\ORM\PersistentCollection {#2724 …}
+votes: Doctrine\ORM\PersistentCollection {#2726 …}
+reports: Doctrine\ORM\PersistentCollection {#2728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2730 …}
+notifications: Doctrine\ORM\PersistentCollection {#2732 …}
-id: 317061
-bodyTs: "'abl':26 'annoy':6 'combin':16 'doesn':7 'great':3 'like':19 'mosh':1 'need':13 'one':31 'page':32 'preserv':9 'scrollback':10 'see':28 'someth':18 'termin':34 'tmux':20 'want':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464525"
+editedAt: null
+createdAt: DateTimeImmutable @1705510597 {#2717
date: 2024-01-17 17:56:37.0 +01:00
}
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\EntryComment {#2721
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Mosh is great but it annoyingly doesn’t preserve scrollback. So it needs to be combined with something like Tmux if you want to be able to see more than one page of terminal."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725906224 {#2716
date: 2024-09-09 20:23:44.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2722 …}
+nested: Doctrine\ORM\PersistentCollection {#2724 …}
+votes: Doctrine\ORM\PersistentCollection {#2726 …}
+reports: Doctrine\ORM\PersistentCollection {#2728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2730 …}
+notifications: Doctrine\ORM\PersistentCollection {#2732 …}
-id: 317061
-bodyTs: "'abl':26 'annoy':6 'combin':16 'doesn':7 'great':3 'like':19 'mosh':1 'need':13 'one':31 'page':32 'preserv':9 'scrollback':10 'see':28 'someth':18 'termin':34 'tmux':20 'want':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464525"
+editedAt: null
+createdAt: DateTimeImmutable @1705510597 {#2717
date: 2024-01-17 17:56:37.0 +01:00
}
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2721
+user: App\Entity\User {#2734 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1719 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Mosh is great but it annoyingly doesn’t preserve scrollback. So it needs to be combined with something like Tmux if you want to be able to see more than one page of terminal."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1725906224 {#2716
date: 2024-09-09 20:23:44.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@mozz@mbin.grits.dev"
]
+children: Doctrine\ORM\PersistentCollection {#2722 …}
+nested: Doctrine\ORM\PersistentCollection {#2724 …}
+votes: Doctrine\ORM\PersistentCollection {#2726 …}
+reports: Doctrine\ORM\PersistentCollection {#2728 …}
+favourites: Doctrine\ORM\PersistentCollection {#2730 …}
+notifications: Doctrine\ORM\PersistentCollection {#2732 …}
-id: 317061
-bodyTs: "'abl':26 'annoy':6 'combin':16 'doesn':7 'great':3 'like':19 'mosh':1 'need':13 'one':31 'page':32 'preserv':9 'scrollback':10 'see':28 'someth':18 'termin':34 'tmux':20 'want':23"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6464525"
+editedAt: null
+createdAt: DateTimeImmutable @1705510597 {#2717
date: 2024-01-17 17:56:37.0 +01:00
}
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
} |
|
Show voter details
|
101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
102 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
} |
|
Show voter details
|
103 |
DENIED
|
edit
|
App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
} |
|
Show voter details
|
104 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
} |
|
Show voter details
|
105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
106 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3197
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: ""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705670775 {#3192
date: 2024-01-19 14:26:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3189 …}
+nested: Doctrine\ORM\PersistentCollection {#3186 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3198 …}
+favourites: Doctrine\ORM\PersistentCollection {#3200 …}
+notifications: Doctrine\ORM\PersistentCollection {#3202 …}
-id: 322604
-bodyTs: "'/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':3 'sh.itjust.works':2 'sh.itjust.works/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7750091"
+editedAt: null
+createdAt: DateTimeImmutable @1705670775 {#3195
date: 2024-01-19 14:26:15.0 +01:00
}
} |
|
Show voter details
|
107 |
DENIED
|
edit
|
App\Entity\EntryComment {#3197
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: ""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705670775 {#3192
date: 2024-01-19 14:26:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3189 …}
+nested: Doctrine\ORM\PersistentCollection {#3186 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3198 …}
+favourites: Doctrine\ORM\PersistentCollection {#3200 …}
+notifications: Doctrine\ORM\PersistentCollection {#3202 …}
-id: 322604
-bodyTs: "'/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':3 'sh.itjust.works':2 'sh.itjust.works/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7750091"
+editedAt: null
+createdAt: DateTimeImmutable @1705670775 {#3195
date: 2024-01-19 14:26:15.0 +01:00
}
} |
|
Show voter details
|
108 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3197
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#3160
+user: Proxies\__CG__\App\Entity\User {#3168 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3146
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#3092
+user: Proxies\__CG__\App\Entity\User {#3093 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "And why do you usw kitty? For me its the hyprland default terminal emulator and I never had problems with it so I stuck with it"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705557342 {#3090
date: 2024-01-18 06:55:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3094 …}
+nested: Doctrine\ORM\PersistentCollection {#3096 …}
+votes: Doctrine\ORM\PersistentCollection {#3098 …}
+reports: Doctrine\ORM\PersistentCollection {#3100 …}
+favourites: Doctrine\ORM\PersistentCollection {#3102 …}
+notifications: Doctrine\ORM\PersistentCollection {#3104 …}
-id: 318527
-bodyTs: "'default':12 'emul':14 'hyprland':11 'kitti':6 'never':17 'problem':19 'stuck':24 'termin':13 'usw':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7489163"
+editedAt: null
+createdAt: DateTimeImmutable @1705557342 {#3091
date: 2024-01-18 06:55:42.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "I tested kitty and alacrity when I first found out about advanced term emulators. I liked kitty more, but I don’t remember why. I use the kittens all the time. It’s super convenient to play a video or display an image in the terminal. Kitty works on most distros. I wish it worked on windows, too, so I could use it at work."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705593129 {#3144
date: 2024-01-18 16:52:09.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3147 …}
+nested: Doctrine\ORM\PersistentCollection {#3149 …}
+votes: Doctrine\ORM\PersistentCollection {#3151 …}
+reports: Doctrine\ORM\PersistentCollection {#3153 …}
+favourites: Doctrine\ORM\PersistentCollection {#3155 …}
+notifications: Doctrine\ORM\PersistentCollection {#3157 …}
-id: 319482
-bodyTs: "'advanc':12 'alacr':5 'conveni':35 'could':61 'display':41 'distro':51 'emul':14 'first':8 'found':9 'imag':43 'kitten':28 'kitti':3,17,47 'like':16 'play':37 'rememb':23 'super':34 'term':13 'termin':46 'test':2 'time':31 'use':26,62 'video':39 'window':57 'wish':53 'work':48,55,65"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7716801"
+editedAt: null
+createdAt: DateTimeImmutable @1705593129 {#3145
date: 2024-01-18 16:52:09.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: """
If you’re allowed to install WSL on your work machine, they recently (I think recently) added GUI support for linux applications.\n
\n
If you install kitty on a WSL distro, you can use it like any other windows program.\n
\n
You can access your windows file system from /mnt/\n
\n
I don’t really know how they do the virtualization, so you may lose a lot of the performance benefits that kitty has.\n
\n
Very clunky workaround, but it’s an option.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705597681 {#3165
date: 2024-01-18 18:08:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3171 …}
+nested: Doctrine\ORM\PersistentCollection {#3173 …}
+votes: Doctrine\ORM\PersistentCollection {#3169 …}
+reports: Doctrine\ORM\PersistentCollection {#3176 …}
+favourites: Doctrine\ORM\PersistentCollection {#3178 …}
+notifications: Doctrine\ORM\PersistentCollection {#3180 …}
-id: 319695
-bodyTs: "'/mnt':48 'access':42 'ad':17 'allow':4 'applic':22 'benefit':68 'clunki':73 'distro':30 'file':45 'gui':18 'instal':6,25 'kitti':26,70 'know':53 'like':35 'linux':21 'lose':62 'lot':64 'machin':11 'may':61 'option':79 'perform':67 'program':39 're':3 'realli':52 'recent':13,16 'support':19 'system':46 'think':15 'use':33 'virtual':58 'window':38,44 'work':10 'workaround':74 'wsl':7,29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6803880"
+editedAt: null
+createdAt: DateTimeImmutable @1705597681 {#3162
date: 2024-01-18 18:08:01.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: ""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1705670775 {#3192
date: 2024-01-19 14:26:15.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
"@miningforrocks@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#3189 …}
+nested: Doctrine\ORM\PersistentCollection {#3186 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3198 …}
+favourites: Doctrine\ORM\PersistentCollection {#3200 …}
+notifications: Doctrine\ORM\PersistentCollection {#3202 …}
-id: 322604
-bodyTs: "'/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':3 'sh.itjust.works':2 'sh.itjust.works/pictrs/image/56cfdc13-cf55-4e36-ad1d-41c4f6fe198d.jpeg)':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7750091"
+editedAt: null
+createdAt: DateTimeImmutable @1705670775 {#3195
date: 2024-01-19 14:26:15.0 +01:00
}
} |
|
Show voter details
|
109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
110 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3108
+user: Proxies\__CG__\App\Entity\User {#3109 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "Ditto on that."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705824212 {#3106
date: 2024-01-21 09:03:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3110 …}
+nested: Doctrine\ORM\PersistentCollection {#3112 …}
+votes: Doctrine\ORM\PersistentCollection {#3114 …}
+reports: Doctrine\ORM\PersistentCollection {#3116 …}
+favourites: Doctrine\ORM\PersistentCollection {#3118 …}
+notifications: Doctrine\ORM\PersistentCollection {#3120 …}
-id: 327648
-bodyTs: "'ditto':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6877211"
+editedAt: null
+createdAt: DateTimeImmutable @1705824212 {#3107
date: 2024-01-21 09:03:32.0 +01:00
}
} |
|
Show voter details
|
111 |
DENIED
|
edit
|
App\Entity\EntryComment {#3108
+user: Proxies\__CG__\App\Entity\User {#3109 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "Ditto on that."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705824212 {#3106
date: 2024-01-21 09:03:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3110 …}
+nested: Doctrine\ORM\PersistentCollection {#3112 …}
+votes: Doctrine\ORM\PersistentCollection {#3114 …}
+reports: Doctrine\ORM\PersistentCollection {#3116 …}
+favourites: Doctrine\ORM\PersistentCollection {#3118 …}
+notifications: Doctrine\ORM\PersistentCollection {#3120 …}
-id: 327648
-bodyTs: "'ditto':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6877211"
+editedAt: null
+createdAt: DateTimeImmutable @1705824212 {#3107
date: 2024-01-21 09:03:32.0 +01:00
}
} |
|
Show voter details
|
112 |
DENIED
|
moderate
|
App\Entity\EntryComment {#3108
+user: Proxies\__CG__\App\Entity\User {#3109 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: App\Entity\EntryComment {#2794
+user: App\Entity\User {#2807 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306}
+image: null
+parent: null
+root: null
+body: "kitty. it’s the first thing I install on a new machine."
+lang: "en"
+isAdult: false
+favouriteCount: 45
+score: 0
+lastActive: DateTime @1727295840 {#2789
date: 2024-09-25 22:24:00.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2795 …}
+nested: Doctrine\ORM\PersistentCollection {#2797 …}
+votes: Doctrine\ORM\PersistentCollection {#2799 …}
+reports: Doctrine\ORM\PersistentCollection {#2801 …}
+favourites: Doctrine\ORM\PersistentCollection {#2803 …}
+notifications: Doctrine\ORM\PersistentCollection {#2805 …}
-id: 317067
-bodyTs: "'first':5 'instal':8 'kitti':1 'machin':12 'new':11 'thing':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sh.itjust.works/comment/7687694"
+editedAt: null
+createdAt: DateTimeImmutable @1705510753 {#2790
date: 2024-01-17 17:59:13.0 +01:00
}
}
+root: App\Entity\EntryComment {#2794}
+body: "Ditto on that."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705824212 {#3106
date: 2024-01-21 09:03:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
"@shartworx@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#3110 …}
+nested: Doctrine\ORM\PersistentCollection {#3112 …}
+votes: Doctrine\ORM\PersistentCollection {#3114 …}
+reports: Doctrine\ORM\PersistentCollection {#3116 …}
+favourites: Doctrine\ORM\PersistentCollection {#3118 …}
+notifications: Doctrine\ORM\PersistentCollection {#3120 …}
-id: 327648
-bodyTs: "'ditto':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6877211"
+editedAt: null
+createdAt: DateTimeImmutable @1705824212 {#3107
date: 2024-01-21 09:03:32.0 +01:00
}
} |
|
Show voter details
|
113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
114 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2867
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Yakuake"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705510803 {#2862
date: 2024-01-17 18:00:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2868 …}
+nested: Doctrine\ORM\PersistentCollection {#2870 …}
+votes: Doctrine\ORM\PersistentCollection {#2872 …}
+reports: Doctrine\ORM\PersistentCollection {#2874 …}
+favourites: Doctrine\ORM\PersistentCollection {#2876 …}
+notifications: Doctrine\ORM\PersistentCollection {#2878 …}
-id: 317074
-bodyTs: "'yakuak':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374862"
+editedAt: null
+createdAt: DateTimeImmutable @1705510803 {#2863
date: 2024-01-17 18:00:03.0 +01:00
}
} |
|
Show voter details
|
115 |
DENIED
|
edit
|
App\Entity\EntryComment {#2867
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Yakuake"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705510803 {#2862
date: 2024-01-17 18:00:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2868 …}
+nested: Doctrine\ORM\PersistentCollection {#2870 …}
+votes: Doctrine\ORM\PersistentCollection {#2872 …}
+reports: Doctrine\ORM\PersistentCollection {#2874 …}
+favourites: Doctrine\ORM\PersistentCollection {#2876 …}
+notifications: Doctrine\ORM\PersistentCollection {#2878 …}
-id: 317074
-bodyTs: "'yakuak':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374862"
+editedAt: null
+createdAt: DateTimeImmutable @1705510803 {#2863
date: 2024-01-17 18:00:03.0 +01:00
}
} |
|
Show voter details
|
116 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2867
+user: App\Entity\User {#2880 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2184 …}
+magazine: App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: "Yakuake"
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705510803 {#2862
date: 2024-01-17 18:00:03.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tourist@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2868 …}
+nested: Doctrine\ORM\PersistentCollection {#2870 …}
+votes: Doctrine\ORM\PersistentCollection {#2872 …}
+reports: Doctrine\ORM\PersistentCollection {#2874 …}
+favourites: Doctrine\ORM\PersistentCollection {#2876 …}
+notifications: Doctrine\ORM\PersistentCollection {#2878 …}
-id: 317074
-bodyTs: "'yakuak':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemm.ee/comment/8374862"
+editedAt: null
+createdAt: DateTimeImmutable @1705510803 {#2863
date: 2024-01-17 18:00:03.0 +01:00
}
} |
|
Show voter details
|
117 |
DENIED
|
edit
|
App\Entity\Magazine {#306
+icon: Proxies\__CG__\App\Entity\Image {#287 …}
+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 {#314
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#278 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-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 {#315
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#309
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|