1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2227
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2055 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
+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 {#2327
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 {#2161 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2115 …}
+favourites: Doctrine\ORM\PersistentCollection {#2057 …}
+notifications: Doctrine\ORM\PersistentCollection {#2126 …}
-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 {#2059
date: 2023-11-13 11:47:38.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#2227
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2055 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
+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 {#2327
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 {#2161 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2115 …}
+favourites: Doctrine\ORM\PersistentCollection {#2057 …}
+notifications: Doctrine\ORM\PersistentCollection {#2126 …}
-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 {#2059
date: 2023-11-13 11:47:38.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2227
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2055 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2162 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2163 …}
+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 {#2327
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 {#2161 …}
+nested: Doctrine\ORM\PersistentCollection {#2116 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2115 …}
+favourites: Doctrine\ORM\PersistentCollection {#2057 …}
+notifications: Doctrine\ORM\PersistentCollection {#2126 …}
-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 {#2059
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 {#2074
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2071 …}
+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 {#2214
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2065 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2137 …}
+favourites: Doctrine\ORM\PersistentCollection {#2135 …}
+notifications: Doctrine\ORM\PersistentCollection {#2338 …}
-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 {#2323
date: 2023-11-12 11:09:52.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2074
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2071 …}
+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 {#2214
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2065 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2137 …}
+favourites: Doctrine\ORM\PersistentCollection {#2135 …}
+notifications: Doctrine\ORM\PersistentCollection {#2338 …}
-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 {#2323
date: 2023-11-12 11:09:52.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2074
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2071 …}
+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 {#2214
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2065 …}
+votes: Doctrine\ORM\PersistentCollection {#2068 …}
+reports: Doctrine\ORM\PersistentCollection {#2137 …}
+favourites: Doctrine\ORM\PersistentCollection {#2135 …}
+notifications: Doctrine\ORM\PersistentCollection {#2338 …}
-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 {#2323
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 {#2343
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2066
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 {#2334 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2196 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-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 {#2165
date: 2023-11-11 10:18:01.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#2343
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2066
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 {#2334 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2196 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-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 {#2165
date: 2023-11-11 10:18:01.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2343
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2066
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 {#2334 …}
+nested: Doctrine\ORM\PersistentCollection {#2324 …}
+votes: Doctrine\ORM\PersistentCollection {#2206 …}
+reports: Doctrine\ORM\PersistentCollection {#2196 …}
+favourites: Doctrine\ORM\PersistentCollection {#2278 …}
+notifications: Doctrine\ORM\PersistentCollection {#2319 …}
-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 {#2165
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 {#2202
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2336
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 {#2321 …}
+nested: Doctrine\ORM\PersistentCollection {#2219 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2221 …}
+notifications: Doctrine\ORM\PersistentCollection {#2222 …}
-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 {#2335
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2229
date: 2023-11-11 10:13:52.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2202
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2336
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 {#2321 …}
+nested: Doctrine\ORM\PersistentCollection {#2219 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2221 …}
+notifications: Doctrine\ORM\PersistentCollection {#2222 …}
-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 {#2335
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2229
date: 2023-11-11 10:13:52.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2202
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2336
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 {#2321 …}
+nested: Doctrine\ORM\PersistentCollection {#2219 …}
+votes: Doctrine\ORM\PersistentCollection {#2199 …}
+reports: Doctrine\ORM\PersistentCollection {#2217 …}
+favourites: Doctrine\ORM\PersistentCollection {#2221 …}
+notifications: Doctrine\ORM\PersistentCollection {#2222 …}
-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 {#2335
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#2229
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 {#2276
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …}
+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 {#2210
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2283 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2305 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-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 {#2203
date: 2023-11-11 02:54:30.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#2276
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …}
+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 {#2210
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2283 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2305 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-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 {#2203
date: 2023-11-11 02:54:30.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2276
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2279 …}
+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 {#2210
date: 2023-11-14 19:23:22.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Qvest@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2282 …}
+nested: Doctrine\ORM\PersistentCollection {#2283 …}
+votes: Doctrine\ORM\PersistentCollection {#2281 …}
+reports: Doctrine\ORM\PersistentCollection {#2305 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2316 …}
-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 {#2203
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 {#2312
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2275
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 {#2308 …}
+nested: Doctrine\ORM\PersistentCollection {#2310 …}
+votes: Doctrine\ORM\PersistentCollection {#2315 …}
+reports: Doctrine\ORM\PersistentCollection {#2297 …}
+favourites: Doctrine\ORM\PersistentCollection {#2301 …}
+notifications: Doctrine\ORM\PersistentCollection {#2291 …}
-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 {#2280
date: 2023-11-11 00:54:50.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2312
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2275
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 {#2308 …}
+nested: Doctrine\ORM\PersistentCollection {#2310 …}
+votes: Doctrine\ORM\PersistentCollection {#2315 …}
+reports: Doctrine\ORM\PersistentCollection {#2297 …}
+favourites: Doctrine\ORM\PersistentCollection {#2301 …}
+notifications: Doctrine\ORM\PersistentCollection {#2291 …}
-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 {#2280
date: 2023-11-11 00:54:50.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2312
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2342 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2340 …}
+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 {#2275
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 {#2308 …}
+nested: Doctrine\ORM\PersistentCollection {#2310 …}
+votes: Doctrine\ORM\PersistentCollection {#2315 …}
+reports: Doctrine\ORM\PersistentCollection {#2297 …}
+favourites: Doctrine\ORM\PersistentCollection {#2301 …}
+notifications: Doctrine\ORM\PersistentCollection {#2291 …}
-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 {#2280
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 {#2299
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2189 …}
+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 {#2303
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2192 …}
+nested: Doctrine\ORM\PersistentCollection {#2228 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2270 …}
+notifications: Doctrine\ORM\PersistentCollection {#2257 …}
-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 {#2318
date: 2023-11-10 12:50:10.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2299
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2189 …}
+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 {#2303
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2192 …}
+nested: Doctrine\ORM\PersistentCollection {#2228 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2270 …}
+notifications: Doctrine\ORM\PersistentCollection {#2257 …}
-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 {#2318
date: 2023-11-10 12:50:10.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2299
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2189 …}
+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 {#2303
date: 2023-11-11 10:29:41.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@petsoi@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2192 …}
+nested: Doctrine\ORM\PersistentCollection {#2228 …}
+votes: Doctrine\ORM\PersistentCollection {#2208 …}
+reports: Doctrine\ORM\PersistentCollection {#2200 …}
+favourites: Doctrine\ORM\PersistentCollection {#2270 …}
+notifications: Doctrine\ORM\PersistentCollection {#2257 …}
-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 {#2318
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 {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2272 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2311
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 {#2253 …}
+nested: Doctrine\ORM\PersistentCollection {#2262 …}
+votes: Doctrine\ORM\PersistentCollection {#2264 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2240 …}
+notifications: Doctrine\ORM\PersistentCollection {#2233 …}
-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 {#2298
date: 2023-11-09 12:32:16.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2272 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2311
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 {#2253 …}
+nested: Doctrine\ORM\PersistentCollection {#2262 …}
+votes: Doctrine\ORM\PersistentCollection {#2264 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2240 …}
+notifications: Doctrine\ORM\PersistentCollection {#2233 …}
-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 {#2298
date: 2023-11-09 12:32:16.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2271
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2272 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2311
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 {#2253 …}
+nested: Doctrine\ORM\PersistentCollection {#2262 …}
+votes: Doctrine\ORM\PersistentCollection {#2264 …}
+reports: Doctrine\ORM\PersistentCollection {#2242 …}
+favourites: Doctrine\ORM\PersistentCollection {#2240 …}
+notifications: Doctrine\ORM\PersistentCollection {#2233 …}
-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 {#2298
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 {#2237
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2273
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 {#2258 …}
+nested: Doctrine\ORM\PersistentCollection {#2260 …}
+votes: Doctrine\ORM\PersistentCollection {#2254 …}
+reports: Doctrine\ORM\PersistentCollection {#2246 …}
+favourites: Doctrine\ORM\PersistentCollection {#2248 …}
+notifications: Doctrine\ORM\PersistentCollection {#2247 …}
-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 {#2267
date: 2023-11-09 12:31:48.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#2237
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2273
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 {#2258 …}
+nested: Doctrine\ORM\PersistentCollection {#2260 …}
+votes: Doctrine\ORM\PersistentCollection {#2254 …}
+reports: Doctrine\ORM\PersistentCollection {#2246 …}
+favourites: Doctrine\ORM\PersistentCollection {#2248 …}
+notifications: Doctrine\ORM\PersistentCollection {#2247 …}
-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 {#2267
date: 2023-11-09 12:31:48.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2237
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2249 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2273
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 {#2258 …}
+nested: Doctrine\ORM\PersistentCollection {#2260 …}
+votes: Doctrine\ORM\PersistentCollection {#2254 …}
+reports: Doctrine\ORM\PersistentCollection {#2246 …}
+favourites: Doctrine\ORM\PersistentCollection {#2248 …}
+notifications: Doctrine\ORM\PersistentCollection {#2247 …}
-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 {#2267
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 {#2284
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2285 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2238
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 {#2286 …}
+nested: Doctrine\ORM\PersistentCollection {#2188 …}
+votes: Doctrine\ORM\PersistentCollection {#2034 …}
+reports: Doctrine\ORM\PersistentCollection {#2156 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2157 …}
-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 {#2234
date: 2023-11-08 20:11:04.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2284
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2285 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2238
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 {#2286 …}
+nested: Doctrine\ORM\PersistentCollection {#2188 …}
+votes: Doctrine\ORM\PersistentCollection {#2034 …}
+reports: Doctrine\ORM\PersistentCollection {#2156 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2157 …}
-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 {#2234
date: 2023-11-08 20:11:04.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2284
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2285 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+body: "If you’re only using this filesystem on Linux anyways, absolutely."
+lang: "en"
+isAdult: false
+favouriteCount: 8
+score: 0
+lastActive: DateTime @1699470664 {#2238
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 {#2286 …}
+nested: Doctrine\ORM\PersistentCollection {#2188 …}
+votes: Doctrine\ORM\PersistentCollection {#2034 …}
+reports: Doctrine\ORM\PersistentCollection {#2156 …}
+favourites: Doctrine\ORM\PersistentCollection {#2154 …}
+notifications: Doctrine\ORM\PersistentCollection {#2157 …}
-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 {#2234
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 {#2150
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2152 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2251
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 {#2153 …}
+nested: Doctrine\ORM\PersistentCollection {#2149 …}
+votes: Doctrine\ORM\PersistentCollection {#2185 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2182 …}
+notifications: Doctrine\ORM\PersistentCollection {#2172 …}
-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 {#2256
date: 2023-11-08 18:02:08.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#2150
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2152 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2251
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 {#2153 …}
+nested: Doctrine\ORM\PersistentCollection {#2149 …}
+votes: Doctrine\ORM\PersistentCollection {#2185 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2182 …}
+notifications: Doctrine\ORM\PersistentCollection {#2172 …}
-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 {#2256
date: 2023-11-08 18:02:08.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2150
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2274 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2152 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2190 …}
+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 {#2251
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 {#2153 …}
+nested: Doctrine\ORM\PersistentCollection {#2149 …}
+votes: Doctrine\ORM\PersistentCollection {#2185 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2182 …}
+notifications: Doctrine\ORM\PersistentCollection {#2172 …}
-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 {#2256
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 {#2175
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
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 {#2145
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 {#2178 …}
+nested: Doctrine\ORM\PersistentCollection {#2183 …}
+votes: Doctrine\ORM\PersistentCollection {#2168 …}
+reports: Doctrine\ORM\PersistentCollection {#2038 …}
+favourites: Doctrine\ORM\PersistentCollection {#1988 …}
+notifications: Doctrine\ORM\PersistentCollection {#2003 …}
-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 {#2147
date: 2023-11-07 18:44:35.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2175
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
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 {#2145
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 {#2178 …}
+nested: Doctrine\ORM\PersistentCollection {#2183 …}
+votes: Doctrine\ORM\PersistentCollection {#2168 …}
+reports: Doctrine\ORM\PersistentCollection {#2038 …}
+favourites: Doctrine\ORM\PersistentCollection {#1988 …}
+notifications: Doctrine\ORM\PersistentCollection {#2003 …}
-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 {#2147
date: 2023-11-07 18:44:35.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2175
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2463 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2176 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
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 {#2145
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 {#2178 …}
+nested: Doctrine\ORM\PersistentCollection {#2183 …}
+votes: Doctrine\ORM\PersistentCollection {#2168 …}
+reports: Doctrine\ORM\PersistentCollection {#2038 …}
+favourites: Doctrine\ORM\PersistentCollection {#1988 …}
+notifications: Doctrine\ORM\PersistentCollection {#2003 …}
-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 {#2147
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 {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\EntryComment {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
date: 2023-11-07 17:18:15.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\EntryComment {#2174
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2177 …}
+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 {#2187
date: 2023-11-08 06:12:32.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Pantherina@feddit.de"
]
+children: Doctrine\ORM\PersistentCollection {#1996 …}
+nested: Doctrine\ORM\PersistentCollection {#1993 …}
+votes: Doctrine\ORM\PersistentCollection {#1992 …}
+reports: Doctrine\ORM\PersistentCollection {#2002 …}
+favourites: Doctrine\ORM\PersistentCollection {#2000 …}
+notifications: Doctrine\ORM\PersistentCollection {#2007 …}
-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 {#2173
date: 2023-11-08 04:49:16.0 +01:00
}
+createdAt: DateTimeImmutable @1699373895 {#2231
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 {#2010
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2009 …}
+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 {#2006
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2014 …}
+nested: Doctrine\ORM\PersistentCollection {#2016 …}
+votes: Doctrine\ORM\PersistentCollection {#2017 …}
+reports: Doctrine\ORM\PersistentCollection {#1984 …}
+favourites: Doctrine\ORM\PersistentCollection {#1981 …}
+notifications: Doctrine\ORM\PersistentCollection {#1982 …}
-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 {#2005
date: 2023-11-05 22:28:38.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2010
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2009 …}
+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 {#2006
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2014 …}
+nested: Doctrine\ORM\PersistentCollection {#2016 …}
+votes: Doctrine\ORM\PersistentCollection {#2017 …}
+reports: Doctrine\ORM\PersistentCollection {#1984 …}
+favourites: Doctrine\ORM\PersistentCollection {#1981 …}
+notifications: Doctrine\ORM\PersistentCollection {#1982 …}
-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 {#2005
date: 2023-11-05 22:28:38.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2010
+user: App\Entity\User {#263 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2009 …}
+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 {#2006
date: 2023-11-05 22:28:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@lukas@lemmy.haigner.me"
]
+children: Doctrine\ORM\PersistentCollection {#2014 …}
+nested: Doctrine\ORM\PersistentCollection {#2016 …}
+votes: Doctrine\ORM\PersistentCollection {#2017 …}
+reports: Doctrine\ORM\PersistentCollection {#1984 …}
+favourites: Doctrine\ORM\PersistentCollection {#1981 …}
+notifications: Doctrine\ORM\PersistentCollection {#1982 …}
-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 {#2005
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 {#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: """
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 {#1986
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+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: 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 {#1990
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#1995
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|
59 |
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: """
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 {#1986
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+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: 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 {#1990
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#1995
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|
60 |
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: """
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 {#1986
date: 2023-11-06 18:57:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Macaroni9538@lemmy.ml"
]
+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: 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 {#1990
date: 2023-11-05 10:54:20.0 +01:00
}
+createdAt: DateTimeImmutable @1699178021 {#1995
date: 2023-11-05 10:53:41.0 +01:00
}
} |
|
Show voter details
|