1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2291
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2103 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
+body: """
In regular FHS distros, an upgrade to libxyz can be done without an update to its dependants a, b and c. The libxyz.so is updated in-place and newly run processes of a, b and c will use the new shared object code.\n
\n
In Nix’ model, changing a dependency in any way changes all of its dependants too. The package a that depends on libxyz 1.0.0 is treated as entirely different from the otherwise same package a that depends on libxyz 1.0.1 or libxyz 1.0.0 with a patch applied/new dependency/patch applied to the compiler/anything.\n
\n
Nix encodes *everything* that could in any way influence a package’s content into that package’s “version”. That’s the hash in every Nix store path (i.e. `/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash`). The version number in the end is just there to inform humans of a path’s contents; as far as Nix is concerned, it’s just an arbitrary name string.\n
\n
Therefore, any update to “core” dependencies requires a rebuild of all dependants. For very central core packages such as glibc, that means almost all packages in existence. Because those packages are “different” from the packages on your system without the update, you must download them all again and, because they have different hashes, they will be in separate paths in your Nix store.\n
\n
This is what allows Nix to have parallel “installation” of any version of any package and roll back your entire config to a previous state because your entire system is treated as a “package” with the same semantics as described above.\n
\n
Unless you have harsh data caps, extremely slow connections or are extremely tight on disk space, this isn’t much of a concern though. \n
Additionally, you can always “garbage collect” old paths that are no longer referenced and Nix can deduplicate whole files that are 1:1 the same across the whole Nix store.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699872458 {#2143
date: 2023-11-13 11:47:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tanja@lemmy.blahaj.zone"
"@lily33@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2213 …}
+nested: Doctrine\ORM\PersistentCollection {#2216 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2224 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2252 …}
-id: 119306
-bodyTs: "'/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash':124 '1':304,305 '1.0.0':67,86 '1.0.1':83 'across':308 'addit':283 'allow':221 'almost':177 'alway':286 'appli':92 'applied/new':90 'arbitrari':152 'b':19,35 'back':235 'c':21,37 'cap':264 'central':169 'chang':48,54 'code':44 'collect':288 'compiler/anything':95 'concern':147,281 'config':238 'connect':267 'content':108,141 'core':159,170 'could':100 'data':263 'dedupl':299 'depend':17,50,58,64,80,160,166 'dependency/patch':91 'describ':257 'differ':72,186,206 'disk':273 'distro':4 'done':11 'download':198 'encod':97 'end':130 'entir':71,237,245 'everi':119 'everyth':98 'exist':181 'extrem':265,270 'far':143 'fhs':3 'file':301 'garbag':287 'glibc':174 'harsh':262 'hash':117,207 'human':136 'i.e':123 'in-plac':26 'influenc':104 'inform':135 'instal':226 'isn':276 'libxyz':8,66,82,85 'libxyz.so':23 'longer':294 'mean':176 'model':47 'much':278 'must':197 'name':153 'new':41 'newli':30 'nix':46,96,120,145,216,222,297,311 'number':127 'object':43 'old':289 'otherwis':75 'packag':61,77,106,111,171,179,184,189,232,251 'parallel':225 'patch':89 'path':122,139,213,290 'place':28 'previous':241 'process':32 'rebuild':163 'referenc':295 'regular':2 'requir':161 'roll':234 'run':31 'semant':255 'separ':212 'share':42 'slow':266 'space':274 'state':242 'store':121,217,312 'string':154 'system':192,246 'therefor':155 'though':282 'tight':271 'treat':69,248 'unless':259 'updat':14,25,157,195 'upgrad':6 'use':39 'version':113,126,229 'way':53,103 'whole':300,310 'without':12,193"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5758312"
+editedAt: null
+createdAt: DateTimeImmutable @1699872458 {#2105
date: 2023-11-13 11:47:38.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#2291
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2103 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
+body: """
In regular FHS distros, an upgrade to libxyz can be done without an update to its dependants a, b and c. The libxyz.so is updated in-place and newly run processes of a, b and c will use the new shared object code.\n
\n
In Nix’ model, changing a dependency in any way changes all of its dependants too. The package a that depends on libxyz 1.0.0 is treated as entirely different from the otherwise same package a that depends on libxyz 1.0.1 or libxyz 1.0.0 with a patch applied/new dependency/patch applied to the compiler/anything.\n
\n
Nix encodes *everything* that could in any way influence a package’s content into that package’s “version”. That’s the hash in every Nix store path (i.e. `/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash`). The version number in the end is just there to inform humans of a path’s contents; as far as Nix is concerned, it’s just an arbitrary name string.\n
\n
Therefore, any update to “core” dependencies requires a rebuild of all dependants. For very central core packages such as glibc, that means almost all packages in existence. Because those packages are “different” from the packages on your system without the update, you must download them all again and, because they have different hashes, they will be in separate paths in your Nix store.\n
\n
This is what allows Nix to have parallel “installation” of any version of any package and roll back your entire config to a previous state because your entire system is treated as a “package” with the same semantics as described above.\n
\n
Unless you have harsh data caps, extremely slow connections or are extremely tight on disk space, this isn’t much of a concern though. \n
Additionally, you can always “garbage collect” old paths that are no longer referenced and Nix can deduplicate whole files that are 1:1 the same across the whole Nix store.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699872458 {#2143
date: 2023-11-13 11:47:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tanja@lemmy.blahaj.zone"
"@lily33@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2213 …}
+nested: Doctrine\ORM\PersistentCollection {#2216 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2224 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2252 …}
-id: 119306
-bodyTs: "'/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash':124 '1':304,305 '1.0.0':67,86 '1.0.1':83 'across':308 'addit':283 'allow':221 'almost':177 'alway':286 'appli':92 'applied/new':90 'arbitrari':152 'b':19,35 'back':235 'c':21,37 'cap':264 'central':169 'chang':48,54 'code':44 'collect':288 'compiler/anything':95 'concern':147,281 'config':238 'connect':267 'content':108,141 'core':159,170 'could':100 'data':263 'dedupl':299 'depend':17,50,58,64,80,160,166 'dependency/patch':91 'describ':257 'differ':72,186,206 'disk':273 'distro':4 'done':11 'download':198 'encod':97 'end':130 'entir':71,237,245 'everi':119 'everyth':98 'exist':181 'extrem':265,270 'far':143 'fhs':3 'file':301 'garbag':287 'glibc':174 'harsh':262 'hash':117,207 'human':136 'i.e':123 'in-plac':26 'influenc':104 'inform':135 'instal':226 'isn':276 'libxyz':8,66,82,85 'libxyz.so':23 'longer':294 'mean':176 'model':47 'much':278 'must':197 'name':153 'new':41 'newli':30 'nix':46,96,120,145,216,222,297,311 'number':127 'object':43 'old':289 'otherwis':75 'packag':61,77,106,111,171,179,184,189,232,251 'parallel':225 'patch':89 'path':122,139,213,290 'place':28 'previous':241 'process':32 'rebuild':163 'referenc':295 'regular':2 'requir':161 'roll':234 'run':31 'semant':255 'separ':212 'share':42 'slow':266 'space':274 'state':242 'store':121,217,312 'string':154 'system':192,246 'therefor':155 'though':282 'tight':271 'treat':69,248 'unless':259 'updat':14,25,157,195 'upgrad':6 'use':39 'version':113,126,229 'way':53,103 'whole':300,310 'without':12,193"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5758312"
+editedAt: null
+createdAt: DateTimeImmutable @1699872458 {#2105
date: 2023-11-13 11:47:38.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2291
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2103 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2231 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2230 …}
+body: """
In regular FHS distros, an upgrade to libxyz can be done without an update to its dependants a, b and c. The libxyz.so is updated in-place and newly run processes of a, b and c will use the new shared object code.\n
\n
In Nix’ model, changing a dependency in any way changes all of its dependants too. The package a that depends on libxyz 1.0.0 is treated as entirely different from the otherwise same package a that depends on libxyz 1.0.1 or libxyz 1.0.0 with a patch applied/new dependency/patch applied to the compiler/anything.\n
\n
Nix encodes *everything* that could in any way influence a package’s content into that package’s “version”. That’s the hash in every Nix store path (i.e. `/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash`). The version number in the end is just there to inform humans of a path’s contents; as far as Nix is concerned, it’s just an arbitrary name string.\n
\n
Therefore, any update to “core” dependencies requires a rebuild of all dependants. For very central core packages such as glibc, that means almost all packages in existence. Because those packages are “different” from the packages on your system without the update, you must download them all again and, because they have different hashes, they will be in separate paths in your Nix store.\n
\n
This is what allows Nix to have parallel “installation” of any version of any package and roll back your entire config to a previous state because your entire system is treated as a “package” with the same semantics as described above.\n
\n
Unless you have harsh data caps, extremely slow connections or are extremely tight on disk space, this isn’t much of a concern though. \n
Additionally, you can always “garbage collect” old paths that are no longer referenced and Nix can deduplicate whole files that are 1:1 the same across the whole Nix store.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699872458 {#2143
date: 2023-11-13 11:47:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@tanja@lemmy.blahaj.zone"
"@lily33@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2213 …}
+nested: Doctrine\ORM\PersistentCollection {#2216 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2224 …}
+favourites: Doctrine\ORM\PersistentCollection {#2102 …}
+notifications: Doctrine\ORM\PersistentCollection {#2252 …}
-id: 119306
-bodyTs: "'/nix/store/5jlfqjgr34crcljr8r93kwg2rk5psj9a-bash-interactive-5.2-p15/bin/bash':124 '1':304,305 '1.0.0':67,86 '1.0.1':83 'across':308 'addit':283 'allow':221 'almost':177 'alway':286 'appli':92 'applied/new':90 'arbitrari':152 'b':19,35 'back':235 'c':21,37 'cap':264 'central':169 'chang':48,54 'code':44 'collect':288 'compiler/anything':95 'concern':147,281 'config':238 'connect':267 'content':108,141 'core':159,170 'could':100 'data':263 'dedupl':299 'depend':17,50,58,64,80,160,166 'dependency/patch':91 'describ':257 'differ':72,186,206 'disk':273 'distro':4 'done':11 'download':198 'encod':97 'end':130 'entir':71,237,245 'everi':119 'everyth':98 'exist':181 'extrem':265,270 'far':143 'fhs':3 'file':301 'garbag':287 'glibc':174 'harsh':262 'hash':117,207 'human':136 'i.e':123 'in-plac':26 'influenc':104 'inform':135 'instal':226 'isn':276 'libxyz':8,66,82,85 'libxyz.so':23 'longer':294 'mean':176 'model':47 'much':278 'must':197 'name':153 'new':41 'newli':30 'nix':46,96,120,145,216,222,297,311 'number':127 'object':43 'old':289 'otherwis':75 'packag':61,77,106,111,171,179,184,189,232,251 'parallel':225 'patch':89 'path':122,139,213,290 'place':28 'previous':241 'process':32 'rebuild':163 'referenc':295 'regular':2 'requir':161 'roll':234 'run':31 'semant':255 'separ':212 'share':42 'slow':266 'space':274 'state':242 'store':121,217,312 'string':154 'system':192,246 'therefor':155 'though':282 'tight':271 'treat':69,248 'unless':259 'updat':14,25,157,195 'upgrad':6 'use':39 'version':113,126,229 'way':53,103 'whole':300,310 'without':12,193"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5758312"
+editedAt: null
+createdAt: DateTimeImmutable @1699872458 {#2105
date: 2023-11-13 11:47:38.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2054
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2053 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Any distro that ships relatively recent libraries and kernels.\n
\n
With the exception of Debian, RHEL, SLES and the like, pretty much everything.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699783792 {#2301
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2104 …}
+nested: Doctrine\ORM\PersistentCollection {#2052 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2047 …}
+favourites: Doctrine\ORM\PersistentCollection {#2059 …}
+notifications: Doctrine\ORM\PersistentCollection {#2048 …}
-id: 114923
-bodyTs: "'debian':14 'distro':2 'everyth':22 'except':12 'kernel':9 'librari':7 'like':19 'much':21 'pretti':20 'recent':6 'relat':5 'rhel':15 'ship':4 'sles':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5731180"
+editedAt: null
+createdAt: DateTimeImmutable @1699783792 {#2137
date: 2023-11-12 11:09:52.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2054
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2053 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Any distro that ships relatively recent libraries and kernels.\n
\n
With the exception of Debian, RHEL, SLES and the like, pretty much everything.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699783792 {#2301
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2104 …}
+nested: Doctrine\ORM\PersistentCollection {#2052 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2047 …}
+favourites: Doctrine\ORM\PersistentCollection {#2059 …}
+notifications: Doctrine\ORM\PersistentCollection {#2048 …}
-id: 114923
-bodyTs: "'debian':14 'distro':2 'everyth':22 'except':12 'kernel':9 'librari':7 'like':19 'much':21 'pretti':20 'recent':6 'relat':5 'rhel':15 'ship':4 'sles':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5731180"
+editedAt: null
+createdAt: DateTimeImmutable @1699783792 {#2137
date: 2023-11-12 11:09:52.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2054
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2053 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Any distro that ships relatively recent libraries and kernels.\n
\n
With the exception of Debian, RHEL, SLES and the like, pretty much everything.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1699783792 {#2301
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2104 …}
+nested: Doctrine\ORM\PersistentCollection {#2052 …}
+votes: Doctrine\ORM\PersistentCollection {#2057 …}
+reports: Doctrine\ORM\PersistentCollection {#2047 …}
+favourites: Doctrine\ORM\PersistentCollection {#2059 …}
+notifications: Doctrine\ORM\PersistentCollection {#2048 …}
-id: 114923
-bodyTs: "'debian':14 'distro':2 'everyth':22 'except':12 'kernel':9 'librari':7 'like':19 'much':21 'pretti':20 'recent':6 'relat':5 'rhel':15 'ship':4 'sles':16"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5731180"
+editedAt: null
+createdAt: DateTimeImmutable @1699783792 {#2137
date: 2023-11-12 11:09:52.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2071
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Well, you can roll back with a switch too; no reboot required.\n
\n
The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699694281 {#2058
date: 2023-11-11 10:18:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2072 …}
+nested: Doctrine\ORM\PersistentCollection {#2073 …}
+votes: Doctrine\ORM\PersistentCollection {#2273 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2197 …}
+notifications: Doctrine\ORM\PersistentCollection {#2275 …}
-id: 110533
-bodyTs: "'accident':18 'back':5 'config':32 'de':27 'default':29 'easier':43 'enabl':24 'ephemer':37 'everwher':34 'file':33 'howev':21 'i.e':22 'make':39 'modif':20 'natur':38 'program':23 'protect':15 'reboot':11 'requir':12 'roll':4 'state':19 'switch':8 'thing':42 'vm':14 'well':1 'write':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701092"
+editedAt: null
+createdAt: DateTimeImmutable @1699694281 {#2114
date: 2023-11-11 10:18:01.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#2071
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Well, you can roll back with a switch too; no reboot required.\n
\n
The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699694281 {#2058
date: 2023-11-11 10:18:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2072 …}
+nested: Doctrine\ORM\PersistentCollection {#2073 …}
+votes: Doctrine\ORM\PersistentCollection {#2273 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2197 …}
+notifications: Doctrine\ORM\PersistentCollection {#2275 …}
-id: 110533
-bodyTs: "'accident':18 'back':5 'config':32 'de':27 'default':29 'easier':43 'enabl':24 'ephemer':37 'everwher':34 'file':33 'howev':21 'i.e':22 'make':39 'modif':20 'natur':38 'program':23 'protect':15 'reboot':11 'requir':12 'roll':4 'state':19 'switch':8 'thing':42 'vm':14 'well':1 'write':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701092"
+editedAt: null
+createdAt: DateTimeImmutable @1699694281 {#2114
date: 2023-11-11 10:18:01.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2071
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Well, you can roll back with a switch too; no reboot required.\n
\n
The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699694281 {#2058
date: 2023-11-11 10:18:01.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2072 …}
+nested: Doctrine\ORM\PersistentCollection {#2073 …}
+votes: Doctrine\ORM\PersistentCollection {#2273 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2197 …}
+notifications: Doctrine\ORM\PersistentCollection {#2275 …}
-id: 110533
-bodyTs: "'accident':18 'back':5 'config':32 'de':27 'default':29 'easier':43 'enabl':24 'ephemer':37 'everwher':34 'file':33 'howev':21 'i.e':22 'make':39 'modif':20 'natur':38 'program':23 'protect':15 'reboot':11 'requir':12 'roll':4 'state':19 'switch':8 'thing':42 'vm':14 'well':1 'write':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701092"
+editedAt: null
+createdAt: DateTimeImmutable @1699694281 {#2114
date: 2023-11-11 10:18:01.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Guix might also be able to do this but I don’t think the others can.\n
\n
This relies on NixOS’ declarative configuration which Silverbluae and the like do not have; they are configured imperatively.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1699694032 {#2067
date: 2023-11-11 10:13:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@MonkCanatella@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2296 …}
+nested: Doctrine\ORM\PersistentCollection {#2209 …}
+votes: Doctrine\ORM\PersistentCollection {#2211 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 110525
-bodyTs: "'abl':5 'also':3 'configur':22,33 'declar':21 'guix':1 'imper':34 'like':27 'might':2 'nixo':20 'other':15 'reli':18 'silverblua':24 'think':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701037"
+editedAt: DateTimeImmutable @1699799730 {#2070
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2321
date: 2023-11-11 10:13:52.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Guix might also be able to do this but I don’t think the others can.\n
\n
This relies on NixOS’ declarative configuration which Silverbluae and the like do not have; they are configured imperatively.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1699694032 {#2067
date: 2023-11-11 10:13:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@MonkCanatella@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2296 …}
+nested: Doctrine\ORM\PersistentCollection {#2209 …}
+votes: Doctrine\ORM\PersistentCollection {#2211 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 110525
-bodyTs: "'abl':5 'also':3 'configur':22,33 'declar':21 'guix':1 'imper':34 'like':27 'might':2 'nixo':20 'other':15 'reli':18 'silverblua':24 'think':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701037"
+editedAt: DateTimeImmutable @1699799730 {#2070
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2321
date: 2023-11-11 10:13:52.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: """
Guix might also be able to do this but I don’t think the others can.\n
\n
This relies on NixOS’ declarative configuration which Silverbluae and the like do not have; they are configured imperatively.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1699694032 {#2067
date: 2023-11-11 10:13:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
"@Atemu@lemmy.ml"
"@MonkCanatella@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2296 …}
+nested: Doctrine\ORM\PersistentCollection {#2209 …}
+votes: Doctrine\ORM\PersistentCollection {#2211 …}
+reports: Doctrine\ORM\PersistentCollection {#2204 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2212 …}
-id: 110525
-bodyTs: "'abl':5 'also':3 'configur':22,33 'declar':21 'guix':1 'imper':34 'like':27 'might':2 'nixo':20 'other':15 'reli':18 'silverblua':24 'think':13"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5701037"
+editedAt: DateTimeImmutable @1699799730 {#2070
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2321
date: 2023-11-11 10:13:52.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2205
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2206 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "Post the journal *after* wakeup, not before."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699986202 {#2272
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2193 …}
+nested: Doctrine\ORM\PersistentCollection {#2194 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2278 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 109761
-bodyTs: "'journal':3 'post':1 'wakeup':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5693725"
+editedAt: null
+createdAt: DateTimeImmutable @1699667670 {#2190
date: 2023-11-11 02:54:30.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#2205
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2206 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "Post the journal *after* wakeup, not before."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699986202 {#2272
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2193 …}
+nested: Doctrine\ORM\PersistentCollection {#2194 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2278 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 109761
-bodyTs: "'journal':3 'post':1 'wakeup':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5693725"
+editedAt: null
+createdAt: DateTimeImmutable @1699667670 {#2190
date: 2023-11-11 02:54:30.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2205
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2206 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "Post the journal *after* wakeup, not before."
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699986202 {#2272
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2193 …}
+nested: Doctrine\ORM\PersistentCollection {#2194 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2278 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2218 …}
-id: 109761
-bodyTs: "'journal':3 'post':1 'wakeup':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5693725"
+editedAt: null
+createdAt: DateTimeImmutable @1699667670 {#2190
date: 2023-11-11 02:54:30.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: "As in, build a NixOS VM that’s otherwise the exact same as your current system but with a different DE enabled. `nixos-rebuild build-vm`"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1699660490 {#2202
date: 2023-11-11 00:54:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2281 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-id: 109476
-bodyTs: "'build':3,27 'build-vm':26 'current':15 'de':21 'differ':20 'enabl':22 'exact':11 'nixo':5,24 'nixos-rebuild':23 'otherwis':9 'rebuild':25 'system':16 'vm':6,28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5690806"
+editedAt: null
+createdAt: DateTimeImmutable @1699660490 {#2195
date: 2023-11-11 00:54:50.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: "As in, build a NixOS VM that’s otherwise the exact same as your current system but with a different DE enabled. `nixos-rebuild build-vm`"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1699660490 {#2202
date: 2023-11-11 00:54:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2281 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-id: 109476
-bodyTs: "'build':3,27 'build-vm':26 'current':15 'de':21 'differ':20 'enabl':22 'exact':11 'nixo':5,24 'nixos-rebuild':23 'otherwis':9 'rebuild':25 'system':16 'vm':6,28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5690806"
+editedAt: null
+createdAt: DateTimeImmutable @1699660490 {#2195
date: 2023-11-11 00:54:50.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2295
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2074 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2069 …}
+body: "As in, build a NixOS VM that’s otherwise the exact same as your current system but with a different DE enabled. `nixos-rebuild build-vm`"
+lang: "en"
+isAdult: false
+favouriteCount: 11
+score: 0
+lastActive: DateTime @1699660490 {#2202
date: 2023-11-11 00:54:50.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dansity@lemmy.dbzer0.com"
"@demesisx@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2281 …}
+votes: Doctrine\ORM\PersistentCollection {#2294 …}
+reports: Doctrine\ORM\PersistentCollection {#2316 …}
+favourites: Doctrine\ORM\PersistentCollection {#2318 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-id: 109476
-bodyTs: "'build':3,27 'build-vm':26 'current':15 'de':21 'differ':20 'enabl':22 'exact':11 'nixo':5,24 'nixos-rebuild':23 'otherwis':9 'rebuild':25 'system':16 'vm':6,28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5690806"
+editedAt: null
+createdAt: DateTimeImmutable @1699660490 {#2195
date: 2023-11-11 00:54:50.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "TL;DR Amazon is building a Linux distro that starts a chromium to run react native apps. Apparently, you need hundreds of people for that."
+lang: "en"
+isAdult: false
+favouriteCount: 56
+score: 0
+lastActive: DateTime @1699694981 {#2279
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2312 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2235 …}
+favourites: Doctrine\ORM\PersistentCollection {#2239 …}
+notifications: Doctrine\ORM\PersistentCollection {#2236 …}
-id: 107272
-bodyTs: "'amazon':3 'app':17 'appar':18 'build':5 'chromium':12 'distro':8 'dr':2 'hundr':21 'linux':7 'nativ':16 'need':20 'peopl':23 'react':15 'run':14 'start':10 'tl':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5673600"
+editedAt: null
+createdAt: DateTimeImmutable @1699617010 {#2261
date: 2023-11-10 12:50:10.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "TL;DR Amazon is building a Linux distro that starts a chromium to run react native apps. Apparently, you need hundreds of people for that."
+lang: "en"
+isAdult: false
+favouriteCount: 56
+score: 0
+lastActive: DateTime @1699694981 {#2279
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2312 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2235 …}
+favourites: Doctrine\ORM\PersistentCollection {#2239 …}
+notifications: Doctrine\ORM\PersistentCollection {#2236 …}
-id: 107272
-bodyTs: "'amazon':3 'app':17 'appar':18 'build':5 'chromium':12 'distro':8 'dr':2 'hundr':21 'linux':7 'nativ':16 'need':20 'peopl':23 'react':15 'run':14 'start':10 'tl':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5673600"
+editedAt: null
+createdAt: DateTimeImmutable @1699617010 {#2261
date: 2023-11-10 12:50:10.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2308
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: "TL;DR Amazon is building a Linux distro that starts a chromium to run react native apps. Apparently, you need hundreds of people for that."
+lang: "en"
+isAdult: false
+favouriteCount: 56
+score: 0
+lastActive: DateTime @1699694981 {#2279
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2307 …}
+nested: Doctrine\ORM\PersistentCollection {#2312 …}
+votes: Doctrine\ORM\PersistentCollection {#2262 …}
+reports: Doctrine\ORM\PersistentCollection {#2235 …}
+favourites: Doctrine\ORM\PersistentCollection {#2239 …}
+notifications: Doctrine\ORM\PersistentCollection {#2236 …}
-id: 107272
-bodyTs: "'amazon':3 'app':17 'appar':18 'build':5 'chromium':12 'distro':8 'dr':2 'hundr':21 'linux':7 'nativ':16 'need':20 'peopl':23 'react':15 'run':14 'start':10 'tl':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5673600"
+editedAt: null
+createdAt: DateTimeImmutable @1699617010 {#2261
date: 2023-11-10 12:50:10.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2238
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: """
> I’m still in the process of optimizing stuff around Linux (e.g. media drive filesystem)\n
\n
What do you mean by that?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699529536 {#2305
date: 2023-11-09 12:32:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2259 …}
+nested: Doctrine\ORM\PersistentCollection {#2244 …}
+votes: Doctrine\ORM\PersistentCollection {#2250 …}
+reports: Doctrine\ORM\PersistentCollection {#2245 …}
+favourites: Doctrine\ORM\PersistentCollection {#2243 …}
+notifications: Doctrine\ORM\PersistentCollection {#2255 …}
-id: 103883
-bodyTs: "'around':10 'drive':14 'e.g':12 'filesystem':15 'linux':11 'm':2 'mean':19 'media':13 'optim':8 'process':6 'still':3 'stuff':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639815"
+editedAt: null
+createdAt: DateTimeImmutable @1699529536 {#2304
date: 2023-11-09 12:32:16.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2238
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: """
> I’m still in the process of optimizing stuff around Linux (e.g. media drive filesystem)\n
\n
What do you mean by that?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699529536 {#2305
date: 2023-11-09 12:32:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2259 …}
+nested: Doctrine\ORM\PersistentCollection {#2244 …}
+votes: Doctrine\ORM\PersistentCollection {#2250 …}
+reports: Doctrine\ORM\PersistentCollection {#2245 …}
+favourites: Doctrine\ORM\PersistentCollection {#2243 …}
+notifications: Doctrine\ORM\PersistentCollection {#2255 …}
-id: 103883
-bodyTs: "'around':10 'drive':14 'e.g':12 'filesystem':15 'linux':11 'm':2 'mean':19 'media':13 'optim':8 'process':6 'still':3 'stuff':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639815"
+editedAt: null
+createdAt: DateTimeImmutable @1699529536 {#2304
date: 2023-11-09 12:32:16.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2238
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: """
> I’m still in the process of optimizing stuff around Linux (e.g. media drive filesystem)\n
\n
What do you mean by that?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699529536 {#2305
date: 2023-11-09 12:32:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2259 …}
+nested: Doctrine\ORM\PersistentCollection {#2244 …}
+votes: Doctrine\ORM\PersistentCollection {#2250 …}
+reports: Doctrine\ORM\PersistentCollection {#2245 …}
+favourites: Doctrine\ORM\PersistentCollection {#2243 …}
+notifications: Doctrine\ORM\PersistentCollection {#2255 …}
-id: 103883
-bodyTs: "'around':10 'drive':14 'e.g':12 'filesystem':15 'linux':11 'm':2 'mean':19 'media':13 'optim':8 'process':6 'still':3 'stuff':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639815"
+editedAt: null
+createdAt: DateTimeImmutable @1699529536 {#2304
date: 2023-11-09 12:32:16.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2285
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2286 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "From what I’ve seen, that’s a great way to corrupt your filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699529508 {#2234
date: 2023-11-09 12:31:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2287 …}
+nested: Doctrine\ORM\PersistentCollection {#2142 …}
+votes: Doctrine\ORM\PersistentCollection {#2039 …}
+reports: Doctrine\ORM\PersistentCollection {#2155 …}
+favourites: Doctrine\ORM\PersistentCollection {#2158 …}
+notifications: Doctrine\ORM\PersistentCollection {#2151 …}
-id: 103881
-bodyTs: "'corrupt':12 'filesystem':14 'great':9 'seen':5 've':4 'way':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639809"
+editedAt: null
+createdAt: DateTimeImmutable @1699529508 {#2226
date: 2023-11-09 12:31:48.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#2285
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2286 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "From what I’ve seen, that’s a great way to corrupt your filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699529508 {#2234
date: 2023-11-09 12:31:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2287 …}
+nested: Doctrine\ORM\PersistentCollection {#2142 …}
+votes: Doctrine\ORM\PersistentCollection {#2039 …}
+reports: Doctrine\ORM\PersistentCollection {#2155 …}
+favourites: Doctrine\ORM\PersistentCollection {#2158 …}
+notifications: Doctrine\ORM\PersistentCollection {#2151 …}
-id: 103881
-bodyTs: "'corrupt':12 'filesystem':14 'great':9 'seen':5 've':4 'way':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639809"
+editedAt: null
+createdAt: DateTimeImmutable @1699529508 {#2226
date: 2023-11-09 12:31:48.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2285
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2286 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "From what I’ve seen, that’s a great way to corrupt your filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699529508 {#2234
date: 2023-11-09 12:31:48.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
"@possiblylinux127@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2287 …}
+nested: Doctrine\ORM\PersistentCollection {#2142 …}
+votes: Doctrine\ORM\PersistentCollection {#2039 …}
+reports: Doctrine\ORM\PersistentCollection {#2155 …}
+favourites: Doctrine\ORM\PersistentCollection {#2158 …}
+notifications: Doctrine\ORM\PersistentCollection {#2151 …}
-id: 103881
-bodyTs: "'corrupt':12 'filesystem':14 'great':9 'seen':5 've':4 'way':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5639809"
+editedAt: null
+createdAt: DateTimeImmutable @1699529508 {#2226
date: 2023-11-09 12:31:48.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2152
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2153 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2284
date: 2023-11-08 20:11:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2148 …}
+nested: Doctrine\ORM\PersistentCollection {#2146 …}
+votes: Doctrine\ORM\PersistentCollection {#2180 …}
+reports: Doctrine\ORM\PersistentCollection {#2181 …}
+favourites: Doctrine\ORM\PersistentCollection {#2171 …}
+notifications: Doctrine\ORM\PersistentCollection {#2186 …}
-id: 102405
-bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5621980"
+editedAt: null
+createdAt: DateTimeImmutable @1699470664 {#2251
date: 2023-11-08 20:11:04.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2152
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2153 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2284
date: 2023-11-08 20:11:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2148 …}
+nested: Doctrine\ORM\PersistentCollection {#2146 …}
+votes: Doctrine\ORM\PersistentCollection {#2180 …}
+reports: Doctrine\ORM\PersistentCollection {#2181 …}
+favourites: Doctrine\ORM\PersistentCollection {#2171 …}
+notifications: Doctrine\ORM\PersistentCollection {#2186 …}
-id: 102405
-bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5621980"
+editedAt: null
+createdAt: DateTimeImmutable @1699470664 {#2251
date: 2023-11-08 20:11:04.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2152
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2153 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2284
date: 2023-11-08 20:11:04.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2148 …}
+nested: Doctrine\ORM\PersistentCollection {#2146 …}
+votes: Doctrine\ORM\PersistentCollection {#2180 …}
+reports: Doctrine\ORM\PersistentCollection {#2181 …}
+favourites: Doctrine\ORM\PersistentCollection {#2171 …}
+notifications: Doctrine\ORM\PersistentCollection {#2186 …}
-id: 102405
-bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5621980"
+editedAt: null
+createdAt: DateTimeImmutable @1699470664 {#2251
date: 2023-11-08 20:11:04.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2177
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "There is none. NTFS is a filesystem you should only use if you need Windows compatibility anyways. Eventhough Linux natively supports it these days, it’s still primarily a windows filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 24
+score: 0
+lastActive: DateTime @1699462928 {#2150
date: 2023-11-08 18:02:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#2174 …}
+nested: Doctrine\ORM\PersistentCollection {#2170 …}
+votes: Doctrine\ORM\PersistentCollection {#2184 …}
+reports: Doctrine\ORM\PersistentCollection {#2169 …}
+favourites: Doctrine\ORM\PersistentCollection {#2134 …}
+notifications: Doctrine\ORM\PersistentCollection {#1985 …}
-id: 102110
-bodyTs: "'anyway':17 'compat':16 'day':24 'eventhough':18 'filesystem':7,31 'linux':19 'nativ':20 'need':14 'none':3 'ntfs':4 'primarili':28 'still':27 'support':21 'use':11 'window':15,30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5618966"
+editedAt: null
+createdAt: DateTimeImmutable @1699462928 {#2145
date: 2023-11-08 18:02:08.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#2177
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "There is none. NTFS is a filesystem you should only use if you need Windows compatibility anyways. Eventhough Linux natively supports it these days, it’s still primarily a windows filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 24
+score: 0
+lastActive: DateTime @1699462928 {#2150
date: 2023-11-08 18:02:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#2174 …}
+nested: Doctrine\ORM\PersistentCollection {#2170 …}
+votes: Doctrine\ORM\PersistentCollection {#2184 …}
+reports: Doctrine\ORM\PersistentCollection {#2169 …}
+favourites: Doctrine\ORM\PersistentCollection {#2134 …}
+notifications: Doctrine\ORM\PersistentCollection {#1985 …}
-id: 102110
-bodyTs: "'anyway':17 'compat':16 'day':24 'eventhough':18 'filesystem':7,31 'linux':19 'nativ':20 'need':14 'none':3 'ntfs':4 'primarili':28 'still':27 'support':21 'use':11 'window':15,30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5618966"
+editedAt: null
+createdAt: DateTimeImmutable @1699462928 {#2145
date: 2023-11-08 18:02:08.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2177
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2237 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2258 …}
+body: "There is none. NTFS is a filesystem you should only use if you need Windows compatibility anyways. Eventhough Linux natively supports it these days, it’s still primarily a windows filesystem."
+lang: "en"
+isAdult: false
+favouriteCount: 24
+score: 0
+lastActive: DateTime @1699462928 {#2150
date: 2023-11-08 18:02:08.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@bec@lemmy.ml"
"@SomethingBurger@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#2174 …}
+nested: Doctrine\ORM\PersistentCollection {#2170 …}
+votes: Doctrine\ORM\PersistentCollection {#2184 …}
+reports: Doctrine\ORM\PersistentCollection {#2169 …}
+favourites: Doctrine\ORM\PersistentCollection {#2134 …}
+notifications: Doctrine\ORM\PersistentCollection {#1985 …}
-id: 102110
-bodyTs: "'anyway':17 'compat':16 'day':24 'eventhough':18 'filesystem':7,31 'linux':19 'nativ':20 'need':14 'none':3 'ntfs':4 'primarili':28 'still':27 'support':21 'use':11 'window':15,30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5618966"
+editedAt: null
+createdAt: DateTimeImmutable @1699462928 {#2145
date: 2023-11-08 18:02:08.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2005
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1996 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
}
+body: "Even with btrfs “weird archives” such as Borg’s or restic’s are preferred for backups."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699379075 {#2175
date: 2023-11-07 18:44:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1993 …}
+nested: Doctrine\ORM\PersistentCollection {#1992 …}
+votes: Doctrine\ORM\PersistentCollection {#2002 …}
+reports: Doctrine\ORM\PersistentCollection {#2000 …}
+favourites: Doctrine\ORM\PersistentCollection {#2007 …}
+notifications: Doctrine\ORM\PersistentCollection {#1990 …}
-id: 99162
-bodyTs: "'archiv':5 'backup':16 'borg':8 'btrfs':3 'even':1 'prefer':14 'restic':11 'weird':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5593931"
+editedAt: null
+createdAt: DateTimeImmutable @1699379075 {#2187
date: 2023-11-07 18:44:35.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2005
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1996 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
}
+body: "Even with btrfs “weird archives” such as Borg’s or restic’s are preferred for backups."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699379075 {#2175
date: 2023-11-07 18:44:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1993 …}
+nested: Doctrine\ORM\PersistentCollection {#1992 …}
+votes: Doctrine\ORM\PersistentCollection {#2002 …}
+reports: Doctrine\ORM\PersistentCollection {#2000 …}
+favourites: Doctrine\ORM\PersistentCollection {#2007 …}
+notifications: Doctrine\ORM\PersistentCollection {#1990 …}
-id: 99162
-bodyTs: "'archiv':5 'backup':16 'borg':8 'btrfs':3 'even':1 'prefer':14 'restic':11 'weird':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5593931"
+editedAt: null
+createdAt: DateTimeImmutable @1699379075 {#2187
date: 2023-11-07 18:44:35.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2005
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1996 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
}
+body: "Even with btrfs “weird archives” such as Borg’s or restic’s are preferred for backups."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699379075 {#2175
date: 2023-11-07 18:44:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1993 …}
+nested: Doctrine\ORM\PersistentCollection {#1992 …}
+votes: Doctrine\ORM\PersistentCollection {#2002 …}
+reports: Doctrine\ORM\PersistentCollection {#2000 …}
+favourites: Doctrine\ORM\PersistentCollection {#2007 …}
+notifications: Doctrine\ORM\PersistentCollection {#1990 …}
-id: 99162
-bodyTs: "'archiv':5 'backup':16 'borg':8 'btrfs':3 'even':1 'prefer':14 'restic':11 'weird':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5593931"
+editedAt: null
+createdAt: DateTimeImmutable @1699379075 {#2187
date: 2023-11-07 18:44:35.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\EntryComment {#1997
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2006 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
> I dont want weird archives or anything, just to copy my filesystem to another drive.\n
\n
For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).
"""
+lang: "en"
+isAdult: false
+favouriteCount: 4
+score: 0
+lastActive: DateTime @1699420352 {#1995
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1991 …}
+nested: Doctrine\ORM\PersistentCollection {#2015 …}
+votes: Doctrine\ORM\PersistentCollection {#2008 …}
+reports: Doctrine\ORM\PersistentCollection {#1987 …}
+favourites: Doctrine\ORM\PersistentCollection {#1983 …}
+notifications: Doctrine\ORM\PersistentCollection {#1979 …}
-id: 98916
-bodyTs: "'anoth':14 'anyth':7 'archiv':5,23 'backup':18 'cannot':33 'check':26 'compress':30 'copi':10 'dedupl':28 'dont':2 'drive':15 'effici':39 'file':32 'filesystem':12 'integr':25 'least':37 'offer':34 'proper':17 'regular':31 'version':27 'want':3,21 'weird':4,22"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5591825"
+editedAt: DateTimeImmutable @1699415356 {#1994
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2315
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2373
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
You don’t.\n
\n
No, seriously. Let the distros package your software; they know how to do that best.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699219718 {#2014
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2376 …}
+nested: Doctrine\ORM\PersistentCollection {#2365 …}
+votes: Doctrine\ORM\PersistentCollection {#2366 …}
+reports: Doctrine\ORM\PersistentCollection {#2352 …}
+favourites: Doctrine\ORM\PersistentCollection {#1348 …}
+notifications: Doctrine\ORM\PersistentCollection {#1349 …}
-id: 93570
-bodyTs: "'best':18 'distro':8 'know':13 'let':6 'packag':9 'serious':5 'softwar':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5543561"
+editedAt: null
+createdAt: DateTimeImmutable @1699219718 {#2009
date: 2023-11-05 22:28:38.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2373
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
You don’t.\n
\n
No, seriously. Let the distros package your software; they know how to do that best.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699219718 {#2014
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2376 …}
+nested: Doctrine\ORM\PersistentCollection {#2365 …}
+votes: Doctrine\ORM\PersistentCollection {#2366 …}
+reports: Doctrine\ORM\PersistentCollection {#2352 …}
+favourites: Doctrine\ORM\PersistentCollection {#1348 …}
+notifications: Doctrine\ORM\PersistentCollection {#1349 …}
-id: 93570
-bodyTs: "'best':18 'distro':8 'know':13 'let':6 'packag':9 'serious':5 'softwar':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5543561"
+editedAt: null
+createdAt: DateTimeImmutable @1699219718 {#2009
date: 2023-11-05 22:28:38.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2373
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2374 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
You don’t.\n
\n
No, seriously. Let the distros package your software; they know how to do that best.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1699219718 {#2014
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2376 …}
+nested: Doctrine\ORM\PersistentCollection {#2365 …}
+votes: Doctrine\ORM\PersistentCollection {#2366 …}
+reports: Doctrine\ORM\PersistentCollection {#2352 …}
+favourites: Doctrine\ORM\PersistentCollection {#1348 …}
+notifications: Doctrine\ORM\PersistentCollection {#1349 …}
-id: 93570
-bodyTs: "'best':18 'distro':8 'know':13 'let':6 'packag':9 'serious':5 'softwar':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5543561"
+editedAt: null
+createdAt: DateTimeImmutable @1699219718 {#2009
date: 2023-11-05 22:28:38.0 +01:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1358
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Make sure that device doesn’t require proprietary drivers (commonly WiFi or GPU). If the hardware in question needs those and you need the component to work, I wouldn’t take it for free because you’d be stuck with shitty support on an ancient kernel.\n
\n
Most commonly, thio affects broadcom WiFi and Nvidia GPUs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 16
+score: 0
+lastActive: DateTime @1699293457 {#2375
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1355 …}
+nested: Doctrine\ORM\PersistentCollection {#2491 …}
+votes: Doctrine\ORM\PersistentCollection {#2493 …}
+reports: Doctrine\ORM\PersistentCollection {#2495 …}
+favourites: Doctrine\ORM\PersistentCollection {#2497 …}
+notifications: Doctrine\ORM\PersistentCollection {#2499 …}
-id: 92055
-bodyTs: "'affect':50 'ancient':45 'broadcom':51 'common':10,48 'compon':25 'd':37 'devic':4 'doesn':5 'driver':9 'free':34 'gpu':13 'gpus':55 'hardwar':16 'kernel':46 'make':1 'need':19,23 'nvidia':54 'proprietari':8 'question':18 'requir':7 'shitti':41 'stuck':39 'support':42 'sure':2 'take':31 'thio':49 'wifi':11,52 'work':27 'wouldn':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5530279"
+editedAt: DateTimeImmutable @1699178060 {#2368
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#2010
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#1358
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Make sure that device doesn’t require proprietary drivers (commonly WiFi or GPU). If the hardware in question needs those and you need the component to work, I wouldn’t take it for free because you’d be stuck with shitty support on an ancient kernel.\n
\n
Most commonly, thio affects broadcom WiFi and Nvidia GPUs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 16
+score: 0
+lastActive: DateTime @1699293457 {#2375
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1355 …}
+nested: Doctrine\ORM\PersistentCollection {#2491 …}
+votes: Doctrine\ORM\PersistentCollection {#2493 …}
+reports: Doctrine\ORM\PersistentCollection {#2495 …}
+favourites: Doctrine\ORM\PersistentCollection {#2497 …}
+notifications: Doctrine\ORM\PersistentCollection {#2499 …}
-id: 92055
-bodyTs: "'affect':50 'ancient':45 'broadcom':51 'common':10,48 'compon':25 'd':37 'devic':4 'doesn':5 'driver':9 'free':34 'gpu':13 'gpus':55 'hardwar':16 'kernel':46 'make':1 'need':19,23 'nvidia':54 'proprietari':8 'question':18 'requir':7 'shitti':41 'stuck':39 'support':42 'sure':2 'take':31 'thio':49 'wifi':11,52 'work':27 'wouldn':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5530279"
+editedAt: DateTimeImmutable @1699178060 {#2368
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#2010
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1358
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: null
+root: null
+body: """
Make sure that device doesn’t require proprietary drivers (commonly WiFi or GPU). If the hardware in question needs those and you need the component to work, I wouldn’t take it for free because you’d be stuck with shitty support on an ancient kernel.\n
\n
Most commonly, thio affects broadcom WiFi and Nvidia GPUs.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 16
+score: 0
+lastActive: DateTime @1699293457 {#2375
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1355 …}
+nested: Doctrine\ORM\PersistentCollection {#2491 …}
+votes: Doctrine\ORM\PersistentCollection {#2493 …}
+reports: Doctrine\ORM\PersistentCollection {#2495 …}
+favourites: Doctrine\ORM\PersistentCollection {#2497 …}
+notifications: Doctrine\ORM\PersistentCollection {#2499 …}
-id: 92055
-bodyTs: "'affect':50 'ancient':45 'broadcom':51 'common':10,48 'compon':25 'd':37 'devic':4 'doesn':5 'driver':9 'free':34 'gpu':13 'gpus':55 'hardwar':16 'kernel':46 'make':1 'need':19,23 'nvidia':54 'proprietari':8 'question':18 'requir':7 'shitti':41 'stuck':39 'support':42 'sure':2 'take':31 'thio':49 'wifi':11,52 'work':27 'wouldn':29"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5530279"
+editedAt: DateTimeImmutable @1699178060 {#2368
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#2010
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|